aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-20x86,kgdb: Add low level debug hookJason Wessel1-0/+6
2010-05-18Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-125/+48
2010-05-12lockup_detector: Combine nmi_watchdog and softlockup detectorDon Zickus1-2/+2
2010-05-03x86-32: Don't set ignore_fpu_irq in simd exceptionBrian Gerst1-4/+0
2010-05-03x86: Merge kernel_math_error() into math_error()Brian Gerst1-28/+16
2010-05-03x86: Merge simd_math_error() into math_error()Brian Gerst1-68/+32
2010-05-03x86-32: Rework cache flush denied handlerBrian Gerst1-28/+3
2010-03-26x86, ptrace: Fix block-stepPeter Zijlstra1-0/+5
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra1-5/+0
2010-02-25nmi_watchdog: Clean up various small detailsDon Zickus1-3/+3
2010-02-08nmi_watchdog: Config option to enable new nmi_watchdogDon Zickus1-0/+2
2010-02-08x86: Move notify_die from nmi.c to traps.cDon Zickus1-0/+5
2010-01-29x86/debug: Clear reserved bits of DR6 in do_debug()K.Prasad1-0/+3
2009-10-18Merge commit 'perf/core' into perf/hw-breakpointFrederic Weisbecker1-9/+4
2009-09-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+2
2009-09-25Merge branch 'x86/asm' into x86/urgentIngo Molnar1-4/+2
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-09-20includecheck fix: x86, traps.cJaswinder Singh Rajput1-1/+0
2009-09-18Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+2
2009-09-18x86: Use section .data.page_aligned for the idt_table.Tim Abbott1-4/+2
2009-09-15Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar1-31/+23
2009-09-14Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-10/+23
2009-09-14Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-09-07Merge branch 'tracing/core' into tracing/hw-breakpointsIngo Molnar1-2/+4
2009-08-31x86: Move traps_init to x86_init_opsThomas Gleixner1-3/+2
2009-07-19x86: Remove unused patch_espfix_desc()Akinobu Mita1-21/+0
2009-07-10x86: Clean up idt_descr and idt_tableby using NR_VECTORS instead of hardcoded numberCyrill Gorcunov1-1/+1
2009-06-25x86: Add sysctl to allow panic on IOCK NMI errorKurt Garloff1-0/+3
2009-06-20Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+1
2009-06-17x86: split out core __math_state_restoreJeremy Fitzhardinge1-10/+23
2009-06-17Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar1-16/+15
2009-06-16x86, mce: unify mce.hHidetoshi Seto1-2/+1
2009-06-15Merge commit 'linus/master' into HEADVegard Nossum1-3/+3
2009-06-15x86: add hooks for kmemcheckVegard Nossum1-0/+5
2009-06-11Merge branch 'linus' into x86/mce3Ingo Molnar1-10/+7
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar1-4/+1
2009-06-10Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+1
2009-06-02hw-breakpoints: reset bits in dr6 after the corresponding exception is handledK.Prasad1-2/+2
2009-06-02hw-breakpoints: modifying generic debug exception to use thread-specific debug registersK.Prasad1-45/+24
2009-06-01Merge branch 'irq/numa' into x86/mce3H. Peter Anvin1-4/+1
2009-05-28x86, mce: enable MCE_INTEL for 32bit new MCEAndi Kleen1-1/+1
2009-05-28x86, mce: use 64bit machine check code on 32bitAndi Kleen1-2/+2
2009-04-10x86: define IA32_SYSCALL_VECTOR on 32-bit to reduce ifdefsPekka Enberg1-4/+1
2009-04-08x86_32: introduce restore_fpu_checking()Jiri Slaby1-4/+1
2009-04-06Merge branch 'linus' into perfcounters/core-v2Ingo Molnar1-46/+0
2009-03-02x86-32: use non-lazy io bitmap context switchingJeremy Fitzhardinge1-46/+0
2009-02-26Merge branch 'x86/core' into perfcounters/coreIngo Molnar1-3/+3