Age | Commit message (Expand) | Author | Files | Lines |
2016-10-07 | mm/memcontrol.c: make the walk_page_range() limit obvious | James Morse | 1 | -2/+4 |
2016-10-07 | thp: reduce usage of huge zero page's atomic counter | Aaron Lu | 3 | -17/+27 |
2016-10-07 | cpu: fix node state for whether it contains CPU | Tim Chen | 1 | -0/+11 |
2016-10-07 | thp, dax: add thp_get_unmapped_area for pmd mappings | Toshi Kani | 1 | -0/+43 |
2016-10-07 | mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK... | Simon Guo | 1 | -0/+3 |
2016-10-07 | mm: mlock: check against vma for actual mlock() size | Simon Guo | 1 | -0/+49 |
2016-10-07 | oom: warn if we go OOM for higher order and compaction is disabled | Michal Hocko | 1 | -0/+2 |
2016-10-07 | mm: don't use radix tree writeback tags for pages in swap cache | Huang Ying | 2 | -2/+4 |
2016-10-07 | mm/bootmem.c: replace kzalloc() by kzalloc_node() | zijun_hu | 1 | -12/+2 |
2016-10-07 | mm/nobootmem.c: remove duplicate macro ARCH_LOW_ADDRESS_LIMIT statements | zijun_hu | 1 | -5/+5 |
2016-10-07 | mm/memblock.c: expose total reserved memory | Srikar Dronamraju | 1 | -0/+5 |
2016-10-07 | mm: introduce arch_reserved_kernel_pages() | Srikar Dronamraju | 1 | -0/+12 |
2016-10-07 | mm: use zonelist name instead of using hardcoded index | Aneesh Kumar K.V | 3 | -6/+6 |
2016-10-07 | oom, oom_reaper: allow to reap mm shared by the kthreads | Michal Hocko | 1 | -7/+7 |
2016-10-07 | mm: make sure that kthreads will not refault oom reaped memory | Michal Hocko | 2 | -0/+21 |
2016-10-07 | mm, oom: enforce exit_oom_victim on current task | Tetsuo Handa | 1 | -3/+2 |
2016-10-07 | oom, suspend: fix oom_killer_disable vs. pm suspend properly | Michal Hocko | 1 | -20/+20 |
2016-10-07 | mm, oom: get rid of signal_struct::oom_victims | Michal Hocko | 1 | -10/+7 |
2016-10-07 | oom: keep mm of the killed task available | Michal Hocko | 1 | -32/+19 |
2016-10-07 | mm,oom_reaper: do not attempt to reap a task twice | Tetsuo Handa | 1 | -12/+3 |
2016-10-07 | mm,oom_reaper: reduce find_lock_task_mm() usage | Tetsuo Handa | 1 | -43/+38 |
2016-10-07 | mm, swap: add swap_cluster_list | Huang Ying | 1 | -70/+63 |
2016-10-07 | mm: unrig VMA cache hit ratio | Alexey Dobriyan | 1 | -4/+4 |
2016-10-07 | do_generic_file_read(): fail immediately if killed | Bart Van Assche | 1 | -1/+3 |
2016-10-07 | mm/page_owner: don't define fields on struct page_ext by hard-coding | Joonsoo Kim | 1 | -25/+58 |
2016-10-07 | mm/page_ext: support extra space allocation by page_ext user | Joonsoo Kim | 2 | -11/+32 |
2016-10-07 | mm/page_ext: rename offset to index | Joonsoo Kim | 1 | -3/+3 |
2016-10-07 | mm/page_owner: move page_owner specific function to page_owner.c | Joonsoo Kim | 2 | -79/+77 |
2016-10-07 | mm/debug_pagealloc.c: don't allocate page_ext if we don't use guard page | Joonsoo Kim | 1 | -1/+7 |
2016-10-07 | mm/debug_pagealloc.c: clean-up guard page handling code | Joonsoo Kim | 1 | -16/+18 |
2016-10-07 | mm, vmscan: get rid of throttle_vm_writeout | Michal Hocko | 2 | -32/+0 |
2016-10-07 | mm: fix set pageblock migratetype in deferred struct page init | Xishi Qiu | 1 | -7/+13 |
2016-10-07 | mem-hotplug: fix node spanned pages when we have a movable node | Xishi Qiu | 1 | -31/+23 |
2016-10-07 | mm, vmscan: make compaction_ready() more accurate and readable | Vlastimil Babka | 1 | -23/+20 |
2016-10-07 | mm, compaction: require only min watermarks for non-costly orders | Vlastimil Babka | 2 | -3/+12 |
2016-10-07 | mm, compaction: use proper alloc_flags in __compaction_suitable() | Vlastimil Babka | 2 | -3/+11 |
2016-10-07 | mm, compaction: create compact_gap wrapper | Vlastimil Babka | 2 | -7/+6 |
2016-10-07 | mm, compaction: use correct watermark when checking compaction success | Vlastimil Babka | 1 | -3/+3 |
2016-10-07 | mm, compaction: add the ultimate direct compaction priority | Vlastimil Babka | 1 | -1/+4 |
2016-10-07 | mm, compaction: don't recheck watermarks after COMPACT_SUCCESS | Vlastimil Babka | 1 | -8/+3 |
2016-10-07 | mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESS | Vlastimil Babka | 2 | -7/+7 |
2016-10-07 | mm, compaction: cleanup unused functions | Vlastimil Babka | 1 | -43/+17 |
2016-10-07 | mm, compaction: make whole_zone flag ignore cached scanner positions | Vlastimil Babka | 2 | -23/+22 |
2016-10-07 | mm/oom_kill.c: fix task_will_free_mem() comment | Michal Hocko | 1 | -2/+3 |
2016-10-07 | mm: memcontrol: add sanity checks for memcg->id.ref on get/put | Vladimir Davydov | 1 | -1/+5 |
2016-10-07 | mm/vmalloc.c: fix align value calculation error | zijun_hu | 1 | -4/+4 |
2016-10-07 | mm: oom: deduplicate victim selection code for memcg and global oom | Vladimir Davydov | 2 | -166/+148 |
2016-10-07 | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -114/+1 |
2016-10-06 | Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -7/+7 |
2016-10-05 | switch generic_file_splice_read() to use of ->read_iter() | Al Viro | 1 | -114/+1 |