summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-105/+71
|\
| * signal/x86: Use force_sig_fault where appropriateEric W. Biederman2018-09-211-9/+5
| * signal/x86/traps: Simplify trap generationEric W. Biederman2018-09-211-61/+24
| * signal/x86/traps: Use force_sig instead of open coding it.Eric W. Biederman2018-09-211-1/+1
| * signal/x86/traps: Use force_sig_bnderrEric W. Biederman2018-09-211-10/+9
| * signal/x86/traps: Move more code into do_trap_no_signal so it can be reusedEric W. Biederman2018-09-211-16/+14
| * signal/x86/traps: Factor out show_signalEric W. Biederman2018-09-191-18/+19
| * signal/x86: Move mpx siginfo generation into do_boundsEric W. Biederman2018-09-191-5/+14
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-231-0/+4
|\ \
| * | x86/entry/64: Document idtentryAndy Lutomirski2018-09-081-0/+4
| |/
* | x86/fault: Plumb error code and fault address through to fault handlersJann Horn2018-09-031-3/+3
* | x86/kprobes: Inline kprobe_exceptions_notify() into do_general_protection()Jann Horn2018-09-031-0/+10
|/
* Merge branch 'linus' into x86/urgentThomas Gleixner2018-06-221-0/+3
|\
| * signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+3
* | x86: Call fixup_exception() before notify_die() in math_error()Siarhei Liakh2018-06-201-6/+8
|/
* x86/entry/64: Don't use IST entry for #BP stackAndy Lutomirski2018-03-231-7/+8
* x86/debug: Use UD2 for WARN()Peter Zijlstra2018-02-151-1/+1
* Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2017-12-311-1/+1
|\
| * x86/espfix/64: Fix espfix double-fault handling on 5-level systemsAndy Lutomirski2017-12-151-1/+1
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-231-2/+4
|\ \
| * | x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner2017-12-221-2/+3
| * | x86/cpu_entry_area: Move it to a separate unitThomas Gleixner2017-12-221-0/+1
* | | Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-12-181-27/+42
|\ \ \ | |/ /
| * | x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski2017-12-171-2/+2
| * | x86/entry/64: Remove the SYSENTER stack canaryAndy Lutomirski2017-12-171-7/+0
| * | x86/entry/64: Move the IST stacks into struct cpu_entry_areaAndy Lutomirski2017-12-171-0/+3
| * | x86/entry/64: Use a per-CPU trampoline stack for IDT entriesAndy Lutomirski2017-12-171-10/+11
| * | x86/espfix/64: Stop assuming that pt_regs is on the entry stackAndy Lutomirski2017-12-171-9/+28
| * | x86/entry/64: Allocate and enable the SYSENTER stackAndy Lutomirski2017-12-171-2/+1
| * | Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2017-12-171-2/+1
| |\ \
* | | | kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-5/+0
| |_|/ |/| |
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-131-1/+1
|\ \ \
| * \ \ Merge branch 'irq/urgent' into x86/apicThomas Gleixner2017-10-121-1/+1
| |\ \ \
| * | | | x86/vector: Rename used_vectors to system_vectorsThomas Gleixner2017-09-251-1/+1
* | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-131-2/+7
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | x86/traps: Fix up general protection faults caused by UMIPRicardo Neri2017-11-081-0/+6
| | |_|/ | |/| |
| * | | x86/traps: Use a new on_thread_stack() helper to clean up an assertionAndy Lutomirski2017-11-021-2/+1
| | |/ | |/|
* | | x86/debug: Handle warnings before the notifier chain, to fix KGDB crashAlexander Shishkin2017-11-101-3/+7
|/ /
* | x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin2017-09-291-1/+1
|/
* x86/idt: Move regular trap init to tablesThomas Gleixner2017-08-291-40/+1
* x86/idt: Move IST stack based traps to table initThomas Gleixner2017-08-291-8/+1
* x86/idt: Move debug stack init to table basedThomas Gleixner2017-08-291-5/+1
* x86/idt: Switch early trap init to IDT tablesThomas Gleixner2017-08-291-27/+0
* x86/idt: Create file for IDT related codeThomas Gleixner2017-08-291-6/+0
* x86/idt: Remove the tracing IDT completelyThomas Gleixner2017-08-291-5/+1
* x86/boot: Move EISA setup to a separate fileThomas Gleixner2017-08-291-13/+0
* x86/irq: Unexport used_vectors[]Thomas Gleixner2017-08-291-1/+0
* x86/debug: Handle early WARN_ONs properPeter Zijlstra2017-06-121-1/+1
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-011-6/+40
|\
| * x86/debug: Implement __WARN() using UD0Peter Zijlstra2017-03-271-6/+40
OpenPOWER on IntegriCloud