| Commit message (Expand) | Author | Age | Files | Lines |
* | mm, thp: do not cause memcg oom for thp | David Rientjes | 2018-03-23 | 2 | -4/+9 |
* | mm/vmscan: wake up flushers for legacy cgroups too | Andrey Ryabinin | 2018-03-23 | 1 | -15/+16 |
* | Revert "mm: page_alloc: skip over regions of invalid pfns where possible" | Daniel Vacek | 2018-03-23 | 2 | -38/+1 |
* | mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink() | Kirill A. Shutemov | 2018-03-23 | 1 | -11/+20 |
* | mm/thp: do not wait for lock_page() in deferred_split_scan() | Kirill A. Shutemov | 2018-03-23 | 1 | -1/+3 |
* | mm/khugepaged.c: convert VM_BUG_ON() to collapse fail | Kirill A. Shutemov | 2018-03-23 | 1 | -1/+6 |
* | hugetlbfs: check for pgoff value overflow | Mike Kravetz | 2018-03-23 | 1 | -0/+7 |
* | lockdep: fix fs_reclaim warning | Tetsuo Handa | 2018-03-23 | 1 | -1/+1 |
* | mm/mempolicy.c: avoid use uninitialized preferred_node | Yisheng Xie | 2018-03-23 | 1 | -0/+3 |
* | Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-03-19 | 3 | -34/+59 |
|\ |
|
| * | mm: Allow to kill tasks doing pcpu_alloc() and waiting for pcpu_balance_workfn() | Kirill Tkhai | 2018-03-19 | 1 | -2/+11 |
| * | percpu: include linux/sched.h for cond_resched() | Tejun Heo | 2018-03-19 | 1 | -0/+1 |
| * | percpu: add a schedule point in pcpu_balance_workfn() | Eric Dumazet | 2018-02-23 | 1 | -0/+1 |
| * | percpu: allow select gfp to be passed to underlying allocators | Dennis Zhou | 2018-02-18 | 3 | -12/+10 |
| * | percpu: add __GFP_NORETRY semantics to the percpu balancing path | Dennis Zhou | 2018-02-18 | 3 | -28/+42 |
| * | percpu: match chunk allocator declarations with definitions | Dennis Zhou | 2018-02-18 | 1 | -2/+4 |
* | | Revert "mm/page_alloc: fix memmap_init_zone pageblock alignment" | Ard Biesheuvel | 2018-03-15 | 1 | -8/+5 |
* | | mm/page_alloc: fix memmap_init_zone pageblock alignment | Daniel Vacek | 2018-03-10 | 1 | -2/+7 |
* | | mm/memblock.c: hardcode the end_pfn being -1 | Daniel Vacek | 2018-03-10 | 1 | -5/+5 |
* | | mm/gup.c: teach get_user_pages_unlocked to handle FOLL_NOWAIT | Andrea Arcangeli | 2018-03-10 | 1 | -2/+5 |
* | | hugetlb: fix surplus pages accounting | Michal Hocko | 2018-03-10 | 1 | -1/+1 |
* | | mm: don't defer struct page initialization for Xen pv guests | Juergen Gross | 2018-02-22 | 1 | -0/+4 |
* | | vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systems | Michal Hocko | 2018-02-22 | 1 | -3/+7 |
* | | mm/swap.c: make functions and their kernel-doc agree (again) | Mike Rapoport | 2018-02-22 | 1 | -1/+1 |
* | | mm/zpool.c: zpool_evictable: fix mismatch in parameter name and kernel-doc | Mike Rapoport | 2018-02-22 | 1 | -1/+1 |
* | | mm, swap, frontswap: fix THP swap if frontswap enabled | Huang Ying | 2018-02-22 | 1 | -0/+6 |
* | | mm, mlock, vmscan: no more skipping pagevecs | Shakeel Butt | 2018-02-22 | 3 | -93/+54 |
* | | mm: hide a #warning for COMPILE_TEST | Arnd Bergmann | 2018-02-16 | 1 | -1/+1 |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-02-15 | 1 | -2/+0 |
|\ \
| |/
|/| |
|
| * | x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages | Tony Luck | 2018-02-13 | 1 | -2/+0 |
* | | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 2 | -4/+4 |
|/ |
|
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-02-07 | 22 | -95/+198 |
|\ |
|
| * | mm: docs: add blank lines to silence sphinx "Unexpected indentation" errors | Mike Rapoport | 2018-02-07 | 3 | -0/+4 |
| * | mm: docs: fix parameter names mismatch | Mike Rapoport | 2018-02-07 | 8 | -20/+20 |
| * | mm: docs: fixup punctuation | Mike Rapoport | 2018-02-07 | 5 | -27/+27 |
| * | mm/memblock: memblock_is_map/region_memory can be boolean | Yaowei Bai | 2018-02-07 | 1 | -3/+3 |
| * | mm: remove unneeded kallsyms include | Sergey Senozhatsky | 2018-02-07 | 1 | -4/+0 |
| * | mm/userfaultfd.c: remove duplicate include | Pravin Shedge | 2018-02-07 | 1 | -1/+0 |
| * | pids: introduce find_get_task_by_vpid() helper | Mike Rapoport | 2018-02-07 | 1 | -5/+1 |
| * | kasan: fix prototype author email address | Andrey Konovalov | 2018-02-07 | 2 | -2/+2 |
| * | kasan: detect invalid frees | Dmitry Vyukov | 2018-02-07 | 1 | -0/+6 |
| * | kasan: unify code between kasan_slab_free() and kasan_poison_kfree() | Dmitry Vyukov | 2018-02-07 | 1 | -16/+12 |
| * | kasan: detect invalid frees for large mempool objects | Dmitry Vyukov | 2018-02-07 | 2 | -6/+11 |
| * | kasan: don't use __builtin_return_address(1) | Dmitry Vyukov | 2018-02-07 | 5 | -14/+14 |
| * | kasan: detect invalid frees for large objects | Dmitry Vyukov | 2018-02-07 | 4 | -13/+9 |
| * | kasan: add functions for unpoisoning stack variables | Alexander Potapenko | 2018-02-07 | 2 | -0/+59 |
| * | kasan: support alloca() poisoning | Paul Lawrence | 2018-02-07 | 3 | -0/+46 |
* | | Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-02-06 | 7 | -95/+96 |
|\ \
| |/
|/| |
|
| * | Merge branch 'for-4.16/nfit' into libnvdimm-for-next | Ross Zwisler | 2018-02-03 | 7 | -18/+26 |
| |\ |
|
| * | | mm, dax: introduce pfn_t_special() | Dan Williams | 2018-01-20 | 1 | -1/+15 |