aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/traps_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-18x86: introducing asm-x86/traps.hJaswinder Singh1-21/+1
2008-07-18x86: traps_xx: modify x86_64 to use _log_lvl variantsAlexander van Heukelum1-8/+16
2008-07-18x86: traps_xx: refactor die() like in x86_64Alexander van Heukelum1-1/+1
2008-07-14Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-247/+269
2008-07-14Start using the new '%pS' infrastructure to print symbolsLinus Torvalds1-24/+1
2008-07-09x86: traps_xx: various small changesAlexander van Heukelum1-9/+11
2008-07-09x86: traps_xx: modify default_do_nmiAlexander van Heukelum1-1/+1
2008-07-09x86: traps_xx: restructure do_general_protection()Alexander van Heukelum1-19/+22
2008-07-09x86: traps_xx: modify do_trapAlexander van Heukelum1-28/+28
2008-07-09x86: traps_xx: modify __dieAlexander van Heukelum1-2/+2
2008-07-09x86: traps_xx: shuffle headers and globalsAlexander van Heukelum1-31/+30
2008-07-09x86: initial changes to unify traps_32.c and traps_64.cAlexander van Heukelum1-157/+152
2008-07-08Merge branch 'x86/nmi' into x86/develIngo Molnar1-1/+27
2008-05-25x86: move do_nmi(), stop_nmi() and restart_nmi() to traps_64.cCyrill Gorcunov1-0/+24
2008-05-25x86: nmi - die_nmi() output message unificationCyrill Gorcunov1-1/+3
2008-05-25x86: eliminate dead code in x86_64 entry.SJan Beulich1-3/+0
2008-04-19x86, fpu: lazy allocation of FPU area - v5Suresh Siddha1-3/+16
2008-04-19x86, fpu: split FPU state from task struct - v5Suresh Siddha1-1/+5
2008-04-19ftrace: add notrace annotations for NMI routinesSteven Rostedt1-5/+6
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdbLinus Torvalds1-1/+8
2008-04-17kgdb: fix several kgdb regressionsJason Wessel1-1/+6
2008-04-17kgdb: fix NMI hangsJason Wessel1-0/+2
2008-04-17x86: wipe get_nmi_reason out of nmi_64.hGlauber de Oliveira Costa1-0/+2
2008-02-14x86: fix "BUG: sleeping function called from invalid context" in print_vma_addr()Ingo Molnar1-2/+2
2008-01-30x86: use KSYM_NAME_LENCyrill Gorcunov1-1/+1
2008-01-30x86: make printk_address available on X86_32Harvey Harrison1-7/+4
2008-01-30x86: remove unneded castsJan Engelhardt1-1/+1
2008-01-30x86: print which shared library/executable faulted in segfault etc. messages v3Andi Kleen1-4/+10
2008-01-30x86: make printk_address regs->ip always reliableArjan van de Ven1-1/+1
2008-01-30x86: add the "print code before the trapping instruction" feature to 64 bitArjan van de Ven1-11/+33
2008-01-30x86: use the stack frames to get exact stack-traces for CONFIG_FRAMEPOINTER on x86-64Arjan van de Ven1-23/+44
2008-01-30x86: turn 64 bit x86 HANDLE_STACK into print_context_stack like 32 bit hasArjan van de Ven1-29/+45
2008-01-30x86: add the capability to print fuzzy backtracesArjan van de Ven1-16/+23
2008-01-30x86: use fixup_exception() in traps_64.cHarvey Harrison1-32/+15
2008-01-30x86: get rid of _MASK flagsGlauber de Oliveira Costa1-1/+1
2008-01-30x86-64: honor notify_die() returning NOTIFY_STOPJan Beulich1-8/+15
2008-01-30x86: export math_state_restoreGlauber de Oliveira Costa1-0/+1
2008-01-30x86: use generic register name in the thread and tss structuresH. Peter Anvin1-2/+2
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin1-42/+42
2008-01-30x86: debugctlmsr arch_has_block_stepRoland McGrath1-0/+6
2008-01-30x86 single_step: TIF_FORCED_TFRoland McGrath1-18/+5
2008-01-30x86: nuke a ton of unused exportsThomas Gleixner1-8/+0
2008-01-16lockdep: more hardirq annotations for notify_die()Peter Zijlstra1-0/+1
2007-11-26lockdep: annotate do_debug() trap handlerPeter Zijlstra1-0/+2
2007-11-26x86: printk kernel version in WARN_ON and other dump_stack usersArjan van de Ven1-0/+7
2007-10-25lockdep: fixup irq tracingPeter Zijlstra1-0/+2
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-10-20spelling fixes: arch/x86_64/Simon Arlott1-1/+1
2007-10-19x86: use raw locks during oopsesAndi Kleen1-9/+7
2007-10-17x86: constify stacktrace_opsJan Beulich1-2/+2