aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/traps.c
AgeCommit message (Expand)Author
2020-01-30Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds
2020-01-28Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-01-23x86/mpx: remove bounds exception codeDave Hansen
2019-12-31x86/traps: Cleanup do_general_protection()Borislav Petkov
2019-12-31x86/dumpstack: Introduce die_addr() for die() with #GP fault addressJann Horn
2019-12-31x86/traps: Print address on #GPJann Horn
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar
2019-11-27x86/ftrace: Use text_poke()Peter Zijlstra
2019-11-26x86/traps: die() instead of panicking on a double faultAndy Lutomirski
2019-11-26x86/doublefault/32: Rewrite the x86_32 #DF handler and unify with 64-bitAndy Lutomirski
2019-11-26x86/traps: Disentangle the 32-bit and 64-bit doublefault codeAndy Lutomirski
2019-10-01x86/nmi: Remove stale EDAC include leftoverBorislav Petkov
2019-07-17x86/mm, tracing: Fix CR2 corruptionPeter Zijlstra
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman
2019-05-29signal: Explicitly call force_sig_fault on currentEric W. Biederman
2019-05-29signal/x86: Remove task parameter from send_sigtrapEric W. Biederman
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2019-05-16x86/speculation/mds: Revert CPU buffer clear on double fault exitAndy Lutomirski
2019-05-14Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-04-10x86/fpu: Use a feature number instead of mask in two more helpersSebastian Andrzej Siewior
2019-03-07Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-03-06x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner
2019-02-13x86/kprobes: Prohibit probing on functions before kprobe_int3_handler()Masami Hiramatsu
2019-01-22x86/traps: Have read_cr0() only once in the #NM handlerBorislav Petkov
2018-10-29x86/traps: Use format string with panic() callRasmus Villemoes
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-09-21signal/x86: Use force_sig_fault where appropriateEric W. Biederman
2018-09-21signal/x86/traps: Simplify trap generationEric W. Biederman
2018-09-21signal/x86/traps: Use force_sig instead of open coding it.Eric W. Biederman
2018-09-21signal/x86/traps: Use force_sig_bnderrEric W. Biederman
2018-09-21signal/x86/traps: Move more code into do_trap_no_signal so it can be reusedEric W. Biederman
2018-09-19signal/x86/traps: Factor out show_signalEric W. Biederman
2018-09-19signal/x86: Move mpx siginfo generation into do_boundsEric W. Biederman
2018-09-08x86/entry/64: Document idtentryAndy Lutomirski
2018-09-03x86/fault: Plumb error code and fault address through to fault handlersJann Horn
2018-09-03x86/kprobes: Inline kprobe_exceptions_notify() into do_general_protection()Jann Horn
2018-06-22Merge branch 'linus' into x86/urgentThomas Gleixner
2018-06-20x86: Call fixup_exception() before notify_die() in math_error()Siarhei Liakh
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2018-03-23x86/entry/64: Don't use IST entry for #BP stackAndy Lutomirski
2018-02-15x86/debug: Use UD2 for WARN()Peter Zijlstra
2017-12-31Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-12-22x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner
2017-12-22x86/cpu_entry_area: Move it to a separate unitThomas Gleixner
2017-12-18Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2017-12-17x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski
2017-12-17x86/entry/64: Remove the SYSENTER stack canaryAndy Lutomirski
2017-12-17x86/entry/64: Move the IST stacks into struct cpu_entry_areaAndy Lutomirski