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