aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-29x86/traps: Use format string with panic() callRasmus Villemoes1-1/+1
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-105/+71
2018-10-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2018-09-21signal/x86: Use force_sig_fault where appropriateEric W. Biederman1-9/+5
2018-09-21signal/x86/traps: Simplify trap generationEric W. Biederman1-61/+24
2018-09-21signal/x86/traps: Use force_sig instead of open coding it.Eric W. Biederman1-1/+1
2018-09-21signal/x86/traps: Use force_sig_bnderrEric W. Biederman1-10/+9
2018-09-21signal/x86/traps: Move more code into do_trap_no_signal so it can be reusedEric W. Biederman1-16/+14
2018-09-19signal/x86/traps: Factor out show_signalEric W. Biederman1-18/+19
2018-09-19signal/x86: Move mpx siginfo generation into do_boundsEric W. Biederman1-5/+14
2018-09-08x86/entry/64: Document idtentryAndy Lutomirski1-0/+4
2018-09-03x86/fault: Plumb error code and fault address through to fault handlersJann Horn1-3/+3
2018-09-03x86/kprobes: Inline kprobe_exceptions_notify() into do_general_protection()Jann Horn1-0/+10
2018-06-22Merge branch 'linus' into x86/urgentThomas Gleixner1-0/+3
2018-06-20x86: Call fixup_exception() before notify_die() in math_error()Siarhei Liakh1-6/+8
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+3
2018-03-23x86/entry/64: Don't use IST entry for #BP stackAndy Lutomirski1-7/+8
2018-02-15x86/debug: Use UD2 for WARN()Peter Zijlstra1-1/+1
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