summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/dumpstack_32.c
AgeCommit message (Expand)AuthorLines
2014-04-01Merge branch 'x86-threadinfo-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-4/+40
2014-03-11i386: Remove unneeded test of 'task' in dump_trace() (again)Steven Rostedt-1/+1
2014-03-06x86: Keep thread_info on thread stack in x86_32Steven Rostedt-7/+34
2014-03-06x86: Prepare removal of previous_esp from i386 thread_info structureSteven Rostedt-1/+10
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo-3/+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-12/+12
2012-05-09x86: Avoid double stack traces with show_regs()Jan Beulich-1/+1
2012-03-08x86/32: Print control and debug registers for kerenel contextJan Beulich-1/+1
2011-12-19x86, dumpstack: Fix code bytes breakage due to missing KERN_CONTClemens Ladisch-4/+4
2011-03-18x86, dumpstack: Correct stack dump info when frame pointer is availableNamhyung Kim-7/+8
2010-11-18x86: Eliminate bp argument from the stack tracing routinesSoeren Sandmann Pedersen-18/+7
2010-10-23x86, printk: Get rid of <0> from stack outputJiri Slaby-3/+3
2010-06-08x86: Unify dumpstack.h and stacktrace.hFrederic Weisbecker-2/+0
2010-01-13perf: Drop useless check for ignored frameFrederic Weisbecker-5/+0
2009-12-17perf events, x86/stacktrace: Make stack walking optionalFrederic Weisbecker-1/+1
2009-11-26x86: dumpstack: Clean up the x86_stack_ids[][] initalization and other detailsIngo Molnar-5/+4
2009-09-23headers: utsname.h reduxAlexey Dobriyan-1/+0
2009-07-01perf_counter: Ignore the nmi call frames in the x86-64 backtracesFrederic Weisbecker-0/+6
2008-12-03ftrace: print real return in dumpstack for function graphSteven Rostedt-1/+4
2008-10-27x86: unify appropriate bits from dumpstack_32 and dumpstack_64Neil Horman-292/+2
2008-10-22i386, dumpstack: unify die()Alexander van Heukelum-7/+3
2008-10-22i386, dumpstack: use oops_begin/oops_end in die_nmiAlexander van Heukelum-22/+11
2008-10-22i386, dumpstack: use x86_64's method to account die_nest_countAlexander van Heukelum-12/+17
2008-10-22x86, dumpstack: always call oops_exit from oops_endAlexander van Heukelum-1/+1
2008-10-22x86, dumpstack: let signr=0 signal no do_exitAlexander van Heukelum-3/+4
2008-10-22i386, dumpstack: move crash_kexec before bust_spinlocks(0) in oops_endAlexander van Heukelum-2/+3
2008-10-22x86, kexec: fix hang on i386 when panic occurs while console_sem is heldNeil Horman-1/+1
2008-10-16sysfs: crash debuggingAndrew Morton-0/+2
2008-10-13dumpstack: x86: various small unification stepsAlexander van Heukelum-12/+11
2008-10-13dumpstack: i386: make kstack= an early boot-param and add oops=panicAlexander van Heukelum-3/+14
2008-10-13dumpstack: x86: use log_lvl and unify trace formattingAlexander van Heukelum-9/+9
2008-10-13dumptrace: x86: consistently include loglevel, print stack switchAlexander van Heukelum-11/+6
2008-10-13dumpstack: x86: add "end" parameter to valid_stack_ptr and print_context_stackAlexander van Heukelum-6/+13
2008-10-13dumpstack: x86: make printk_address equalAlexander van Heukelum-25/+2
2008-10-13dumpstack: x86: move die_nmi to dumpstack_32.cAlexander van Heukelum-0/+36
2008-10-13i386: split out dumpstack code from traps_32.cAlexander van Heukelum-0/+422