| Commit message (Expand) | Author | Age | Files | Lines |
* | i387: re-introduce FPU state preloading at context switch time | Linus Torvalds | 2012-02-18 | 1 | -23/+32 |
* | i387: move TS_USEDFPU flag from thread_info to task_struct | Linus Torvalds | 2012-02-18 | 1 | -6/+5 |
* | i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restore | Linus Torvalds | 2012-02-17 | 1 | -0/+14 |
* | i387: do not preload FPU state at task switch time | Linus Torvalds | 2012-02-17 | 1 | -24/+11 |
* | i387: don't ever touch TS_USEDFPU directly, use helper functions | Linus Torvalds | 2012-02-16 | 1 | -1/+1 |
* | i387: fix x86-64 preemption-unsafe user stack save/restore | Linus Torvalds | 2012-02-16 | 1 | -1/+0 |
* | i387: make irq_fpu_usable() tests more robust | Linus Torvalds | 2012-02-13 | 1 | -0/+1 |
* | i387: math_state_restore() isn't called from asm | Linus Torvalds | 2012-02-13 | 1 | -3/+3 |
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-01-15 | 1 | -0/+20 |
|\ |
|
| * | x86: Add counter when debug stack is used with interrupts enabled | Steven Rostedt | 2011-12-21 | 1 | -0/+14 |
| * | x86: Keep current stack in NMI breakpoints | Steven Rostedt | 2011-12-21 | 1 | -0/+6 |
* | | x86: Clean up and extend do_int3() | Srikar Dronamraju | 2011-12-06 | 1 | -6/+1 |
|/ |
|
* | x86, nmi: Split out nmi from traps.c | Don Zickus | 2011-10-10 | 1 | -155/+0 |
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-08-13 | 1 | -6/+0 |
|\ |
|
| * | x86-64: Rework vsyscall emulation and add vsyscall= parameter | Andy Lutomirski | 2011-08-11 | 1 | -6/+0 |
* | | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-27 | 1 | -1/+1 |
|/ |
|
* | x86-64: Emulate legacy vsyscalls | Andy Lutomirski | 2011-06-07 | 1 | -0/+6 |
* | x86, NMI: Clean-up default_do_nmi() | Don Zickus | 2011-01-07 | 1 | -16/+14 |
* | x86, NMI: Allow NMI reason io port (0x61) to be processed on any CPU | Don Zickus | 2011-01-07 | 1 | -6/+10 |
* | x86, NMI: Remove DIE_NMI_IPI | Don Zickus | 2011-01-07 | 1 | -11/+8 |
* | x86, NMI: Add NMI symbol constants and rename memory parity to PCI SERR | Huang Ying | 2011-01-07 | 1 | -25/+26 |
* | x86, NMI: Add touch_nmi_watchdog to io_check_error delay | Huang Ying | 2011-01-05 | 1 | -3/+5 |
* | x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctls | Don Zickus | 2010-12-10 | 1 | -5/+11 |
* | x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdog | Don Zickus | 2010-11-18 | 1 | -2/+0 |
* | x86, nmi_watchdog: Remove the old nmi_watchdog | Don Zickus | 2010-11-18 | 1 | -9/+0 |
*-. | Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linu... | Linus Torvalds | 2010-10-23 | 1 | -0/+1 |
|\ \ |
|
| | * | x86, vm86: Fix preemption bug for int1 debug and int3 breakpoint handlers. | Bart Oldeman | 2010-09-23 | 1 | -0/+1 |
| |/ |
|
* | | x86-32, fpu: Remove math_emulate stub | Brian Gerst | 2010-09-09 | 1 | -17/+6 |
* | | x86, fpu: Merge fpu_init() | Brian Gerst | 2010-09-09 | 1 | -12/+0 |
|/ |
|
* | Merge branch 'perf/nmi' into perf/core | Ingo Molnar | 2010-08-05 | 1 | -0/+7 |
|\ |
|
| * | lockup_detector: Combine nmi_watchdog and softlockup detector | Don Zickus | 2010-05-12 | 1 | -2/+2 |
| * | nmi_watchdog: Clean up various small details | Don Zickus | 2010-02-25 | 1 | -3/+3 |
| * | nmi_watchdog: Config option to enable new nmi_watchdog | Don Zickus | 2010-02-08 | 1 | -0/+2 |
| * | x86: Move notify_die from nmi.c to traps.c | Don Zickus | 2010-02-08 | 1 | -0/+5 |
* | | x86: Send a SIGTRAP for user icebp traps | Frederic Weisbecker | 2010-06-30 | 1 | -1/+10 |
* | | x86, kgdb: early trap init for early debug | Jan Kiszka | 2010-05-21 | 1 | -4/+10 |
* | | x86,kgdb: Add low level debug hook | Jason Wessel | 2010-05-21 | 1 | -0/+6 |
* | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-05-18 | 1 | -125/+48 |
|\ \ |
|
| * | | x86-32: Don't set ignore_fpu_irq in simd exception | Brian Gerst | 2010-05-03 | 1 | -4/+0 |
| * | | x86: Merge kernel_math_error() into math_error() | Brian Gerst | 2010-05-03 | 1 | -28/+16 |
| * | | x86: Merge simd_math_error() into math_error() | Brian Gerst | 2010-05-03 | 1 | -68/+32 |
| * | | x86-32: Rework cache flush denied handler | Brian Gerst | 2010-05-03 | 1 | -28/+3 |
| |/ |
|
* | | x86, ptrace: Fix block-step | Peter Zijlstra | 2010-03-26 | 1 | -0/+5 |
* | | x86, perf, bts, mm: Delete the never used BTS-ptrace code | Peter Zijlstra | 2010-03-26 | 1 | -5/+0 |
|/ |
|
* | x86/debug: Clear reserved bits of DR6 in do_debug() | K.Prasad | 2010-01-29 | 1 | -0/+3 |
* | Merge commit 'perf/core' into perf/hw-breakpoint | Frederic Weisbecker | 2009-10-18 | 1 | -9/+4 |
|\ |
|
| * | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-09-26 | 1 | -4/+2 |
| |\ |
|
| | * | Merge branch 'x86/asm' into x86/urgent | Ingo Molnar | 2009-09-25 | 1 | -4/+2 |
| | |\ |
|
| | | * | x86: Use section .data.page_aligned for the idt_table. | Tim Abbott | 2009-09-18 | 1 | -4/+2 |
| * | | | headers: utsname.h redux | Alexey Dobriyan | 2009-09-24 | 1 | -1/+0 |
| |/ / |
|