Age | Commit message (Expand) | Author | Files | Lines |
2017-05-03 | mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_idx | Mel Gorman | 2 | -55/+71 |
2017-05-03 | mm, vmscan: only clear pgdat congested/dirty/writeback state when balanced | Mel Gorman | 1 | -9/+11 |
2017-05-03 | mm, vmscan: fix zone balance check in prepare_kswapd_sleep | Shantanu Goel | 1 | -4/+10 |
2017-05-03 | mm: do not use double negation for testing page flags | Minchan Kim | 1 | -2/+2 |
2017-05-03 | mm: remove rodata_test_data export, add pr_fmt | Kees Cook | 1 | -8/+9 |
2017-05-03 | mm: tighten up the fault path a little | Matthew Wilcox | 1 | -8/+8 |
2017-05-03 | mm: introduce memalloc_nofs_{save,restore} API | Michal Hocko | 2 | -7/+9 |
2017-05-03 | mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfo | David Rientjes | 1 | -7/+13 |
2017-05-03 | mm, vmstat: print non-populated zones in zoneinfo | David Rientjes | 1 | -10/+17 |
2017-05-03 | mm: use is_migrate_isolate_page() to simplify the code | Xishi Qiu | 1 | -3/+3 |
2017-05-03 | mm: use is_migrate_highatomic() to simplify the code | Xishi Qiu | 2 | -8/+16 |
2017-05-03 | mm, swap: Fix a race in free_swap_and_cache() | Huang Ying | 1 | -9/+16 |
2017-05-03 | mm: memcontrol: provide shmem statistics | Johannes Weiner | 1 | -8/+20 |
2017-05-03 | mm: enable MADV_FREE for swapless system | Shaohua Li | 1 | -7/+1 |
2017-05-03 | mm: fix lazyfree BUG_ON check in try_to_unmap_one() | Minchan Kim | 1 | -2/+6 |
2017-05-03 | mm: reclaim MADV_FREE pages | Shaohua Li | 4 | -38/+45 |
2017-05-03 | mm: move MADV_FREE pages into LRU_INACTIVE_FILE list | Shaohua Li | 4 | -26/+29 |
2017-05-03 | mm: don't assume anonymous pages have SwapBacked flag | Shaohua Li | 4 | -8/+7 |
2017-05-03 | mm: delete unnecessary TTU_* flags | Shaohua Li | 3 | -9/+6 |
2017-05-03 | mm/page-writeback.c: use setup_deferrable_timer | Geliang Tang | 1 | -3/+2 |
2017-05-03 | mm: remove unnecessary back-off function when retrying page reclaim | Johannes Weiner | 1 | -9/+6 |
2017-05-03 | Revert "mm, vmscan: account for skipped pages as a partial scan" | Johannes Weiner | 1 | -18/+4 |
2017-05-03 | mm: delete NR_PAGES_SCANNED and pgdat_reclaimable() | Johannes Weiner | 4 | -40/+3 |
2017-05-03 | mm: don't avoid high-priority reclaim on memcg limit reclaim | Johannes Weiner | 1 | -57/+37 |
2017-05-03 | mm: don't avoid high-priority reclaim on unreclaimable nodes | Johannes Weiner | 1 | -14/+5 |
2017-05-03 | mm: remove unnecessary reclaimability check from NUMA balancing target | Johannes Weiner | 1 | -3/+0 |
2017-05-03 | mm: remove seemingly spurious reclaimability check from laptop_mode gating | Johannes Weiner | 1 | -1/+1 |
2017-05-03 | mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttling | Johannes Weiner | 1 | -2/+4 |
2017-05-03 | mm: fix 100% CPU kswapd busyloop on unreclaimable nodes | Johannes Weiner | 4 | -23/+41 |
2017-05-03 | slab: avoid IPIs when creating kmem caches | Greg Thelen | 1 | -1/+6 |
2017-05-02 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -8/+7 |
2017-05-02 | Merge tag 'usercopy-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -18/+1 |
2017-05-02 | Merge tag 'docs-4.12' of git://git.lwn.net/linux | Linus Torvalds | 3 | -10/+13 |
2017-05-01 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -18/+140 |
2017-05-01 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -14/+26 |
2017-05-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt... | Linus Torvalds | 1 | -1/+0 |
2017-05-01 | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2017-05-01 | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -93/+93 |
2017-05-01 | mm: remove AVR32 arch special handling in mm/Kconfig | Hans-Christian Noren Egtvedt | 1 | -1/+0 |
2017-05-01 | mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc... | Dan Williams | 1 | -0/+10 |
2017-04-28 | mm: retry writepages() on ENOMEM when doing an data integrity writeback | Theodore Ts'o | 1 | -4/+10 |
2017-04-23 | Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementa... | Ingo Molnar | 2 | -6/+6 |
2017-04-21 | generic_file_read_iter(): make use of iov_iter_revert() | Al Viro | 1 | -4/+4 |
2017-04-21 | generic_file_direct_write(): make use of iov_iter_revert() | Al Viro | 1 | -4/+3 |
2017-04-20 | mm: prevent NR_ISOLATE_* stats from going negative | Rabin Vincent | 1 | -1/+1 |
2017-04-20 | Revert "mm, page_alloc: only use per-cpu allocator for irq-safe requests" | Mel Gorman | 1 | -23/+20 |
2017-04-20 | bdi: Drop 'parent' argument from bdi_register[_va]() | Jan Kara | 1 | -8/+5 |
2017-04-20 | block: Remove unused functions | Jan Kara | 1 | -50/+6 |
2017-04-20 | bdi: Export bdi_alloc_node() and bdi_put() | Jan Kara | 1 | -0/+2 |
2017-04-20 | block: Unregister bdi on last reference drop | Jan Kara | 1 | -0/+2 |