Age | Commit message (Expand) | Author | Files | Lines |
2017-04-17 | kasan: change allocation and freeing stack traces headers | Andrey Konovalov | 1 | -6/+4 |
2017-04-17 | kasan: unify report headers | Andrey Konovalov | 1 | -13/+13 |
2017-04-17 | kasan: introduce helper functions for determining bug type | Andrey Konovalov | 1 | -10/+30 |
2017-04-17 | mm/vmstat.c: walk the zone in pageblock_nr_pages steps | zhong jiang | 1 | -1/+1 |
2017-04-17 | mm/page_owner: align with pageblock_nr pages | zhong jiang | 1 | -1/+1 |
2017-04-17 | mm: vmscan: do not pass reclaimed slab to vmpressure | Vinayak Menon | 1 | -5/+12 |
2017-04-17 | mm/page_alloc: return 0 in case this node has no page within the zone | Wei Yang | 1 | -0/+5 |
2017-04-17 | mm, page_alloc: remove debug_guardpage_minorder() test in warn_alloc() | Tetsuo Handa | 1 | -2/+1 |
2017-04-17 | mm/memory-failure.c: add page flag description in error paths | Anshuman Khandual | 1 | -8/+8 |
2017-04-17 | mm/madvise.c: clean up MADV_SOFT_OFFLINE and MADV_HWPOISON | Anshuman Khandual | 1 | -14/+20 |
2017-04-17 | mm, swap: sort swap entries before free | Huang Ying | 1 | -0/+12 |
2017-04-17 | mm: memcontrol: use node page state naming scheme for memcg | Johannes Weiner | 5 | -32/+31 |
2017-04-17 | mm: memcontrol: re-use node VM page state enum | Johannes Weiner | 5 | -81/+80 |
2017-04-17 | mm: memcontrol: re-use global VM event enum | Johannes Weiner | 1 | -25/+28 |
2017-04-17 | mm: memcontrol: clean up memory.events counting function | Johannes Weiner | 2 | -5/+5 |
2017-04-17 | mm: vmscan: fix IO/refault regression in cache workingset transition | Johannes Weiner | 3 | -38/+87 |
2017-04-17 | mm/mmap: replace SHM_HUGE_MASK with MAP_HUGE_MASK inside mmap_pgoff | Anshuman Khandual | 1 | -1/+1 |
2017-04-17 | oom: improve oom disable handling | Michal Hocko | 1 | -0/+2 |
2017-04-17 | mm/slab.h: add additional consistency check | Kees Cook | 1 | -0/+1 |
2017-04-17 | swap-add-warning-if-swap-slots-cache-failed-to-initialize-fix | Andrew Morton | 1 | -4/+3 |
2017-04-17 | mm/swap_slots.c: add warning if swap slots cache failed to initialize | Tim Chen | 1 | -1/+4 |
2017-04-17 | mm-enable-page-poisoning-early-at-boot-v2 | Vinayak Menon | 2 | -9/+2 |
2017-04-17 | mm: enable page poisoning early at boot | Vinayak Menon | 3 | -78/+15 |
2017-04-17 | mm, swap: avoid lock swap_avail_lock when held cluster lock | Huang Ying | 1 | -3/+3 |
2017-04-17 | mm, swap: improve readability via make spin_lock/unlock balanced | Huang Ying | 1 | -1/+1 |
2017-04-17 | mm, swap: Fix comment in __read_swap_cache_async | Huang Ying | 1 | -11/+1 |
2017-04-17 | mm: use false instead of SWAP_FAIL | Minchan Kim | 1 | -1/+1 |
2017-04-17 | mm: make rmap_one boolean function | Minchan Kim | 4 | -20/+20 |
2017-04-17 | mm: make rmap_walk() return void | Minchan Kim | 2 | -29/+19 |
2017-04-17 | mm: make ttu's return boolean | Minchan Kim | 4 | -28/+19 |
2017-04-17 | mm: remove SWAP_AGAIN in ttu | Minchan Kim | 2 | -10/+3 |
2017-04-17 | mm: remove SWAP_MLOCK in ttu | Minchan Kim | 2 | -15/+8 |
2017-04-17 | mm: remove PG_Mlocked VM_BUG_ON check | Minchan Kim | 1 | -1/+0 |
2017-04-17 | mm: make try_to_munlock() return void | Minchan Kim | 2 | -16/+7 |
2017-04-17 | mm: remove SWAP_MLOCK check for SWAP_SUCCESS in ttu | Minchan Kim | 1 | -1/+1 |
2017-04-17 | mm: remove SWAP_DIRTY in ttu | Minchan Kim | 2 | -5/+2 |
2017-04-17 | mm: remove unncessary ret in page_referenced | Minchan Kim | 1 | -2/+1 |
2017-04-17 | mm-vmscan-more-restrictive-condition-for-retry-in-do_try_to_free_pages-v5 | Yisheng Xie | 1 | -10/+13 |
2017-04-17 | mm/vmscan: more restrictive condition for retry in do_try_to_free_pages | Yisheng Xie | 1 | -1/+6 |
2017-04-17 | mm/compaction: ignore block suitable after check large free page | Yisheng Xie | 1 | -3/+3 |
2017-04-17 | mm/sparse: refine usemap_size() a little | Wei Yang | 1 | -4/+1 |
2017-04-17 | mm: page_alloc: __GFP_NOWARN shouldn't suppress stall warnings | Johannes Weiner | 1 | -1/+1 |
2017-04-17 | mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_i... | Mel Gorman | 1 | -2/+6 |
2017-04-17 | mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_idx | Mel Gorman | 2 | -55/+67 |
2017-04-17 | mm, vmscan: only clear pgdat congested/dirty/writeback state when balanced | Mel Gorman | 1 | -9/+11 |
2017-04-17 | mm, vmscan: fix zone balance check in prepare_kswapd_sleep | Shantanu Goel | 1 | -4/+10 |
2017-04-17 | mm: do not use double negation for testing page flags | Minchan Kim | 1 | -2/+2 |
2017-04-17 | mm, compaction: finish whole pageblock to reduce fragmentation | Vlastimil Babka | 2 | -2/+35 |
2017-04-17 | mm, compaction: restrict async compaction to pageblocks of same migratetype | Vlastimil Babka | 2 | -9/+22 |
2017-04-17 | mm, compaction: add migratetype to compact_control | Vlastimil Babka | 2 | -8/+8 |