aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/dumpstack.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-05-191-1/+0
|\
| * sysfs: remove "last sysfs file:" line from the oops messagesGreg Kroah-Hartman2011-05-131-1/+0
* | x86: Remove warning and warning_symbol from struct stacktrace_opsRichard Weinberger2011-05-121-16/+0
|/
* Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-03-251-1/+1
|\
| * x86, dumpstack: Use %pB format specifier for stack traceNamhyung Kim2011-03-241-1/+1
* | move x86 specific oops=panic to generic codeOlaf Hering2011-03-221-10/+0
|/
* x86, dumpstack: Correct stack dump info when frame pointer is availableNamhyung Kim2011-03-181-6/+8
* x86: Remove die_nmi()Jan Beulich2011-02-181-25/+0
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-01-131-0/+1
|\
| * ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type supportHuang Ying2011-01-121-0/+1
* | x86, dumpstack: Fix unused variable warningRakib Mullick2011-01-071-6/+0
* | x86: Eliminate bp argument from the stack tracing routinesSoeren Sandmann Pedersen2010-11-181-6/+6
|/
* x86: Unify dumpstack.h and stacktrace.hFrederic Weisbecker2010-06-081-1/+0
* x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra2010-03-261-5/+0
* perf: Stop stack frame walking off kernel addresses boundariesFrederic Weisbecker2010-01-131-6/+8
* perf events, x86/stacktrace: Fix performance/softlockup by providing a specia...Frederic Weisbecker2009-12-171-2/+26
* perf events, x86/stacktrace: Make stack walking optionalFrederic Weisbecker2009-12-171-4/+5
* locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-141-3/+3
* locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner2009-12-141-1/+1
* locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-141-1/+1
* x86: use kernel_stack_pointer() in dumpstack.cH. Peter Anvin2009-10-121-3/+4
* x86: Remove duplicated #includeHuang Weiyi2009-07-111-1/+0
* x86: Add sysctl to allow panic on IOCK NMI errorKurt Garloff2009-06-251-0/+1
* Merge branch 'x86/core' into tracing/texteditIngo Molnar2009-03-061-1/+1
|\
| * x86: don't pretend that non-framepointer stack traces are reliableArjan van de Ven2009-02-091-1/+1
* | Merge branch 'mainline/function-graph' of git://git.kernel.org/pub/scm/linux/...Ingo Molnar2009-02-191-0/+1
|\ \
| * | tracing/function-graph-tracer: make arch generic push pop functionsSteven Rostedt2009-02-181-0/+1
| |/
* | x86, ftrace, hw-branch-tracer: dump trace on oopsMarkus Metzger2009-01-201-0/+6
|/
* ftrace: print real return in dumpstack for function graphSteven Rostedt2008-12-031-1/+33
* x86: unify appropriate bits from dumpstack_32 and dumpstack_64Neil Horman2008-10-271-0/+319