Age | Commit message (Expand) | Author |
2018-03-19 | Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2018-03-19 | mm: Allow to kill tasks doing pcpu_alloc() and waiting for pcpu_balance_workfn() | Kirill Tkhai |
2018-03-19 | percpu: include linux/sched.h for cond_resched() | Tejun Heo |
2018-03-14 | Revert "mm/page_alloc: fix memmap_init_zone pageblock alignment" | Ard Biesheuvel |
2018-03-09 | mm/page_alloc: fix memmap_init_zone pageblock alignment | Daniel Vacek |
2018-03-09 | mm/memblock.c: hardcode the end_pfn being -1 | Daniel Vacek |
2018-03-09 | mm/gup.c: teach get_user_pages_unlocked to handle FOLL_NOWAIT | Andrea Arcangeli |
2018-03-09 | hugetlb: fix surplus pages accounting | Michal Hocko |
2018-02-23 | percpu: add a schedule point in pcpu_balance_workfn() | Eric Dumazet |
2018-02-21 | mm: don't defer struct page initialization for Xen pv guests | Juergen Gross |
2018-02-21 | vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systems | Michal Hocko |
2018-02-21 | mm/swap.c: make functions and their kernel-doc agree (again) | Mike Rapoport |
2018-02-21 | mm/zpool.c: zpool_evictable: fix mismatch in parameter name and kernel-doc | Mike Rapoport |
2018-02-21 | mm, swap, frontswap: fix THP swap if frontswap enabled | Huang Ying |
2018-02-21 | mm, mlock, vmscan: no more skipping pagevecs | Shakeel Butt |
2018-02-18 | percpu: allow select gfp to be passed to underlying allocators | Dennis Zhou |
2018-02-18 | percpu: add __GFP_NORETRY semantics to the percpu balancing path | Dennis Zhou |
2018-02-18 | percpu: match chunk allocator declarations with definitions | Dennis Zhou |
2018-02-16 | mm: hide a #warning for COMPILE_TEST | Arnd Bergmann |
2018-02-14 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2018-02-13 | x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages | Tony Luck |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2018-02-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2018-02-06 | mm: docs: add blank lines to silence sphinx "Unexpected indentation" errors | Mike Rapoport |
2018-02-06 | mm: docs: fix parameter names mismatch | Mike Rapoport |
2018-02-06 | mm: docs: fixup punctuation | Mike Rapoport |
2018-02-06 | mm/memblock: memblock_is_map/region_memory can be boolean | Yaowei Bai |
2018-02-06 | mm: remove unneeded kallsyms include | Sergey Senozhatsky |
2018-02-06 | mm/userfaultfd.c: remove duplicate include | Pravin Shedge |
2018-02-06 | pids: introduce find_get_task_by_vpid() helper | Mike Rapoport |
2018-02-06 | kasan: fix prototype author email address | Andrey Konovalov |
2018-02-06 | kasan: detect invalid frees | Dmitry Vyukov |
2018-02-06 | kasan: unify code between kasan_slab_free() and kasan_poison_kfree() | Dmitry Vyukov |
2018-02-06 | kasan: detect invalid frees for large mempool objects | Dmitry Vyukov |
2018-02-06 | kasan: don't use __builtin_return_address(1) | Dmitry Vyukov |
2018-02-06 | kasan: detect invalid frees for large objects | Dmitry Vyukov |
2018-02-06 | kasan: add functions for unpoisoning stack variables | Alexander Potapenko |
2018-02-06 | kasan: support alloca() poisoning | Paul Lawrence |
2018-02-06 | Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-02-03 | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-02-03 | Merge branch 'for-4.16/nfit' into libnvdimm-for-next | Ross Zwisler |
2018-02-02 | Revert "defer call to mem_cgroup_sk_alloc()" | Roman Gushchin |
2018-01-31 | mm/swap.c: make functions and their kernel-doc agree | Randy Dunlap |
2018-01-31 | mm, memory_hotplug: fix memmap initialization | Michal Hocko |
2018-01-31 | mm: correct comments regarding do_fault_around() | William Kucharski |
2018-01-31 | mm: numa: do not trap faults on shared data section pages. | Henry Willard |
2018-01-31 | hugetlb, mbind: fall back to default policy if vma is NULL | Michal Hocko |
2018-01-31 | hugetlb, mempolicy: fix the mbind hugetlb migration | Michal Hocko |
2018-01-31 | mm, hugetlb: further simplify hugetlb allocation API | Michal Hocko |
2018-01-31 | mm, hugetlb: get rid of surplus page accounting tricks | Michal Hocko |