aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stackdepot.c
AgeCommit message (Expand)Author
2023-03-28lib/stackdepot: kmsan: mark API outputs as initializedAlexander Potapenko
2023-02-16lib/stackdepot: move documentation comments to stackdepot.hAndrey Konovalov
2023-02-16lib/stackdepot: various comments clean-upsAndrey Konovalov
2023-02-16lib/stackdepot: annotate racy pool_index accessesAndrey Konovalov
2023-02-16lib/stacktrace, kasan, kmsan: rework extra_bits interfaceAndrey Konovalov
2023-02-16lib/stackdepot: rename next_pool_inited to next_pool_requiredAndrey Konovalov
2023-02-16lib/stackdepot: annotate depot_init_pool and depot_alloc_stackAndrey Konovalov
2023-02-16lib/stacktrace: drop impossible WARN_ON for depot_init_poolAndrey Konovalov
2023-02-16lib/stackdepot: rename init_stack_poolAndrey Konovalov
2023-02-16lib/stackdepot: rename handle and pool constantsAndrey Konovalov
2023-02-16lib/stackdepot: rename slab to poolAndrey Konovalov
2023-02-16lib/stackdepot: rename hash table constants and variablesAndrey Konovalov
2023-02-16lib/stackdepot: reorder and annotate global variablesAndrey Konovalov
2023-02-16lib/stackdepot: lower the indentation in stack_depot_initAndrey Konovalov
2023-02-16lib/stackdepot: annotate init and early init functionsAndrey Konovalov
2023-02-16lib/stackdepot: rename stack_depot_disableAndrey Konovalov
2023-02-16lib/stackdepot, mm: rename stack_depot_want_early_initAndrey Konovalov
2023-02-16lib/stackdepot: use pr_fmt to define message formatAndrey Konovalov
2023-02-16lib/stackdepot: put functions in logical orderAndrey Konovalov
2022-10-03stackdepot: reserve 5 extra bits in depot_stack_handle_tAlexander Potapenko
2022-07-17lib/stackdepot: replace CONFIG_STACK_HASH_ORDER with automatic sizingVlastimil Babka
2022-04-06lib/stackdepot: allow requesting early initialization dynamicallyVlastimil Babka
2022-01-22lib/stackdepot: always do filter_irq_stacks() in stack_depot_save()Marco Elver
2022-01-22lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka
2021-11-09lib, stackdepot: add helper to print stack entries into bufferImran Khan
2021-11-09lib, stackdepot: add helper to print stack entriesImran Khan
2021-11-09lib, stackdepot: check stackdepot handle before accessing slabsImran Khan
2021-11-06stacktrace: move filter_irq_stacks() to kernel/stacktrace.cMarco Elver
2021-11-06lib/stackdepot: introduce __stack_depot_save()Marco Elver
2021-11-06lib/stackdepot: remove unused function argumentMarco Elver
2021-07-08lib: fix spelling mistakesZhen Lei
2021-05-06lib: stackdepot: turn depot_lock spinlock to raw_spinlockZqiang
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