summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kfence: use error_report_end tracepointAlexander Potapenko2021-02-261-0/+2
* tracing: add error_report_end trace pointAlexander Potapenko2021-02-263-0/+86
* kfence: report sensitive information based on no_hash_pointersMarco Elver2021-02-265-27/+18
* MAINTAINERS: add entry for KFENCEMarco Elver2021-02-261-0/+12
* kfence: add test suiteMarco Elver2021-02-2610-25/+915
* kfence, Documentation: add KFENCE documentationMarco Elver2021-02-263-0/+301
* kfence, kasan: make KFENCE compatible with KASANAlexander Potapenko2021-02-265-5/+40
* mm, kfence: insert KFENCE hooks for SLUBAlexander Potapenko2021-02-263-14/+51
* mm, kfence: insert KFENCE hooks for SLABAlexander Potapenko2021-02-264-10/+38
* kfence: use pt_regs to generate stack trace on faultsMarco Elver2021-02-268-46/+48
* arm64, kfence: enable KFENCE for ARM64Marco Elver2021-02-264-1/+36
* x86, kfence: enable KFENCE for x86Alexander Potapenko2021-02-263-0/+76
* mm: add Kernel Electric-Fence infrastructureAlexander Potapenko2021-02-269-0/+1484
* mm/early_ioremap.c: use __func__ instead of function nameStephen Zhang2021-02-261-6/+6
* mm/backing-dev.c: use might_alloc()Daniel Vetter2021-02-261-1/+2
* mm/dmapool: use might_alloc()Daniel Vetter2021-02-261-1/+2
* mm: page-flags.h: Typo fix (It -> If)Guo Ren2021-02-261-2/+2
* mm/zsmalloc.c: use page_private() to access page->privateMiaohe Lin2021-02-261-1/+1
* zsmalloc: account the number of compacted pages correctlyRokudo Yan2021-02-263-8/+13
* mm/zsmalloc.c: convert to use kmem_cache_zalloc in cache_alloc_zspage()Miaohe Lin2021-02-261-2/+1
* mm: set the sleep_mapped to true for zbud and z3foldTian Tao2021-02-262-0/+2
* mm/zswap: add the flag can_sleep_mappedTian Tao2021-02-263-5/+62
* mm: zswap: clean up confusing commentRandy Dunlap2021-02-261-3/+3
* mm/rmap: fix potential pte_unmap on an not mapped pteMiaohe Lin2021-02-261-1/+2
* mm/rmap: correct obsolete comment of page_get_anon_vma()Miaohe Lin2021-02-261-2/+2
* mm/rmap: use page_not_mapped in try_to_unmap()Miaohe Lin2021-02-261-8/+3
* mm/rmap: fix obsolete comment in __page_check_anon_rmap()Miaohe Lin2021-02-261-2/+1
* mm/rmap: remove unneeded semicolon in page_not_mapped()Miaohe Lin2021-02-261-1/+1
* mm/rmap: correct some obsolete comments of anon_vmaMiaohe Lin2021-02-261-2/+2
* mm/mlock: stop counting mlocked pages when none vma is foundMiaohe Lin2021-02-261-1/+1
* virtio-mem: check against mhp_get_pluggable_range() which memory we can hotplugDavid Hildenbrand2021-02-261-14/+27
* s390/mm: define arch_get_mappable_range()Anshuman Khandual2021-02-262-1/+14
* arm64/mm: define arch_get_mappable_range()Anshuman Khandual2021-02-261-8/+7
* mm/memory_hotplug: prevalidate the address range being added with platformAnshuman Khandual2021-02-263-20/+76
* Documentation: sysfs/memory: clarify some memory block device propertiesDavid Hildenbrand2021-02-262-28/+41
* drivers/base/memory: don't store phys_device in memory blocksDavid Hildenbrand2021-02-264-22/+15
* mm/memory_hotplug: use helper function zone_end_pfn() to get end_pfnMiaohe Lin2021-02-261-5/+4
* mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCEDavid Hildenbrand2021-02-265-5/+5
* mm/memory_hotplug: rename all existing 'memhp' into 'mhp'Anshuman Khandual2021-02-263-13/+13
* mm: fix memory_failure() handling of dax-namespace metadataDan Williams2021-02-263-0/+27
* mm: teach pfn_to_online_page() about ZONE_DEVICE section collisionsDan Williams2021-02-262-7/+65
* mm: teach pfn_to_online_page() to consider subsection validityDan Williams2021-02-261-4/+19
* mm: move pfn_to_online_page() out of lineDan Williams2021-02-262-16/+17
* mm/vmstat.c: erase latency in vmstat_shepherdJiang Biao2021-02-261-0/+2
* mm: vmstat: add some comments on internal storage of byte itemsJohannes Weiner2021-02-262-0/+18
* mm: vmstat: fix NOHZ wakeups for node stat changesJohannes Weiner2021-02-261-6/+9
* mm: cma: print region name on failurePatrick Daly2021-02-261-2/+2
* mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfoDavid Hildenbrand2021-02-263-2/+20
* mm/cma: expose all pages to the buddy if activation of an area failsDavid Hildenbrand2021-02-261-22/+21
* mm: cma: allocate cma areas bottom-upRoman Gushchin2021-02-261-0/+17