index
:
linux-sh
development
for-next
j2-devel
j2-stable
jcore-4.6
jcore-4.8
linux-sh-draft
linux-sh-draft-2
master
sh-for-4.6
sh-for-4.6-old1
temp-j2
v4.6-rc3+j2
v4.6-rc5+j2
v5.16+j2
DO NOT CLONE THIS REPO DIRECTLY. Clone kernel.org then fetch just differences from here. Linux SH repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
traps.c
Age
Commit message (
Expand
)
Author
Lines
2020-06-18
maccess: rename probe_kernel_address to get_kernel_nofault
Christoph Hellwig
-1
/
+1
2020-06-17
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
-1
/
+2
2020-06-12
x86/entry: Treat BUG/WARN as NMI-like entries
Andy Lutomirski
-26
/
+38
2020-06-11
x86/entry: Re-order #DB handler to avoid *SAN instrumentation
Peter Zijlstra
-28
/
+27
2020-06-11
x86/idt: Cleanup trap_init()
Thomas Gleixner
-9
/
+0
2020-06-11
x86/entry: Rename trace_hardirqs_off_prepare()
Peter Zijlstra
-2
/
+2
2020-06-11
x86/entry: Remove debug IDT frobbing
Peter Zijlstra
-9
/
+0
2020-06-11
x86/entry: Introduce local_db_{save,restore}()
Peter Zijlstra
-16
/
+2
2020-06-11
x86/entry: Move paranoid irq tracing out of ASM code
Thomas Gleixner
-0
/
+11
2020-06-11
x86/idtentry: Switch to conditional RCU handling
Thomas Gleixner
-5
/
+5
2020-06-11
x86/entry: Fix allnoconfig build warning
Ingo Molnar
-1
/
+1
2020-06-11
x86/entry: Convert double fault exception to IDTENTRY_DF
Thomas Gleixner
-3
/
+14
2020-06-11
x86/traps: Address objtool noinstr complaints in #DB
Thomas Gleixner
-2
/
+8
2020-06-11
x86/traps: Restructure #DB handling
Thomas Gleixner
-34
/
+35
2020-06-11
x86/entry: Implement user mode C entry points for #DB and #MCE
Thomas Gleixner
-16
/
+54
2020-06-11
x86/entry: Convert Debug exception to IDTENTRY_DB
Thomas Gleixner
-8
/
+13
2020-06-11
x86/db: Split out dr6/7 handling
Peter Zijlstra
-19
/
+56
2020-06-11
x86/traps: Split int3 handler up
Peter Zijlstra
-28
/
+40
2020-06-11
x86/entry: Convert INT3 exception to IDTENTRY_RAW
Thomas Gleixner
-11
/
+17
2020-06-11
x86/int3: Inline bsearch()
Peter Zijlstra
-0
/
+5
2020-06-11
x86/entry/32: Convert IRET exception to IDTENTRY_SW
Thomas Gleixner
-5
/
+3
2020-06-11
x86/entry: Convert SIMD coprocessor error exception to IDTENTRY
Thomas Gleixner
-12
/
+17
2020-06-11
x86/entry: Convert Alignment check exception to IDTENTRY
Thomas Gleixner
-3
/
+1
2020-06-11
x86/entry: Convert Coprocessor error exception to IDTENTRY
Thomas Gleixner
-3
/
+2
2020-06-11
x86/entry: Convert Spurious interrupt bug exception to IDTENTRY
Thomas Gleixner
-2
/
+1
2020-06-11
x86/entry: Convert General protection exception to IDTENTRY
Thomas Gleixner
-5
/
+3
2020-06-11
x86/entry: Convert Stack segment exception to IDTENTRY
Thomas Gleixner
-8
/
+4
2020-06-11
x86/entry: Convert Segment not present exception to IDTENTRY
Thomas Gleixner
-1
/
+6
2020-06-11
x86/entry: Convert Invalid TSS exception to IDTENTRY
Thomas Gleixner
-1
/
+6
2020-06-11
x86/entry: Convert Coprocessor segment overrun exception to IDTENTRY
Thomas Gleixner
-1
/
+6
2020-06-11
x86/entry: Convert Device not available exception to IDTENTRY
Thomas Gleixner
-6
/
+2
2020-06-11
x86/entry: Convert Invalid Opcode exception to IDTENTRY
Thomas Gleixner
-1
/
+15
2020-06-11
x86/entry: Convert Bounds exception to IDTENTRY
Thomas Gleixner
-5
/
+4
2020-06-11
x86/entry: Convert Overflow exception to IDTENTRY
Thomas Gleixner
-1
/
+5
2020-06-11
x86/entry: Convert Divide Error to IDTENTRY
Thomas Gleixner
-1
/
+6
2020-06-11
x86/traps: Prepare for using DEFINE_IDTENTRY
Thomas Gleixner
-0
/
+15
2020-06-11
x86/traps: Make interrupt enable/disable symmetric in C code
Thomas Gleixner
-9
/
+19
2020-06-11
x86/traps: Mark sync_regs() noinstr
Thomas Gleixner
-2
/
+1
2020-06-11
x86/traps: Mark fixup_bad_iret() noinstr
Thomas Gleixner
-7
/
+9
2020-06-11
x86/doublefault: Remove memmove() call
Peter Zijlstra
-1
/
+6
2020-06-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-2
/
+0
2020-06-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
-2
/
+0
2020-05-19
x86/kvm: Handle async page faults directly through do_page_fault()
Andy Lutomirski
-2
/
+0
2020-05-19
x86: Replace ist_enter() with nmi_enter()
Peter Zijlstra
-56
/
+15
2020-05-19
x86/entry: Get rid of ist_begin/end_non_atomic()
Thomas Gleixner
-37
/
+0
2020-04-14
x86/32: Remove CONFIG_DOUBLEFAULT
Borislav Petkov
-2
/
+0
2020-03-30
Merge tag 'x86-splitlock-2020-03-30' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-2
/
+22
2020-02-27
x86/traps: Stop using ist_enter/exit() in do_int3()
Andy Lutomirski
-6
/
+15
2020-02-27
x86/traps: Document do_spurious_interrupt_bug()
Thomas Gleixner
-0
/
+19
2020-02-27
x86/traps: Remove pointless irq enable from do_spurious_interrupt_bug()
Thomas Gleixner
-1
/
+0
[next]