aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/dumpstack_64.c
AgeCommit message (Expand)Author
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
2009-11-26x86: dumpstack, 64-bit: Disable preemption when walking the IRQ/exception stacksIngo Molnar
2009-11-26x86: dumpstack: Clean up the x86_stack_ids[][] initalization and other detailsIngo Molnar
2009-09-23headers: utsname.h reduxAlexey Dobriyan
2009-07-01perf_counter: Ignore the nmi call frames in the x86-64 backtracesFrederic Weisbecker
2009-01-19x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit.Brian Gerst
2009-01-19x86-64: Convert irqstacks to per-cpuBrian Gerst
2008-12-03ftrace: print real return in dumpstack for function graphSteven Rostedt
2008-10-27x86: unify appropriate bits from dumpstack_32 and dumpstack_64Neil Horman
2008-10-22i386, dumpstack: unify die()Alexander van Heukelum
2008-10-22i386, dumpstack: use oops_begin/oops_end in die_nmiAlexander van Heukelum
2008-10-22x86, dumpstack: always call oops_exit from oops_endAlexander van Heukelum
2008-10-22x86_64, dumpstack: move kexec_crash from __die to oops_endAlexander van Heukelum
2008-10-22x86, dumpstack: let signr=0 signal no do_exitAlexander van Heukelum