summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/traps.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-11x86/entry: Convert INT3 exception to IDTENTRY_RAWThomas Gleixner1-11/+17
2020-06-11x86/int3: Inline bsearch()Peter Zijlstra1-0/+5
2020-06-11x86/entry/32: Convert IRET exception to IDTENTRY_SWThomas Gleixner1-5/+3
2020-06-11x86/entry: Convert SIMD coprocessor error exception to IDTENTRYThomas Gleixner1-12/+17
2020-06-11x86/entry: Convert Alignment check exception to IDTENTRYThomas Gleixner1-3/+1
2020-06-11x86/entry: Convert Coprocessor error exception to IDTENTRYThomas Gleixner1-3/+2
2020-06-11x86/entry: Convert Spurious interrupt bug exception to IDTENTRYThomas Gleixner1-2/+1
2020-06-11x86/entry: Convert General protection exception to IDTENTRYThomas Gleixner1-5/+3
2020-06-11x86/entry: Convert Stack segment exception to IDTENTRYThomas Gleixner1-8/+4
2020-06-11x86/entry: Convert Segment not present exception to IDTENTRYThomas Gleixner1-1/+6
2020-06-11x86/entry: Convert Invalid TSS exception to IDTENTRYThomas Gleixner1-1/+6
2020-06-11x86/entry: Convert Coprocessor segment overrun exception to IDTENTRYThomas Gleixner1-1/+6
2020-06-11x86/entry: Convert Device not available exception to IDTENTRYThomas Gleixner1-6/+2
2020-06-11x86/entry: Convert Invalid Opcode exception to IDTENTRYThomas Gleixner1-1/+15
2020-06-11x86/entry: Convert Bounds exception to IDTENTRYThomas Gleixner1-5/+4
2020-06-11x86/entry: Convert Overflow exception to IDTENTRYThomas Gleixner1-1/+5
2020-06-11x86/entry: Convert Divide Error to IDTENTRYThomas Gleixner1-1/+6
2020-06-11x86/traps: Prepare for using DEFINE_IDTENTRYThomas Gleixner1-0/+15
2020-06-11x86/traps: Make interrupt enable/disable symmetric in C codeThomas Gleixner1-9/+19
2020-06-11x86/traps: Mark sync_regs() noinstrThomas Gleixner1-2/+1
2020-06-11x86/traps: Mark fixup_bad_iret() noinstrThomas Gleixner1-7/+9
2020-06-11x86/doublefault: Remove memmove() callPeter Zijlstra1-1/+6
2020-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+0
2020-06-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+0
2020-05-19x86/kvm: Handle async page faults directly through do_page_fault()Andy Lutomirski1-2/+0
2020-05-19x86: Replace ist_enter() with nmi_enter()Peter Zijlstra1-56/+15
2020-05-19x86/entry: Get rid of ist_begin/end_non_atomic()Thomas Gleixner1-37/+0
2020-04-14x86/32: Remove CONFIG_DOUBLEFAULTBorislav Petkov1-2/+0
2020-03-31Merge tag 'x86-splitlock-2020-03-30' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+22
2020-02-27x86/traps: Stop using ist_enter/exit() in do_int3()Andy Lutomirski1-6/+15
2020-02-27x86/traps: Document do_spurious_interrupt_bug()Thomas Gleixner1-0/+19
2020-02-27x86/traps: Remove pointless irq enable from do_spurious_interrupt_bug()Thomas Gleixner1-1/+0
2020-02-20x86/split_lock: Enable split lock detection by kernelPeter Zijlstra (Intel)1-2/+22
2020-01-31Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds1-74/+0
2020-01-28Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-19/+89
2020-01-23x86/mpx: remove bounds exception codeDave Hansen1-74/+0
2019-12-31x86/traps: Cleanup do_general_protection()Borislav Petkov1-39/+40
2019-12-31x86/dumpstack: Introduce die_addr() for die() with #GP fault addressJann Horn1-1/+8
2019-12-31x86/traps: Print address on #GPJann Horn1-5/+67
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar1-11/+20
2019-11-27x86/ftrace: Use text_poke()Peter Zijlstra1-9/+0
2019-11-27x86/traps: die() instead of panicking on a double faultAndy Lutomirski1-1/+1
2019-11-27x86/doublefault/32: Rewrite the x86_32 #DF handler and unify with 64-bitAndy Lutomirski1-2/+17
2019-11-26x86/traps: Disentangle the 32-bit and 64-bit doublefault codeAndy Lutomirski1-9/+3
2019-10-01x86/nmi: Remove stale EDAC include leftoverBorislav Petkov1-5/+0
2019-07-18x86/mm, tracing: Fix CR2 corruptionPeter Zijlstra1-5/+1
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-2/+2
2019-05-29signal: Explicitly call force_sig_fault on currentEric W. Biederman1-2/+2
2019-05-29signal/x86: Remove task parameter from send_sigtrapEric W. Biederman1-1/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-2/+2