summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2014-09-26mm: page_alloc: reduce number of times page_to_pfn is calledMel Gorman
2014-09-26mm: page_alloc: use unsigned int for order in more placesMel Gorman
2014-09-26mm: page_alloc: take the ALLOC_NO_WATERMARK check out of the fast pathMel Gorman
2014-09-26mm: page_alloc: only check the alloc flags and gfp_mask for dirty onceMel Gorman
2014-09-26mm: page_alloc: only check the zone id check if pages are buddiesMel Gorman
2014-09-26mm: page_alloc: calculate classzone_idx once from the zonelist refMel Gorman
2014-09-26mm: page_alloc: use jump labels to avoid checking number_of_cpusetsMel Gorman
2014-09-26mm: page_alloc: do not treat a zone that cannot be used for dirty pages as "f...Mel Gorman
2014-09-26mm: page_alloc: do not update zlc unless the zlc is activeMel Gorman
2014-09-26mm/swap.c: clean up *lru_cache_add* functionsJianyu Zhan
2014-09-26mm/page_alloc: prevent MIGRATE_RESERVE pages from being misplacedVlastimil Babka
2014-09-26mm: vmscan: use proportional scanning during direct reclaim and full scan at ...Mel Gorman
2014-09-26mm: fix direct reclaim writeback regressionHugh Dickins
2014-09-26mm, compaction: properly signal and act upon lock and need_sched() contentionVlastimil Babka
2014-09-26mm/compaction: avoid rescanning pageblocks in isolate_freepagesVlastimil Babka
2014-09-26mm/compaction: do not count migratepages when unnecessaryVlastimil Babka
2014-09-26mm, compaction: terminate async compaction when reschedulingDavid Rientjes
2014-09-26mm, compaction: embed migration mode in compact_controlDavid Rientjes
2014-09-26mm, compaction: add per-zone migration pfn cache for async compactionDavid Rientjes
2014-09-26mm, compaction: return failed migration target pages back to freelistDavid Rientjes
2014-09-26mm, migration: add destination page freeing callbackDavid Rientjes
2014-09-26mm/compaction: cleanup isolate_freepages()Vlastimil Babka
2014-09-26mm/compaction: clean up unused code linesHeesub Shin
2014-09-26mm/readahead.c: inline ra_submitFabian Frederick
2014-09-26callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro
2014-09-26mm: remove read_cache_page_async()Sasha Levin
2014-09-26mm: madvise: fix MADV_WILLNEED on shmem swapoutsJohannes Weiner
2014-09-26mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner
2014-09-26mm: filemap: move radix tree hole searching hereJohannes Weiner
2014-09-26mm: shmem: save one radix tree lookup when truncating swapped pagesJohannes Weiner
2014-09-26mm: don't pointlessly use BUG_ON() for sanity checkLinus Torvalds
2014-09-26mm: per-thread vma cachingDavidlohr Bueso
2014-09-26vmscan: reclaim_clean_pages_from_list() must use mod_zone_page_state()Christoph Lameter
2014-09-26mm: vmscan: shrink_slab: rename max_pass -> freeableVladimir Davydov
2014-09-26mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaimVladimir Davydov
2014-09-26mm/filemap.c: avoid always dirtying mapping->flags on O_DIRECTJens Axboe
2014-09-26mm: optimize put_mems_allowed() usageMel Gorman
2014-09-26mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit rea...Raghavendra K T
2014-09-26mm, compaction: ignore pageblock skip when manually invoking compactionDavid Rientjes
2014-09-26mm, compaction: determine isolation mode only onceDavid Rientjes
2014-09-26mm/compaction: clean-up code on success of ballon isolationJoonsoo Kim
2014-09-26mm/compaction: check pageblock suitability once per pageblockJoonsoo Kim
2014-09-26mm/compaction: change the timing to check to drop the spinlockJoonsoo Kim
2014-09-26mm/compaction: do not call suitable_migration_target() on every pageJoonsoo Kim
2014-09-26mm/compaction: disallow high-order page for migration targetJoonsoo Kim
2014-09-26mm, compaction: avoid isolating pinned pagesDavid Rientjes
2014-09-26mm: get rid of unnecessary pageblock scanning in setup_zone_migrate_reserveYasuaki Ishimatsu
2014-09-26mm: vmscan: call NUMA-unaware shrinkers irrespective of nodemaskVladimir Davydov
2014-09-26mm: vmscan: shrink all slab objects if tight on memoryVladimir Davydov
2014-09-26swap: add a simple detector for inappropriate swapin readaheadShaohua Li