summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
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
2017-12-10mm, x86/mm: Fix performance regression in get_user_pages_fast()Kirill A. Shutemov
2017-12-05mm/hugetlb: fix NULL-pointer dereference on 5-level paging machineKirill A. Shutemov
2017-12-05mm, memcg: fix mem_cgroup_swapout() for THPsShakeel Butt
2017-12-05mm/madvise.c: fix madvise() infinite loop under special circumstanceschenjie
2017-12-05mm: fail get_vaddr_frames() for filesystem-dax mappingsDan Williams
2017-12-05mm: introduce get_user_pages_longtermDan Williams
2017-12-05mm, hugetlbfs: introduce ->split() to vm_operations_structDan Williams
2017-12-05mm/cma: fix alloc_contig_range ret code/potential leakMike Kravetz
2017-12-05mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()Kirill A. Shutemov
2017-12-05mm, oom_reaper: gather each vma to prevent leaking TLB entryWang Nan
2017-12-05mm, memory_hotplug: do not back off draining pcp free pages from kworker contextMichal Hocko
2017-11-30mm/z3fold.c: use kref to prevent page free/compact raceVitaly Wool
2017-11-24mm/page_ext.c: check if page_ext is not preparedJaewon Kim
2017-11-24mm/page_alloc.c: broken deferred calculationPavel Tatashin
2017-11-24mm/pagewalk.c: report holes in hugetlb rangesJann Horn
2017-11-03mm, swap: fix race between swap count continuation operationsHuang Ying
2017-11-03mm/huge_memory.c: deposit page table when copying a PMD migration entryZi Yan
2017-11-03userfaultfd: hugetlbfs: prevent UFFDIO_COPY to fill beyond the end of i_sizeAndrea Arcangeli
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-10-19mm, percpu: add support for __GFP_NOWARN flagDaniel Borkmann
2017-10-13mm, swap: use page-cluster as max window of VMA based swap readaheadHuang Ying
2017-10-13mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lockWill Deacon
2017-10-13Revert "vmalloc: back off when the current task is killed"Johannes Weiner
2017-10-13mm/cma.c: take __GFP_NOWARN into account in cma_alloc()Boris Brezillon