summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/traps.c
AgeCommit message (Expand)Author
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-11-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-11-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-11-10x86/debug: Handle warnings before the notifier chain, to fix KGDB crashAlexander Shishkin
2017-11-08x86/traps: Fix up general protection faults caused by UMIPRicardo Neri
2017-11-02x86/traps: Use a new on_thread_stack() helper to clean up an assertionAndy Lutomirski
2017-10-12Merge branch 'irq/urgent' into x86/apicThomas Gleixner
2017-09-29x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin
2017-09-25x86/vector: Rename used_vectors to system_vectorsThomas Gleixner
2017-08-29x86/idt: Move regular trap init to tablesThomas Gleixner
2017-08-29x86/idt: Move IST stack based traps to table initThomas Gleixner
2017-08-29x86/idt: Move debug stack init to table basedThomas Gleixner
2017-08-29x86/idt: Switch early trap init to IDT tablesThomas Gleixner
2017-08-29x86/idt: Create file for IDT related codeThomas Gleixner
2017-08-29x86/idt: Remove the tracing IDT completelyThomas Gleixner
2017-08-29x86/boot: Move EISA setup to a separate fileThomas Gleixner
2017-08-29x86/irq: Unexport used_vectors[]Thomas Gleixner
2017-06-12x86/debug: Handle early WARN_ONs properPeter Zijlstra
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-04-11x86/debug: Fix the printk() debug output of signal_fault(), do_trap() and do_...Markus Trippelsdorf
2017-03-27x86/debug: Implement __WARN() using UD0Peter Zijlstra
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-04x86/traps: Get rid of unnecessary preempt_disable/preempt_enable_no_reschedAlexander Kuleshov
2016-11-01x86/fpu: Handle #NM without FPU emulation as an errorAndy Lutomirski
2016-09-08x86/mm: Improve stack-overflow #PF handlingAndy Lutomirski
2016-08-24x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y)Andy Lutomirski
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-06-10x86/entry/traps: Don't force in_interrupt() to return true in IST handlersAndy Lutomirski
2016-04-29x86/asm: Stop depending on ptrace.h in alternative.hAndy Lutomirski
2016-03-15Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-03-10x86/entry/traps: Show unhandled signal for i386 in do_trap()Jianyu Zhan
2016-03-10x86/entry/32: Change INT80 to be an interrupt gateAndy Lutomirski
2016-03-10x86/entry/32: Add and check a stack canary for the SYSENTER stackAndy Lutomirski
2016-03-10x86/entry: Vastly simplify SYSENTER TF (single-step) handlingAndy Lutomirski
2016-03-10x86/entry/traps: Clear DR6 early in do_debug() and improve the commentAndy Lutomirski
2016-03-10x86/entry/traps: Clear TIF_BLOCKSTEP on all debug exceptionsAndy Lutomirski
2016-02-18x86/mm: Expand the exception table logic to allow new handling optionsTony Luck
2016-02-09x86/fpu: Speed up lazy FPU restores slightlyAndy Lutomirski
2016-02-09x86/fpu: Fix math emulation in eager fpu modeAndy Lutomirski
2016-02-01x86/entry/traps: Refactor preemption and interrupt flag handlingAlexander Kuleshov
2015-09-14x86/fpu/mpx: Rework MPX 'xstate' typesDave Hansen
2015-09-14x86/fpu: Rename XSAVE macrosDave Hansen
2015-09-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-08-22x86/traps: Weaken context tracking entry assertionsAndy Lutomirski
2015-07-31x86/vm86: Clean up vm86.h includesBrian Gerst
2015-07-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney
2015-07-07x86/entry: Remove exception_enter() from most trap handlersAndy Lutomirski
2015-07-07x86/traps, context_tracking: Assert that we're in CONTEXT_KERNEL in exception...Andy Lutomirski
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds