summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/traps.h
Commit message (Expand)AuthorAgeFilesLines
* x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov2018-12-081-0/+5
* x86/headers: Fix -Wmissing-prototypes warningYi Wang2018-11-231-0/+4
* x86/traps: Complete prototype declarationsBorislav Petkov2018-11-141-22/+22
* x86/mce: Fix -Wmissing-prototypes warningsBorislav Petkov2018-11-141-3/+3
* x86/mce: Make machine check speculation protectedThomas Gleixner2018-01-191-0/+1
* x86/entry/64: Use a per-CPU trampoline stack for IDT entriesAndy Lutomirski2017-12-171-1/+0
* Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2017-12-171-1/+19
|\
| * xen, x86/entry/64: Add xen NMI trap entryJuergen Gross2017-11-021-1/+1
| * x86/mm: Relocate page fault error codes to traps.hRicardo Neri2017-11-011-0/+18
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* x86/xen: Get rid of paravirt op adjust_exception_frameJuergen Gross2017-08-311-3/+25
* x86/idt: Remove the tracing IDT leftoversThomas Gleixner2017-08-311-18/+0
* x86/traps: Simplify pagefault tracing logicThomas Gleixner2017-08-291-9/+1
* x86/mm: Improve stack-overflow #PF handlingAndy Lutomirski2016-09-081-0/+6
* x86/entry: Remove exception_enter() from most trap handlersAndy Lutomirski2015-07-071-2/+2
* x86/mce/amd: Introduce deferred error interrupt handlerAravind Gopalakrishnan2015-05-071-1/+2
* x86, traps: Add ist_begin_non_atomic and ist_end_non_atomicAndy Lutomirski2015-01-021-0/+2
* x86, traps: Track entry into and exit from IST contextAndy Lutomirski2015-01-021-0/+4
* x86_64, traps: Stop using IST for #SSAndy Lutomirski2014-11-231-0/+1
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-121-2/+1
|\
| * Merge branch 'perf/kprobes' into perf/coreIngo Molnar2014-06-051-1/+1
| |\
| | * kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu2014-04-241-1/+1
| * | x86/traps: Make math_error() staticOleg Nesterov2014-05-141-1/+0
| |/
* / x86: fix page fault tracing when KVM guest support enabledDave Hansen2014-05-221-0/+5
|/
* x86, trace: Register exception handler to trace IDTSeiji Aguchi2013-11-081-0/+20
* x86, asmlinkage: Change dotraplinkage into __visible on 32bitAndi Kleen2013-08-061-5/+1
* x86: Use enum instead of literals for trap valuesKees Cook2012-03-091-0/+25
* x86-64: Rework vsyscall emulation and add vsyscall= parameterAndy Lutomirski2011-08-101-2/+0
* x86-64: Emulate legacy vsyscallsAndy Lutomirski2011-06-071-0/+4
* KVM: Handle async PF in a guest.Gleb Natapov2011-01-121-0/+1
* x86: Merge simd_math_error() into math_error()Brian Gerst2010-05-031-1/+1
* x86: Remove unused patch_espfix_desc()Akinobu Mita2009-07-191-3/+1
* Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-101-0/+3
|\
| * xen/x86-64: fix breakpoints and hardware watchpointsJeremy Fitzhardinge2009-05-081-0/+3
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-06-101-0/+1
|\ \
| * | x86/mm: further cleanups of fault.c's include file sectionIngo Molnar2009-03-301-0/+1
| |/
* / x86: avoid multiple declaration of kstack_depth_to_printJaswinder Singh Rajput2009-04-141-1/+0
|/
* x86: use pt_regs pointer in do_device_not_available()Brian Gerst2009-02-111-1/+1
* x86: fix math_emu register frame accessTejun Heo2009-02-101-2/+2
* x86: traps.c declare functions before they get usedJaswinder Singh2008-12-181-2/+9
* x86: Fix ASM_X86__ header guardsH. Peter Anvin2008-10-221-3/+3
* x86, um: ... and asm-x86 moveAl Viro2008-10-221-0/+81