aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2018-07-05Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2018-07-05Merge tag 'v4.12.26' into standard/baseBruce Ashfield
2018-07-04slub: fix sysfs duplicate filename creation when slub_debug=OMiles Chen
2018-07-04zsmalloc: calling zs_map_object() from irq is a bugSergey Senozhatsky
2018-05-15Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2018-05-15Merge tag 'v4.12.24' into standard/baseBruce Ashfield
2018-05-10mm/hugetlb: fix NULL-pointer dereference on 5-level paging machineKirill A. Shutemov
2018-03-18Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2018-03-18Merge tag 'v4.12.21' into standard/baseBruce Ashfield
2018-03-14mm/sparse.c: wrong allocation for mem_sectionBaoquan He
2018-03-14mm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov
2018-02-20Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2018-02-20mm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov
2018-02-17Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2018-02-17Merge tag 'v4.12.20' into standard/baseBruce Ashfield
2018-02-15mm/mprotect: add a cond_resched() inside change_pmd_range()Anshuman Khandual
2018-02-15locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon
2018-02-15mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov
2018-02-15mm, x86/mm: Fix performance regression in get_user_pages_fast()Kirill A. Shutemov
2018-02-15x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pagesTony Luck
2018-02-15mm, x86/mm: Make the batched unmap TLB flush API more genericAndy Lutomirski
2018-01-25Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2018-01-25Merge tag 'v4.12.19' into standard/baseBruce Ashfield
2018-01-25mm/madvise.c: fix madvise() infinite loop under special circumstanceschenjie
2018-01-25mm, hugetlbfs: introduce ->split() to vm_operations_structDan Williams
2018-01-25mm/cma: fix alloc_contig_range ret code/potential leakMike Kravetz
2018-01-25mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()Kirill A. Shutemov
2018-01-25mm, oom_reaper: gather each vma to prevent leaking TLB entryWang Nan
2018-01-25mm, memory_hotplug: do not back off draining pcp free pages from kworker contextMichal Hocko
2017-12-20Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2017-12-20mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objectsCatalin Marinas
2017-12-20mm: kmemleak: factor object reference updating out of scan_block()Catalin Marinas
2017-12-20mm: kmemleak: slightly reduce the size of some structures on 64-bit architect...Catalin Marinas
2017-12-18Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2017-12-18Merge tag 'v4.12.18' into standard/baseBruce Ashfield
2017-12-18Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2017-12-18Merge tag 'v4.12.17' into standard/baseBruce Ashfield
2017-12-18mm/page_ext.c: check if page_ext is not preparedJaewon Kim
2017-12-18mm/page_alloc.c: broken deferred calculationPavel Tatashin
2017-12-18mm/pagewalk.c: report holes in hugetlb rangesJann Horn
2017-12-11mm, swap: fix race between swap count continuation operationsHuang Ying
2017-12-11userfaultfd: hugetlbfs: prevent UFFDIO_COPY to fill beyond the end of i_sizeAndrea Arcangeli
2017-11-29Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2017-11-29Merge tag 'v4.12.16' into standard/baseBruce Ashfield
2017-11-27mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lockWill Deacon
2017-11-27Revert "vmalloc: back off when the current task is killed"Johannes Weiner
2017-11-27mm: avoid marking swap cached page as lazyfreeShaohua Li
2017-11-27mm: fix RODATA_TEST failure "rodata_test: test data was not read only"Christophe Leroy
2017-11-27mm, oom_reaper: skip mm structs with mmu notifiersMichal Hocko
2017-11-27ksm: fix unlocked iteration over vmas in cmp_and_merge_page()Kirill Tkhai