aboutsummaryrefslogtreecommitdiff
path: root/lib/stackdepot.c
AgeCommit message (Expand)Author
2021-02-26lib: stackdepot: fix ignoring return value warningVijayanand Jitta
2021-02-26lib: stackdepot: add support to disable stack depotVijayanand Jitta
2021-02-26lib: stackdepot: add support to configure STACK_HASH_SIZEYogesh Lal
2020-12-15lib/stackdepot.c: use array_size() helper in jhash2()Gustavo A. R. Silva
2020-12-15lib/stackdepot.c: use flex_array_size() helper in memcpy()Gustavo A. R. Silva
2020-12-15lib/stackdepot.c: replace one-element array with flexible-array memberGustavo A. R. Silva
2020-04-07kasan: stackdepot: move filter_irq_stacks() to stackdepot.cAlexander Potapenko
2020-04-07lib/stackdepot.c: check depot_index before accessing the stack slabAlexander Potapenko
2020-02-21lib/stackdepot.c: fix global out-of-bounds in stack_slabsAlexander Potapenko
2019-08-19lib/stackdepot: Fix outdated commentsMiles Chen
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-04-29lib/stackdepot: Remove obsolete functionsThomas Gleixner
2019-04-29lib/stackdepot: Provide functions which operate on plain storage arraysThomas Gleixner
2018-02-06lib/stackdepot.c: use a non-instrumented version of memcmp()Alexander Potapenko
2016-11-11lib/stackdepot: export save/fetch stack for driversChris Wilson
2016-10-27lib/stackdepot.c: bump stackdepot capacity from 16MB to 128MBDmitry Vyukov
2016-07-28lib/stackdepot.c: use __GFP_NOWARN for stack allocationsKirill A. Shutemov
2016-05-05lib/stackdepot: avoid to return 0 handleJoonsoo Kim
2016-04-28lib/stackdepot.c: allow the stack trace hash to be zeroAlexander Potapenko
2016-03-25mm, kasan: stackdepot implementation. Enable stackdepot for SLABAlexander Potapenko