aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-01Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+4
2012-10-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-31/+29
2012-09-26x86: Exception hooks for userspace RCU extended QSFrederic Weisbecker1-26/+55
2012-09-26x86: Unspaghettize do_general_protection()Frederic Weisbecker1-22/+16
2012-09-26x86: Unspaghettize do_trap()Frederic Weisbecker1-31/+29
2012-09-18x86, fpu: decouple non-lazy/eager fpu restore from xsaveSuresh Siddha1-1/+1
2012-09-18x86, fpu: use non-lazy fpu restore for processors supporting xsaveSuresh Siddha1-1/+4
2012-06-06x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches1-9/+10
2012-05-31ftrace: Synchronize variable setting with breakpointsSteven Rostedt1-2/+6
2012-05-23Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-4/+0
2012-05-17MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker1-4/+0
2012-04-27ftrace/x86: Have arch x86_64 use breakpoints instead of stop machineSteven Rostedt1-1/+7
2012-03-29Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-63/+70
2012-03-28Disintegrate asm/system.h for X86David Howells1-1/+0
2012-03-13x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju1-8/+8
2012-03-09x86: Use enum instead of literals for trap valuesKees Cook1-58/+65
2012-02-21i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds1-0/+1
2012-02-20i387: use 'restore_fpu_checking()' directly in task switching codeLinus Torvalds1-32/+8
2012-02-18i387: re-introduce FPU state preloading at context switch timeLinus Torvalds1-23/+32
2012-02-18i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds1-6/+5
2012-02-16i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds1-0/+14
2012-02-16i387: do not preload FPU state at task switch timeLinus Torvalds1-24/+11
2012-02-16i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds1-1/+1
2012-02-16i387: fix x86-64 preemption-unsafe user stack save/restoreLinus Torvalds1-1/+0
2012-02-13i387: make irq_fpu_usable() tests more robustLinus Torvalds1-0/+1
2012-02-13i387: math_state_restore() isn't called from asmLinus Torvalds1-3/+3
2012-01-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+20
2011-12-21x86: Add counter when debug stack is used with interrupts enabledSteven Rostedt1-0/+14
2011-12-21x86: Keep current stack in NMI breakpointsSteven Rostedt1-0/+6
2011-12-06x86: Clean up and extend do_int3()Srikar Dronamraju1-6/+1
2011-10-10x86, nmi: Split out nmi from traps.cDon Zickus1-155/+0
2011-08-12Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-tipLinus Torvalds1-6/+0
2011-08-10x86-64: Rework vsyscall emulation and add vsyscall= parameterAndy Lutomirski1-6/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-07x86-64: Emulate legacy vsyscallsAndy Lutomirski1-0/+6
2011-01-07x86, NMI: Clean-up default_do_nmi()Don Zickus1-16/+14
2011-01-07x86, NMI: Allow NMI reason io port (0x61) to be processed on any CPUDon Zickus1-6/+10
2011-01-07x86, NMI: Remove DIE_NMI_IPIDon Zickus1-11/+8
2011-01-07x86, NMI: Add NMI symbol constants and rename memory parity to PCI SERRHuang Ying1-25/+26
2011-01-05x86, NMI: Add touch_nmi_watchdog to io_check_error delayHuang Ying1-3/+5
2010-12-10x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctlsDon Zickus1-5/+11
2010-11-18x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdogDon Zickus1-2/+0
2010-11-18x86, nmi_watchdog: Remove the old nmi_watchdogDon Zickus1-9/+0
2010-10-23Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linus', 'x86-quirks-for-linus', 'x86-setup-for-linus', 'x86-uv-for-linus' and 'x86-vm86-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2010-09-23x86, vm86: Fix preemption bug for int1 debug and int3 breakpoint handlers.Bart Oldeman1-0/+1
2010-09-09x86-32, fpu: Remove math_emulate stubBrian Gerst1-17/+6
2010-09-09x86, fpu: Merge fpu_init()Brian Gerst1-12/+0
2010-08-05Merge branch 'perf/nmi' into perf/coreIngo Molnar1-0/+7
2010-06-30x86: Send a SIGTRAP for user icebp trapsFrederic Weisbecker1-1/+10
2010-05-20x86, kgdb: early trap init for early debugJan Kiszka1-4/+10