summaryrefslogtreecommitdiffstats
path: root/mm/kfence
Commit message (Expand)AuthorAgeFilesLines
* 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
* kfence: allow re-enabling KFENCE after system startupTianchen Ding2022-03-221-3/+18
* mm/kfence: remove unnecessary CONFIG_KFENCE optiontangmeng2022-03-221-1/+1
* kfence: make test case compatible with run time set sample intervalPeng Liu2022-02-112-5/+6
* Merge tag 'slab-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2022-01-102-11/+12
|\
| * 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-062-9/+9
| * mm: Convert struct page to struct slab in functions used by other subsystemsVlastimil Babka2022-01-061-2/+2
* | 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: test: use kunit_skip() to skip testsMarco Elver2021-11-061-6/+8
* kfence: limit currently covered allocations when pool nearly fullMarco Elver2021-11-062-2/+109
* 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
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-084-6/+21
|\
| * kfence: test: fail fast if disabled at bootMarco Elver2021-09-081-0/+3
| * kfence: show cpu and timestamp in alloc/free infoMarco Elver2021-09-083-6/+18
* | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-1/+1
|\ \
| * | isystem: ship and use stdarg.hAlexey Dobriyan2021-08-191-1/+1
| |/
* / kfence: add function to mask address bitsSven Schnelle2021-07-301-1/+12
|/
* 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: defer kfence_test_init to ensure that kunit debugfs is createdWeizhao Ouyang2021-07-231-1/+1
* kfence: unconditionally use unbound work queueMarco Elver2021-07-011-2/+2
* mm, slub: change run-time assertion in kmalloc_index() to compile-timeHyeonggon Yoo2021-06-291-2/+3
* kfence: use TASK_IDLE when awaiting allocationMarco Elver2021-06-051-3/+3
* mm: fix typos in commentsIngo Molnar2021-05-071-1/+1