summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
AgeCommit message (Expand)Author
2016-06-21perf script: Add stackcollapse.py scriptPaolo Bonzini
2020-08-07kasan: add tests for call_rcu stack recordingWalter Wu 2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long 2020-06-03kasan: stop tests being eliminated as dead code with FORTIFY_SOURCEDaniel Axtens 2020-04-02kasan: add test for invalid size in memmoveWalter Wu 2020-01-31lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more()Gustavo A. R. Silva 2019-12-01kasan: add test for vmallocDaniel Axtens 2019-09-24lib/test_kasan.c: add roundtrip testsMark Rutland 2019-07-12lib/test_kasan: Add test for double-kzfree detectionMarco Elver 2019-07-12lib/test_kasan: add bitops testsMarco Elver 2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner 2019-03-05kasan: remove use after scope bugs detection.Andrey Ryabinin 2018-10-26lib/test_kasan.c: add tests for several string/memory API functionsAndrey Ryabinin 2018-04-11kasan: fix invalid-free test crashing the kernelAndrey Konovalov 2018-02-06kasan: remove redundant initialization of variable 'real_size'Colin Ian King 2018-02-06kasan: detect invalid freesDmitry Vyukov 2018-02-06kasan: detect invalid frees for large objectsDmitry Vyukov 2018-02-06kasan: add tests for alloca poisoningPaul Lawrence 2017-11-17lib/test: delete five error messages for failed memory allocationsMarkus Elfring 2017-03-31kasan: report only the first error by defaultMark Rutland 2017-02-24kasan: add memcg kmem_cache testGreg Thelen 2016-11-30kasan: support use-after-scope detectionDmitry Vyukov 2016-05-20kasan/tests: add tests for user memory access functionsAndrey Ryabinin 2016-05-20mm, kasan: add a ksize() testAlexander Potapenko 2016-03-25kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2Alexander Potapenko 2016-03-25kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right()Alexander Potapenko 2015-11-05lib: test_kasan: add some testcasesWang Long 2015-09-10lib/test_kasan.c: make kmalloc_oob_krealloc_less more correctlyWang Long 2015-09-10lib/test_kasan.c: fix a typoWang Long 2015-02-13lib: add kasan test moduleAndrey Ryabinin