aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/stacktrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-25x86: remove __range_not_ok()Arnd Bergmann1-1/+1
2021-03-10stacktrace: Move documentation for arch_stack_walk_reliable() to headerMark Brown1-6/+0
2020-09-18stacktrace: Remove reliable argument from arch_stack_walk() callbackMark Brown1-5/+5
2020-07-22x86/stacktrace: Fix reliable check for empty user task stacksJosh Poimboeuf1-5/+0
2020-02-15x86 user stack frame reads: switch to explicit __get_user()Al Viro1-2/+4
2019-07-22x86/stacktrace: Prevent access_ok() warnings in arch_stack_walk_user()Eiichi Tsukata1-1/+1
2019-07-11x86/stacktrace: Prevent infinite loop in arch_stack_walk_user()Eiichi Tsukata1-5/+3
2019-04-29x86/stacktrace: Use common infrastructureThomas Gleixner1-97/+19
2019-04-14x86/stacktrace: Remove the pointless ULONG_MAX markerThomas Gleixner1-12/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-06-21x86/stacktrace: Do not fail for ORC with regs on stackJiri Slaby1-1/+2
2018-06-21x86/stacktrace: Clarify the reliable success pathsJiri Slaby1-4/+12
2018-06-21x86/stacktrace: Remove STACKTRACE_DUMP_ONCEJiri Slaby1-16/+2
2018-06-21x86/stacktrace: Do not unwind after user regsJiri Slaby1-9/+0
2018-01-03Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-01-03x86/dumpstack: Fix partial register dumpsJosh Poimboeuf1-1/+1
2017-12-19x86/stacktrace: Make zombie stack traces reliableJosh Poimboeuf1-1/+5
2017-09-29x86/stacktrace: Avoid recording save_stack_trace() wrappersVlastimil Babka1-3/+7
2017-03-08stacktrace/x86: add function for detecting reliable stack tracesJosh Poimboeuf1-1/+95
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2016-09-20x86/stacktrace: Convert save_stack_trace_*() to use the new unwinderJosh Poimboeuf1-45/+29
2016-09-16x86/dumpstack: Pin the target stack when dumping itAndy Lutomirski1-0/+5
2016-09-15x86/dumpstack: Add get_stack_info() interfaceJosh Poimboeuf1-1/+1
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2016-02-20perf: generalize perf_callchainAlexei Starovoitov1-7/+11
2011-06-14x86: Swap save_stack_trace_regs parametersMasami Hiramatsu1-1/+1
2011-05-12x86: Remove warning and warning_symbol from struct stacktrace_opsRichard Weinberger1-13/+0
2011-03-18x86, dumpstack: Correct stack dump info when frame pointer is availableNamhyung Kim1-3/+3
2010-11-18x86: Eliminate bp argument from the stack tracing routinesSoeren Sandmann Pedersen1-4/+4
2010-06-09x86: Unify save_stack_address() and save_stack_address_nosched()Oleg Nesterov1-14/+10
2010-06-09x86: Make save_stack_address() !CONFIG_FRAME_POINTER friendlyOleg Nesterov1-1/+5
2010-06-08x86: Unify dumpstack.h and stacktrace.hFrederic Weisbecker1-3/+4
2009-12-17perf events, x86/stacktrace: Make stack walking optionalFrederic Weisbecker1-8/+10
2009-06-12x86: add save_stack_trace_bp() for tracing from a specific stack frameVegard Nossum1-0/+7
2009-05-14x86/stacktrace: return 0 instead of -1 for stack opsSteven Rostedt1-1/+1
2009-01-31x86: update copyrightsIngo Molnar1-1/+1
2008-11-23tracing/stack-tracer: fix style issuesTörök Edwin1-22/+29
2008-11-23tracing: add support for userspace stacktraces in tracing/iter_ctrlTörök Edwin1-0/+57
2008-06-30stacktrace: fix modular build, export print_stack_trace and save_stack_traceIngo Molnar1-0/+2
2008-02-26x86: don't save unreliable stack trace entriesVegard Nossum1-0/+4
2008-01-30x86: remove unneded castsJan Engelhardt1-1/+1
2008-01-30x86: pull bp calculation earlier into the backtrace pathArjan van de Ven1-3/+4
2008-01-30x86: add the capability to print fuzzy backtracesArjan van de Ven1-1/+1
2008-01-30x86: nuke a ton of unused exportsThomas Gleixner1-1/+0
2008-01-25sched: latencytop supportArjan van de Ven1-0/+27
2007-10-17x86: constify stacktrace_opsJan Beulich1-1/+1
2007-10-13Delete filenames in comments.Dave Jones1-2/+0
2007-10-11x86_64: move kernelThomas Gleixner1-0/+54