summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
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
2017-10-13mm: remove unnecessary WARN_ONCE in page_vma_mapped_walk().Zi Yan
2017-10-13mm/mempolicy: fix NUMA_INTERLEAVE_HIT counterAndrey Ryabinin
2017-10-13mm/madvise.c: add description for MADV_WIPEONFORK and MADV_KEEPONFORKYang Shi
2017-10-13mm/migrate: fix indexing bug (off by one) and avoid out of bound accessMark Hairgrove
2017-10-09net: memcontrol: defer call to mem_cgroup_sk_alloc()Eric Dumazet
2017-10-03mm/memory_hotplug: define find_{smallest|biggest}_section_pfn as unsigned longYASUAKI ISHIMATSU
2017-10-03mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline...YASUAKI ISHIMATSU
2017-10-03mm, page_alloc: add scheduling point to memmap_init_zoneMichal Hocko
2017-10-03mm, memory_hotplug: add scheduling point to __add_pagesMichal Hocko