summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2017-05-03mm, vmstat: print non-populated zones in zoneinfoDavid Rientjes1-10/+17
2017-05-03mm: use is_migrate_isolate_page() to simplify the codeXishi Qiu1-3/+3
2017-05-03mm: use is_migrate_highatomic() to simplify the codeXishi Qiu2-8/+16
2017-05-03mm, swap: Fix a race in free_swap_and_cache()Huang Ying1-9/+16
2017-05-03mm: memcontrol: provide shmem statisticsJohannes Weiner1-8/+20
2017-05-03mm: enable MADV_FREE for swapless systemShaohua Li1-7/+1
2017-05-03mm: fix lazyfree BUG_ON check in try_to_unmap_one()Minchan Kim1-2/+6
2017-05-03mm: reclaim MADV_FREE pagesShaohua Li4-38/+45
2017-05-03mm: move MADV_FREE pages into LRU_INACTIVE_FILE listShaohua Li4-26/+29
2017-05-03mm: don't assume anonymous pages have SwapBacked flagShaohua Li4-8/+7
2017-05-03mm: delete unnecessary TTU_* flagsShaohua Li3-9/+6
2017-05-03mm/page-writeback.c: use setup_deferrable_timerGeliang Tang1-3/+2
2017-05-03mm: remove unnecessary back-off function when retrying page reclaimJohannes Weiner1-9/+6
2017-05-03Revert "mm, vmscan: account for skipped pages as a partial scan"Johannes Weiner1-18/+4
2017-05-03mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()Johannes Weiner4-40/+3
2017-05-03mm: don't avoid high-priority reclaim on memcg limit reclaimJohannes Weiner1-57/+37
2017-05-03mm: don't avoid high-priority reclaim on unreclaimable nodesJohannes Weiner1-14/+5
2017-05-03mm: remove unnecessary reclaimability check from NUMA balancing targetJohannes Weiner1-3/+0
2017-05-03mm: remove seemingly spurious reclaimability check from laptop_mode gatingJohannes Weiner1-1/+1
2017-05-03mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttlingJohannes Weiner1-2/+4
2017-05-03mm: fix 100% CPU kswapd busyloop on unreclaimable nodesJohannes Weiner4-23/+41
2017-05-03slab: avoid IPIs when creating kmem cachesGreg Thelen1-1/+6
2017-05-02Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+7
2017-05-02Merge tag 'usercopy-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-18/+1
2017-05-02Merge tag 'docs-4.12' of git://git.lwn.net/linuxLinus Torvalds3-10/+13
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-18/+140
2017-05-01Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-14/+26
2017-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds1-1/+0
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-93/+93
2017-05-01mm: remove AVR32 arch special handling in mm/KconfigHans-Christian Noren Egtvedt1-1/+0
2017-05-01mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc...Dan Williams1-0/+10
2017-04-28mm: retry writepages() on ENOMEM when doing an data integrity writebackTheodore Ts'o1-4/+10
2017-04-23Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementa...Ingo Molnar2-6/+6
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar9-36/+24
2017-04-21generic_file_read_iter(): make use of iov_iter_revert()Al Viro1-4/+4
2017-04-21generic_file_direct_write(): make use of iov_iter_revert()Al Viro1-4/+3
2017-04-21Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' ...Paul E. McKenney9-36/+24
2017-04-20mm: prevent NR_ISOLATE_* stats from going negativeRabin Vincent1-1/+1
2017-04-20Revert "mm, page_alloc: only use per-cpu allocator for irq-safe requests"Mel Gorman1-23/+20
2017-04-20bdi: Drop 'parent' argument from bdi_register[_va]()Jan Kara1-8/+5
2017-04-20block: Remove unused functionsJan Kara1-50/+6
2017-04-20bdi: Export bdi_alloc_node() and bdi_put()Jan Kara1-0/+2
2017-04-20block: Unregister bdi on last reference dropJan Kara1-0/+2
2017-04-20bdi: Provide bdi_register_va() and bdi_alloc()Jan Kara1-5/+15
2017-04-19mm: make mm_percpu_wq non freezableMichal Hocko1-2/+1
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney8-23/+23
2017-04-18cma: Introduce cma_for_each_areaLaura Abbott1-0/+14
2017-04-18cma: Store a name in the cma structureLaura Abbott3-3/+17
2017-04-18mm: Use static initialization for "srcu"Paul E. McKenney1-13/+1