aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/traps.c
Commit message (Expand)AuthorAge
* x86/debug: Handle early WARN_ONs properPeter Zijlstra2017-06-12
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-02
|\
| * x86/debug: Implement __WARN() using UD0Peter Zijlstra2017-03-27
* | x86/debug: Fix the printk() debug output of signal_fault(), do_trap() and do_...Markus Trippelsdorf2017-04-11
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* x86/traps: Get rid of unnecessary preempt_disable/preempt_enable_no_reschedAlexander Kuleshov2017-02-04
* x86/fpu: Handle #NM without FPU emulation as an errorAndy Lutomirski2016-11-01
* x86/mm: Improve stack-overflow #PF handlingAndy Lutomirski2016-09-08
* x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y)Andy Lutomirski2016-08-24
* x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-14
* x86/entry/traps: Don't force in_interrupt() to return true in IST handlersAndy Lutomirski2016-06-10
* x86/asm: Stop depending on ptrace.h in alternative.hAndy Lutomirski2016-04-29
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-15
|\
| * x86/fpu: Speed up lazy FPU restores slightlyAndy Lutomirski2016-02-09
| * x86/fpu: Fix math emulation in eager fpu modeAndy Lutomirski2016-02-09
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-15
|\ \
| * | x86/entry/traps: Show unhandled signal for i386 in do_trap()Jianyu Zhan2016-03-10
| * | x86/entry/32: Change INT80 to be an interrupt gateAndy Lutomirski2016-03-10
| * | x86/entry/32: Add and check a stack canary for the SYSENTER stackAndy Lutomirski2016-03-10
| * | x86/entry: Vastly simplify SYSENTER TF (single-step) handlingAndy Lutomirski2016-03-10
| * | x86/entry/traps: Clear DR6 early in do_debug() and improve the commentAndy Lutomirski2016-03-10
| * | x86/entry/traps: Clear TIF_BLOCKSTEP on all debug exceptionsAndy Lutomirski2016-03-10
| * | x86/entry/traps: Refactor preemption and interrupt flag handlingAlexander Kuleshov2016-02-01
| |/
* / x86/mm: Expand the exception table logic to allow new handling optionsTony Luck2016-02-18
|/
* x86/fpu/mpx: Rework MPX 'xstate' typesDave Hansen2015-09-14
* x86/fpu: Rename XSAVE macrosDave Hansen2015-09-14
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-01
|\
| * x86/traps: Weaken context tracking entry assertionsAndy Lutomirski2015-08-22
| * x86/vm86: Clean up vm86.h includesBrian Gerst2015-07-31
| * x86/entry: Remove exception_enter() from most trap handlersAndy Lutomirski2015-07-07
| * x86/traps, context_tracking: Assert that we're in CONTEXT_KERNEL in exception...Andy Lutomirski2015-07-07
* | rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney2015-07-22
|/
* Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-22
|\
| * Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar2015-06-08
| |\
| | * x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...Ingo Molnar2015-06-08
| | * x86/asm/entry: Rename compat syscall entry pointsIngo Molnar2015-06-08
| * | Merge branch 'x86/ras' into x86/core, to fix conflictsIngo Molnar2015-06-07
| |\ \ | | |/ | |/|
| | * x86/traps: Remove superfluous weak definitions and dead codeBorislav Petkov2015-05-07
| | * x86/mce/amd: Introduce deferred error interrupt handlerAravind Gopalakrishnan2015-05-07
| * | x86/asm/entry: Remove SYSCALL_VECTORBrian Gerst2015-05-10
| |/
* | x86/mpx: Trace #BR exceptionsDave Hansen2015-06-09
* | x86/mpx: Clean up the code by not passing a task pointer around when unnecessaryDave Hansen2015-06-09
* | x86/mpx: Use the new get_xsave_field_ptr()APIDave Hansen2015-06-09
* | x86/fpu: Pass 'struct fpu' to fpu__restore()Ingo Molnar2015-05-19
* | x86/fpu: Harmonize FPU register state typesIngo Molnar2015-05-19
* | x86/fpu: Factor out the exception error code handling codeIngo Molnar2015-05-19
* | x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)Ingo Molnar2015-05-19
* | x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate()Ingo Molnar2015-05-19
* | x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar2015-05-19
* | x86/fpu: Use 'struct fpu' in fpu__save()Ingo Molnar2015-05-19