index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
stackdepot.c
Age
Commit message (
Expand
)
Author
2022-10-03
stackdepot: reserve 5 extra bits in depot_stack_handle_t
Alexander Potapenko
2022-07-17
lib/stackdepot: replace CONFIG_STACK_HASH_ORDER with automatic sizing
Vlastimil Babka
2022-04-06
lib/stackdepot: allow requesting early initialization dynamically
Vlastimil Babka
2022-01-22
lib/stackdepot: always do filter_irq_stacks() in stack_depot_save()
Marco Elver
2022-01-22
lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()
Vlastimil Babka
2021-11-09
lib, stackdepot: add helper to print stack entries into buffer
Imran Khan
2021-11-09
lib, stackdepot: add helper to print stack entries
Imran Khan
2021-11-09
lib, stackdepot: check stackdepot handle before accessing slabs
Imran Khan
2021-11-06
stacktrace: move filter_irq_stacks() to kernel/stacktrace.c
Marco Elver
2021-11-06
lib/stackdepot: introduce __stack_depot_save()
Marco Elver
2021-11-06
lib/stackdepot: remove unused function argument
Marco Elver
2021-07-08
lib: fix spelling mistakes
Zhen Lei
2021-05-06
lib: stackdepot: turn depot_lock spinlock to raw_spinlock
Zqiang
2021-02-26
lib: stackdepot: fix ignoring return value warning
Vijayanand Jitta
2021-02-26
lib: stackdepot: add support to disable stack depot
Vijayanand Jitta
2021-02-26
lib: stackdepot: add support to configure STACK_HASH_SIZE
Yogesh Lal
2020-12-15
lib/stackdepot.c: use array_size() helper in jhash2()
Gustavo A. R. Silva
2020-12-15
lib/stackdepot.c: use flex_array_size() helper in memcpy()
Gustavo A. R. Silva
2020-12-15
lib/stackdepot.c: replace one-element array with flexible-array member
Gustavo A. R. Silva
2020-04-07
kasan: stackdepot: move filter_irq_stacks() to stackdepot.c
Alexander Potapenko
2020-04-07
lib/stackdepot.c: check depot_index before accessing the stack slab
Alexander Potapenko
2020-02-21
lib/stackdepot.c: fix global out-of-bounds in stack_slabs
Alexander Potapenko
2019-08-19
lib/stackdepot: Fix outdated comments
Miles Chen
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-04-29
lib/stackdepot: Remove obsolete functions
Thomas Gleixner
2019-04-29
lib/stackdepot: Provide functions which operate on plain storage arrays
Thomas Gleixner
2018-02-06
lib/stackdepot.c: use a non-instrumented version of memcmp()
Alexander Potapenko
2016-11-11
lib/stackdepot: export save/fetch stack for drivers
Chris Wilson
2016-10-27
lib/stackdepot.c: bump stackdepot capacity from 16MB to 128MB
Dmitry Vyukov
2016-07-28
lib/stackdepot.c: use __GFP_NOWARN for stack allocations
Kirill A. Shutemov
2016-05-05
lib/stackdepot: avoid to return 0 handle
Joonsoo Kim
2016-04-28
lib/stackdepot.c: allow the stack trace hash to be zero
Alexander Potapenko
2016-03-25
mm, kasan: stackdepot implementation. Enable stackdepot for SLAB
Alexander Potapenko