summaryrefslogtreecommitdiffstats
path: root/mm/kfence
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
* | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-2/+1
|\ \
| * | lib/vsprintf: declare no_hash_pointers in sprintf.hAndy Shevchenko2023-08-211-2/+1
| |/
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-292-38/+90
|\ \
| * | mm: kfence: allocate kfence_metadata at runtimePeng Zhang2023-08-182-38/+90
| |/
* / Randomized slab caches for kmalloc()GONG, Ruiqi2023-07-181-2/+5
|/
* mm/slab: introduce kmem_cache flag SLAB_NO_MERGEJesper Dangaard Brouer2023-06-021-4/+3
* mm: kfence: fix false positives on big endianMichael Ellerman2023-05-171-1/+1
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-274-43/+61
|\
| * printk: export console trace point for kcsan/kasan/kfence/kmsanPavankumar Kondeti2023-04-181-20/+2
| * mm: kfence: improve the performance of __kfence_alloc() and __kfence_free()Peng Zhang2023-04-183-23/+59
* | 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
* | kfence: avoid passing -g for testMarco Elver2023-03-231-1/+1
* | mm: kfence: fix using kfence_metadata without initialization in show_object()Muchun Song2023-03-231-2/+8
|/
* Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-141-2/+1
|\
| * panic: Consolidate open-coded panic_on_warn checksKees Cook2022-12-021-2/+1
* | 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
* | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-122-4/+4
|\ \ \ | |/ / |/| |
| * | treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-1/+1
| * | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-182-4/+4
| |/
* / kfence: fix stack trace pruningMarco Elver2022-11-221-4/+9
|/
* 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
* | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-101-1/+1
|\ \
| * | kfence: use better stack hash seedJason A. Donenfeld2022-09-291-1/+1
| |/
* / mm/sl[au]b: generalize kmalloc subsystemHyeonggon Yoo2022-09-011-0/+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-262-4/+41
|\
| * mm: kfence: use PAGE_ALIGNED helperKefeng Wang2022-05-251-3/+2
| * 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
* | Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-05-252-18/+19
|\ \
| * | kfence: test: use new suite_{init/exit} support, add .kunitconfigDaniel Latypov2022-05-022-18/+19
* | | 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-153-21/+68
|/
* mm: kfence: fix objcgs vector allocationMuchun Song2022-04-012-1/+13
* kfence: allow use of a deferrable timerMarco Elver2022-03-221-2/+13
* kfence: test: try to avoid test_gfpzero trigger rcu_stallPeng Liu2022-03-221-0/+1
* kunit: fix UAF when run kfence test case test_gfpzeroPeng Liu2022-03-221-1/+1
* kfence: alloc kfence_pool after system startupTianchen Ding2022-03-221-21/+90