summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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
2014-09-26mm: compaction: reset scanner positions immediately when they meetVlastimil Babka
2014-09-26mm: compaction: do not mark unmovable pageblocks as skipped in async compactionVlastimil Babka
2014-09-26mm: compaction: encapsulate defer reset logicVlastimil Babka
2014-09-26mm: compaction: trace compaction begin and endMel Gorman
2014-09-26mm, x86: Account for TLB flushes only when debuggingMel Gorman
2014-09-26mm: __rmqueue_fallback() should respect pageblock typeKOSAKI Motohiro
2014-09-26mm: get rid of unnecessary overhead of trace_mm_page_alloc_extfrag()KOSAKI Motohiro
2014-09-26readahead: fix sequential read cache miss detectionDamien Ramonda
2014-09-26swap: change swap_list_head to plist, add swap_avail_headDan Streetman
2014-09-26swap: change swap_info singly-linked list to list_headDan Streetman
2014-09-26mm: exclude memoryless nodes from zone_reclaimMichal Hocko
2014-09-26hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan