summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
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: wake up concurrent wb_shutdown() callers.Tetsuo Handa
2018-05-16memcg: fix per_node_info cleanupMichal Hocko
2018-05-09percpu: include linux/sched.h for cond_resched()Tejun Heo
2018-04-26mm/fadvise: discard partial page if endbyte is also EOFshidao.ytt
2018-04-26mm: pin address_space before dereferencing it while isolating an LRU pageMel Gorman
2018-04-26mm: thp: use down_read_trylock() in khugepaged to avoid long blockYang Shi
2018-04-26mm/mempolicy: add nodes_empty check in SYSC_migrate_pagesYisheng Xie
2018-04-26mm/mempolicy: fix the check of nodemask from userYisheng Xie
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/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-19get_user_pages_fast(): return -EFAULT on access_ok failureMichael S. Tsirkin
2018-04-08percpu: add __GFP_NORETRY semantics to the percpu balancing pathDennis Zhou
2018-03-28mm/vmscan: wake up flushers for legacy cgroups tooAndrey Ryabinin
2018-03-28Revert "mm: page_alloc: skip over regions of invalid pfns where possible"Daniel Vacek
2018-03-28mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()Kirill A. Shutemov
2018-03-28mm/thp: do not wait for lock_page() in deferred_split_scan()Kirill A. Shutemov
2018-03-28mm/khugepaged.c: convert VM_BUG_ON() to collapse failKirill A. Shutemov
2018-03-28hugetlbfs: check for pgoff value overflowMike Kravetz
2018-03-28lockdep: fix fs_reclaim warningTetsuo Handa
2018-03-15mm/memblock.c: hardcode the end_pfn being -1Daniel Vacek
2018-03-03mm/frame_vector.c: release a semaphore in 'get_vaddr_frames()'Christophe JAILLET
2018-02-28mm, swap, frontswap: fix THP swap if frontswap enabledHuang Ying
2018-02-25vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systemsMichal Hocko
2018-02-25mm/early_ioremap: Fix boot hang with earlyprintk=efi,keepDave Young
2018-02-25mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed.Tetsuo Handa
2018-02-22x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pagesTony Luck
2018-02-22mm: hide a #warning for COMPILE_TESTArnd Bergmann
2018-02-22kmemcheck: rip it out for realMichal Hocko
2018-02-22kmemcheck: rip it outLevin, Alexander (Sasha Levin)
2018-02-22kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)
2018-02-22kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)
2018-02-22kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2018-02-13Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin
2018-02-03kmemleak: add scheduling point to kmemleak_scan()Yisheng Xie
2018-01-31mm, page_alloc: fix potential false positive in __zone_watermark_okVlastimil Babka
2018-01-23mm, page_vma_mapped: Drop faulty pointer arithmetics in check_pte()Kirill A. Shutemov
2018-01-10mm/sparse.c: wrong allocation for mem_sectionBaoquan He
2018-01-10mm/mprotect: add a cond_resched() inside change_pmd_range()Anshuman Khandual
2017-12-25mm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov
2017-12-25locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon
2017-12-25mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov
2017-12-20mm, oom_reaper: fix memory corruptionMichal Hocko
2017-12-14slub: fix sysfs duplicate filename creation when slub_debug=OMiles Chen
2017-12-14zsmalloc: calling zs_map_object() from irq is a bugSergey Senozhatsky