summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2021-03-13mm: introduce page_needs_cow_for_dma() for deciding whether cowPeter Xu3-18/+3
2021-03-13hugetlb: break earlier in add_reservation_in_range() when we canPeter Xu1-1/+1
2021-03-13hugetlb: dedup the code to add a new file_regionPeter Xu1-24/+27
2021-03-13mm/page_alloc.c: refactor initialization of struct page for holes in memory l...Mike Rapoport1-83/+75
2021-03-12Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2021-03-10Revert "mm, slub: consider rest of partial list if acquire_slab() fails"Linus Torvalds1-1/+1
2021-03-10arm64: mte: Map hotplugged memory as Normal TaggedCatalin Marinas1-1/+1
2021-03-09rcutorture: Add crude tests for mem_dump_obj()Paul E. McKenney2-0/+3
2021-03-09mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernelsPaul E. McKenney7-0/+14
2021-03-03swap: fix swapfile read/write offsetJens Axboe2-5/+13
2021-02-26MIPS: make userspace mapping young by defaultHuang Pei1-4/+0
2021-02-26kasan: clarify that only first bug is reported in HW_TAGSAndrey Konovalov1-1/+1
2021-02-26kasan: inline HW_TAGS helper functionsAndrey Konovalov1-6/+7
2021-02-26kasan: ensure poisoning size alignmentAndrey Konovalov3-31/+48
2021-02-26kasan, mm: optimize krealloc poisoningAndrey Konovalov2-8/+24
2021-02-26kasan, mm: fail krealloc on freed objectsAndrey Konovalov1-0/+3
2021-02-26kasan: unify large kfree checksAndrey Konovalov1-10/+26
2021-02-26kasan: clean up setting free info in kasan_slab_freeAndrey Konovalov1-4/+2
2021-02-26kasan: optimize large kmalloc poisoningAndrey Konovalov1-5/+15
2021-02-26kasan, mm: optimize kmalloc poisoningAndrey Konovalov4-48/+119
2021-02-26kasan, mm: don't save alloc stacks twiceAndrey Konovalov2-4/+15
2021-02-26kasan: use error_report_end tracepointAlexander Potapenko1-3/+5
2021-02-26kfence: use error_report_end tracepointAlexander Potapenko1-0/+2
2021-02-26kfence: report sensitive information based on no_hash_pointersMarco Elver4-23/+14
2021-02-26kfence: add test suiteMarco Elver5-15/+886
2021-02-26kfence, kasan: make KFENCE compatible with KASANAlexander Potapenko4-4/+39
2021-02-26mm, kfence: insert KFENCE hooks for SLUBAlexander Potapenko2-14/+48
2021-02-26mm, kfence: insert KFENCE hooks for SLABAlexander Potapenko3-10/+35
2021-02-26kfence: use pt_regs to generate stack trace on faultsMarco Elver3-34/+43
2021-02-26mm: add Kernel Electric-Fence infrastructureAlexander Potapenko5-0/+1197
2021-02-26mm/early_ioremap.c: use __func__ instead of function nameStephen Zhang1-6/+6
2021-02-26mm/backing-dev.c: use might_alloc()Daniel Vetter1-1/+2
2021-02-26mm/dmapool: use might_alloc()Daniel Vetter1-1/+2
2021-02-26mm/zsmalloc.c: use page_private() to access page->privateMiaohe Lin1-1/+1
2021-02-26zsmalloc: account the number of compacted pages correctlyRokudo Yan1-6/+11
2021-02-26mm/zsmalloc.c: convert to use kmem_cache_zalloc in cache_alloc_zspage()Miaohe Lin1-2/+1
2021-02-26mm: set the sleep_mapped to true for zbud and z3foldTian Tao2-0/+2
2021-02-26mm/zswap: add the flag can_sleep_mappedTian Tao2-5/+59
2021-02-26mm: zswap: clean up confusing commentRandy Dunlap1-3/+3
2021-02-26mm/rmap: correct obsolete comment of page_get_anon_vma()Miaohe Lin1-2/+2
2021-02-26mm/rmap: use page_not_mapped in try_to_unmap()Miaohe Lin1-8/+3
2021-02-26mm/rmap: fix obsolete comment in __page_check_anon_rmap()Miaohe Lin1-2/+1
2021-02-26mm/rmap: remove unneeded semicolon in page_not_mapped()Miaohe Lin1-1/+1
2021-02-26mm/rmap: correct some obsolete comments of anon_vmaMiaohe Lin1-2/+2
2021-02-26mm/mlock: stop counting mlocked pages when none vma is foundMiaohe Lin1-1/+1
2021-02-26mm/memory_hotplug: prevalidate the address range being added with platformAnshuman Khandual2-20/+66
2021-02-26mm/memory_hotplug: use helper function zone_end_pfn() to get end_pfnMiaohe Lin1-5/+4
2021-02-26mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCEDavid Hildenbrand1-1/+1
2021-02-26mm/memory_hotplug: rename all existing 'memhp' into 'mhp'Anshuman Khandual1-6/+6
2021-02-26mm: fix memory_failure() handling of dax-namespace metadataDan Williams2-0/+21