aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-19Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds3-34/+59
2018-03-19mm: Allow to kill tasks doing pcpu_alloc() and waiting for pcpu_balance_workfn()Kirill Tkhai1-2/+11
2018-03-19percpu: include linux/sched.h for cond_resched()Tejun Heo1-0/+1
2018-03-14Revert "mm/page_alloc: fix memmap_init_zone pageblock alignment"Ard Biesheuvel1-8/+5
2018-03-09mm/page_alloc: fix memmap_init_zone pageblock alignmentDaniel Vacek1-2/+7
2018-03-09mm/memblock.c: hardcode the end_pfn being -1Daniel Vacek1-5/+5
2018-03-09mm/gup.c: teach get_user_pages_unlocked to handle FOLL_NOWAITAndrea Arcangeli1-2/+5
2018-03-09hugetlb: fix surplus pages accountingMichal Hocko1-1/+1
2018-02-23percpu: add a schedule point in pcpu_balance_workfn()Eric Dumazet1-0/+1
2018-02-21mm: don't defer struct page initialization for Xen pv guestsJuergen Gross1-0/+4
2018-02-21vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systemsMichal Hocko1-3/+7
2018-02-21mm/swap.c: make functions and their kernel-doc agree (again)Mike Rapoport1-1/+1
2018-02-21mm/zpool.c: zpool_evictable: fix mismatch in parameter name and kernel-docMike Rapoport1-1/+1
2018-02-21mm, swap, frontswap: fix THP swap if frontswap enabledHuang Ying1-0/+6
2018-02-21mm, mlock, vmscan: no more skipping pagevecsShakeel Butt3-93/+54
2018-02-18percpu: allow select gfp to be passed to underlying allocatorsDennis Zhou3-12/+10
2018-02-18percpu: add __GFP_NORETRY semantics to the percpu balancing pathDennis Zhou3-28/+42
2018-02-18percpu: match chunk allocator declarations with definitionsDennis Zhou1-2/+4
2018-02-16mm: hide a #warning for COMPILE_TESTArnd Bergmann1-1/+1
2018-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2018-02-13x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pagesTony Luck1-2/+0
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2-4/+4
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds22-95/+198
2018-02-06mm: docs: add blank lines to silence sphinx "Unexpected indentation" errorsMike Rapoport3-0/+4
2018-02-06mm: docs: fix parameter names mismatchMike Rapoport8-20/+20
2018-02-06mm: docs: fixup punctuationMike Rapoport5-27/+27
2018-02-06mm/memblock: memblock_is_map/region_memory can be booleanYaowei Bai1-3/+3
2018-02-06mm: remove unneeded kallsyms includeSergey Senozhatsky1-4/+0
2018-02-06mm/userfaultfd.c: remove duplicate includePravin Shedge1-1/+0
2018-02-06pids: introduce find_get_task_by_vpid() helperMike Rapoport1-5/+1
2018-02-06kasan: fix prototype author email addressAndrey Konovalov2-2/+2
2018-02-06kasan: detect invalid freesDmitry Vyukov1-0/+6
2018-02-06kasan: unify code between kasan_slab_free() and kasan_poison_kfree()Dmitry Vyukov1-16/+12
2018-02-06kasan: detect invalid frees for large mempool objectsDmitry Vyukov2-6/+11
2018-02-06kasan: don't use __builtin_return_address(1)Dmitry Vyukov5-14/+14
2018-02-06kasan: detect invalid frees for large objectsDmitry Vyukov4-13/+9
2018-02-06kasan: add functions for unpoisoning stack variablesAlexander Potapenko2-0/+59
2018-02-06kasan: support alloca() poisoningPaul Lawrence3-0/+46
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds7-95/+96
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds5-93/+195
2018-02-03Merge branch 'for-4.16/nfit' into libnvdimm-for-nextRoss Zwisler7-18/+26
2018-02-02Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin1-0/+14
2018-01-31mm/swap.c: make functions and their kernel-doc agreeRandy Dunlap1-6/+5
2018-01-31mm, memory_hotplug: fix memmap initializationMichal Hocko1-8/+14
2018-01-31mm: correct comments regarding do_fault_around()William Kucharski1-11/+11
2018-01-31mm: numa: do not trap faults on shared data section pages.Henry Willard1-0/+5
2018-01-31hugetlb, mbind: fall back to default policy if vma is NULLMichal Hocko2-4/+4
2018-01-31hugetlb, mempolicy: fix the mbind hugetlb migrationMichal Hocko2-16/+20
2018-01-31mm, hugetlb: further simplify hugetlb allocation APIMichal Hocko1-37/+43
2018-01-31mm, hugetlb: get rid of surplus page accounting tricksMichal Hocko1-39/+23