Commit Graph

87 Commits (ce6ada35bdf710d16582cc4869c26722547e6f11)

Author SHA1 Message Date
Bart Oldeman 6554287b1d x86, vm86: Fix preemption bug for int1 debug and int3 breakpoint handlers. 15 years ago
Brian Gerst a334fe43d8 x86-32, fpu: Remove math_emulate stub 15 years ago
Brian Gerst 6ac8bac268 x86, fpu: Merge fpu_init() 15 years ago
Frederic Weisbecker a1e80fafc9 x86: Send a SIGTRAP for user icebp traps 15 years ago
Jan Kiszka 29c843912a x86, kgdb: early trap init for early debug 15 years ago
Jason Wessel f503b5ae53 x86,kgdb: Add low level debug hook 15 years ago
Don Zickus 58687acba5 lockup_detector: Combine nmi_watchdog and softlockup detector 15 years ago
Brian Gerst 250825008f x86-32: Don't set ignore_fpu_irq in simd exception 15 years ago
Brian Gerst e2e75c915d x86: Merge kernel_math_error() into math_error() 15 years ago
Brian Gerst 9b6dba9e07 x86: Merge simd_math_error() into math_error() 15 years ago
Brian Gerst 40d2e76315 x86-32: Rework cache flush denied handler 15 years ago
Peter Zijlstra ea8e61b7bb x86, ptrace: Fix block-step 15 years ago
Peter Zijlstra faa4602e47 x86, perf, bts, mm: Delete the never used BTS-ptrace code 15 years ago
Don Zickus 47195d5763 nmi_watchdog: Clean up various small details 15 years ago
Don Zickus 84e478c6f1 nmi_watchdog: Config option to enable new nmi_watchdog 15 years ago
Don Zickus e40b17208b x86: Move notify_die from nmi.c to traps.c 15 years ago
K.Prasad 40f9249a73 x86/debug: Clear reserved bits of DR6 in do_debug() 15 years ago
Alexey Dobriyan 2bcd57ab61 headers: utsname.h redux 16 years ago
Jaswinder Singh Rajput 144374dcc3 includecheck fix: x86, traps.c 16 years ago
Tim Abbott 07e81d6160 x86: Use section .data.page_aligned for the idt_table. 16 years ago
Thomas Gleixner 428cf9025b x86: Move traps_init to x86_init_ops 16 years ago
Akinobu Mita fde0312d01 x86: Remove unused patch_espfix_desc() 16 years ago
Cyrill Gorcunov 9ff8094299 x86: Clean up idt_descr and idt_tableby using NR_VECTORS instead of hardcoded number 16 years ago
Kurt Garloff 5211a242d0 x86: Add sysctl to allow panic on IOCK NMI error 16 years ago
Jeremy Fitzhardinge e6e9cac8c3 x86: split out core __math_state_restore 16 years ago
Hidetoshi Seto 9e55e44e39 x86, mce: unify mce.h 16 years ago
Vegard Nossum f85612967c x86: add hooks for kmemcheck 16 years ago
K.Prasad 62edab9056 hw-breakpoints: reset bits in dr6 after the corresponding exception is handled 16 years ago
K.Prasad 08d68323d1 hw-breakpoints: modifying generic debug exception to use thread-specific debug registers 16 years ago
Andi Kleen 7856f6cce4 x86, mce: enable MCE_INTEL for 32bit new MCE 16 years ago
Andi Kleen 4efc0670ba x86, mce: use 64bit machine check code on 32bit 16 years ago
Pekka Enberg ac3048dfd4 x86: define IA32_SYSCALL_VECTOR on 32-bit to reduce ifdefs 16 years ago
Jiri Slaby fcb2ac5bdf x86_32: introduce restore_fpu_checking() 16 years ago
Jeremy Fitzhardinge db949bba3c x86-32: use non-lazy io bitmap context switching 16 years ago
Ingo Molnar 8e6dafd6c7 x86: refactor x86_quirks support 16 years ago
Hannes Eder fc6fcdfbb8 x86: kexec/i386: fix sparse warnings: Using plain integer as NULL pointer 16 years ago
Thomas Gleixner be716615fe x86, vm86: fix preemption bug 16 years ago
Brian Gerst aa78bcfa01 x86: use pt_regs pointer in do_device_not_available() 16 years ago
Tejun Heo d315760ffa x86: fix math_emu register frame access 16 years ago
Ingo Molnar 1164dd0099 x86: move mach-default/*.h files to asm/ 16 years ago
Yinghai Lu bb3f0b59ad x86: make irqinit_32.c more like irqinit_64.c, v2 16 years ago
Brian Gerst 0d974d4592 x86: remove pda.h 16 years ago
Alexey Dobriyan f1883f86de Remove remaining unwinder code 16 years ago
Jaswinder Singh Rajput 60d53c3058 x86: traps.c fix style problems 16 years ago
Ingo Molnar bd8b96dfc2 x86: clean up comment style in arch/x86/kernel/traps.c 16 years ago
H. Peter Anvin a73ad3331f x86: unify the implementation of FPU traps 16 years ago
Jaswinder Singh 1fcccb008b x86: traps.c replace #if CONFIG_X86_32 with #ifdef CONFIG_X86_32 16 years ago
Yinghai Lu b77b881f21 x86: fix lguest used_vectors breakage, -v2 16 years ago
H. Peter Anvin adf77bac05 x86: prioritize the FPU traps for the error code 16 years ago
Hiroshi Shimamoto 915b0d0104 x86: hardirq: introduce inc_irq_stat() 16 years ago