summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-5.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-103-10/+15
|\
| * percpu: make pcpu_nr_empty_pop_pages per chunk typeRoman Gushchin2021-04-093-10/+15
* | kasan: fix conflict with page poisoningAndrey Konovalov2021-04-091-1/+3
* | mm/gup: check page posion status for coredump.Aili Yao2021-04-092-0/+24
|/
* mm: fix race by making init_zero_pfn() early_initcallIlya Lipnitskiy2021-03-301-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-03-257-10/+96
|\
| * mm/highmem: fix CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAPIra Weiny2021-03-251-2/+2
| * kfence: make compatible with kmemleakMarco Elver2021-03-252-1/+11
| * z3fold: prevent reclaim/free race for headless pagesThomas Hebb2021-03-251-1/+15
| * mm/mmu_notifiers: ensure range_end() is paired with range_start()Sean Christopherson2021-03-251-0/+23
| * hugetlb_cgroup: fix imbalanced css_get and css_put pair for shared mappingsMiaohe Lin2021-03-252-6/+45
* | mm/writeback: Add wait_on_page_writeback_killableMatthew Wilcox (Oracle)2021-03-231-0/+16
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-03-1410-164/+234
|\
| * mm/memcg: set memcg when splitting pageZhou Guanghui2021-03-131-0/+1
| * mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_p...Zhou Guanghui2021-03-132-10/+7
| * mm/userfaultfd: fix memory corruption due to writeprotectNadav Amit2021-03-131-0/+8
| * kasan, mm: fix crash with HW_TAGS and DEBUG_PAGEALLOCAndrey Konovalov2021-03-131-2/+6
| * mm/madvise: replace ptrace attach requirement for process_madviseSuren Baghdasaryan2021-03-131-1/+12
| * kfence: fix reports if constant function prefixes existMarco Elver2021-03-131-6/+12
| * kfence, slab: fix cache_alloc_debugcheck_after() for bulk allocationsMarco Elver2021-03-131-1/+1
| * kfence: fix printk format for ptrdiff_tMarco Elver2021-03-131-6/+6
| * mm/highmem.c: fix zero_user_segments() with start > endOGAWA Hirofumi2021-03-131-5/+12
| * hugetlb: do early cow when page pinned on src mmPeter Xu2021-03-131-4/+62
| * mm: use is_cow_mapping() across tree where properPeter Xu2021-03-131-3/+1
| * mm: introduce page_needs_cow_for_dma() for deciding whether cowPeter Xu2021-03-133-18/+3
| * hugetlb: break earlier in add_reservation_in_range() when we canPeter Xu2021-03-131-1/+1
| * hugetlb: dedup the code to add a new file_regionPeter Xu2021-03-131-24/+27
| * mm/page_alloc.c: refactor initialization of struct page for holes in memory l...Mike Rapoport2021-03-131-83/+75
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-03-121-1/+1
|\ \ | |/ |/|
| * arm64: mte: Map hotplugged memory as Normal TaggedCatalin Marinas2021-03-101-1/+1
* | Revert "mm, slub: consider rest of partial list if acquire_slab() fails"Linus Torvalds2021-03-101-1/+1
|/
* swap: fix swapfile read/write offsetJens Axboe2021-03-022-5/+13
* MIPS: make userspace mapping young by defaultHuang Pei2021-02-261-4/+0
* kasan: clarify that only first bug is reported in HW_TAGSAndrey Konovalov2021-02-261-1/+1
* kasan: inline HW_TAGS helper functionsAndrey Konovalov2021-02-261-6/+7
* kasan: ensure poisoning size alignmentAndrey Konovalov2021-02-263-31/+48
* kasan, mm: optimize krealloc poisoningAndrey Konovalov2021-02-262-8/+24
* kasan, mm: fail krealloc on freed objectsAndrey Konovalov2021-02-261-0/+3
* kasan: unify large kfree checksAndrey Konovalov2021-02-261-10/+26
* kasan: clean up setting free info in kasan_slab_freeAndrey Konovalov2021-02-261-4/+2
* kasan: optimize large kmalloc poisoningAndrey Konovalov2021-02-261-5/+15
* kasan, mm: optimize kmalloc poisoningAndrey Konovalov2021-02-264-48/+119
* kasan, mm: don't save alloc stacks twiceAndrey Konovalov2021-02-262-4/+15
* kasan: use error_report_end tracepointAlexander Potapenko2021-02-261-3/+5
* kfence: use error_report_end tracepointAlexander Potapenko2021-02-261-0/+2
* kfence: report sensitive information based on no_hash_pointersMarco Elver2021-02-264-23/+14
* kfence: add test suiteMarco Elver2021-02-265-15/+886
* kfence, kasan: make KFENCE compatible with KASANAlexander Potapenko2021-02-264-4/+39
* mm, kfence: insert KFENCE hooks for SLUBAlexander Potapenko2021-02-262-14/+48
* mm, kfence: insert KFENCE hooks for SLABAlexander Potapenko2021-02-263-10/+35