aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2016-03-24FROMLIST: mm: mmap: Add new /proc tunable for mmap_base ASLR.dcashman
2015-12-08mm: reorder can_do_mlock to fix audit denialJeff Vander Stoep
2015-06-25mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas
2015-06-25kmemleak: change some global variables to intLi Zefan
2015-06-24mm: process_reclaim: use unbounded cpu workqueueShiraz Hashim
2015-05-29mm: process_reclaim: do not iterate over stale task structsVinayak Menon
2015-05-14mm: vmstat: make vmstat_work cpu bound during requeueVignesh Radhakrishnan
2015-05-12mm: process_reclaim: fix reclaim skip on low efficiencyVinayak Menon
2015-04-16mm: process reclaim: vmpressure based process reclaimVinayak Menon
2015-04-14mm: Support address range reclaimMinchan Kim
2015-04-14mm: Enhance per process reclaim to consider shared pagesMinchan Kim
2015-04-14mm: Remove shrink_pageMinchan Kim
2015-04-14mm: make shrink_page_list with pages work from multiple zonesMinchan Kim
2015-04-14mm: Per process reclaimMinchan Kim
2015-04-14mm: prevent to write out dirty page in CMA by may_writepageMinchan Kim
2015-04-08mm: vmpressure: scale pressure based on reclaim contextVinayak Menon
2015-03-26Merge "mm: vmpressure: allow in-kernel clients to subscribe for events"Linux Build Service Account
2015-03-23mm: vmpressure: allow in-kernel clients to subscribe for eventsVinayak Menon
2015-03-22kmemleak: allow freeing internal objects after kmemleak was disabledLi Zefan
2015-03-22kmemleak: free internal objects only if there're no leaks to be reportedLi Zefan
2015-03-22mm: kmemleak: avoid false negatives on vmalloc'ed objectsCatalin Marinas
2015-03-03mm: swap: don't delay swap free for fast swap devicesVinayak Menon
2015-02-05kmemleak : Make kmemleak_stack_scan optional using configVignesh Radhakrishnan
2015-01-21mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_rangeShiraz Hashim
2015-01-13mm: vmscan: fix the page state calculation in too_many_isolatedVinayak Menon
2014-12-22memcg: Allow non-root users permission to control memoryChintan Pandya
2014-12-16mm: vmscan: lock page on swap error in pageoutVinayak Menon
2014-12-15mm/page_alloc: move freepage counting logic to __free_one_page()Joonsoo Kim
2014-12-15mm/page_alloc: add freepage on isolate pageblock to correct buddy list.Joonsoo Kim
2014-12-15mm/page_alloc: fix incorrect isolation behavior by rechecking migratetype.Joonsoo Kim
2014-11-30Don't trigger congestion wait on dirty-but-not-writeout pagesLinus Torvalds
2014-11-30mm: vmscan: use proportional scanning during direct reclaim and full scan at ...Mel Gorman
2014-11-30mm/page-writeback.c: do not count anon pages as dirtyable memoryJohannes Weiner
2014-11-30mm: vmscan: do not scale writeback pages when deciding whether to set ZONE_WR...Mel Gorman
2014-11-30mm: vmscan: do not continue scanning if reclaim was aborted for compactionMel Gorman
2014-11-30mm: vmscan: take page buffers dirty and locked state into accountMel Gorman
2014-11-30mm: vmscan: treat pages marked for immediate reclaim as zone congestionMel Gorman
2014-11-30mm: vmscan: move direct reclaim wait_iff_congested into shrink_listMel Gorman
2014-11-30mm: vmscan: set zone flags before blockingMel Gorman
2014-11-30mm: vmscan: stall page reclaim after a list of pages have been processedMel Gorman
2014-11-30mm: vmscan: stall page reclaim and writeback pages based on dirty/writepage p...Mel Gorman
2014-11-30mm: vmscan: move logic from balance_pgdat() to kswapd_shrink_zone()Mel Gorman
2014-11-30mm: vmscan: check if kswapd should writepage once per pgdat scanMel Gorman
2014-11-30mm: vmscan: block kswapd if it is encountering pages under writebackMel Gorman
2014-11-30mm: vmscan: have kswapd writeback pages based on dirty pages encountered, not...Mel Gorman
2014-11-30mm: vmscan: do not allow kswapd to scan at maximum priorityMel Gorman
2014-11-30mm: vmscan: decide whether to compact the pgdat based on reclaim progressMel Gorman
2014-11-30mm: vmscan: flatten kswapd priority loopMel Gorman
2014-11-30mm: vmscan: obey proportional scanning requirements for kswapdMel Gorman
2014-11-30mm: vmscan: limit the number of pages kswapd reclaims at each priorityMel Gorman