aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* i387: re-introduce FPU state preloading at context switch timeLinus Torvalds2012-02-291-23/+32
* i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds2012-02-291-6/+5
* i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds2012-02-291-0/+14
* i387: do not preload FPU state at task switch timeLinus Torvalds2012-02-291-24/+11
* i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds2012-02-291-1/+1
* i387: fix x86-64 preemption-unsafe user stack save/restoreLinus Torvalds2012-02-291-1/+0
* i387: make irq_fpu_usable() tests more robustLinus Torvalds2012-02-291-0/+1
* i387: math_state_restore() isn't called from asmLinus Torvalds2012-02-291-3/+3
* x86, NMI: Clean-up default_do_nmi()Don Zickus2011-01-071-16/+14
* x86, NMI: Allow NMI reason io port (0x61) to be processed on any CPUDon Zickus2011-01-071-6/+10
* x86, NMI: Remove DIE_NMI_IPIDon Zickus2011-01-071-11/+8
* x86, NMI: Add NMI symbol constants and rename memory parity to PCI SERRHuang Ying2011-01-071-25/+26
* x86, NMI: Add touch_nmi_watchdog to io_check_error delayHuang Ying2011-01-051-3/+5
* x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctlsDon Zickus2010-12-101-5/+11
* x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdogDon Zickus2010-11-181-2/+0
* x86, nmi_watchdog: Remove the old nmi_watchdogDon Zickus2010-11-181-9/+0
*-. Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linu...Linus Torvalds2010-10-231-0/+1
|\ \
| | * x86, vm86: Fix preemption bug for int1 debug and int3 breakpoint handlers.Bart Oldeman2010-09-231-0/+1
| |/
* | x86-32, fpu: Remove math_emulate stubBrian Gerst2010-09-091-17/+6
* | x86, fpu: Merge fpu_init()Brian Gerst2010-09-091-12/+0
|/
* Merge branch 'perf/nmi' into perf/coreIngo Molnar2010-08-051-0/+7
|\
| * lockup_detector: Combine nmi_watchdog and softlockup detectorDon Zickus2010-05-121-2/+2
| * nmi_watchdog: Clean up various small detailsDon Zickus2010-02-251-3/+3
| * nmi_watchdog: Config option to enable new nmi_watchdogDon Zickus2010-02-081-0/+2
| * x86: Move notify_die from nmi.c to traps.cDon Zickus2010-02-081-0/+5
* | x86: Send a SIGTRAP for user icebp trapsFrederic Weisbecker2010-06-301-1/+10
* | x86, kgdb: early trap init for early debugJan Kiszka2010-05-201-4/+10
* | x86,kgdb: Add low level debug hookJason Wessel2010-05-201-0/+6
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-05-181-125/+48
|\ \
| * | x86-32: Don't set ignore_fpu_irq in simd exceptionBrian Gerst2010-05-031-4/+0
| * | x86: Merge kernel_math_error() into math_error()Brian Gerst2010-05-031-28/+16
| * | x86: Merge simd_math_error() into math_error()Brian Gerst2010-05-031-68/+32
| * | x86-32: Rework cache flush denied handlerBrian Gerst2010-05-031-28/+3
| |/
* | x86, ptrace: Fix block-stepPeter Zijlstra2010-03-261-0/+5
* | x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra2010-03-261-5/+0
|/
* x86/debug: Clear reserved bits of DR6 in do_debug()K.Prasad2010-01-291-0/+3
* Merge commit 'perf/core' into perf/hw-breakpointFrederic Weisbecker2009-10-181-9/+4
|\
| * Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-09-261-4/+2
| |\
| | * Merge branch 'x86/asm' into x86/urgentIngo Molnar2009-09-251-4/+2
| | |\
| | | * x86: Use section .data.page_aligned for the idt_table.Tim Abbott2009-09-181-4/+2
| * | | headers: utsname.h reduxAlexey Dobriyan2009-09-231-1/+0
| |/ /
| * | includecheck fix: x86, traps.cJaswinder Singh Rajput2009-09-201-1/+0
| * | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-181-3/+2
| |\ \ | | |/ | |/|
| | * x86: Move traps_init to x86_init_opsThomas Gleixner2009-08-311-3/+2
* | | Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar2009-09-151-31/+23
|\ \ \ | |/ /
| * | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-141-10/+23
| |\ \
| | * | x86: split out core __math_state_restoreJeremy Fitzhardinge2009-06-171-10/+23
| * | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-141-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | x86: Clean up idt_descr and idt_tableby using NR_VECTORS instead of hardcoded...Cyrill Gorcunov2009-07-101-1/+1
| * | | x86: Remove unused patch_espfix_desc()Akinobu Mita2009-07-191-21/+0
| |/ /