summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2020-01-301-74/+0
|\
| * x86/mpx: remove bounds exception codeDave Hansen2020-01-231-74/+0
* | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-19/+89
|\ \
| * | x86/traps: Cleanup do_general_protection()Borislav Petkov2019-12-311-39/+40
| * | x86/dumpstack: Introduce die_addr() for die() with #GP fault addressJann Horn2019-12-311-1/+8
| * | x86/traps: Print address on #GPJann Horn2019-12-311-5/+67
* | | Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar2019-12-101-11/+20
|\| |
| * | x86/traps: die() instead of panicking on a double faultAndy Lutomirski2019-11-261-1/+1
| * | x86/doublefault/32: Rewrite the x86_32 #DF handler and unify with 64-bitAndy Lutomirski2019-11-261-2/+17
| * | x86/traps: Disentangle the 32-bit and 64-bit doublefault codeAndy Lutomirski2019-11-261-9/+3
* | | x86/ftrace: Use text_poke()Peter Zijlstra2019-11-271-9/+0
|/ /
* / x86/nmi: Remove stale EDAC include leftoverBorislav Petkov2019-10-011-5/+0
|/
* x86/mm, tracing: Fix CR2 corruptionPeter Zijlstra2019-07-171-5/+1
* signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-2/+2
* signal: Explicitly call force_sig_fault on currentEric W. Biederman2019-05-291-2/+2
* signal/x86: Remove task parameter from send_sigtrapEric W. Biederman2019-05-291-1/+1
* signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-2/+2
* x86/speculation/mds: Revert CPU buffer clear on double fault exitAndy Lutomirski2019-05-161-8/+0
* Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-141-0/+8
|\
| * x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner2019-03-061-0/+8
* | x86/fpu: Use a feature number instead of mask in two more helpersSebastian Andrzej Siewior2019-04-101-1/+1
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-03-071-3/+2
|\ \
| * | x86/traps: Have read_cr0() only once in the #NM handlerBorislav Petkov2019-01-221-3/+2
| |/
* / x86/kprobes: Prohibit probing on functions before kprobe_int3_handler()Masami Hiramatsu2019-02-131-0/+1
|/
* x86/traps: Use format string with panic() callRasmus Villemoes2018-10-291-1/+1
* 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