| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: remove SWAP_DIRTY in ttu | Minchan Kim | 2017-05-03 | 2 | -5/+2 |
* | mm: remove unncessary ret in page_referenced | Minchan Kim | 2017-05-03 | 1 | -2/+1 |
* | mm/vmscan: more restrictive condition for retry in do_try_to_free_pages | Yisheng Xie | 2017-05-03 | 1 | -5/+13 |
* | mm/compaction: ignore block suitable after check large free page | Yisheng Xie | 2017-05-03 | 1 | -3/+3 |
* | mm/sparse: refine usemap_size() a little | Wei Yang | 2017-05-03 | 1 | -4/+1 |
* | mm: page_alloc: __GFP_NOWARN shouldn't suppress stall warnings | Johannes Weiner | 2017-05-03 | 1 | -1/+1 |
* | mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_idx | Mel Gorman | 2017-05-03 | 2 | -55/+71 |
* | mm, vmscan: only clear pgdat congested/dirty/writeback state when balanced | Mel Gorman | 2017-05-03 | 1 | -9/+11 |
* | mm, vmscan: fix zone balance check in prepare_kswapd_sleep | Shantanu Goel | 2017-05-03 | 1 | -4/+10 |
* | mm: do not use double negation for testing page flags | Minchan Kim | 2017-05-03 | 1 | -2/+2 |
* | mm: remove rodata_test_data export, add pr_fmt | Kees Cook | 2017-05-03 | 1 | -8/+9 |
* | mm: tighten up the fault path a little | Matthew Wilcox | 2017-05-03 | 1 | -8/+8 |
* | mm: introduce memalloc_nofs_{save,restore} API | Michal Hocko | 2017-05-03 | 2 | -7/+9 |
* | mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfo | David Rientjes | 2017-05-03 | 1 | -7/+13 |
* | mm, vmstat: print non-populated zones in zoneinfo | David Rientjes | 2017-05-03 | 1 | -10/+17 |
* | mm: use is_migrate_isolate_page() to simplify the code | Xishi Qiu | 2017-05-03 | 1 | -3/+3 |
* | mm: use is_migrate_highatomic() to simplify the code | Xishi Qiu | 2017-05-03 | 2 | -8/+16 |
* | mm, swap: Fix a race in free_swap_and_cache() | Huang Ying | 2017-05-03 | 1 | -9/+16 |
* | mm: memcontrol: provide shmem statistics | Johannes Weiner | 2017-05-03 | 1 | -8/+20 |
* | mm: enable MADV_FREE for swapless system | Shaohua Li | 2017-05-03 | 1 | -7/+1 |
* | mm: fix lazyfree BUG_ON check in try_to_unmap_one() | Minchan Kim | 2017-05-03 | 1 | -2/+6 |
* | mm: reclaim MADV_FREE pages | Shaohua Li | 2017-05-03 | 4 | -38/+45 |
* | mm: move MADV_FREE pages into LRU_INACTIVE_FILE list | Shaohua Li | 2017-05-03 | 4 | -26/+29 |
* | mm: don't assume anonymous pages have SwapBacked flag | Shaohua Li | 2017-05-03 | 4 | -8/+7 |
* | mm: delete unnecessary TTU_* flags | Shaohua Li | 2017-05-03 | 3 | -9/+6 |
* | mm/page-writeback.c: use setup_deferrable_timer | Geliang Tang | 2017-05-03 | 1 | -3/+2 |
* | mm: remove unnecessary back-off function when retrying page reclaim | Johannes Weiner | 2017-05-03 | 1 | -9/+6 |
* | Revert "mm, vmscan: account for skipped pages as a partial scan" | Johannes Weiner | 2017-05-03 | 1 | -18/+4 |
* | mm: delete NR_PAGES_SCANNED and pgdat_reclaimable() | Johannes Weiner | 2017-05-03 | 4 | -40/+3 |
* | mm: don't avoid high-priority reclaim on memcg limit reclaim | Johannes Weiner | 2017-05-03 | 1 | -57/+37 |
* | mm: don't avoid high-priority reclaim on unreclaimable nodes | Johannes Weiner | 2017-05-03 | 1 | -14/+5 |
* | mm: remove unnecessary reclaimability check from NUMA balancing target | Johannes Weiner | 2017-05-03 | 1 | -3/+0 |
* | mm: remove seemingly spurious reclaimability check from laptop_mode gating | Johannes Weiner | 2017-05-03 | 1 | -1/+1 |
* | mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttling | Johannes Weiner | 2017-05-03 | 1 | -2/+4 |
* | mm: fix 100% CPU kswapd busyloop on unreclaimable nodes | Johannes Weiner | 2017-05-03 | 4 | -23/+41 |
* | slab: avoid IPIs when creating kmem caches | Greg Thelen | 2017-05-03 | 1 | -1/+6 |
* | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-05-02 | 1 | -8/+7 |
|\ |
|
| * | generic_file_read_iter(): make use of iov_iter_revert() | Al Viro | 2017-04-21 | 1 | -4/+4 |
| * | generic_file_direct_write(): make use of iov_iter_revert() | Al Viro | 2017-04-21 | 1 | -4/+3 |
* | | Merge tag 'usercopy-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-05-02 | 1 | -18/+1 |
|\ \ |
|
| * | | mm/usercopy: Drop extra is_vmalloc_or_module() check | Laura Abbott | 2017-04-05 | 1 | -11/+0 |
| * | | usercopy: Move enum for arch_within_stack_frames() | Sahara | 2017-04-04 | 1 | -7/+1 |
* | | | Merge tag 'docs-4.12' of git://git.lwn.net/linux | Linus Torvalds | 2017-05-02 | 3 | -10/+13 |
|\ \ \ |
|
| * | | | kernel-api.rst: fix a series of errors when parsing C files | mchehab@s-opensource.com | 2017-04-02 | 3 | -10/+13 |
* | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-05-01 | 2 | -18/+140 |
|\ \ \ \ |
|
| * | | | | mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc... | Dan Williams | 2017-05-01 | 1 | -0/+10 |
| * | | | | Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementa... | Ingo Molnar | 2017-04-23 | 2 | -6/+6 |
| * | | | | Merge tag 'v4.11-rc5' into x86/mm, to refresh the branch | Ingo Molnar | 2017-04-03 | 12 | -21/+61 |
| |\ \ \ \ |
|
| * | | | | | x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation | Kirill A. Shutemov | 2017-03-18 | 2 | -6/+6 |
| * | | | | | mm/gup: Provide callback to check if __GUP_fast() is allowed for the range | Kirill A. Shutemov | 2017-03-18 | 1 | -3/+21 |