summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-23mm, page_vma_mapped: Drop faulty pointer arithmetics in check_pte()Kirill A. Shutemov1-25/+38
2018-01-10mm/sparse.c: wrong allocation for mem_sectionBaoquan He1-1/+1
2018-01-10mm/mprotect: add a cond_resched() inside change_pmd_range()Anshuman Khandual1-2/+4
2017-12-25mm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov2-10/+10
2017-12-25locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon1-1/+1
2017-12-25mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov2-6/+21
2017-12-20mm, oom_reaper: fix memory corruptionMichal Hocko2-6/+8
2017-12-14slub: fix sysfs duplicate filename creation when slub_debug=OMiles Chen1-0/+4
2017-12-14zsmalloc: calling zs_map_object() from irq is a bugSergey Senozhatsky1-1/+1
2017-12-10mm, x86/mm: Fix performance regression in get_user_pages_fast()Kirill A. Shutemov1-39/+58
2017-12-05mm/hugetlb: fix NULL-pointer dereference on 5-level paging machineKirill A. Shutemov1-1/+3
2017-12-05mm, memcg: fix mem_cgroup_swapout() for THPsShakeel Butt1-1/+1
2017-12-05mm/madvise.c: fix madvise() infinite loop under special circumstanceschenjie1-3/+1
2017-12-05mm: fail get_vaddr_frames() for filesystem-dax mappingsDan Williams1-0/+12
2017-12-05mm: introduce get_user_pages_longtermDan Williams1-0/+64
2017-12-05mm, hugetlbfs: introduce ->split() to vm_operations_structDan Williams2-3/+13
2017-12-05mm/cma: fix alloc_contig_range ret code/potential leakMike Kravetz1-1/+8
2017-12-05mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()Kirill A. Shutemov1-23/+13
2017-12-05mm, oom_reaper: gather each vma to prevent leaking TLB entryWang Nan1-3/+4
2017-12-05mm, memory_hotplug: do not back off draining pcp free pages from kworker contextMichal Hocko1-4/+0
2017-11-30mm/z3fold.c: use kref to prevent page free/compact raceVitaly Wool1-2/+8
2017-11-24mm/page_ext.c: check if page_ext is not preparedJaewon Kim1-4/+0
2017-11-24mm/page_alloc.c: broken deferred calculationPavel Tatashin1-9/+18
2017-11-24mm/pagewalk.c: report holes in hugetlb rangesJann Horn1-1/+5
2017-11-03mm, swap: fix race between swap count continuation operationsHuang Ying1-6/+17
2017-11-03mm/huge_memory.c: deposit page table when copying a PMD migration entryZi Yan1-0/+3
2017-11-03userfaultfd: hugetlbfs: prevent UFFDIO_COPY to fill beyond the end of i_sizeAndrea Arcangeli1-2/+30
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman53-0/+53
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-20/+10
2017-10-19mm, percpu: add support for __GFP_NOWARN flagDaniel Borkmann1-5/+10
2017-10-14mm, swap: use page-cluster as max window of VMA based swap readaheadHuang Ying1-34/+7
2017-10-14mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lockWill Deacon1-15/+10
2017-10-14Revert "vmalloc: back off when the current task is killed"Johannes Weiner1-6/+0
2017-10-14mm/cma.c: take __GFP_NOWARN into account in cma_alloc()Boris Brezillon1-1/+1
2017-10-14mm: remove unnecessary WARN_ONCE in page_vma_mapped_walk().Zi Yan1-2/+1
2017-10-14mm/mempolicy: fix NUMA_INTERLEAVE_HIT counterAndrey Ryabinin1-2/+5
2017-10-14mm/madvise.c: add description for MADV_WIPEONFORK and MADV_KEEPONFORKYang Shi1-1/+6
2017-10-14mm/migrate: fix indexing bug (off by one) and avoid out of bound accessMark Hairgrove1-1/+2
2017-10-10net: memcontrol: defer call to mem_cgroup_sk_alloc()Eric Dumazet1-15/+0
2017-10-04mm/memory_hotplug: define find_{smallest|biggest}_section_pfn as unsigned longYASUAKI ISHIMATSU1-2/+2
2017-10-04mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline...YASUAKI ISHIMATSU1-1/+1
2017-10-04mm, page_alloc: add scheduling point to memmap_init_zoneMichal Hocko1-0/+1
2017-10-04mm, memory_hotplug: add scheduling point to __add_pagesMichal Hocko1-0/+1
2017-10-04mm: memcontrol: use vmalloc fallback for large kmem memcg arraysJohannes Weiner2-13/+21
2017-10-04mm/device-public-memory: fix edge case in _vm_normal_page()Reza Arbab1-1/+1
2017-10-04mm: fix data corruption caused by lazyfree pageShaohua Li1-0/+11
2017-10-04mm: avoid marking swap cached page as lazyfreeShaohua Li1-2/+2
2017-10-04mm: have filemap_check_and_advance_wb_err clear AS_EIO/AS_ENOSPCJeff Layton1-0/+8