summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2014-12-16mm: fix anon_vma_clone() error treatmentDaniel Forrest2-5/+11
2014-12-16mm: fix swapoff hang after page migration and forkHugh Dickins1-13/+13
2014-12-16mm/vmpressure.c: fix race in vmpressure_work_fn()Andrew Morton1-3/+5
2014-12-16mm: frontswap: invalidate expired data on a dup-store failureWeijie Yang1-1/+3
2014-11-21mm/page_alloc: prevent MIGRATE_RESERVE pages from being misplacedVlastimil Babka1-10/+13
2014-11-21mm: vmscan: use proportional scanning during direct reclaim and full scan at ...Mel Gorman1-11/+25
2014-11-21mm: fix direct reclaim writeback regressionHugh Dickins1-2/+3
2014-11-21mm, compaction: properly signal and act upon lock and need_sched() contentionVlastimil Babka2-11/+48
2014-11-21mm/compaction: avoid rescanning pageblocks in isolate_freepagesVlastimil Babka1-15/+7
2014-11-21mm/compaction: do not count migratepages when unnecessaryVlastimil Babka1-24/+7
2014-11-21mm, compaction: terminate async compaction when reschedulingDavid Rientjes1-1/+6
2014-11-21mm, compaction: embed migration mode in compact_controlDavid Rientjes3-40/+37
2014-11-21mm, compaction: add per-zone migration pfn cache for async compactionDavid Rientjes1-26/+40
2014-11-21mm, compaction: return failed migration target pages back to freelistDavid Rientjes1-9/+18
2014-11-21mm, migration: add destination page freeing callbackDavid Rientjes6-23/+46
2014-11-21mm/compaction: cleanup isolate_freepages()Vlastimil Babka1-29/+27
2014-11-21mm/compaction: clean up unused code linesHeesub Shin1-10/+0
2014-11-21mm/readahead.c: inline ra_submitFabian Frederick2-18/+18
2014-11-21callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro1-3/+0
2014-11-21mm: remove read_cache_page_async()Sasha Levin1-41/+23
2014-11-21mm: madvise: fix MADV_WILLNEED on shmem swapoutsJohannes Weiner1-1/+1
2014-11-21mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner6-122/+324
2014-11-21mm: filemap: move radix tree hole searching hereJohannes Weiner2-2/+78
2014-11-21mm: shmem: save one radix tree lookup when truncating swapped pagesJohannes Weiner1-13/+12
2014-11-14mm: page_alloc: fix zone allocation fairness on UPJohannes Weiner1-4/+3
2014-11-14mm: Remove false WARN_ON from pagecache_isize_extended()Jan Kara1-1/+0
2014-11-14mm: memcontrol: do not iterate uninitialized memcgsJohannes Weiner1-4/+31
2014-11-14cgroup/kmemleak: add kmemleak_free() for cgroup deallocations.Wang Nan1-0/+1
2014-11-14mm: free compound page with correct orderYu Zhao1-2/+2
2014-11-14OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko2-0/+25
2014-11-14vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara1-0/+57
2014-11-14Revert "percpu: free percpu allocation info for uniprocessor system"Guenter Roeck1-2/+0
2014-10-09mm: don't pointlessly use BUG_ON() for sanity checkLinus Torvalds1-3/+5
2014-10-09mm: per-thread vma cachingDavidlohr Bueso4-35/+158
2014-10-09vmscan: reclaim_clean_pages_from_list() must use mod_zone_page_state()Christoph Lameter1-1/+1
2014-10-09mm: vmscan: shrink_slab: rename max_pass -> freeableVladimir Davydov1-13/+13
2014-10-09mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaimVladimir Davydov1-2/+2
2014-10-09mm/filemap.c: avoid always dirtying mapping->flags on O_DIRECTJens Axboe1-2/+4
2014-10-09mm: optimize put_mems_allowed() usageMel Gorman6-25/+23
2014-10-09mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit rea...Raghavendra K T1-2/+2
2014-10-09mm, compaction: ignore pageblock skip when manually invoking compactionDavid Rientjes1-0/+1
2014-10-09mm, compaction: determine isolation mode only onceDavid Rientjes1-7/+2
2014-10-09mm/compaction: clean-up code on success of ballon isolationJoonsoo Kim1-7/+4
2014-10-09mm/compaction: check pageblock suitability once per pageblockJoonsoo Kim1-15/+19
2014-10-09mm/compaction: change the timing to check to drop the spinlockJoonsoo Kim1-1/+1
2014-10-09mm/compaction: do not call suitable_migration_target() on every pageJoonsoo Kim1-2/+11
2014-10-09mm/compaction: disallow high-order page for migration targetJoonsoo Kim1-12/+3
2014-10-09mm, compaction: avoid isolating pinned pagesDavid Rientjes1-0/+9
2014-10-09swap: change swap_list_head to plist, add swap_avail_headDan Streetman2-57/+94
2014-10-09swap: change swap_info singly-linked list to list_headDan Streetman2-108/+76