aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2021-04-10Merge branch 'for-5.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-04-09kasan: fix conflict with page poisoningAndrey Konovalov
2021-04-09mm/gup: check page posion status for coredump.Aili Yao
2021-04-09percpu: make pcpu_nr_empty_pop_pages per chunk typeRoman Gushchin
2021-03-30mm: fix race by making init_zero_pfn() early_initcallIlya Lipnitskiy
2021-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-03-25mm/highmem: fix CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAPIra Weiny
2021-03-25kfence: make compatible with kmemleakMarco Elver
2021-03-25z3fold: prevent reclaim/free race for headless pagesThomas Hebb
2021-03-25mm/mmu_notifiers: ensure range_end() is paired with range_start()Sean Christopherson
2021-03-25hugetlb_cgroup: fix imbalanced css_get and css_put pair for shared mappingsMiaohe Lin
2021-03-23mm/writeback: Add wait_on_page_writeback_killableMatthew Wilcox (Oracle)
2021-03-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-03-13mm/memcg: set memcg when splitting pageZhou Guanghui
2021-03-13mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_p...Zhou Guanghui
2021-03-13mm/userfaultfd: fix memory corruption due to writeprotectNadav Amit
2021-03-13kasan, mm: fix crash with HW_TAGS and DEBUG_PAGEALLOCAndrey Konovalov
2021-03-13mm/madvise: replace ptrace attach requirement for process_madviseSuren Baghdasaryan
2021-03-13kfence: fix reports if constant function prefixes existMarco Elver
2021-03-13kfence, slab: fix cache_alloc_debugcheck_after() for bulk allocationsMarco Elver
2021-03-13kfence: fix printk format for ptrdiff_tMarco Elver
2021-03-13mm/highmem.c: fix zero_user_segments() with start > endOGAWA Hirofumi
2021-03-13hugetlb: do early cow when page pinned on src mmPeter Xu
2021-03-13mm: use is_cow_mapping() across tree where properPeter Xu
2021-03-13mm: introduce page_needs_cow_for_dma() for deciding whether cowPeter Xu
2021-03-13hugetlb: break earlier in add_reservation_in_range() when we canPeter Xu
2021-03-13hugetlb: dedup the code to add a new file_regionPeter Xu
2021-03-13mm/page_alloc.c: refactor initialization of struct page for holes in memory l...Mike Rapoport
2021-03-12Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-03-10Revert "mm, slub: consider rest of partial list if acquire_slab() fails"Linus Torvalds
2021-03-10arm64: mte: Map hotplugged memory as Normal TaggedCatalin Marinas
2021-03-02swap: fix swapfile read/write offsetJens Axboe
2021-02-26MIPS: make userspace mapping young by defaultHuang Pei
2021-02-26kasan: clarify that only first bug is reported in HW_TAGSAndrey Konovalov
2021-02-26kasan: inline HW_TAGS helper functionsAndrey Konovalov
2021-02-26kasan: ensure poisoning size alignmentAndrey Konovalov
2021-02-26kasan, mm: optimize krealloc poisoningAndrey Konovalov
2021-02-26kasan, mm: fail krealloc on freed objectsAndrey Konovalov
2021-02-26kasan: unify large kfree checksAndrey Konovalov
2021-02-26kasan: clean up setting free info in kasan_slab_freeAndrey Konovalov
2021-02-26kasan: optimize large kmalloc poisoningAndrey Konovalov
2021-02-26kasan, mm: optimize kmalloc poisoningAndrey Konovalov
2021-02-26kasan, mm: don't save alloc stacks twiceAndrey Konovalov
2021-02-26kasan: use error_report_end tracepointAlexander Potapenko
2021-02-26kfence: use error_report_end tracepointAlexander Potapenko
2021-02-26kfence: report sensitive information based on no_hash_pointersMarco Elver
2021-02-26kfence: add test suiteMarco Elver
2021-02-26kfence, kasan: make KFENCE compatible with KASANAlexander Potapenko
2021-02-26mm, kfence: insert KFENCE hooks for SLUBAlexander Potapenko
2021-02-26mm, kfence: insert KFENCE hooks for SLABAlexander Potapenko