| Commit message (Expand) | Author | Age | Files | Lines |
* | traps: x86: finalize unification of traps.c | Alexander van Heukelum | 2008-10-13 | 1 | -1070/+0 |
* | traps: x86: make traps_32.c and traps_64.c equal | Alexander van Heukelum | 2008-10-13 | 1 | -1/+367 |
* | traps: x86: various noop-changes preparing for unification of traps_xx.c | Alexander van Heukelum | 2008-10-13 | 1 | -23/+42 |
* | traps: x86_64: use task_pid_nr(tsk) instead of tsk->pid in do_general_protection | Alexander van Heukelum | 2008-10-13 | 1 | -1/+1 |
* | traps: x86_64: make io_check_error equal to the one on i386 | Alexander van Heukelum | 2008-10-13 | 1 | -2/+8 |
* | traps: x86_64: make math_state_restore more like i386 | Alexander van Heukelum | 2008-10-13 | 1 | -7/+8 |
* | traps: x86: converge trap_init functions | Alexander van Heukelum | 2008-10-13 | 1 | -3/+3 |
* | x86, traps: converge do_debug handlers | Alexander van Heukelum | 2008-10-13 | 1 | -8/+9 |
* | x86, traps: introduce dotraplinkage | Alexander van Heukelum | 2008-10-13 | 1 | -12/+19 |
* | x86, traps: split out math_error and simd_math_error | Alexander van Heukelum | 2008-10-13 | 1 | -15/+21 |
* | x86_64: split out dumpstack code from traps_64.c | Alexander van Heukelum | 2008-10-13 | 1 | -545/+0 |
* | x86: __show_registers() and __show_regs() API unification | Pekka Enberg | 2008-10-13 | 1 | -1/+1 |
* | traps: i386: make do_trap more like x86_64 | Alexander van Heukelum | 2008-10-13 | 1 | -1/+1 |
* | traps: x86_64: remove trace_hardirqs_fixup from debug handler | Alexander van Heukelum | 2008-10-13 | 1 | -2/+0 |
* | traps: x86_64: remove trace_hardirqs_fixup from int3 handler | Alexander van Heukelum | 2008-10-13 | 1 | -2/+0 |
* | traps: x86_64: remove trace_hardirqs_fixup from DO_ERROR_INFO macro | Alexander van Heukelum | 2008-10-13 | 1 | -1/+0 |
* | Merge branch 'x86/urgent' into core/signal | Ingo Molnar | 2008-10-12 | 1 | -3/+2 |
|\ |
|
| * | Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-D | Ingo Molnar | 2008-10-11 | 1 | -5/+1 |
| |\ |
|
| | * | Merge branch 'x86/cpu' into x86/core | Ingo Molnar | 2008-09-05 | 1 | -3/+2 |
| | |\ |
|
| | | * | Merge branch 'x86/debug' into x86/cpu | Ingo Molnar | 2008-09-04 | 1 | -3/+2 |
| | | |\ |
|
| | | | \ | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| *---. \ \ \ | Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/cr... | Ingo Molnar | 2008-10-06 | 1 | -30/+36 |
| |\ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | | |
|
| | | | * | | | Merge commit 'v2.6.27-rc7' into x86/debug | Ingo Molnar | 2008-09-22 | 1 | -1/+8 |
| | | | |\ \ \
| | |_|_|/ / /
| |/| | | | /
| | | | | |/
| | | | |/| |
|
| | | | * | | x86_64: remove empty lines from stack traces/oopses | Alexey Dobriyan | 2008-08-15 | 1 | -3/+2 |
| | | |/ /
| | |/| | |
|
* | | | | | signals: demultiplexing SIGTRAP signal | Srinivasa Ds | 2008-09-23 | 1 | -1/+1 |
* | | | | | Merge branch 'x86/cleanups' into x86/signal | Ingo Molnar | 2008-09-06 | 1 | -27/+34 |
|\ \ \ \ \
| | |_|/ /
| |/| | /
| |_|_|/
|/| | | |
|
| * | | | Merge branch 'linus' into x86/cleanups | Ingo Molnar | 2008-08-20 | 1 | -1/+8 |
| |\ \ \
| | |/ / |
|
| * | | | x86: coding style fixes to arch/x86/kernel/traps_64.c | Gustavo F. Padovan | 2008-08-15 | 1 | -6/+8 |
| * | | | x86: coding style fixes to arch/x86/kernel/traps_64.c | Gustavo F. Padovan | 2008-07-31 | 1 | -27/+32 |
| | |/
| |/| |
|
* | | | x86, xsave: context switch support using xsave/xrstor | Suresh Siddha | 2008-07-30 | 1 | -1/+1 |
* | | | x86, xsave: enable xsave/xrstor on cpus with xsave support | Suresh Siddha | 2008-07-30 | 1 | -4/+0 |
| |/
|/| |
|
* | | x64, fpu: fix possible FPU leakage in error conditions | Suresh Siddha | 2008-07-26 | 1 | -1/+8 |
|/ |
|
* | x86: introducing asm-x86/traps.h | Jaswinder Singh | 2008-07-18 | 1 | -21/+1 |
* | x86: traps_xx: modify x86_64 to use _log_lvl variants | Alexander van Heukelum | 2008-07-18 | 1 | -8/+16 |
* | x86: traps_xx: refactor die() like in x86_64 | Alexander van Heukelum | 2008-07-18 | 1 | -1/+1 |
* | Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2008-07-14 | 1 | -247/+269 |
|\ |
|
| * | x86: traps_xx: various small changes | Alexander van Heukelum | 2008-07-09 | 1 | -9/+11 |
| * | x86: traps_xx: modify default_do_nmi | Alexander van Heukelum | 2008-07-09 | 1 | -1/+1 |
| * | x86: traps_xx: restructure do_general_protection() | Alexander van Heukelum | 2008-07-09 | 1 | -19/+22 |
| * | x86: traps_xx: modify do_trap | Alexander van Heukelum | 2008-07-09 | 1 | -28/+28 |
| * | x86: traps_xx: modify __die | Alexander van Heukelum | 2008-07-09 | 1 | -2/+2 |
| * | x86: traps_xx: shuffle headers and globals | Alexander van Heukelum | 2008-07-09 | 1 | -31/+30 |
| * | x86: initial changes to unify traps_32.c and traps_64.c | Alexander van Heukelum | 2008-07-09 | 1 | -157/+152 |
| * | Merge branch 'x86/nmi' into x86/devel | Ingo Molnar | 2008-07-08 | 1 | -1/+27 |
| |\ |
|
| | * | x86: move do_nmi(), stop_nmi() and restart_nmi() to traps_64.c | Cyrill Gorcunov | 2008-05-25 | 1 | -0/+24 |
| | * | x86: nmi - die_nmi() output message unification | Cyrill Gorcunov | 2008-05-25 | 1 | -1/+3 |
| * | | x86: eliminate dead code in x86_64 entry.S | Jan Beulich | 2008-05-25 | 1 | -3/+0 |
| |/ |
|
* | | Start using the new '%pS' infrastructure to print symbols | Linus Torvalds | 2008-07-14 | 1 | -24/+1 |
|/ |
|
* | x86, fpu: lazy allocation of FPU area - v5 | Suresh Siddha | 2008-04-19 | 1 | -3/+16 |
* | x86, fpu: split FPU state from task struct - v5 | Suresh Siddha | 2008-04-19 | 1 | -1/+5 |
* | ftrace: add notrace annotations for NMI routines | Steven Rostedt | 2008-04-19 | 1 | -5/+6 |