aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/traps_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-13traps: x86: finalize unification of traps.cAlexander van Heukelum1-1070/+0
2008-10-13traps: x86: make traps_32.c and traps_64.c equalAlexander van Heukelum1-1/+367
2008-10-13traps: x86: various noop-changes preparing for unification of traps_xx.cAlexander van Heukelum1-23/+42
2008-10-13traps: x86_64: use task_pid_nr(tsk) instead of tsk->pid in do_general_protectionAlexander van Heukelum1-1/+1
2008-10-13traps: x86_64: make io_check_error equal to the one on i386Alexander van Heukelum1-2/+8
2008-10-13traps: x86_64: make math_state_restore more like i386Alexander van Heukelum1-7/+8
2008-10-13traps: x86: converge trap_init functionsAlexander van Heukelum1-3/+3
2008-10-13x86, traps: converge do_debug handlersAlexander van Heukelum1-8/+9
2008-10-13x86, traps: introduce dotraplinkageAlexander van Heukelum1-12/+19
2008-10-13x86, traps: split out math_error and simd_math_errorAlexander van Heukelum1-15/+21
2008-10-13x86_64: split out dumpstack code from traps_64.cAlexander van Heukelum1-545/+0
2008-10-13x86: __show_registers() and __show_regs() API unificationPekka Enberg1-1/+1
2008-10-13traps: i386: make do_trap more like x86_64Alexander van Heukelum1-1/+1
2008-10-13traps: x86_64: remove trace_hardirqs_fixup from debug handlerAlexander van Heukelum1-2/+0
2008-10-13traps: x86_64: remove trace_hardirqs_fixup from int3 handlerAlexander van Heukelum1-2/+0
2008-10-13traps: x86_64: remove trace_hardirqs_fixup from DO_ERROR_INFO macroAlexander van Heukelum1-1/+0
2008-10-12Merge branch 'x86/urgent' into core/signalIngo Molnar1-3/+2
2008-10-11Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-DIngo Molnar1-5/+1
2008-10-06Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/exports', 'x86/fpu', 'x86/gart', 'x86/idle', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/oprofile', 'x86/paravirt', 'x86/reboot', 'x86/sparse-fixes', 'x86/tsc', ...Ingo Molnar1-30/+36
2008-09-23signals: demultiplexing SIGTRAP signalSrinivasa Ds1-1/+1
2008-09-22Merge commit 'v2.6.27-rc7' into x86/debugIngo Molnar1-1/+8
2008-09-06Merge branch 'x86/cleanups' into x86/signalIngo Molnar1-27/+34
2008-09-05Merge branch 'x86/cpu' into x86/coreIngo Molnar1-3/+2
2008-09-04Merge branch 'x86/debug' into x86/cpuIngo Molnar1-3/+2
2008-08-20Merge branch 'linus' into x86/cleanupsIngo Molnar1-1/+8
2008-08-15x86: coding style fixes to arch/x86/kernel/traps_64.cGustavo F. Padovan1-6/+8
2008-08-15x86_64: remove empty lines from stack traces/oopsesAlexey Dobriyan1-3/+2
2008-07-31x86: coding style fixes to arch/x86/kernel/traps_64.cGustavo F. Padovan1-27/+32
2008-07-30x86, xsave: context switch support using xsave/xrstorSuresh Siddha1-1/+1
2008-07-30x86, xsave: enable xsave/xrstor on cpus with xsave supportSuresh Siddha1-4/+0
2008-07-26x64, fpu: fix possible FPU leakage in error conditionsSuresh Siddha1-1/+8
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