aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel/traps.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-11x86_64: prepare shared kernel/traps.cThomas Gleixner1-1138/+0
2007-07-22x86: i386-show-unhandled-signals-v3Masoud Asgharifard Sharbiani1-2/+4
2007-07-19drivers/edac: add new nmi rescanDave Jiang1-0/+11
2007-07-17Inhibit NMI watchdog when Alt-SysRq-T operation is underwayKonrad Rzeszutek1-0/+1
2007-07-17Report that kernel is tainted if there was an OOPSPavel Emelianov1-0/+1
2007-07-16generic bug: use show_regs() instead of dump_stack()Heiko Carstens1-1/+1
2007-06-08x86_64: oops_begin() fixAndrew Morton1-1/+2
2007-05-14Revert "ipmi: add new IPMI nmi watchdog handling"Linus Torvalds1-3/+0
2007-05-10x86_64: fix default_do_nmi() missing return after an if ()Mathieu Desnoyers1-0/+1
2007-05-08move die notifier handling to common codeChristoph Hellwig1-17/+1
2007-05-08ipmi: add new IPMI nmi watchdog handlingCorey Minyard1-0/+2
2007-05-02[PATCH] x86-64: Minor white space cleanup in traps.cAndi Kleen1-3/+1
2007-05-02[PATCH] x86: Fix i386 and x86_64 fault information pollutionAndi Kleen1-7/+23
2007-01-03[PATCH] x86_64: Fix dump_trace()OGAWA Hirofumi1-1/+1
2006-12-15Remove stack unwinder for nowLinus Torvalds1-84/+0
2006-12-08[PATCH] Generic BUG for x86-64Jeremy Fitzhardinge1-24/+12
2006-12-07[PATCH] x86-64: Remove unwind stack pointer alignment forcing againAndi Kleen1-6/+0
2006-12-07[PATCH] unwinder: more sanity checks in Dwarf2 unwinderJan Beulich1-0/+7
2006-12-07[PATCH] unwinder: always use unlocked module list access in unwinder fallbackAndi Kleen1-3/+3
2006-12-07[PATCH] x86: add sysctl for kstack_depth_to_printChuck Ebbert1-1/+1
2006-12-07[PATCH] x86-64: Use probe_kernel_address in arch/x86_64/*Andi Kleen1-1/+1
2006-12-07[PATCH] x86: Mention PCI instead of RAM in NMI parity error messageAndi Kleen1-2/+1
2006-12-07[PATCH] x86-64: dump_trace() atomicity fixAndrew Morton1-3/+5
2006-12-07[PATCH] x86: Compress stack unwinder outputAndi Kleen1-4/+4
2006-12-07[PATCH] x86: shorten lines in unwinder to be <= 80 charactersAndi Kleen1-8/+13
2006-11-28[PATCH] x86-64: Use stricter in process stack check for unwinderAndi Kleen1-1/+9
2006-11-17[PATCH] x86_64: stack unwinder crash fixIngo Molnar1-0/+6
2006-10-05[PATCH] x86-64: Fix compilation without CONFIG_KALLSYMSRandy Dunlap1-1/+1
2006-09-26[PATCH] Don't use kernel_text_address in oops contextAndi Kleen1-1/+3
2006-09-26[PATCH] Remove most of the special cases for the debug IST stackKeith Owens1-20/+1
2006-09-26[PATCH] Remove safe_smp_processor_id()Andi Kleen1-5/+5
2006-09-26[PATCH] wire up oops_enter()/oops_exit()Andrew Morton1-0/+3
2006-09-26[PATCH] non lazy "sleazy" fpu implementationArjan van de Ven1-0/+1
2006-09-26[PATCH] Check for end of stack trace before falling backAndi Kleen1-0/+2
2006-09-26[PATCH] Merge stacktrace and show_traceAndi Kleen1-23/+76
2006-09-26[PATCH] Convert x86-64 to early paramAndi Kleen1-9/+15
2006-09-26[PATCH] Remove all ifdefs for local/io apicAndi Kleen1-2/+0
2006-09-26[PATCH] Fix up panic messages for different NMI panicsAndi Kleen1-4/+3
2006-09-26[PATCH] x86: x86 clean up nmi panic messagesDon Zickus1-7/+14
2006-09-26[PATCH] x86: Allow users to force a panic on NMIDon Zickus1-0/+6
2006-09-26[PATCH] x86: Cleanup NMI interrupt pathDon Zickus1-4/+4
2006-08-30[PATCH] x86_64: Save original IST values for checking stack addressesKeith Owens1-1/+1
2006-08-30[PATCH] x86: Make backtracer fallback logic more bullet-proofJan Beulich1-11/+17
2006-08-14[PATCH] Change panic_on_oops message to "Fatal exception"Horms1-1/+1
2006-07-31[PATCH] panic_on_oops: remove ssleep()Horms1-1/+1
2006-07-28[PATCH] x86_64: Dump leftover backtrace entries when dwarf2 unwinder got stuckAndi Kleen1-6/+16
2006-07-10[PATCH] put a comment at register_die_notifier that the export is usedArjan van de Ven1-2/+2
2006-07-03[PATCH] lockdep: x86_64 document stack frame internalsIngo Molnar1-1/+60
2006-07-03[PATCH] lockdep: beautify x86_64 stacktracesIngo Molnar1-39/+31
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] x86_64: Move export symbols to their C functionsAndi Kleen1-0/+2
2006-06-26[PATCH] x86_64: adjust kstack_depth_to_print defaultJan Beulich1-1/+1
2006-06-26[PATCH] i386/x86-64: fall back to old-style call trace if no unwindingJan Beulich1-16/+35
2006-06-26[PATCH] x86_64: reliable stack trace support (x86-64)Jan Beulich1-6/+48
2006-06-26[PATCH] x86_64: Remove long obsolete CVSAndi Kleen1-2/+0
2006-05-16[PATCH] x86_64: Don't schedule on exception stack on preemptive kernelsAndi Kleen1-4/+17
2006-05-08[PATCH] x86_64: add nmi_exit to die_nmiCorey Minyard1-0/+2
2006-05-08[PATCH] x86_64: fix die_lock nestingCorey Minyard1-1/+9
2006-04-18[PATCH] x86_64: x86_64 add crashdump trigger pointsVivek Goyal1-0/+5
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi1-2/+2
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-9/+9
2006-03-25[PATCH] x86_64: miscellaneous cleanupJan Beulich1-2/+0
2006-03-25[PATCH] x86_64: Clean up white space in traps.cRoberto Nibali1-9/+8
2006-03-25[PATCH] x86_64: actively synchronize vmalloc area when registering certain ca...Jan Beulich1-0/+2
2006-02-12[PATCH] arch/x86_64/kernel/traps.c PTRACE_SINGLESTEP oopsJohn Blackwood1-1/+17
2006-02-04[PATCH] x86_64: Disallow kprobes on NMI handlersAndi Kleen1-9/+12
2006-01-12[PATCH] amd64: task_pt_regs()Al Viro1-1/+1
2006-01-12[PATCH] amd64: task_thread_info()Al Viro1-2/+2
2006-01-11[PATCH] x86_64: Display meaningful part of filename during BUG()Jan Beulich1-3/+9
2006-01-11[PATCH] x86_64: Reduce screen space needed by stack traceJan Beulich1-13/+12
2006-01-11[PATCH] x86_64: sparse warning cleanupsStephen Hemminger1-1/+1
2006-01-11[PATCH] x86_64: "invalid operand" -> "invalid opcode"Chuck Ebbert1-1/+1
2006-01-11[PATCH] x86_64: Remove useless KDB vectorAndi Kleen1-7/+0
2006-01-11[PATCH] x86_64: Node local pda take 2 -- cpu_pda preparationRavikiran G Thirumalai1-6/+5
2006-01-11[PATCH] x86_64: Report hardware breakpoints in user space when triggered by t...John Blackwood1-4/+2
2006-01-11[PATCH] x86_64: Move int 3 handler to debug stack and allow to increase it.Jan Beulich1-3/+32
2006-01-11[PATCH] x86_64: Clean up double fault handlingJan Beulich1-1/+17
2006-01-11[PATCH] x86_64: make trap information available to die notification handlersJan Beulich1-15/+18
2006-01-11[PATCH] x86_64: Removing unused function die_if_kernel().Jan Beulich1-5/+0
2006-01-11[PATCH] x86_64: fix bound check IDT gateJan Beulich1-2/+2
2005-11-14[PATCH] x86_64: Remove CONFIG_CHECKING and add command line option for pagefa...Andi Kleen1-40/+0
2005-11-14[PATCH] x86_64: Support for AMD specific MCE Threshold.Jacob Shin1-0/+4
2005-09-12[PATCH] x86-64: reduce x86-64 bug frame by 4 bytesJan Beulich1-4/+4
2005-09-12[PATCH] x86-64: more gratitious linux/irq.h includesAl Viro1-3/+0
2005-09-12[PATCH] x86-64: Fix incorrect FP signalsChuck Ebbert1-3/+6
2005-09-12[PATCH] x86-64: Safe interrupts in oops_begin/endJan Beulich1-16/+21
2005-09-07[PATCH] kprobes: prevent possible race conditions x86_64 changesPrasanna S Panchamukhi1-5/+9
2005-07-28[PATCH] x86_64: cpu hotplug changes kills nmi watchdogAlexander Nyberg1-3/+0
2005-06-25[PATCH] x86_64: CPU hotplug supportAshok Raj1-1/+7
2005-06-23[PATCH] xen: x86_64: use more usermode macroVincent Hanquez1-9/+9
2005-06-23[PATCH] xen: x86_64: Add macro for debugregVincent Hanquez1-2/+2
2005-05-25[PATCH] x86_64: CONFIG_BUG=n fixesAlexander Nyberg1-0/+2
2005-04-16[PATCH] x86_64: Rewrite exception stack backtracingAndi Kleen1-68/+79
2005-04-16[PATCH] x86_64: Keep only a single debug notifier chainAndi Kleen1-11/+3
2005-04-16[PATCH] x86_64: Make kernel math errors a die() nowAndi Kleen1-8/+2
2005-04-16[PATCH] x86_64: Regularize exception stack handlingAndi Kleen1-29/+28
2005-04-16[PATCH] x86_64: Some fixes for single step handlingAndi Kleen1-2/+8
2005-04-16[PATCH] x86_64 show_stack(): call touch_nmi_watchdogakpm@osdl.org1-0/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+948