summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2014-09-26mm: make copy_pte_range static againJerome Marchand1-1/+1
2014-09-26mm, thp: only collapse hugepages to nodes with affinity for zone_reclaim_modeDavid Rientjes1-0/+26
2014-09-26mm/memory.c: use entry = ACCESS_ONCE(*pte) in handle_pte_fault()Hugh Dickins1-1/+1
2014-09-26shmem: fix init_page_accessed use to stop !PageLRU bugHugh Dickins1-5/+10
2014-09-26mm: avoid unnecessary atomic operations during end_page_writeback()Mel Gorman1-1/+10
2014-09-26mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman3-128/+91
2014-09-26mm: do not use unnecessary atomic operations when adding pages to the LRUMel Gorman1-2/+4
2014-09-26mm: do not use atomic operations when releasing pagesMel Gorman1-1/+1
2014-09-26mm: shmem: avoid atomic operation during shmem_getpage_gfpMel Gorman1-1/+1
2014-09-26mm: page_alloc: lookup pageblock migratetype with IRQs enabled during freeMel Gorman1-1/+1
2014-09-26mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman4-16/+16
2014-09-26mm: page_alloc: reduce number of times page_to_pfn is calledMel Gorman1-15/+19
2014-09-26mm: page_alloc: use unsigned int for order in more placesMel Gorman1-20/+23
2014-09-26mm: page_alloc: take the ALLOC_NO_WATERMARK check out of the fast pathMel Gorman1-3/+5
2014-09-26mm: page_alloc: only check the alloc flags and gfp_mask for dirty onceMel Gorman1-2/+3
2014-09-26mm: page_alloc: only check the zone id check if pages are buddiesMel Gorman1-3/+13
2014-09-26mm: page_alloc: calculate classzone_idx once from the zonelist refMel Gorman1-25/+35
2014-09-26mm: page_alloc: use jump labels to avoid checking number_of_cpusetsMel Gorman1-1/+2
2014-09-26mm: page_alloc: do not treat a zone that cannot be used for dirty pages as "f...Mel Gorman1-1/+1
2014-09-26mm: page_alloc: do not update zlc unless the zlc is activeMel Gorman1-1/+1
2014-09-26mm/swap.c: clean up *lru_cache_add* functionsJianyu Zhan1-8/+23
2014-09-26mm/page_alloc: prevent MIGRATE_RESERVE pages from being misplacedVlastimil Babka1-10/+13
2014-09-26mm: vmscan: use proportional scanning during direct reclaim and full scan at ...Mel Gorman1-11/+25
2014-09-26mm: fix direct reclaim writeback regressionHugh Dickins1-2/+3
2014-09-26mm, compaction: properly signal and act upon lock and need_sched() contentionVlastimil Babka2-11/+48
2014-09-26mm/compaction: avoid rescanning pageblocks in isolate_freepagesVlastimil Babka1-15/+7
2014-09-26mm/compaction: do not count migratepages when unnecessaryVlastimil Babka1-24/+7
2014-09-26mm, compaction: terminate async compaction when reschedulingDavid Rientjes1-1/+6
2014-09-26mm, compaction: embed migration mode in compact_controlDavid Rientjes3-40/+37
2014-09-26mm, compaction: add per-zone migration pfn cache for async compactionDavid Rientjes1-26/+40
2014-09-26mm, compaction: return failed migration target pages back to freelistDavid Rientjes1-9/+18
2014-09-26mm, migration: add destination page freeing callbackDavid Rientjes6-23/+46
2014-09-26mm/compaction: cleanup isolate_freepages()Vlastimil Babka1-29/+27
2014-09-26mm/compaction: clean up unused code linesHeesub Shin1-10/+0
2014-09-26mm/readahead.c: inline ra_submitFabian Frederick2-18/+18
2014-09-26callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro1-3/+0
2014-09-26mm: remove read_cache_page_async()Sasha Levin1-41/+23
2014-09-26mm: madvise: fix MADV_WILLNEED on shmem swapoutsJohannes Weiner1-1/+1
2014-09-26mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner6-122/+324
2014-09-26mm: filemap: move radix tree hole searching hereJohannes Weiner2-2/+78
2014-09-26mm: shmem: save one radix tree lookup when truncating swapped pagesJohannes Weiner1-13/+12
2014-09-26mm: don't pointlessly use BUG_ON() for sanity checkLinus Torvalds1-3/+5
2014-09-26mm: per-thread vma cachingDavidlohr Bueso4-35/+158
2014-09-26vmscan: reclaim_clean_pages_from_list() must use mod_zone_page_state()Christoph Lameter1-1/+1
2014-09-26mm: vmscan: shrink_slab: rename max_pass -> freeableVladimir Davydov1-13/+13
2014-09-26mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaimVladimir Davydov1-2/+2
2014-09-26mm/filemap.c: avoid always dirtying mapping->flags on O_DIRECTJens Axboe1-2/+4
2014-09-26mm: optimize put_mems_allowed() usageMel Gorman6-25/+23
2014-09-26mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit rea...Raghavendra K T1-2/+2
2014-09-26mm, compaction: ignore pageblock skip when manually invoking compactionDavid Rientjes1-0/+1