aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/dumpstack_64.c
AgeCommit message (Expand)Author
2016-09-20x86/dumpstack: Remove dump_trace() and related callbacksJosh Poimboeuf
2016-09-20x86/dumpstack: Convert show_trace_log_lvl() to use the new unwinderJosh Poimboeuf
2016-09-16x86/dumpstack: Remove NULL task pointer conventionJosh Poimboeuf
2016-09-16x86/dumpstack: Pin the target stack when dumping itAndy Lutomirski
2016-09-15x86/dumpstack: Add recursion checking for all stacksJosh Poimboeuf
2016-09-15x86/dumpstack: Add support for unwinding empty IRQ stacksJosh Poimboeuf
2016-09-15x86/dumpstack: Add get_stack_info() interfaceJosh Poimboeuf
2016-09-15x86/dumpstack: Simplify in_exception_stack()Josh Poimboeuf
2016-09-14x86/dumpstack: Allow preemption in show_stack_log_lvl() and dump_trace()Josh Poimboeuf
2016-09-08x86/dumpstack: Remove unnecessary stack pointer argumentsJosh Poimboeuf
2016-09-08x86/dumpstack: Add get_stack_pointer() and get_frame_pointer()Josh Poimboeuf
2016-08-18x86/dumpstack: Remove 64-byte gap at end of irq stackJosh Poimboeuf
2016-08-18x86/dumpstack: Remove extra brackets around "<EOE>"Josh Poimboeuf
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-25Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-07-15x86/dumpstack/64: Handle faults when printing the "Stack: " part of an OOPSAndy Lutomirski
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-07-08x86/dumpstack: Honor supplied @regs argAndy Lutomirski
2016-06-23x86: avoid avoid passing around 'thread_info' in stack dumping codeLinus Torvalds
2015-02-23x86/kernel: Use kstack_end() in dumpstack_64.cAdrien Schildknecht
2015-02-23x86/kernel: Fix output of show_stack_log_lvl()Adrien Schildknecht
2014-11-23x86_64, traps: Stop using IST for #SSAndy Lutomirski
2014-04-02x86: Fix dumpstack_64 irq stack handlingSteven Rostedt (Red Hat)
2014-04-02x86: Fix dumpstack_64 to keep state of "used" variable in loopSteven Rostedt (Red Hat)
2014-03-06x86: Clean up dumpstack_64.c codeSteven Rostedt
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo
2012-06-20x86: Move call to print_modules() out of show_regs()Jan Beulich
2012-06-06x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches
2012-05-09x86: Avoid double stack traces with show_regs()Jan Beulich
2012-02-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgen...Linus Torvalds
2012-01-28x86/dumpstack: Remove unneeded check in dump_trace()Dan Carpenter
2012-01-26bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava
2011-12-19x86, dumpstack: Fix code bytes breakage due to missing KERN_CONTClemens Ladisch
2011-07-02x86: Don't use frame pointer to save old stack on irq entryFrederic Weisbecker
2011-07-02x86: Fetch stack from regs when possible in dump_trace()Frederic Weisbecker
2011-03-18x86, dumpstack: Correct stack dump info when frame pointer is availableNamhyung Kim
2011-01-24x86-64: Don't use pointer to out-of-scope variable in dump_trace()Jesper Juhl
2010-11-18x86: Eliminate bp argument from the stack tracing routinesSoeren Sandmann Pedersen
2010-10-23x86, printk: Get rid of <0> from stack outputJiri Slaby
2010-06-08x86: Unify dumpstack.h and stacktrace.hFrederic Weisbecker
2010-03-10perf/x86-64: Use frame pointer to walk on irq and process stacksFrederic Weisbecker
2010-03-09Merge commit 'v2.6.34-rc1' into perf/urgentIngo Molnar
2010-03-04Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar
2010-03-03x86/stacktrace: Don't dereference bad frame pointersFrederic Weisbecker
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-02-04x86_64: Print modules like i386 doesAlexey Dobriyan
2010-01-13perf: Drop useless check for ignored frameFrederic Weisbecker
2009-12-17perf events, x86/stacktrace: Make stack walking optionalFrederic Weisbecker
2009-12-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-12-06x86: Fixup wrong irq frame link in stacktracesFrederic Weisbecker