summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/stacktrace.c
AgeCommit message (Expand)AuthorLines
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-1/+1
2018-06-21x86/stacktrace: Do not fail for ORC with regs on stackJiri Slaby-1/+2
2018-06-21x86/stacktrace: Clarify the reliable success pathsJiri Slaby-4/+12
2018-06-21x86/stacktrace: Remove STACKTRACE_DUMP_ONCEJiri Slaby-16/+2
2018-06-21x86/stacktrace: Do not unwind after user regsJiri Slaby-9/+0
2018-01-03Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2018-01-03x86/dumpstack: Fix partial register dumpsJosh Poimboeuf-1/+1
2017-12-19x86/stacktrace: Make zombie stack traces reliableJosh Poimboeuf-1/+5
2017-09-29x86/stacktrace: Avoid recording save_stack_trace() wrappersVlastimil Babka-3/+7
2017-03-08stacktrace/x86: add function for detecting reliable stack tracesJosh Poimboeuf-1/+95
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2016-09-20x86/stacktrace: Convert save_stack_trace_*() to use the new unwinderJosh Poimboeuf-45/+29
2016-09-16x86/dumpstack: Pin the target stack when dumping itAndy Lutomirski-0/+5
2016-09-15x86/dumpstack: Add get_stack_info() interfaceJosh Poimboeuf-1/+1
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker-1/+1
2016-02-20perf: generalize perf_callchainAlexei Starovoitov-7/+11
2011-06-14x86: Swap save_stack_trace_regs parametersMasami Hiramatsu-1/+1
2011-05-12x86: Remove warning and warning_symbol from struct stacktrace_opsRichard Weinberger-13/+0
2011-03-18x86, dumpstack: Correct stack dump info when frame pointer is availableNamhyung Kim-3/+3
2010-11-18x86: Eliminate bp argument from the stack tracing routinesSoeren Sandmann Pedersen-4/+4
2010-06-09x86: Unify save_stack_address() and save_stack_address_nosched()Oleg Nesterov-14/+10
2010-06-09x86: Make save_stack_address() !CONFIG_FRAME_POINTER friendlyOleg Nesterov-1/+5
2010-06-08x86: Unify dumpstack.h and stacktrace.hFrederic Weisbecker-3/+4
2009-12-17perf events, x86/stacktrace: Make stack walking optionalFrederic Weisbecker-8/+10
2009-06-12x86: add save_stack_trace_bp() for tracing from a specific stack frameVegard Nossum-0/+7
2009-05-14x86/stacktrace: return 0 instead of -1 for stack opsSteven Rostedt-1/+1
2009-01-31x86: update copyrightsIngo Molnar-1/+1
2008-11-23tracing/stack-tracer: fix style issuesTörök Edwin-22/+29
2008-11-23tracing: add support for userspace stacktraces in tracing/iter_ctrlTörök Edwin-0/+57
2008-06-30stacktrace: fix modular build, export print_stack_trace and save_stack_traceIngo Molnar-0/+2
2008-02-26x86: don't save unreliable stack trace entriesVegard Nossum-0/+4
2008-01-30x86: remove unneded castsJan Engelhardt-1/+1
2008-01-30x86: pull bp calculation earlier into the backtrace pathArjan van de Ven-3/+4
2008-01-30x86: add the capability to print fuzzy backtracesArjan van de Ven-1/+1
2008-01-30x86: nuke a ton of unused exportsThomas Gleixner-1/+0
2008-01-25sched: latencytop supportArjan van de Ven-0/+27
2007-10-17x86: constify stacktrace_opsJan Beulich-1/+1
2007-10-13Delete filenames in comments.Dave Jones-2/+0
2007-10-11x86_64: move kernelThomas Gleixner-0/+54