summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2018-05-30mm/page_owner: fix recursion bug after changing skip entriesManinder Singh1-3/+3
2018-05-30mm, slab: memcg_link the SLAB's kmem_cacheShakeel Butt1-0/+1
2018-05-30mm, thp: do not cause memcg oom for thpDavid Rientjes2-4/+9
2018-05-30mm/mempolicy.c: avoid use uninitialized preferred_nodeYisheng Xie1-0/+3
2018-05-30kasan: fix memory hotplug during bootDavid Hildenbrand1-1/+1
2018-05-30kasan: free allocated shadow memory on MEM_CANCEL_ONLINEDavid Hildenbrand1-0/+1
2018-05-30mm/kasan: don't vfree() nonexistent vm_areaAndrey Ryabinin1-2/+61
2018-05-22mm: don't allow deferred pages with NEED_PER_CPU_KMPavel Tatashin1-0/+1
2018-05-19proc: do not access cmdline nor environ from file-backed areasWilly Tarreau1-0/+3
2018-05-16mm, oom: fix concurrent munlock and oom reaper unmap, v3David Rientjes2-52/+66
2018-05-16mm: sections are not offlined during memory hotremovePavel Tatashin1-1/+1
2018-05-16z3fold: fix reclaim lock-upsVitaly Wool1-12/+30
2018-05-16bdi: wake up concurrent wb_shutdown() callers.Tetsuo Handa1-1/+1
2018-05-16memcg: fix per_node_info cleanupMichal Hocko1-0/+3
2018-05-09percpu: include linux/sched.h for cond_resched()Tejun Heo1-0/+1
2018-04-26mm/fadvise: discard partial page if endbyte is also EOFshidao.ytt1-1/+9
2018-04-26mm: pin address_space before dereferencing it while isolating an LRU pageMel Gorman1-2/+12
2018-04-26mm: thp: use down_read_trylock() in khugepaged to avoid long blockYang Shi1-4/+8
2018-04-26mm/mempolicy: add nodes_empty check in SYSC_migrate_pagesYisheng Xie1-3/+7
2018-04-26mm/mempolicy: fix the check of nodemask from userYisheng Xie1-3/+20
2018-04-24writeback: safer lock nestingGreg Thelen1-9/+9
2018-04-24mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox1-5/+4
2018-04-24mm, slab: reschedule cache_reap() on the same CPUVlastimil Babka1-1/+2
2018-04-24mm/hmm: hmm_pfns_bad() was accessing wrong structJérôme Glisse1-1/+2
2018-04-24mm/ksm.c: fix inconsistent accounting of zero pagesClaudio Imbrenda1-0/+7
2018-04-19get_user_pages_fast(): return -EFAULT on access_ok failureMichael S. Tsirkin1-1/+4
2018-04-08percpu: add __GFP_NORETRY semantics to the percpu balancing pathDennis Zhou3-28/+43
2018-03-28mm/vmscan: wake up flushers for legacy cgroups tooAndrey Ryabinin1-15/+16
2018-03-28Revert "mm: page_alloc: skip over regions of invalid pfns where possible"Daniel Vacek2-38/+1
2018-03-28mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()Kirill A. Shutemov1-11/+20
2018-03-28mm/thp: do not wait for lock_page() in deferred_split_scan()Kirill A. Shutemov1-1/+3
2018-03-28mm/khugepaged.c: convert VM_BUG_ON() to collapse failKirill A. Shutemov1-1/+6
2018-03-28hugetlbfs: check for pgoff value overflowMike Kravetz1-0/+7
2018-03-28lockdep: fix fs_reclaim warningTetsuo Handa1-1/+1
2018-03-15mm/memblock.c: hardcode the end_pfn being -1Daniel Vacek1-5/+5
2018-03-03mm/frame_vector.c: release a semaphore in 'get_vaddr_frames()'Christophe JAILLET1-2/+4
2018-02-28mm, swap, frontswap: fix THP swap if frontswap enabledHuang Ying1-0/+6
2018-02-25vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systemsMichal Hocko1-3/+7
2018-02-25mm/early_ioremap: Fix boot hang with earlyprintk=efi,keepDave Young1-1/+1
2018-02-25mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed.Tetsuo Handa1-0/+3
2018-02-22x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pagesTony Luck1-2/+0
2018-02-22mm: hide a #warning for COMPILE_TESTArnd Bergmann1-1/+1
2018-02-22kmemcheck: rip it out for realMichal Hocko1-1/+0
2018-02-22kmemcheck: rip it outLevin, Alexander (Sasha Levin)4-131/+2
2018-02-22kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)1-2/+0
2018-02-22kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)5-9/+6
2018-02-22kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)5-59/+0
2018-02-13Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin1-0/+14
2018-02-03kmemleak: add scheduling point to kmemleak_scan()Yisheng Xie1-0/+2
2018-01-31mm, page_alloc: fix potential false positive in __zone_watermark_okVlastimil Babka1-3/+3