summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2018-04-03Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds5-54/+4
2018-04-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-29/+8
2018-03-29mm/kmemleak.c: wait for scan completion before disabling freeVinayak Menon1-5/+7
2018-03-29mm/memcontrol.c: fix parameter description mismatchHonglei Wang1-3/+3
2018-03-29mm/vmstat.c: fix vmstat_update() preemption BUGSteven J. Hill1-0/+2
2018-03-29mm/page_owner: fix recursion bug after changing skip entriesManinder Singh1-3/+3
2018-03-29mm, slab: memcg_link the SLAB's kmem_cacheShakeel Butt1-0/+1
2018-03-27x86/mm/32: Remove unused node_memmap_size_bytes() & CONFIG_NEED_NODE_MEMMAP_S...David Rientjes1-22/+0
2018-03-27Merge tag 'v4.16-rc7' into x86/mm, to fix up conflictIngo Molnar11-111/+128
2018-03-26treewide: simplify Kconfig dependencies for removed archsArnd Bergmann2-11/+0
2018-03-23mm, thp: do not cause memcg oom for thpDavid Rientjes2-4/+9
2018-03-23mm/vmscan: wake up flushers for legacy cgroups tooAndrey Ryabinin1-15/+16
2018-03-23Revert "mm: page_alloc: skip over regions of invalid pfns where possible"Daniel Vacek2-38/+1
2018-03-23mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()Kirill A. Shutemov1-11/+20
2018-03-23mm/thp: do not wait for lock_page() in deferred_split_scan()Kirill A. Shutemov1-1/+3
2018-03-23mm/khugepaged.c: convert VM_BUG_ON() to collapse failKirill A. Shutemov1-1/+6
2018-03-23hugetlbfs: check for pgoff value overflowMike Kravetz1-0/+7
2018-03-23lockdep: fix fs_reclaim warningTetsuo Handa1-1/+1
2018-03-23mm/mempolicy.c: avoid use uninitialized preferred_nodeYisheng Xie1-0/+3
2018-03-20Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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-16mm: remove obsolete alloc_remap()Arnd Bergmann2-19/+1
2018-03-16mm: remove blackfin MPU supportArnd Bergmann1-20/+0
2018-03-15Revert "mm/page_alloc: fix memmap_init_zone pageblock alignment"Ard Biesheuvel1-8/+5
2018-03-14Merge branch 'x86/urgent' into x86/mm to pick up dependenciesThomas Gleixner4-10/+18
2018-03-10mm/page_alloc: fix memmap_init_zone pageblock alignmentDaniel Vacek1-2/+7
2018-03-10mm/memblock.c: hardcode the end_pfn being -1Daniel Vacek1-5/+5
2018-03-10mm/gup.c: teach get_user_pages_unlocked to handle FOLL_NOWAITAndrea Arcangeli1-2/+5
2018-03-10hugetlb: fix surplus pages accountingMichal Hocko1-1/+1
2018-03-08Merge tag 'metag_remove_2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann1-4/+3
2018-02-26Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesIngo Molnar9-101/+74
2018-02-23percpu: add a schedule point in pcpu_balance_workfn()Eric Dumazet1-0/+1
2018-02-23Drop a bunch of metag referencesJames Hogan1-4/+3
2018-02-22mm: don't defer struct page initialization for Xen pv guestsJuergen Gross1-0/+4
2018-02-22vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systemsMichal Hocko1-3/+7
2018-02-22mm/swap.c: make functions and their kernel-doc agree (again)Mike Rapoport1-1/+1
2018-02-22mm/zpool.c: zpool_evictable: fix mismatch in parameter name and kernel-docMike Rapoport1-1/+1
2018-02-22mm, swap, frontswap: fix THP swap if frontswap enabledHuang Ying1-0/+6
2018-02-22mm, 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-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2018-02-14x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableKirill A. Shutemov1-1/+1
2018-02-14mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITSKirill A. Shutemov1-6/+7
2018-02-13x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pagesTony Luck1-2/+0
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2-4/+4
2018-02-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds22-95/+198