aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/dumpstack_64.c
Commit message (Expand)AuthorAgeFilesLines
* x86_64, traps: Stop using IST for #SSAndy Lutomirski2014-12-141-1/+0
* x86, dumpstack: Fix code bytes breakage due to missing KERN_CONTClemens Ladisch2011-12-191-4/+4
* x86: Don't use frame pointer to save old stack on irq entryFrederic Weisbecker2011-07-021-30/+0
* x86: Fetch stack from regs when possible in dump_trace()Frederic Weisbecker2011-07-021-2/+5
* x86, dumpstack: Correct stack dump info when frame pointer is availableNamhyung Kim2011-03-181-7/+7
* x86-64: Don't use pointer to out-of-scope variable in dump_trace()Jesper Juhl2011-01-241-1/+1
* x86: Eliminate bp argument from the stack tracing routinesSoeren Sandmann Pedersen2010-11-181-17/+7
* x86, printk: Get rid of <0> from stack outputJiri Slaby2010-10-231-4/+4
* x86: Unify dumpstack.h and stacktrace.hFrederic Weisbecker2010-06-081-1/+0
* perf/x86-64: Use frame pointer to walk on irq and process stacksFrederic Weisbecker2010-03-101-2/+2
* Merge commit 'v2.6.34-rc1' into perf/urgentIngo Molnar2010-03-091-0/+1
|\
| * Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-281-5/+0
| |\
| * | x86_64: Print modules like i386 doesAlexey Dobriyan2010-02-041-0/+1
* | | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-03-041-2/+8
|\ \ \ | |_|/ |/| |
| * | x86/stacktrace: Don't dereference bad frame pointersFrederic Weisbecker2010-03-031-2/+8
| |/
* | perf: Drop useless check for ignored frameFrederic Weisbecker2010-01-131-5/+0
|/
* perf events, x86/stacktrace: Make stack walking optionalFrederic Weisbecker2009-12-171-2/+2
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-111-1/+32
|\
| * x86: Fixup wrong irq frame link in stacktracesFrederic Weisbecker2009-12-061-1/+32
* | x86: dumpstack, 64-bit: Disable preemption when walking the IRQ/exception stacksIngo Molnar2009-11-261-8/+13
* | x86: dumpstack: Clean up the x86_stack_ids[][] initalization and other detailsIngo Molnar2009-11-261-12/+13
|/
* headers: utsname.h reduxAlexey Dobriyan2009-09-231-1/+0
* perf_counter: Ignore the nmi call frames in the x86-64 backtracesFrederic Weisbecker2009-07-011-7/+15
* x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit.Brian Gerst2009-01-191-1/+1
* x86-64: Convert irqstacks to per-cpuBrian Gerst2009-01-191-16/+17
* ftrace: print real return in dumpstack for function graphSteven Rostedt2008-12-031-3/+4
* x86: unify appropriate bits from dumpstack_32 and dumpstack_64Neil Horman2008-10-271-283/+2
* i386, dumpstack: unify die()Alexander van Heukelum2008-10-221-1/+5
* i386, dumpstack: use oops_begin/oops_end in die_nmiAlexander van Heukelum2008-10-221-2/+2
* x86, dumpstack: always call oops_exit from oops_endAlexander van Heukelum2008-10-221-6/+5
* x86_64, dumpstack: move kexec_crash from __die to oops_endAlexander van Heukelum2008-10-221-5/+4
* x86, dumpstack: let signr=0 signal no do_exitAlexander van Heukelum2008-10-221-4/+5
* sysfs: crash debuggingAndrew Morton2008-10-161-0/+2
* dumpstack: x86: various small unification steps, fixAlexander van Heukelum2008-10-131-1/+1
* dumpstack: x86: various small unification stepsAlexander van Heukelum2008-10-131-6/+9
* dumpstack: x86: use log_lvl and unify trace formattingAlexander van Heukelum2008-10-131-4/+4
* dumptrace: x86: consistently include loglevel, print stack switchAlexander van Heukelum2008-10-131-2/+7
* dumpstack: x86: add "end" parameter to valid_stack_ptr and print_context_stackAlexander van Heukelum2008-10-131-1/+1
* dumpstack: x86: make printk_address equalAlexander van Heukelum2008-10-131-2/+2
* x86_64: split out dumpstack code from traps_64.cAlexander van Heukelum2008-10-131-0/+565