summaryrefslogtreecommitdiff
path: root/mm/kfence/core.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-04mm/slab, kfence, memcg: completely remove obj_ext for kfence objectsVlastimil Babka (SUSE)1-12/+0
2026-08-04mm/slab: add cache_ and slab_needs_objcg() helpersVlastimil Babka (SUSE)1-0/+3
2026-07-31mm/slab: abstract slabobj_ext.objcg accessVlastimil Babka (SUSE)1-3/+0
2026-06-22Merge tag 'slab-for-7.2-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2026-06-15mm/slab: do not init any kfence objects on allocationVlastimil Babka (SUSE)1-1/+1
2026-05-28kfence: fix KASAN HW tags bypass via runtime sample_interval changeAlexander Potapenko1-0/+5
2026-04-18Merge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2026-04-05kfence: add kfence.fault parameterMarco Elver1-7/+16
2026-04-01memblock, treewide: make memblock_free() handle late freeingMike Rapoport (Microsoft)1-2/+2
2026-02-24mm/kfence: fix KASAN hardware tag faults during late enablementAlexander Potapenko1-6/+8
2026-02-24mm/kfence: disable KFENCE upon KASAN HW tags enablementAlexander Potapenko1-0/+15
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-7/+13
2026-01-31mm: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-3/+3
2026-01-26mm/kfence: randomize the freelist on initializationPimyn Girgis1-4/+19
2026-01-20mm/kfence: fix potential deadlock in reboot notifierBreno Leitao1-5/+12
2026-01-05kfence: Enable context analysisMarco Elver1-7/+13
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+24
2025-11-29mm/kfence: add reboot notifier to disable KFENCE on shutdownBreno Leitao1-0/+24
2025-11-13slab: Reimplement page_slab()Matthew Wilcox (Oracle)1-6/+8
2025-09-21kfence: drop nth_page() usageDavid Hildenbrand1-5/+7
2025-07-23kfence: Remove mention of PG_slabMatthew Wilcox (Oracle)1-2/+2
2025-02-01kfence: skip __GFP_THISNODE allocations on NUMA systemsMarco Elver1-0/+2
2024-09-01kfence: save freeing stack trace at calling time instead of freeing timeTianchen Ding1-10/+29
2024-09-01kfence: introduce burst modeMarco Elver1-4/+10
2024-07-10mm: remove CONFIG_MEMCG_KMEMJohannes Weiner1-3/+3
2024-07-03mm: kfence: disable KMSAN when checking the canaryIlya Leoshkevich1-2/+9
2024-04-25mm: introduce slabobj_ext to support slab object extensionsSuren Baghdasaryan1-7/+7
2023-12-05KFENCE: cleanup kfence_guarded_alloc() after CONFIG_SLAB removalVlastimil Babka1-4/+0
2023-09-08Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds1-2/+3
2023-09-06kfence: Defer the assignment of the local variable addrEnze Li1-2/+3
2023-08-18mm: kfence: allocate kfence_metadata at runtimePeng Zhang1-37/+86
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-21/+49
2023-04-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+4
2023-04-18mm: kfence: improve the performance of __kfence_alloc() and __kfence_free()Peng Zhang1-21/+49
2023-03-28mm: kfence: fix handling discontiguous pageMuchun Song1-2/+2
2023-03-28mm: kfence: fix PG_slab and memcg_data clearingMuchun Song1-15/+15
2023-03-27mm,kfence: decouple kfence from page granularity mapping judgementZhenhua Huang1-0/+4
2023-03-23mm: kfence: fix using kfence_metadata without initialization in show_object()Muchun Song1-2/+8
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-11/+1
2022-11-30mm/kfence: remove hung_task cruftPavankumar Kondeti1-11/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-2/+2
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-13/+9
2022-10-03mm: kfence: convert to DEFINE_SEQ_ATTRIBUTELiu Shixin1-13/+2
2022-09-29kfence: use better stack hash seedJason A. Donenfeld1-1/+1
2022-09-11kfence: add sysfs interface to disable kfence for selected slabs.Imran Khan1-0/+7
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2022-07-18mm: kfence: apply kmemleak_ignore_phys on early allocated poolYee Lee1-9/+9
2022-07-17mm: kfence: pass a pointer to virt_to_page()Linus Walleij1-2/+2
2022-06-16mm/kfence: select random number before taking raw lockJason A. Donenfeld1-2/+5