aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/traps.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-19x86/mce: Make machine check speculation protectedThomas Gleixner1-0/+1
2017-12-17x86/entry/64: Use a per-CPU trampoline stack for IDT entriesAndy Lutomirski1-1/+0
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar1-1/+19
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-02xen, x86/entry/64: Add xen NMI trap entryJuergen Gross1-1/+1
2017-11-01x86/mm: Relocate page fault error codes to traps.hRicardo Neri1-0/+18
2017-08-31x86/xen: Get rid of paravirt op adjust_exception_frameJuergen Gross1-3/+25
2017-08-31x86/idt: Remove the tracing IDT leftoversThomas Gleixner1-18/+0
2017-08-29x86/traps: Simplify pagefault tracing logicThomas Gleixner1-9/+1
2016-09-08x86/mm: Improve stack-overflow #PF handlingAndy Lutomirski1-0/+6
2015-07-07x86/entry: Remove exception_enter() from most trap handlersAndy Lutomirski1-2/+2
2015-05-07x86/mce/amd: Introduce deferred error interrupt handlerAravind Gopalakrishnan1-1/+2
2015-01-02x86, traps: Add ist_begin_non_atomic and ist_end_non_atomicAndy Lutomirski1-0/+2
2015-01-02x86, traps: Track entry into and exit from IST contextAndy Lutomirski1-0/+4
2014-11-23x86_64, traps: Stop using IST for #SSAndy Lutomirski1-0/+1
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2014-06-05Merge branch 'perf/kprobes' into perf/coreIngo Molnar1-1/+1
2014-05-22x86: fix page fault tracing when KVM guest support enabledDave Hansen1-0/+5
2014-05-14x86/traps: Make math_error() staticOleg Nesterov1-1/+0
2014-04-24kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu1-1/+1
2013-11-08x86, trace: Register exception handler to trace IDTSeiji Aguchi1-0/+20
2013-08-06x86, asmlinkage: Change dotraplinkage into __visible on 32bitAndi Kleen1-5/+1
2012-03-09x86: Use enum instead of literals for trap valuesKees Cook1-0/+25
2011-08-10x86-64: Rework vsyscall emulation and add vsyscall= parameterAndy Lutomirski1-2/+0
2011-06-07x86-64: Emulate legacy vsyscallsAndy Lutomirski1-0/+4
2011-01-12KVM: Handle async PF in a guest.Gleb Natapov1-0/+1
2010-05-03x86: Merge simd_math_error() into math_error()Brian Gerst1-1/+1
2009-07-19x86: Remove unused patch_espfix_desc()Akinobu Mita1-3/+1
2009-06-10Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+3
2009-06-10Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2009-05-08xen/x86-64: fix breakpoints and hardware watchpointsJeremy Fitzhardinge1-0/+3
2009-04-14x86: avoid multiple declaration of kstack_depth_to_printJaswinder Singh Rajput1-1/+0
2009-03-30x86/mm: further cleanups of fault.c's include file sectionIngo Molnar1-0/+1
2009-02-11x86: use pt_regs pointer in do_device_not_available()Brian Gerst1-1/+1
2009-02-10x86: fix math_emu register frame accessTejun Heo1-2/+2
2008-12-18x86: traps.c declare functions before they get usedJaswinder Singh1-2/+9
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin1-3/+3
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-0/+81