summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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
2014-11-14vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara
2014-11-14Revert "percpu: free percpu allocation info for uniprocessor system"Guenter Roeck
2014-10-09mm: don't pointlessly use BUG_ON() for sanity checkLinus Torvalds
2014-10-09mm: per-thread vma cachingDavidlohr Bueso
2014-10-09vmscan: reclaim_clean_pages_from_list() must use mod_zone_page_state()Christoph Lameter
2014-10-09mm: vmscan: shrink_slab: rename max_pass -> freeableVladimir Davydov
2014-10-09mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaimVladimir Davydov
2014-10-09mm/filemap.c: avoid always dirtying mapping->flags on O_DIRECTJens Axboe
2014-10-09mm: optimize put_mems_allowed() usageMel Gorman
2014-10-09mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit rea...Raghavendra K T
2014-10-09mm, compaction: ignore pageblock skip when manually invoking compactionDavid Rientjes
2014-10-09mm, compaction: determine isolation mode only onceDavid Rientjes
2014-10-09mm/compaction: clean-up code on success of ballon isolationJoonsoo Kim
2014-10-09mm/compaction: check pageblock suitability once per pageblockJoonsoo Kim
2014-10-09mm/compaction: change the timing to check to drop the spinlockJoonsoo Kim
2014-10-09mm/compaction: do not call suitable_migration_target() on every pageJoonsoo Kim
2014-10-09mm/compaction: disallow high-order page for migration targetJoonsoo Kim
2014-10-09mm, compaction: avoid isolating pinned pagesDavid Rientjes
2014-10-09swap: change swap_list_head to plist, add swap_avail_headDan Streetman
2014-10-09swap: change swap_info singly-linked list to list_headDan Streetman