summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-023-29/+8
|\
| * x86/mm/32: Remove unused node_memmap_size_bytes() & CONFIG_NEED_NODE_MEMMAP_S...David Rientjes2018-03-271-22/+0
| * Merge tag 'v4.16-rc7' into x86/mm, to fix up conflictIngo Molnar2018-03-2711-111/+128
| |\
| * \ Merge branch 'x86/urgent' into x86/mm to pick up dependenciesThomas Gleixner2018-03-144-10/+18
| |\ \
| * \ \ Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesIngo Molnar2018-02-269-101/+74
| |\ \ \
| * | | | x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableKirill A. Shutemov2018-02-141-1/+1
| * | | | mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITSKirill A. Shutemov2018-02-141-6/+7
* | | | | mm/kmemleak.c: wait for scan completion before disabling freeVinayak Menon2018-03-281-5/+7
* | | | | mm/memcontrol.c: fix parameter description mismatchHonglei Wang2018-03-281-3/+3
* | | | | mm/vmstat.c: fix vmstat_update() preemption BUGSteven J. Hill2018-03-281-0/+2
* | | | | mm/page_owner: fix recursion bug after changing skip entriesManinder Singh2018-03-281-3/+3
* | | | | mm, slab: memcg_link the SLAB's kmem_cacheShakeel Butt2018-03-281-0/+1
| |_|_|/ |/| | |
* | | | mm, thp: do not cause memcg oom for thpDavid Rientjes2018-03-222-4/+9
* | | | mm/vmscan: wake up flushers for legacy cgroups tooAndrey Ryabinin2018-03-221-15/+16
* | | | Revert "mm: page_alloc: skip over regions of invalid pfns where possible"Daniel Vacek2018-03-222-38/+1
* | | | mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()Kirill A. Shutemov2018-03-221-11/+20
* | | | mm/thp: do not wait for lock_page() in deferred_split_scan()Kirill A. Shutemov2018-03-221-1/+3
* | | | mm/khugepaged.c: convert VM_BUG_ON() to collapse failKirill A. Shutemov2018-03-221-1/+6
* | | | hugetlbfs: check for pgoff value overflowMike Kravetz2018-03-221-0/+7
* | | | lockdep: fix fs_reclaim warningTetsuo Handa2018-03-221-1/+1
* | | | mm/mempolicy.c: avoid use uninitialized preferred_nodeYisheng Xie2018-03-221-0/+3
* | | | Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-03-193-34/+59
|\ \ \ \
| * | | | mm: Allow to kill tasks doing pcpu_alloc() and waiting for pcpu_balance_workfn()Kirill Tkhai2018-03-191-2/+11
| * | | | percpu: include linux/sched.h for cond_resched()Tejun Heo2018-03-191-0/+1
| * | | | percpu: add a schedule point in pcpu_balance_workfn()Eric Dumazet2018-02-231-0/+1
| * | | | percpu: allow select gfp to be passed to underlying allocatorsDennis Zhou2018-02-183-12/+10
| * | | | percpu: add __GFP_NORETRY semantics to the percpu balancing pathDennis Zhou2018-02-183-28/+42
| * | | | percpu: match chunk allocator declarations with definitionsDennis Zhou2018-02-181-2/+4
| |/ / /
* | | / Revert "mm/page_alloc: fix memmap_init_zone pageblock alignment"Ard Biesheuvel2018-03-141-8/+5
| |_|/ |/| |
* | | mm/page_alloc: fix memmap_init_zone pageblock alignmentDaniel Vacek2018-03-091-2/+7
* | | mm/memblock.c: hardcode the end_pfn being -1Daniel Vacek2018-03-091-5/+5
* | | mm/gup.c: teach get_user_pages_unlocked to handle FOLL_NOWAITAndrea Arcangeli2018-03-091-2/+5
* | | hugetlb: fix surplus pages accountingMichal Hocko2018-03-091-1/+1
| |/ |/|
* | mm: don't defer struct page initialization for Xen pv guestsJuergen Gross2018-02-211-0/+4
* | vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systemsMichal Hocko2018-02-211-3/+7
* | mm/swap.c: make functions and their kernel-doc agree (again)Mike Rapoport2018-02-211-1/+1
* | mm/zpool.c: zpool_evictable: fix mismatch in parameter name and kernel-docMike Rapoport2018-02-211-1/+1
* | mm, swap, frontswap: fix THP swap if frontswap enabledHuang Ying2018-02-211-0/+6
* | mm, mlock, vmscan: no more skipping pagevecsShakeel Butt2018-02-213-93/+54
* | mm: hide a #warning for COMPILE_TESTArnd Bergmann2018-02-161-1/+1
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-141-2/+0
|\ \ | |/ |/|
| * x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pagesTony Luck2018-02-131-2/+0
* | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-4/+4
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-0622-95/+198
|\
| * mm: docs: add blank lines to silence sphinx "Unexpected indentation" errorsMike Rapoport2018-02-063-0/+4
| * mm: docs: fix parameter names mismatchMike Rapoport2018-02-068-20/+20
| * mm: docs: fixup punctuationMike Rapoport2018-02-065-27/+27
| * mm/memblock: memblock_is_map/region_memory can be booleanYaowei Bai2018-02-061-3/+3
| * mm: remove unneeded kallsyms includeSergey Senozhatsky2018-02-061-4/+0
| * mm/userfaultfd.c: remove duplicate includePravin Shedge2018-02-061-1/+0