| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mapping | Catalin Marinas | 2016-09-12 | 5 | -9/+56 |
* | Merge branch 'akpm-current/current' | Stephen Rothwell | 2016-09-12 | 30 | -771/+981 |
|\ |
|
| * | seq-proc-modify-seq_put_decimal_ll-to-take-a-const-char-not-char-fix | Andrew Morton | 2016-09-10 | 1 | -1/+1 |
| * | proc: much faster /proc/vmstat | Alexey Dobriyan | 2016-09-10 | 1 | -1/+4 |
| * | mm/vmstat.c: walk the zone in pageblock_nr_pages steps | zhong jiang | 2016-09-10 | 1 | -1/+1 |
| * | mm/page_owner: align with pageblock_nr pages | zhong jiang | 2016-09-10 | 1 | -1/+1 |
| * | mm: don't emit warning from pagefault_out_of_memory() | Tetsuo Handa | 2016-09-10 | 1 | -11/+1 |
| * | mm, compaction: make full priority ignore pageblock suitability | Vlastimil Babka | 2016-09-10 | 2 | -3/+9 |
| * | mm, compaction: restrict full priority to non-costly orders | Vlastimil Babka | 2016-09-10 | 1 | -1/+4 |
| * | mm, compaction: more reliably increase direct compaction priority | Vlastimil Babka | 2016-09-10 | 1 | -7/+11 |
| * | Revert "mm, oom: prevent premature OOM killer invocation for high order request" | Vlastimil Babka | 2016-09-10 | 1 | -2/+49 |
| * | mm, swap: Use offset of swap entry as key of swap cache | Huang Ying | 2016-09-10 | 4 | -10/+12 |
| * | mm: fix cache mode tracking in vm_insert_mixed() | Dan Williams | 2016-09-10 | 1 | -2/+6 |
| * | mm/memcontrol.c: make the walk_page_range() limit obvious | James Morse | 2016-09-10 | 1 | -2/+4 |
| * | thp: reduce usage of huge zero page's atomic counter | Aaron Lu | 2016-09-10 | 3 | -17/+27 |
| * | cpu: fix node state for whether it contains CPU | Tim Chen | 2016-09-10 | 1 | -0/+11 |
| * | thp, dax: add thp_get_unmapped_area for pmd mappings | Toshi Kani | 2016-09-10 | 1 | -0/+43 |
| * | mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK... | Simon Guo | 2016-09-10 | 1 | -0/+3 |
| * | mm: mlock: correct a typo in count_mm_mlocked_page_nr() for caculate VMLOCKED... | Simon Guo | 2016-09-10 | 1 | -2/+4 |
| * | mm-mlock-check-against-vma-for-actual-mlock-size-fix | Andrew Morton | 2016-09-10 | 1 | -6/+4 |
| * | mm: mlock: check against vma for actual mlock() size | Simon Guo | 2016-09-10 | 1 | -0/+49 |
| * | oom: warn if we go OOM for higher order and compaction is disabled | Michal Hocko | 2016-09-10 | 1 | -0/+2 |
| * | mm: don't use radix tree writeback tags for pages in swap cache | Huang Ying | 2016-09-10 | 2 | -2/+4 |
| * | mm/bootmem.c: replace kzalloc() by kzalloc_node() | zijun_hu | 2016-09-10 | 1 | -12/+2 |
| * | mm/nobootmem.c: remove duplicate macro ARCH_LOW_ADDRESS_LIMIT statements | zijun_hu | 2016-09-10 | 1 | -5/+5 |
| * | mm/memblock.c: expose total reserved memory | Srikar Dronamraju | 2016-09-10 | 1 | -0/+5 |
| * | mm: introduce arch_reserved_kernel_pages() | Srikar Dronamraju | 2016-09-10 | 1 | -0/+12 |
| * | mm: use zonelist name instead of using hardcoded index | Aneesh Kumar K.V | 2016-09-10 | 3 | -6/+6 |
| * | oom, oom_reaper: allow to reap mm shared by the kthreads | Michal Hocko | 2016-09-10 | 1 | -7/+7 |
| * | mm: make sure that kthreads will not refault oom reaped memory | Michal Hocko | 2016-09-10 | 2 | -0/+21 |
| * | mm, oom: enforce exit_oom_victim on current task | Tetsuo Handa | 2016-09-10 | 1 | -3/+2 |
| * | oom, suspend: fix oom_killer_disable vs. pm suspend properly | Michal Hocko | 2016-09-10 | 1 | -20/+20 |
| * | mm, oom: get rid of signal_struct::oom_victims | Michal Hocko | 2016-09-10 | 1 | -10/+7 |
| * | oom: keep mm of the killed task available | Michal Hocko | 2016-09-10 | 1 | -32/+19 |
| * | mm,oom_reaper: do not attempt to reap a task twice | Tetsuo Handa | 2016-09-10 | 1 | -12/+3 |
| * | mm,oom_reaper: reduce find_lock_task_mm() usage | Tetsuo Handa | 2016-09-10 | 1 | -43/+38 |
| * | mm-swap-add-swap_cluster_list-checkpatch-fixes | Andrew Morton | 2016-09-10 | 1 | -1/+3 |
| * | mm, swap: add swap_cluster_list | Huang Ying | 2016-09-10 | 1 | -70/+61 |
| * | mm: unrig VMA cache hit ratio | Alexey Dobriyan | 2016-09-10 | 1 | -4/+4 |
| * | do_generic_file_read(): fail immediately if killed | Bart Van Assche | 2016-09-10 | 1 | -1/+3 |
| * | mm/page_owner: don't define fields on struct page_ext by hard-coding | Joonsoo Kim | 2016-09-10 | 1 | -25/+58 |
| * | mm/page_ext: support extra space allocation by page_ext user | Joonsoo Kim | 2016-09-10 | 2 | -11/+32 |
| * | mm/page_ext: rename offset to index | Joonsoo Kim | 2016-09-10 | 1 | -3/+3 |
| * | mm/page_owner: move page_owner specific function to page_owner.c | Joonsoo Kim | 2016-09-10 | 2 | -79/+77 |
| * | mm/debug_pagealloc.c: don't allocate page_ext if we don't use guard page | Joonsoo Kim | 2016-09-10 | 1 | -1/+7 |
| * | mm/debug_pagealloc.c: clean-up guard page handling code | Joonsoo Kim | 2016-09-10 | 1 | -16/+18 |
| * | mm, vmscan: get rid of throttle_vm_writeout | Michal Hocko | 2016-09-10 | 2 | -32/+0 |
| * | mm: fix set pageblock migratetype in deferred struct page init | Xishi Qiu | 2016-09-10 | 1 | -7/+13 |
| * | mem-hotplug: fix node spanned pages when we have a movable node | Xishi Qiu | 2016-09-10 | 1 | -31/+23 |
| * | mm, vmscan: make compaction_ready() more accurate and readable | Vlastimil Babka | 2016-09-10 | 1 | -23/+20 |