summaryrefslogtreecommitdiffstats
path: root/mm/kfence/core.c
Commit message (Expand)AuthorAgeFilesLines
* KFENCE: cleanup kfence_guarded_alloc() after CONFIG_SLAB removalVlastimil Babka2023-12-051-4/+0
* Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-09-081-2/+3
|\
| * kfence: Defer the assignment of the local variable addrEnze Li2023-09-061-2/+3
* | mm: kfence: allocate kfence_metadata at runtimePeng Zhang2023-08-181-37/+86
|/
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-21/+49
|\
| * mm: kfence: improve the performance of __kfence_alloc() and __kfence_free()Peng Zhang2023-04-181-21/+49
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-04-251-0/+4
|\ \ | |/ |/|
| * mm,kfence: decouple kfence from page granularity mapping judgementZhenhua Huang2023-03-271-0/+4
* | mm: kfence: fix handling discontiguous pageMuchun Song2023-03-281-2/+2
* | mm: kfence: fix PG_slab and memcg_data clearingMuchun Song2023-03-281-15/+15
* | mm: kfence: fix using kfence_metadata without initialization in show_object()Muchun Song2023-03-231-2/+8
|/
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-11/+1
|\
| * mm/kfence: remove hung_task cruftPavankumar Kondeti2022-11-301-11/+1
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-2/+2
|/
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-13/+9
|\
| * mm: kfence: convert to DEFINE_SEQ_ATTRIBUTELiu Shixin2022-10-031-13/+2
| * kfence: add sysfs interface to disable kfence for selected slabs.Imran Khan2022-09-111-0/+7
* | kfence: use better stack hash seedJason A. Donenfeld2022-09-291-1/+1
|/
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-2/+2
|\
| * mm: kfence: pass a pointer to virt_to_page()Linus Walleij2022-07-171-2/+2
* | mm: kfence: apply kmemleak_ignore_phys on early allocated poolYee Lee2022-07-181-9/+9
|/
* mm/kfence: select random number before taking raw lockJason A. Donenfeld2022-06-161-2/+5
* Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-1/+39
|\
| * mm/kfence: print disabling or re-enabling messageJackie Liu2022-05-251-1/+5
| * kfence: enable check kfence canary on panic via boot paramhuangshaobo2022-05-131-0/+34
* | mm/kfence: reset PG_slab and memcg_data before freeing __kfence_poolHyeonggon Yoo2022-05-091-0/+10
|/
* mm, kfence: support kmem_dump_obj() for KFENCE objectsMarco Elver2022-04-151-21/+0
* mm: kfence: fix objcgs vector allocationMuchun Song2022-04-011-1/+10
* kfence: allow use of a deferrable timerMarco Elver2022-03-221-2/+13
* kfence: alloc kfence_pool after system startupTianchen Ding2022-03-221-21/+90
* kfence: allow re-enabling KFENCE after system startupTianchen Ding2022-03-221-3/+18
* kfence: make test case compatible with run time set sample intervalPeng Liu2022-02-111-1/+2
* Merge tag 'slab-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2022-01-101-8/+9
|\
| * mm/sl*b: Differentiate struct slab fields by sl*b implementationsVlastimil Babka2022-01-061-4/+5
| * mm/kfence: Convert kfence_guarded_alloc() to struct slabVlastimil Babka2022-01-061-6/+6
* | kfence: fix memory leak when cat kfence objectsBaokun Li2021-12-251-0/+1
|/
* kfence: always use static branches to guard kfence_alloc()Marco Elver2021-11-061-9/+7
* kfence: shorten critical sections of alloc/freeMarco Elver2021-11-061-17/+21
* kfence: limit currently covered allocations when pool nearly fullMarco Elver2021-11-061-2/+107
* kfence: move saving stack trace of allocations into __kfence_alloc()Marco Elver2021-11-061-11/+24
* kfence: count unexpectedly skipped allocationsMarco Elver2021-11-061-3/+13
* kfence: show cpu and timestamp in alloc/free infoMarco Elver2021-09-081-0/+3
* kfence: skip all GFP_ZONEMASK allocationsAlexander Potapenko2021-07-231-0/+9
* kfence: move the size check to the beginning of __kfence_alloc()Alexander Potapenko2021-07-231-3/+7
* kfence: unconditionally use unbound work queueMarco Elver2021-07-011-2/+2
* kfence: use TASK_IDLE when awaiting allocationMarco Elver2021-06-051-3/+3
* kfence: use power-efficient work queue to run delayed workMarco Elver2021-05-051-2/+3
* kfence: maximize allocation wait timeout durationMarco Elver2021-05-051-1/+11
* kfence: await for allocation using wait_eventMarco Elver2021-05-051-16/+29
* kfence: zero guard page after out-of-bounds accessMarco Elver2021-05-051-0/+1