summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.12.30v3.12.30Jiri Slaby2014-09-261-1/+1
* mm: page_alloc: reduce cost of the fair zone allocation policyMel Gorman2014-09-262-48/+59
* mm: page_alloc: abort fair zone allocation policy when remotes nodes are enco...Mel Gorman2014-09-261-1/+1
* mm: vmscan: only update per-cpu thresholds for online CPUMel Gorman2014-09-261-1/+1
* mm: move zone->pages_scanned into a vmstat counterMel Gorman2014-09-264-8/+16
* mm: rearrange zone fields into read-only, page alloc, statistics and page rec...Mel Gorman2014-09-263-106/+110
* mm: pagemap: avoid unnecessary overhead when tracepoints are deactivatedMel Gorman2014-09-262-11/+9
* memcg, vmscan: Fix forced scan of anonymous pagesJerome Marchand2014-09-261-8/+15
* vmalloc: use rcu list iterator to reduce vmap_area_lock contentionJoonsoo Kim2014-09-261-3/+3
* mm: make copy_pte_range static againJerome Marchand2014-09-262-5/+1
* mm, thp: only collapse hugepages to nodes with affinity for zone_reclaim_modeDavid Rientjes2014-09-261-0/+26
* mm/memory.c: use entry = ACCESS_ONCE(*pte) in handle_pte_fault()Hugh Dickins2014-09-261-1/+1
* shmem: fix init_page_accessed use to stop !PageLRU bugHugh Dickins2014-09-261-5/+10
* mm: avoid unnecessary atomic operations during end_page_writeback()Mel Gorman2014-09-261-1/+10
* mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman2014-09-2617-162/+219
* fs: buffer: do not use unnecessary atomic operations when discarding buffersMel Gorman2014-09-261-5/+16
* mm: do not use unnecessary atomic operations when adding pages to the LRUMel Gorman2014-09-261-2/+4
* mm: do not use atomic operations when releasing pagesMel Gorman2014-09-261-1/+1
* mm: shmem: avoid atomic operation during shmem_getpage_gfpMel Gorman2014-09-262-1/+2
* mm: page_alloc: lookup pageblock migratetype with IRQs enabled during freeMel Gorman2014-09-261-1/+1
* mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman2014-09-269-22/+22
* mm: page_alloc: reduce number of times page_to_pfn is calledMel Gorman2014-09-263-37/+39
* mm: page_alloc: use unsigned int for order in more placesMel Gorman2014-09-262-24/+27
* mm: page_alloc: take the ALLOC_NO_WATERMARK check out of the fast pathMel Gorman2014-09-261-3/+5
* mm: page_alloc: only check the alloc flags and gfp_mask for dirty onceMel Gorman2014-09-261-2/+3
* mm: page_alloc: only check the zone id check if pages are buddiesMel Gorman2014-09-261-3/+13
* mm: page_alloc: calculate classzone_idx once from the zonelist refMel Gorman2014-09-261-25/+35
* mm: page_alloc: use jump labels to avoid checking number_of_cpusetsMel Gorman2014-09-263-14/+32
* include/linux/jump_label.h: expose the reference countMel Gorman2014-09-261-7/+13
* mm: page_alloc: do not treat a zone that cannot be used for dirty pages as "f...Mel Gorman2014-09-261-1/+1
* mm: page_alloc: do not update zlc unless the zlc is activeMel Gorman2014-09-261-1/+1
* mm/swap.c: clean up *lru_cache_add* functionsJianyu Zhan2014-09-262-25/+25
* mm/page_alloc: prevent MIGRATE_RESERVE pages from being misplacedVlastimil Babka2014-09-261-10/+13
* mm: vmscan: use proportional scanning during direct reclaim and full scan at ...Mel Gorman2014-09-261-11/+25
* fs/superblock: avoid locking counting inodes and dentries before reclaiming themTim Chen2014-09-261-4/+8
* fs/superblock: unregister sb shrinker before ->kill_sb()Dave Chinner2014-09-261-3/+1
* mm: fix direct reclaim writeback regressionHugh Dickins2014-09-261-2/+3
* x86/mm: In the PTE swapout page reclaim case clear the accessed bit instead o...Shaohua Li2014-09-261-7/+14
* mm, compaction: properly signal and act upon lock and need_sched() contentionVlastimil Babka2014-09-262-11/+48
* mm/compaction: avoid rescanning pageblocks in isolate_freepagesVlastimil Babka2014-09-261-15/+7
* mm/compaction: do not count migratepages when unnecessaryVlastimil Babka2014-09-262-28/+28
* mm, compaction: terminate async compaction when reschedulingDavid Rientjes2014-09-261-1/+6
* mm, compaction: embed migration mode in compact_controlDavid Rientjes2014-09-264-42/+39
* mm, compaction: add per-zone migration pfn cache for async compactionDavid Rientjes2014-09-262-28/+43
* mm, compaction: return failed migration target pages back to freelistDavid Rientjes2014-09-261-9/+18
* mm, migration: add destination page freeing callbackDavid Rientjes2014-09-267-27/+53
* mm/compaction: cleanup isolate_freepages()Vlastimil Babka2014-09-261-29/+27
* mm/compaction: clean up unused code linesHeesub Shin2014-09-261-10/+0
* mm/readahead.c: inline ra_submitFabian Frederick2014-09-263-21/+18
* callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro2014-09-263-10/+0