summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-05-03mm: remove unncessary ret in page_referencedMinchan Kim
2017-05-03mm/vmscan: more restrictive condition for retry in do_try_to_free_pagesYisheng Xie
2017-05-03mm/compaction: ignore block suitable after check large free pageYisheng Xie
2017-05-03mm/sparse: refine usemap_size() a littleWei Yang
2017-05-03mm: page_alloc: __GFP_NOWARN shouldn't suppress stall warningsJohannes Weiner
2017-05-03mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_idxMel Gorman
2017-05-03mm, vmscan: only clear pgdat congested/dirty/writeback state when balancedMel Gorman
2017-05-03mm, vmscan: fix zone balance check in prepare_kswapd_sleepShantanu Goel
2017-05-03mm: do not use double negation for testing page flagsMinchan Kim
2017-05-03mm: remove rodata_test_data export, add pr_fmtKees Cook
2017-05-03mm: tighten up the fault path a littleMatthew Wilcox
2017-05-03mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko
2017-05-03mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfoDavid Rientjes
2017-05-03mm, vmstat: print non-populated zones in zoneinfoDavid Rientjes
2017-05-03mm: use is_migrate_isolate_page() to simplify the codeXishi Qiu
2017-05-03mm: use is_migrate_highatomic() to simplify the codeXishi Qiu
2017-05-03mm, swap: Fix a race in free_swap_and_cache()Huang Ying
2017-05-03mm: memcontrol: provide shmem statisticsJohannes Weiner
2017-05-03mm: enable MADV_FREE for swapless systemShaohua Li
2017-05-03mm: fix lazyfree BUG_ON check in try_to_unmap_one()Minchan Kim
2017-05-03mm: reclaim MADV_FREE pagesShaohua Li
2017-05-03mm: move MADV_FREE pages into LRU_INACTIVE_FILE listShaohua Li
2017-05-03mm: don't assume anonymous pages have SwapBacked flagShaohua Li
2017-05-03mm: delete unnecessary TTU_* flagsShaohua Li
2017-05-03mm/page-writeback.c: use setup_deferrable_timerGeliang Tang
2017-05-03mm: remove unnecessary back-off function when retrying page reclaimJohannes Weiner
2017-05-03Revert "mm, vmscan: account for skipped pages as a partial scan"Johannes Weiner
2017-05-03mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()Johannes Weiner
2017-05-03mm: don't avoid high-priority reclaim on memcg limit reclaimJohannes Weiner
2017-05-03mm: don't avoid high-priority reclaim on unreclaimable nodesJohannes Weiner
2017-05-03mm: remove unnecessary reclaimability check from NUMA balancing targetJohannes Weiner
2017-05-03mm: remove seemingly spurious reclaimability check from laptop_mode gatingJohannes Weiner
2017-05-03mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttlingJohannes Weiner
2017-05-03mm: fix 100% CPU kswapd busyloop on unreclaimable nodesJohannes Weiner
2017-05-03slab: avoid IPIs when creating kmem cachesGreg Thelen
2017-05-02Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-05-02Merge tag 'usercopy-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-02Merge tag 'docs-4.12' of git://git.lwn.net/linuxLinus Torvalds
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-05-01Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-05-01mm: remove AVR32 arch special handling in mm/KconfigHans-Christian Noren Egtvedt
2017-05-01mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc...Dan Williams
2017-04-23Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementa...Ingo Molnar
2017-04-21generic_file_read_iter(): make use of iov_iter_revert()Al Viro
2017-04-21generic_file_direct_write(): make use of iov_iter_revert()Al Viro
2017-04-20mm: prevent NR_ISOLATE_* stats from going negativeRabin Vincent
2017-04-20Revert "mm, page_alloc: only use per-cpu allocator for irq-safe requests"Mel Gorman