summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-02-26kasan, mm: optimize krealloc poisoningAndrey Konovalov2-8/+24
2021-02-26kasan, mm: fail krealloc on freed objectsAndrey Konovalov2-0/+23
2021-02-26kasan: rework krealloc testsAndrey Konovalov1-10/+81
2021-02-26kasan: unify large kfree checksAndrey Konovalov2-18/+34
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 Konovalov3-4/+24
2021-02-26kasan: use error_report_end tracepointAlexander Potapenko1-3/+5
2021-02-26kfence: use error_report_end tracepointAlexander Potapenko1-0/+2
2021-02-26tracing: add error_report_end trace pointAlexander Potapenko3-0/+86
2021-02-26kfence: report sensitive information based on no_hash_pointersMarco Elver5-27/+18
2021-02-26MAINTAINERS: add entry for KFENCEMarco Elver1-0/+12
2021-02-26kfence: add test suiteMarco Elver10-25/+915
2021-02-26kfence, Documentation: add KFENCE documentationMarco Elver3-0/+301
2021-02-26kfence, kasan: make KFENCE compatible with KASANAlexander Potapenko5-5/+40
2021-02-26mm, kfence: insert KFENCE hooks for SLUBAlexander Potapenko3-14/+51
2021-02-26mm, kfence: insert KFENCE hooks for SLABAlexander Potapenko4-10/+38
2021-02-26kfence: use pt_regs to generate stack trace on faultsMarco Elver8-46/+48
2021-02-26arm64, kfence: enable KFENCE for ARM64Marco Elver4-1/+36
2021-02-26x86, kfence: enable KFENCE for x86Alexander Potapenko3-0/+76
2021-02-26mm: add Kernel Electric-Fence infrastructureAlexander Potapenko9-0/+1484
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: page-flags.h: Typo fix (It -> If)Guo Ren1-2/+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 Yan3-8/+13
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 Tao3-5/+62
2021-02-26mm: zswap: clean up confusing commentRandy Dunlap1-3/+3
2021-02-26mm/rmap: fix potential pte_unmap on an not mapped pteMiaohe Lin1-1/+2
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-26virtio-mem: check against mhp_get_pluggable_range() which memory we can hotplugDavid Hildenbrand1-14/+27
2021-02-26s390/mm: define arch_get_mappable_range()Anshuman Khandual2-1/+14
2021-02-26arm64/mm: define arch_get_mappable_range()Anshuman Khandual1-8/+7
2021-02-26mm/memory_hotplug: prevalidate the address range being added with platformAnshuman Khandual3-20/+76
2021-02-26Documentation: sysfs/memory: clarify some memory block device propertiesDavid Hildenbrand2-28/+41
2021-02-26drivers/base/memory: don't store phys_device in memory blocksDavid Hildenbrand4-22/+15
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 Hildenbrand5-5/+5
2021-02-26mm/memory_hotplug: rename all existing 'memhp' into 'mhp'Anshuman Khandual3-13/+13
2021-02-26mm: fix memory_failure() handling of dax-namespace metadataDan Williams3-0/+27
2021-02-26mm: teach pfn_to_online_page() about ZONE_DEVICE section collisionsDan Williams2-7/+65