summaryrefslogtreecommitdiffstats
path: root/kernel/stacktrace.c
AgeCommit message (Expand)AuthorLines
2023-12-29stacktrace: fix kernel-doc typoRandy Dunlap-1/+1
2023-09-11stacktrace: Export stack_trace_save_tskChristopher James Halse Rogers-0/+2
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann-3/+0
2021-11-06stacktrace: move filter_irq_stacks() to kernel/stacktrace.cMarco Elver-0/+30
2020-09-18stacktrace: Remove reliable argument from arch_stack_walk() callbackMark Brown-5/+3
2020-08-12uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig-3/+2
2019-11-11stacktrace: Get rid of unneeded '!!' patternJiri Slaby-2/+2
2019-11-04stacktrace: Don't skip first entry on noncurrent tasksJiri Slaby-2/+4
2019-07-25stacktrace: Constify 'entries' argumentsBart Van Assche-2/+2
2019-07-18stacktrace: Force USER_DS for stack_trace_save_user()Peter Zijlstra-0/+5
2019-07-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds-8/+0
2019-07-03stacktrace: Use PF_KTHREAD to check for kernel threadsThomas Gleixner-1/+1
2019-06-20stacktrace: Remove weak version of save_stack_trace_tsk_reliable()Miroslav Benes-8/+0
2019-06-02Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+1
2019-05-19stacktrace: Unbreak stack_trace_save_tsk_reliable()Joe Lawrence-1/+1
2019-04-29stacktrace: Provide common infrastructureThomas Gleixner-0/+173
2019-04-29stacktrace: Remove obsolete functionsThomas Gleixner-14/+0
2019-04-29stacktrace: Provide helpers for common stack trace operationsThomas Gleixner-15/+155
2017-03-08stacktrace/x86: add function for detecting reliable stack tracesJosh Poimboeuf-2/+10
2017-02-08stacktrace, lockdep: Fix address, newline uglinessOmar Sandoval-8/+4
2014-12-13stacktrace: introduce snprint_stack_trace for buffer outputJoonsoo Kim-0/+32
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker-1/+1
2011-06-14stack_trace: Add weak save_stack_trace_regs()Masami Hiramatsu-3/+9
2008-12-25stacktrace: provide save_stack_trace_tsk() weak aliasIngo Molnar-0/+11
2008-06-30stacktrace: fix modular build, export print_stack_trace and save_stack_traceIngo Molnar-0/+2
2008-06-13stacktrace: print_stack_trace() cleanupVegard Nossum-6/+3
2008-05-24stacktrace: don't crash on invalid stack trace structsJohannes Berg-0/+3
2006-07-03[PATCH] lockdep: stacktrace subsystem, coreIngo Molnar-0/+24