aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+40
2017-04-11x86/debug: Fix the printk() debug output of signal_fault(), do_trap() and do_general_protection()Markus Trippelsdorf1-2/+2
2017-03-27x86/debug: Implement __WARN() using UD0Peter Zijlstra1-6/+40
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-02-04x86/traps: Get rid of unnecessary preempt_disable/preempt_enable_no_reschedAlexander Kuleshov1-5/+0
2016-11-01x86/fpu: Handle #NM without FPU emulation as an errorAndy Lutomirski1-4/+16
2016-09-08x86/mm: Improve stack-overflow #PF handlingAndy Lutomirski1-3/+3
2016-08-24x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y)Andy Lutomirski1-0/+61
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2016-06-10x86/entry/traps: Don't force in_interrupt() to return true in IST handlersAndy Lutomirski1-10/+10
2016-04-29x86/asm: Stop depending on ptrace.h in alternative.hAndy Lutomirski1-0/+1
2016-03-15Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-48/+90
2016-03-10x86/entry/traps: Show unhandled signal for i386 in do_trap()Jianyu Zhan1-2/+0
2016-03-10x86/entry/32: Change INT80 to be an interrupt gateAndy Lutomirski1-1/+1
2016-03-10x86/entry/32: Add and check a stack canary for the SYSENTER stackAndy Lutomirski1-0/+8
2016-03-10x86/entry: Vastly simplify SYSENTER TF (single-step) handlingAndy Lutomirski1-9/+43
2016-03-10x86/entry/traps: Clear DR6 early in do_debug() and improve the commentAndy Lutomirski1-3/+12
2016-03-10x86/entry/traps: Clear TIF_BLOCKSTEP on all debug exceptionsAndy Lutomirski1-5/+7
2016-02-18x86/mm: Expand the exception table logic to allow new handling optionsTony Luck1-3/+3
2016-02-09x86/fpu: Speed up lazy FPU restores slightlyAndy Lutomirski1-1/+1
2016-02-09x86/fpu: Fix math emulation in eager fpu modeAndy Lutomirski1-1/+0
2016-02-01x86/entry/traps: Refactor preemption and interrupt flag handlingAlexander Kuleshov1-28/+19
2015-09-14x86/fpu/mpx: Rework MPX 'xstate' typesDave Hansen1-1/+1
2015-09-14x86/fpu: Rename XSAVE macrosDave Hansen1-1/+1
2015-09-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-59/+29
2015-08-22x86/traps: Weaken context tracking entry assertionsAndy Lutomirski1-9/+9
2015-07-31x86/vm86: Clean up vm86.h includesBrian Gerst1-0/+1
2015-07-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney1-1/+1
2015-07-07x86/entry: Remove exception_enter() from most trap handlersAndy Lutomirski1-59/+19
2015-07-07x86/traps, context_tracking: Assert that we're in CONTEXT_KERNEL in exception entriesAndy Lutomirski1-0/+9
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-17/+4
2015-06-09x86/mpx: Trace #BR exceptionsDave Hansen1-0/+2
2015-06-09x86/mpx: Clean up the code by not passing a task pointer around when unnecessaryDave Hansen1-3/+2
2015-06-09x86/mpx: Use the new get_xsave_field_ptr()APIDave Hansen1-9/+8
2015-06-08Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar1-4/+3
2015-06-08x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64 and entry_INT80_32Ingo Molnar1-3/+2
2015-06-08x86/asm/entry: Rename compat syscall entry pointsIngo Molnar1-1/+1
2015-06-07Merge branch 'x86/ras' into x86/core, to fix conflictsIngo Molnar1-12/+0
2015-05-19x86/fpu: Pass 'struct fpu' to fpu__restore()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Harmonize FPU register state typesIngo Molnar1-1/+1
2015-05-19x86/fpu: Factor out the exception error code handling codeIngo Molnar1-55/+12
2015-05-19x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)Ingo Molnar1-1/+1
2015-05-19x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar1-1/+1
2015-05-19x86/fpu: Use 'struct fpu' in fpu__save()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Rename math_state_restore() to fpu__restore()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Move math_state_restore() to fpu/core.cIngo Molnar1-42/+0
2015-05-19x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar1-1/+0
2015-05-19x86/fpu: Move thread_info::fpu_counter into thread_info::fpu.counterIngo Molnar1-1/+1