summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2015-01-29mm: avoid unnecessary atomic operations during end_page_writeback()Mel Gorman
2015-01-29mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman
2015-01-29mm: do not use unnecessary atomic operations when adding pages to the LRUMel Gorman
2015-01-29mm: do not use atomic operations when releasing pagesMel Gorman
2015-01-29mm: shmem: avoid atomic operation during shmem_getpage_gfpMel Gorman
2015-01-29mm: page_alloc: lookup pageblock migratetype with IRQs enabled during freeMel Gorman
2015-01-29mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman
2015-01-29mm: page_alloc: reduce number of times page_to_pfn is calledMel Gorman
2015-01-29mm: page_alloc: use unsigned int for order in more placesMel Gorman
2015-01-29mm: page_alloc: take the ALLOC_NO_WATERMARK check out of the fast pathMel Gorman
2015-01-29mm: page_alloc: only check the alloc flags and gfp_mask for dirty onceMel Gorman
2015-01-29mm: page_alloc: only check the zone id check if pages are buddiesMel Gorman
2015-01-29mm: page_alloc: calculate classzone_idx once from the zonelist refMel Gorman
2015-01-29mm: page_alloc: use jump labels to avoid checking number_of_cpusetsMel Gorman
2015-01-29mm: page_alloc: do not treat a zone that cannot be used for dirty pages as "f...Mel Gorman
2015-01-29mm: page_alloc: do not update zlc unless the zlc is activeMel Gorman
2015-01-29mm/swap.c: clean up *lru_cache_add* functionsJianyu Zhan
2015-01-16mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds
2015-01-16mm: propagate error from stack expansion even for guard pageLinus Torvalds
2015-01-16mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being...Vlastimil Babka
2014-12-16mm: fix anon_vma_clone() error treatmentDaniel Forrest
2014-12-16mm: fix swapoff hang after page migration and forkHugh Dickins
2014-12-16mm/vmpressure.c: fix race in vmpressure_work_fn()Andrew Morton
2014-12-16mm: frontswap: invalidate expired data on a dup-store failureWeijie Yang
2014-11-21mm/page_alloc: prevent MIGRATE_RESERVE pages from being misplacedVlastimil Babka
2014-11-21mm: vmscan: use proportional scanning during direct reclaim and full scan at ...Mel Gorman
2014-11-21mm: fix direct reclaim writeback regressionHugh Dickins
2014-11-21mm, compaction: properly signal and act upon lock and need_sched() contentionVlastimil Babka
2014-11-21mm/compaction: avoid rescanning pageblocks in isolate_freepagesVlastimil Babka
2014-11-21mm/compaction: do not count migratepages when unnecessaryVlastimil Babka
2014-11-21mm, compaction: terminate async compaction when reschedulingDavid Rientjes
2014-11-21mm, compaction: embed migration mode in compact_controlDavid Rientjes
2014-11-21mm, compaction: add per-zone migration pfn cache for async compactionDavid Rientjes
2014-11-21mm, compaction: return failed migration target pages back to freelistDavid Rientjes
2014-11-21mm, migration: add destination page freeing callbackDavid Rientjes
2014-11-21mm/compaction: cleanup isolate_freepages()Vlastimil Babka
2014-11-21mm/compaction: clean up unused code linesHeesub Shin
2014-11-21mm/readahead.c: inline ra_submitFabian Frederick
2014-11-21callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro
2014-11-21mm: remove read_cache_page_async()Sasha Levin
2014-11-21mm: madvise: fix MADV_WILLNEED on shmem swapoutsJohannes Weiner
2014-11-21mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner
2014-11-21mm: filemap: move radix tree hole searching hereJohannes Weiner
2014-11-21mm: shmem: save one radix tree lookup when truncating swapped pagesJohannes Weiner
2014-11-14mm: page_alloc: fix zone allocation fairness on UPJohannes Weiner
2014-11-14mm: Remove false WARN_ON from pagecache_isize_extended()Jan Kara
2014-11-14mm: memcontrol: do not iterate uninitialized memcgsJohannes Weiner
2014-11-14cgroup/kmemleak: add kmemleak_free() for cgroup deallocations.Wang Nan
2014-11-14mm: free compound page with correct orderYu Zhao
2014-11-14OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko