aboutsummaryrefslogtreecommitdiff
path: root/mm/kfence/core.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25mm: introduce slabobj_ext to support slab object extensionsGravatar Suren Baghdasaryan 1-7/+7
2023-12-05KFENCE: cleanup kfence_guarded_alloc() after CONFIG_SLAB removalGravatar Vlastimil Babka 1-4/+0
2023-09-08Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Gravatar Linus Torvalds 1-2/+3
2023-09-06kfence: Defer the assignment of the local variable addrGravatar Enze Li 1-2/+3
2023-08-18mm: kfence: allocate kfence_metadata at runtimeGravatar Peng Zhang 1-37/+86
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-21/+49
2023-04-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+4
2023-04-18mm: kfence: improve the performance of __kfence_alloc() and __kfence_free()Gravatar Peng Zhang 1-21/+49
2023-03-28mm: kfence: fix handling discontiguous pageGravatar Muchun Song 1-2/+2
2023-03-28mm: kfence: fix PG_slab and memcg_data clearingGravatar Muchun Song 1-15/+15
2023-03-27mm,kfence: decouple kfence from page granularity mapping judgementGravatar Zhenhua Huang 1-0/+4
2023-03-23mm: kfence: fix using kfence_metadata without initialization in show_object()Gravatar Muchun Song 1-2/+8
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-11/+1
2022-11-30mm/kfence: remove hung_task cruftGravatar Pavankumar Kondeti 1-11/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionGravatar Jason A. Donenfeld 1-2/+2
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-13/+9
2022-10-03mm: kfence: convert to DEFINE_SEQ_ATTRIBUTEGravatar Liu Shixin 1-13/+2
2022-09-29kfence: use better stack hash seedGravatar Jason A. Donenfeld 1-1/+1
2022-09-11kfence: add sysfs interface to disable kfence for selected slabs.Gravatar Imran Khan 1-0/+7
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+2
2022-07-18mm: kfence: apply kmemleak_ignore_phys on early allocated poolGravatar Yee Lee 1-9/+9
2022-07-17mm: kfence: pass a pointer to virt_to_page()Gravatar Linus Walleij 1-2/+2
2022-06-16mm/kfence: select random number before taking raw lockGravatar Jason A. Donenfeld 1-2/+5
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+39
2022-05-25mm/kfence: print disabling or re-enabling messageGravatar Jackie Liu 1-1/+5
2022-05-13kfence: enable check kfence canary on panic via boot paramGravatar huangshaobo 1-0/+34
2022-05-09mm/kfence: reset PG_slab and memcg_data before freeing __kfence_poolGravatar Hyeonggon Yoo 1-0/+10
2022-04-15mm, kfence: support kmem_dump_obj() for KFENCE objectsGravatar Marco Elver 1-21/+0
2022-04-01mm: kfence: fix objcgs vector allocationGravatar Muchun Song 1-1/+10
2022-03-22kfence: allow use of a deferrable timerGravatar Marco Elver 1-2/+13
2022-03-22kfence: alloc kfence_pool after system startupGravatar Tianchen Ding 1-21/+90
2022-03-22kfence: allow re-enabling KFENCE after system startupGravatar Tianchen Ding 1-3/+18
2022-02-11kfence: make test case compatible with run time set sample intervalGravatar Peng Liu 1-1/+2
2022-01-10Merge tag 'slab-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Gravatar Linus Torvalds 1-8/+9
2022-01-06mm/sl*b: Differentiate struct slab fields by sl*b implementationsGravatar Vlastimil Babka 1-4/+5
2022-01-06mm/kfence: Convert kfence_guarded_alloc() to struct slabGravatar Vlastimil Babka 1-6/+6
2021-12-25kfence: fix memory leak when cat kfence objectsGravatar Baokun Li 1-0/+1
2021-11-06kfence: always use static branches to guard kfence_alloc()Gravatar Marco Elver 1-9/+7
2021-11-06kfence: shorten critical sections of alloc/freeGravatar Marco Elver 1-17/+21
2021-11-06kfence: limit currently covered allocations when pool nearly fullGravatar Marco Elver 1-2/+107
2021-11-06kfence: move saving stack trace of allocations into __kfence_alloc()Gravatar Marco Elver 1-11/+24
2021-11-06kfence: count unexpectedly skipped allocationsGravatar Marco Elver 1-3/+13
2021-09-08kfence: show cpu and timestamp in alloc/free infoGravatar Marco Elver 1-0/+3
2021-07-23kfence: skip all GFP_ZONEMASK allocationsGravatar Alexander Potapenko 1-0/+9
2021-07-23kfence: move the size check to the beginning of __kfence_alloc()Gravatar Alexander Potapenko 1-3/+7
2021-07-01kfence: unconditionally use unbound work queueGravatar Marco Elver 1-2/+2
2021-06-05kfence: use TASK_IDLE when awaiting allocationGravatar Marco Elver 1-3/+3
2021-05-05kfence: use power-efficient work queue to run delayed workGravatar Marco Elver 1-2/+3
2021-05-05kfence: maximize allocation wait timeout durationGravatar Marco Elver 1-1/+11
2021-05-05kfence: await for allocation using wait_eventGravatar Marco Elver 1-16/+29