summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/traps_64.c
Commit message (Expand)AuthorAgeFilesLines
* traps: x86: finalize unification of traps.cAlexander van Heukelum2008-10-131-1070/+0
* traps: x86: make traps_32.c and traps_64.c equalAlexander van Heukelum2008-10-131-1/+367
* traps: x86: various noop-changes preparing for unification of traps_xx.cAlexander van Heukelum2008-10-131-23/+42
* traps: x86_64: use task_pid_nr(tsk) instead of tsk->pid in do_general_protectionAlexander van Heukelum2008-10-131-1/+1
* traps: x86_64: make io_check_error equal to the one on i386Alexander van Heukelum2008-10-131-2/+8
* traps: x86_64: make math_state_restore more like i386Alexander van Heukelum2008-10-131-7/+8
* traps: x86: converge trap_init functionsAlexander van Heukelum2008-10-131-3/+3
* x86, traps: converge do_debug handlersAlexander van Heukelum2008-10-131-8/+9
* x86, traps: introduce dotraplinkageAlexander van Heukelum2008-10-131-12/+19
* x86, traps: split out math_error and simd_math_errorAlexander van Heukelum2008-10-131-15/+21
* x86_64: split out dumpstack code from traps_64.cAlexander van Heukelum2008-10-131-545/+0
* x86: __show_registers() and __show_regs() API unificationPekka Enberg2008-10-131-1/+1
* traps: i386: make do_trap more like x86_64Alexander van Heukelum2008-10-131-1/+1
* traps: x86_64: remove trace_hardirqs_fixup from debug handlerAlexander van Heukelum2008-10-131-2/+0
* traps: x86_64: remove trace_hardirqs_fixup from int3 handlerAlexander van Heukelum2008-10-131-2/+0
* traps: x86_64: remove trace_hardirqs_fixup from DO_ERROR_INFO macroAlexander van Heukelum2008-10-131-1/+0
* Merge branch 'x86/urgent' into core/signalIngo Molnar2008-10-121-3/+2
|\
| * Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-DIngo Molnar2008-10-111-5/+1
| |\
| | * Merge branch 'x86/cpu' into x86/coreIngo Molnar2008-09-051-3/+2
| | |\
| | | * Merge branch 'x86/debug' into x86/cpuIngo Molnar2008-09-041-3/+2
| | | |\
| | | | \
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/cr...Ingo Molnar2008-10-061-30/+36
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | | | * | | Merge commit 'v2.6.27-rc7' into x86/debugIngo Molnar2008-09-221-1/+8
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | / | | | | | |/ | | | | |/|
| | | | * | x86_64: remove empty lines from stack traces/oopsesAlexey Dobriyan2008-08-151-3/+2
| | | |/ / | | |/| |
* | | | | signals: demultiplexing SIGTRAP signalSrinivasa Ds2008-09-231-1/+1
* | | | | Merge branch 'x86/cleanups' into x86/signalIngo Molnar2008-09-061-27/+34
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | Merge branch 'linus' into x86/cleanupsIngo Molnar2008-08-201-1/+8
| |\ \ \ | | |/ /
| * | | x86: coding style fixes to arch/x86/kernel/traps_64.cGustavo F. Padovan2008-08-151-6/+8
| * | | x86: coding style fixes to arch/x86/kernel/traps_64.cGustavo F. Padovan2008-07-311-27/+32
| | |/ | |/|
* | | x86, xsave: context switch support using xsave/xrstorSuresh Siddha2008-07-301-1/+1
* | | x86, xsave: enable xsave/xrstor on cpus with xsave supportSuresh Siddha2008-07-301-4/+0
| |/ |/|
* | x64, fpu: fix possible FPU leakage in error conditionsSuresh Siddha2008-07-261-1/+8
|/
* x86: introducing asm-x86/traps.hJaswinder Singh2008-07-181-21/+1
* x86: traps_xx: modify x86_64 to use _log_lvl variantsAlexander van Heukelum2008-07-181-8/+16
* x86: traps_xx: refactor die() like in x86_64Alexander van Heukelum2008-07-181-1/+1
* Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-07-141-247/+269
|\
| * x86: traps_xx: various small changesAlexander van Heukelum2008-07-091-9/+11
| * x86: traps_xx: modify default_do_nmiAlexander van Heukelum2008-07-091-1/+1
| * x86: traps_xx: restructure do_general_protection()Alexander van Heukelum2008-07-091-19/+22
| * x86: traps_xx: modify do_trapAlexander van Heukelum2008-07-091-28/+28
| * x86: traps_xx: modify __dieAlexander van Heukelum2008-07-091-2/+2
| * x86: traps_xx: shuffle headers and globalsAlexander van Heukelum2008-07-091-31/+30
| * x86: initial changes to unify traps_32.c and traps_64.cAlexander van Heukelum2008-07-091-157/+152
| * Merge branch 'x86/nmi' into x86/develIngo Molnar2008-07-081-1/+27
| |\
| | * x86: move do_nmi(), stop_nmi() and restart_nmi() to traps_64.cCyrill Gorcunov2008-05-251-0/+24
| | * x86: nmi - die_nmi() output message unificationCyrill Gorcunov2008-05-251-1/+3
| * | x86: eliminate dead code in x86_64 entry.SJan Beulich2008-05-251-3/+0
| |/
* | Start using the new '%pS' infrastructure to print symbolsLinus Torvalds2008-07-141-24/+1
|/
* x86, fpu: lazy allocation of FPU area - v5Suresh Siddha2008-04-191-3/+16
* x86, fpu: split FPU state from task struct - v5Suresh Siddha2008-04-191-1/+5
* ftrace: add notrace annotations for NMI routinesSteven Rostedt2008-04-191-5/+6
OpenPOWER on IntegriCloud