summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/traps.c
AgeCommit message (Expand)Author
2012-02-29Merge commit 'v3.2.8' into rt-3.2.7-rt13v3.2.8-rt13Clark Williams
2012-02-27i387: re-introduce FPU state preloading at context switch timeLinus Torvalds
2012-02-27i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds
2012-02-27i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds
2012-02-27i387: do not preload FPU state at task switch timeLinus Torvalds
2012-02-27i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds
2012-02-27i387: fix x86-64 preemption-unsafe user stack save/restoreLinus Torvalds
2012-02-27i387: make irq_fpu_usable() tests more robustLinus Torvalds
2012-02-27i387: math_state_restore() isn't called from asmLinus Torvalds
2012-02-15x86: Do not disable preemption in int3 on 32bitSteven Rostedt
2011-10-10x86, nmi: Split out nmi from traps.cDon Zickus
2011-08-12Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-08-10x86-64: Rework vsyscall emulation and add vsyscall= parameterAndy Lutomirski
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-06-07x86-64: Emulate legacy vsyscallsAndy Lutomirski
2011-01-07x86, NMI: Clean-up default_do_nmi()Don Zickus
2011-01-07x86, NMI: Allow NMI reason io port (0x61) to be processed on any CPUDon Zickus
2011-01-07x86, NMI: Remove DIE_NMI_IPIDon Zickus
2011-01-07x86, NMI: Add NMI symbol constants and rename memory parity to PCI SERRHuang Ying
2011-01-05x86, NMI: Add touch_nmi_watchdog to io_check_error delayHuang Ying
2010-12-10x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctlsDon Zickus
2010-11-18x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdogDon Zickus
2010-11-18x86, nmi_watchdog: Remove the old nmi_watchdogDon Zickus
2010-10-23Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linu...Linus Torvalds
2010-09-23x86, vm86: Fix preemption bug for int1 debug and int3 breakpoint handlers.Bart Oldeman
2010-09-09x86-32, fpu: Remove math_emulate stubBrian Gerst
2010-09-09x86, fpu: Merge fpu_init()Brian Gerst
2010-08-05Merge branch 'perf/nmi' into perf/coreIngo Molnar
2010-06-30x86: Send a SIGTRAP for user icebp trapsFrederic Weisbecker
2010-05-20x86, kgdb: early trap init for early debugJan Kiszka
2010-05-20x86,kgdb: Add low level debug hookJason Wessel
2010-05-18Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-05-12lockup_detector: Combine nmi_watchdog and softlockup detectorDon Zickus
2010-05-03x86-32: Don't set ignore_fpu_irq in simd exceptionBrian Gerst
2010-05-03x86: Merge kernel_math_error() into math_error()Brian Gerst
2010-05-03x86: Merge simd_math_error() into math_error()Brian Gerst
2010-05-03x86-32: Rework cache flush denied handlerBrian Gerst
2010-03-26x86, ptrace: Fix block-stepPeter Zijlstra
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra
2010-02-25nmi_watchdog: Clean up various small detailsDon Zickus
2010-02-08nmi_watchdog: Config option to enable new nmi_watchdogDon Zickus
2010-02-08x86: Move notify_die from nmi.c to traps.cDon Zickus
2010-01-29x86/debug: Clear reserved bits of DR6 in do_debug()K.Prasad
2009-10-18Merge commit 'perf/core' into perf/hw-breakpointFrederic Weisbecker
2009-09-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-09-25Merge branch 'x86/asm' into x86/urgentIngo Molnar
2009-09-23headers: utsname.h reduxAlexey Dobriyan
2009-09-20includecheck fix: x86, traps.cJaswinder Singh Rajput
2009-09-18Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-09-18x86: Use section .data.page_aligned for the idt_table.Tim Abbott