aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/dumpstack_64.c
AgeCommit message (Expand)Author
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
2008-10-16sysfs: crash debuggingAndrew Morton
2008-10-13dumpstack: x86: various small unification steps, fixAlexander van Heukelum
2008-10-13dumpstack: x86: various small unification stepsAlexander van Heukelum
2008-10-13dumpstack: x86: use log_lvl and unify trace formattingAlexander van Heukelum
2008-10-13dumptrace: x86: consistently include loglevel, print stack switchAlexander van Heukelum
2008-10-13dumpstack: x86: add "end" parameter to valid_stack_ptr and print_context_stackAlexander van Heukelum
2008-10-13dumpstack: x86: make printk_address equalAlexander van Heukelum
2008-10-13x86_64: split out dumpstack code from traps_64.cAlexander van Heukelum