summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ /
* | | Merge branch 'tracing/core' into tracing/hw-breakpointsIngo Molnar2009-09-071-2/+4
|\ \ \ | |/ /
| * | x86: Add sysctl to allow panic on IOCK NMI errorKurt Garloff2009-06-251-0/+3
| * | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-06-201-2/+1
| |\ \ | | |/ | |/|
| | * x86, mce: unify mce.hHidetoshi Seto2009-06-161-2/+1
* | | Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar2009-06-171-16/+15
|\ \ \ | |/ /
| * | Merge commit 'linus/master' into HEADVegard Nossum2009-06-151-3/+3
| |\ \ | | |/
| | * Merge branch 'linus' into x86/mce3Ingo Molnar2009-06-111-10/+7
| | |\
| | * \ Merge branch 'irq/numa' into x86/mce3H. Peter Anvin2009-06-011-4/+1
| | |\ \
| | * | | x86, mce: enable MCE_INTEL for 32bit new MCEAndi Kleen2009-05-281-1/+1
| | * | | x86, mce: use 64bit machine check code on 32bitAndi Kleen2009-05-281-2/+2
| * | | | x86: add hooks for kmemcheckVegard Nossum2009-06-151-0/+5
| | |_|/ | |/| |
| * | | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-111-4/+1
| |\ \ \
| | * \ \ Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-101-4/+1
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | x86_32: introduce restore_fpu_checking()Jiri Slaby2009-04-081-4/+1
| | | |/
| | * | x86: define IA32_SYSCALL_VECTOR on 32-bit to reduce ifdefsPekka Enberg2009-04-101-4/+1
| | |/
| * | Merge branch 'linus' into perfcounters/core-v2Ingo Molnar2009-04-061-46/+0
| |\ \ | | |/
| * | Merge branch 'x86/core' into perfcounters/coreIngo Molnar2009-02-261-3/+3
| |\ \
| * \ \ Merge branch 'x86/apic' into perfcounters/coreIngo Molnar2009-02-171-1/+9
| |\ \ \
| * \ \ \ Merge branch 'x86/core' into perfcounters/coreIngo Molnar2009-02-131-5/+6
| |\ \ \ \
| * \ \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-02-131-6/+9
| |\ \ \ \ \
OpenPOWER on IntegriCloud