aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/stacktrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-11stacktrace: Get rid of unneeded '!!' patternJiri Slaby1-2/+2
2019-11-04stacktrace: Don't skip first entry on noncurrent tasksJiri Slaby1-2/+4
2019-07-25stacktrace: Constify 'entries' argumentsBart Van Assche1-2/+2
2019-07-18stacktrace: Force USER_DS for stack_trace_save_user()Peter Zijlstra1-0/+5
2019-07-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatchingLinus Torvalds1-8/+0
2019-07-03stacktrace: Use PF_KTHREAD to check for kernel threadsThomas Gleixner1-1/+1
2019-06-20stacktrace: Remove weak version of save_stack_trace_tsk_reliable()Miroslav Benes1-8/+0
2019-06-02Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-19stacktrace: Unbreak stack_trace_save_tsk_reliable()Joe Lawrence1-1/+1
2019-04-29stacktrace: Provide common infrastructureThomas Gleixner1-0/+173
2019-04-29stacktrace: Remove obsolete functionsThomas Gleixner1-14/+0
2019-04-29stacktrace: Provide helpers for common stack trace operationsThomas Gleixner1-15/+155
2017-03-08stacktrace/x86: add function for detecting reliable stack tracesJosh Poimboeuf1-2/+10
2017-02-08stacktrace, lockdep: Fix address, newline uglinessOmar Sandoval1-8/+4
2014-12-13stacktrace: introduce snprint_stack_trace for buffer outputJoonsoo Kim1-0/+32
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-06-14stack_trace: Add weak save_stack_trace_regs()Masami Hiramatsu1-3/+9
2008-12-25stacktrace: provide save_stack_trace_tsk() weak aliasIngo Molnar1-0/+11
2008-06-30stacktrace: fix modular build, export print_stack_trace and save_stack_traceIngo Molnar1-0/+2
2008-06-13stacktrace: print_stack_trace() cleanupVegard Nossum1-6/+3
2008-05-24stacktrace: don't crash on invalid stack trace structsJohannes Berg1-0/+3
2006-07-03[PATCH] lockdep: stacktrace subsystem, coreIngo Molnar1-0/+24