summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/dumpstack_64.c
AgeCommit message (Expand)AuthorLines
2014-11-23x86_64, traps: Stop using IST for #SSAndy Lutomirski-1/+0
2014-04-02x86: Fix dumpstack_64 irq stack handlingSteven Rostedt (Red Hat)-9/+10
2014-04-02x86: Fix dumpstack_64 to keep state of "used" variable in loopSteven Rostedt (Red Hat)-5/+5
2014-03-06x86: Clean up dumpstack_64.c codeSteven Rostedt-34/+83
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo-5/+1
2012-06-20x86: Move call to print_modules() out of show_regs()Jan Beulich-1/+0
2012-06-06x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches-10/+10
2012-05-09x86: Avoid double stack traces with show_regs()Jan Beulich-1/+1
2012-02-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgen...Linus Torvalds-4/+4
2012-01-28x86/dumpstack: Remove unneeded check in dump_trace()Dan Carpenter-1/+1
2012-01-26bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava-3/+3
2011-12-19x86, dumpstack: Fix code bytes breakage due to missing KERN_CONTClemens Ladisch-4/+4
2011-07-02x86: Don't use frame pointer to save old stack on irq entryFrederic Weisbecker-30/+0
2011-07-02x86: Fetch stack from regs when possible in dump_trace()Frederic Weisbecker-2/+5
2011-03-18x86, dumpstack: Correct stack dump info when frame pointer is availableNamhyung Kim-7/+7
2011-01-24x86-64: Don't use pointer to out-of-scope variable in dump_trace()Jesper Juhl-1/+1
2010-11-18x86: Eliminate bp argument from the stack tracing routinesSoeren Sandmann Pedersen-17/+7
2010-10-23x86, printk: Get rid of <0> from stack outputJiri Slaby-4/+4
2010-06-08x86: Unify dumpstack.h and stacktrace.hFrederic Weisbecker-1/+0
2010-03-10perf/x86-64: Use frame pointer to walk on irq and process stacksFrederic Weisbecker-2/+2
2010-03-09Merge commit 'v2.6.34-rc1' into perf/urgentIngo Molnar-0/+1
2010-03-04Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar-2/+8
2010-03-03x86/stacktrace: Don't dereference bad frame pointersFrederic Weisbecker-2/+8
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-5/+0
2010-02-04x86_64: Print modules like i386 doesAlexey Dobriyan-0/+1
2010-01-13perf: Drop useless check for ignored frameFrederic Weisbecker-5/+0
2009-12-17perf events, x86/stacktrace: Make stack walking optionalFrederic Weisbecker-2/+2
2009-12-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+32
2009-12-06x86: Fixup wrong irq frame link in stacktracesFrederic Weisbecker-1/+32
2009-11-26x86: dumpstack, 64-bit: Disable preemption when walking the IRQ/exception stacksIngo Molnar-8/+13
2009-11-26x86: dumpstack: Clean up the x86_stack_ids[][] initalization and other detailsIngo Molnar-12/+13
2009-09-23headers: utsname.h reduxAlexey Dobriyan-1/+0
2009-07-01perf_counter: Ignore the nmi call frames in the x86-64 backtracesFrederic Weisbecker-7/+15
2009-01-19x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit.Brian Gerst-1/+1
2009-01-19x86-64: Convert irqstacks to per-cpuBrian Gerst-16/+17
2008-12-03ftrace: print real return in dumpstack for function graphSteven Rostedt-3/+4
2008-10-27x86: unify appropriate bits from dumpstack_32 and dumpstack_64Neil Horman-283/+2
2008-10-22i386, dumpstack: unify die()Alexander van Heukelum-1/+5
2008-10-22i386, dumpstack: use oops_begin/oops_end in die_nmiAlexander van Heukelum-2/+2
2008-10-22x86, dumpstack: always call oops_exit from oops_endAlexander van Heukelum-6/+5
2008-10-22x86_64, dumpstack: move kexec_crash from __die to oops_endAlexander van Heukelum-5/+4
2008-10-22x86, dumpstack: let signr=0 signal no do_exitAlexander van Heukelum-4/+5
2008-10-16sysfs: crash debuggingAndrew Morton-0/+2
2008-10-13dumpstack: x86: various small unification steps, fixAlexander van Heukelum-1/+1
2008-10-13dumpstack: x86: various small unification stepsAlexander van Heukelum-6/+9
2008-10-13dumpstack: x86: use log_lvl and unify trace formattingAlexander van Heukelum-4/+4
2008-10-13dumptrace: x86: consistently include loglevel, print stack switchAlexander van Heukelum-2/+7
2008-10-13dumpstack: x86: add "end" parameter to valid_stack_ptr and print_context_stackAlexander van Heukelum-1/+1
2008-10-13dumpstack: x86: make printk_address equalAlexander van Heukelum-2/+2
2008-10-13x86_64: split out dumpstack code from traps_64.cAlexander van Heukelum-0/+565