aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/traps.c
Commit message (Expand)AuthorAge
* Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-30
|\
| * x86: Use a read-only IDT alias on all CPUsKees Cook2013-04-11
* | context_tracking: Restore correct previous context state on exception exitFrederic Weisbecker2013-03-07
* | context_tracking: Move exception handling to generic codeFrederic Weisbecker2013-03-07
|/
* x86, 64bit: Use a #PF handler to materialize early mappings on demandH. Peter Anvin2013-01-29
* Merge branch 'x86/nuke386' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-12-19
|\
| * x86, 386 removal: Remove support for IRQ 13 FPU error reportingH. Peter Anvin2012-12-17
* | context_tracking: New context tracking susbsystemFrederic Weisbecker2012-11-30
|/
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-01
|\
| * x86, fpu: decouple non-lazy/eager fpu restore from xsaveSuresh Siddha2012-09-18
| * x86, fpu: use non-lazy fpu restore for processors supporting xsaveSuresh Siddha2012-09-18
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-01
|\ \
| * | x86: Unspaghettize do_trap()Frederic Weisbecker2012-09-26
| |/
* | x86: Exception hooks for userspace RCU extended QSFrederic Weisbecker2012-09-26
* | x86: Unspaghettize do_general_protection()Frederic Weisbecker2012-09-26
|/
* x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches2012-06-06
* ftrace: Synchronize variable setting with breakpointsSteven Rostedt2012-05-31
* Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2012-05-23
|\
| * MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker2012-05-17
* | ftrace/x86: Have arch x86_64 use breakpoints instead of stop machineSteven Rostedt2012-04-27
|/
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-29
|\
| * x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju2012-03-13
| * x86: Use enum instead of literals for trap valuesKees Cook2012-03-09
* | Disintegrate asm/system.h for X86David Howells2012-03-28
* | i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds2012-02-21
|/
* i387: use 'restore_fpu_checking()' directly in task switching codeLinus Torvalds2012-02-20
* i387: re-introduce FPU state preloading at context switch timeLinus Torvalds2012-02-18
* i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds2012-02-18
* i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds2012-02-16
* i387: do not preload FPU state at task switch timeLinus Torvalds2012-02-16
* i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds2012-02-16
* i387: fix x86-64 preemption-unsafe user stack save/restoreLinus Torvalds2012-02-16
* i387: make irq_fpu_usable() tests more robustLinus Torvalds2012-02-13
* i387: math_state_restore() isn't called from asmLinus Torvalds2012-02-13
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-15
|\
| * x86: Add counter when debug stack is used with interrupts enabledSteven Rostedt2011-12-21
| * x86: Keep current stack in NMI breakpointsSteven Rostedt2011-12-21
* | x86: Clean up and extend do_int3()Srikar Dronamraju2011-12-06
|/
* x86, nmi: Split out nmi from traps.cDon Zickus2011-10-10
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-08-12
|\
| * x86-64: Rework vsyscall emulation and add vsyscall= parameterAndy Lutomirski2011-08-10
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-26
|/
* x86-64: Emulate legacy vsyscallsAndy Lutomirski2011-06-07
* x86, NMI: Clean-up default_do_nmi()Don Zickus2011-01-07
* x86, NMI: Allow NMI reason io port (0x61) to be processed on any CPUDon Zickus2011-01-07
* x86, NMI: Remove DIE_NMI_IPIDon Zickus2011-01-07
* x86, NMI: Add NMI symbol constants and rename memory parity to PCI SERRHuang Ying2011-01-07
* x86, NMI: Add touch_nmi_watchdog to io_check_error delayHuang Ying2011-01-05
* x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctlsDon Zickus2010-12-09
* x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdogDon Zickus2010-11-18