aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-31Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+4
2017-12-22x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner1-2/+3
2017-12-22x86/cpu_entry_area: Move it to a separate unitThomas Gleixner1-0/+1
2017-12-18Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-27/+42
2017-12-17x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski1-2/+2
2017-12-17x86/entry/64: Remove the SYSENTER stack canaryAndy Lutomirski1-7/+0
2017-12-17x86/entry/64: Move the IST stacks into struct cpu_entry_areaAndy Lutomirski1-0/+3
2017-12-17x86/entry/64: Use a per-CPU trampoline stack for IDT entriesAndy Lutomirski1-10/+11
2017-12-17x86/espfix/64: Stop assuming that pt_regs is on the entry stackAndy Lutomirski1-9/+28
2017-12-17x86/entry/64: Allocate and enable the SYSENTER stackAndy Lutomirski1-2/+1
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar1-2/+1
2017-12-15x86/espfix/64: Fix espfix double-fault handling on 5-level systemsAndy Lutomirski1-1/+1
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-5/+0
2017-11-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-11-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+7
2017-11-10x86/debug: Handle warnings before the notifier chain, to fix KGDB crashAlexander Shishkin1-3/+7
2017-11-08x86/traps: Fix up general protection faults caused by UMIPRicardo Neri1-0/+6
2017-11-02x86/traps: Use a new on_thread_stack() helper to clean up an assertionAndy Lutomirski1-2/+1
2017-10-12Merge branch 'irq/urgent' into x86/apicThomas Gleixner1-1/+1
2017-09-29x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin1-1/+1
2017-09-25x86/vector: Rename used_vectors to system_vectorsThomas Gleixner1-1/+1
2017-08-29x86/idt: Move regular trap init to tablesThomas Gleixner1-40/+1
2017-08-29x86/idt: Move IST stack based traps to table initThomas Gleixner1-8/+1
2017-08-29x86/idt: Move debug stack init to table basedThomas Gleixner1-5/+1
2017-08-29x86/idt: Switch early trap init to IDT tablesThomas Gleixner1-27/+0
2017-08-29x86/idt: Create file for IDT related codeThomas Gleixner1-6/+0
2017-08-29x86/idt: Remove the tracing IDT completelyThomas Gleixner1-5/+1
2017-08-29x86/boot: Move EISA setup to a separate fileThomas Gleixner1-13/+0
2017-08-29x86/irq: Unexport used_vectors[]Thomas Gleixner1-1/+0
2017-06-12x86/debug: Handle early WARN_ONs properPeter Zijlstra1-1/+1
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