summaryrefslogtreecommitdiffstats
path: root/kernel/stacktrace.c
Commit message (Expand)AuthorAgeFilesLines
* stacktrace: fix kernel-doc typoRandy Dunlap2023-12-291-1/+1
* stacktrace: Export stack_trace_save_tskChristopher James Halse Rogers2023-09-111-0/+2
* uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-251-3/+0
* stacktrace: move filter_irq_stacks() to kernel/stacktrace.cMarco Elver2021-11-061-0/+30
* stacktrace: Remove reliable argument from arch_stack_walk() callbackMark Brown2020-09-181-5/+3
* uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig2020-08-121-3/+2
* stacktrace: Get rid of unneeded '!!' patternJiri Slaby2019-11-111-2/+2
* stacktrace: Don't skip first entry on noncurrent tasksJiri Slaby2019-11-041-2/+4
* stacktrace: Constify 'entries' argumentsBart Van Assche2019-07-251-2/+2
* stacktrace: Force USER_DS for stack_trace_save_user()Peter Zijlstra2019-07-181-0/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2019-07-111-8/+0
|\
| * stacktrace: Remove weak version of save_stack_trace_tsk_reliable()Miroslav Benes2019-06-201-8/+0
* | stacktrace: Use PF_KTHREAD to check for kernel threadsThomas Gleixner2019-07-031-1/+1
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-06-021-1/+1
|\ \
| * | stacktrace: Unbreak stack_trace_save_tsk_reliable()Joe Lawrence2019-05-191-1/+1
| |/
* / treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* stacktrace: Provide common infrastructureThomas Gleixner2019-04-291-0/+173
* stacktrace: Remove obsolete functionsThomas Gleixner2019-04-291-14/+0
* stacktrace: Provide helpers for common stack trace operationsThomas Gleixner2019-04-291-15/+155
* stacktrace/x86: add function for detecting reliable stack tracesJosh Poimboeuf2017-03-081-2/+10
* stacktrace, lockdep: Fix address, newline uglinessOmar Sandoval2017-02-081-8/+4
* stacktrace: introduce snprint_stack_trace for buffer outputJoonsoo Kim2014-12-131-0/+32
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* stack_trace: Add weak save_stack_trace_regs()Masami Hiramatsu2011-06-141-3/+9
* stacktrace: provide save_stack_trace_tsk() weak aliasIngo Molnar2008-12-251-0/+11
* stacktrace: fix modular build, export print_stack_trace and save_stack_traceIngo Molnar2008-06-301-0/+2
* stacktrace: print_stack_trace() cleanupVegard Nossum2008-06-131-6/+3
* stacktrace: don't crash on invalid stack trace structsJohannes Berg2008-05-241-0/+3
* [PATCH] lockdep: stacktrace subsystem, coreIngo Molnar2006-07-031-0/+24