summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2018-05-22mm: don't allow deferred pages with NEED_PER_CPU_KMPavel Tatashin
2018-05-19proc: do not access cmdline nor environ from file-backed areasWilly Tarreau
2018-05-16mm, oom: fix concurrent munlock and oom reaper unmap, v3David Rientjes
2018-05-16mm: sections are not offlined during memory hotremovePavel Tatashin
2018-05-16z3fold: fix reclaim lock-upsVitaly Wool
2018-05-16bdi: Fix use after free bug in debugfs_remove()Tetsuo Handa
2018-05-16bdi: wake up concurrent wb_shutdown() callers.Tetsuo Handa
2018-05-16memcg: fix per_node_info cleanupMichal Hocko
2018-04-26mm,vmscan: Allow preallocating memory for register_shrinker().Tetsuo Handa
2018-04-24writeback: safer lock nestingGreg Thelen
2018-04-24mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox
2018-04-24mm, slab: reschedule cache_reap() on the same CPUVlastimil Babka
2018-04-24mm: hwpoison: disable memory error handling on 1GB hugepageNaoya Horiguchi
2018-04-24mm/hmm: hmm_pfns_bad() was accessing wrong structJérôme Glisse
2018-04-24mm/ksm.c: fix inconsistent accounting of zero pagesClaudio Imbrenda
2018-04-19mm/gup_benchmark: handle gup failuresMichael S. Tsirkin
2018-04-19get_user_pages_fast(): return -EFAULT on access_ok failureMichael S. Tsirkin
2018-03-28mm/kmemleak.c: wait for scan completion before disabling freeVinayak Menon
2018-03-28mm/memcontrol.c: fix parameter description mismatchHonglei Wang
2018-03-28mm/vmstat.c: fix vmstat_update() preemption BUGSteven J. Hill
2018-03-28mm/page_owner: fix recursion bug after changing skip entriesManinder Singh
2018-03-28mm, slab: memcg_link the SLAB's kmem_cacheShakeel Butt
2018-03-22mm, thp: do not cause memcg oom for thpDavid Rientjes
2018-03-22mm/vmscan: wake up flushers for legacy cgroups tooAndrey Ryabinin
2018-03-22Revert "mm: page_alloc: skip over regions of invalid pfns where possible"Daniel Vacek
2018-03-22mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()Kirill A. Shutemov
2018-03-22mm/thp: do not wait for lock_page() in deferred_split_scan()Kirill A. Shutemov
2018-03-22mm/khugepaged.c: convert VM_BUG_ON() to collapse failKirill A. Shutemov
2018-03-22hugetlbfs: check for pgoff value overflowMike Kravetz
2018-03-22lockdep: fix fs_reclaim warningTetsuo Handa
2018-03-22mm/mempolicy.c: avoid use uninitialized preferred_nodeYisheng Xie
2018-03-19Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-03-19mm: Allow to kill tasks doing pcpu_alloc() and waiting for pcpu_balance_workfn()Kirill Tkhai
2018-03-19percpu: include linux/sched.h for cond_resched()Tejun Heo
2018-03-14Revert "mm/page_alloc: fix memmap_init_zone pageblock alignment"Ard Biesheuvel
2018-03-09mm/page_alloc: fix memmap_init_zone pageblock alignmentDaniel Vacek
2018-03-09mm/memblock.c: hardcode the end_pfn being -1Daniel Vacek
2018-03-09mm/gup.c: teach get_user_pages_unlocked to handle FOLL_NOWAITAndrea Arcangeli
2018-03-09hugetlb: fix surplus pages accountingMichal Hocko
2018-02-23percpu: add a schedule point in pcpu_balance_workfn()Eric Dumazet
2018-02-21mm: don't defer struct page initialization for Xen pv guestsJuergen Gross
2018-02-21vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systemsMichal Hocko
2018-02-21mm/swap.c: make functions and their kernel-doc agree (again)Mike Rapoport
2018-02-21mm/zpool.c: zpool_evictable: fix mismatch in parameter name and kernel-docMike Rapoport
2018-02-21mm, swap, frontswap: fix THP swap if frontswap enabledHuang Ying
2018-02-21mm, mlock, vmscan: no more skipping pagevecsShakeel Butt
2018-02-18percpu: allow select gfp to be passed to underlying allocatorsDennis Zhou
2018-02-18percpu: add __GFP_NORETRY semantics to the percpu balancing pathDennis Zhou
2018-02-18percpu: match chunk allocator declarations with definitionsDennis Zhou
2018-02-16mm: hide a #warning for COMPILE_TESTArnd Bergmann