index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
traps.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-25
Merge tag 'v5.8-rc6' into locking/core, to pick up fixes
Ingo Molnar
1
-0
/
+2
2020-07-19
Merge tag 'x86-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+2
2020-07-10
x86/entry: Fix NMI vs IRQ state tracking
Peter Zijlstra
1
-11
/
+6
2020-07-09
x86/traps: Disable interrupts in exc_aligment_check()
Thomas Gleixner
1
-0
/
+2
2020-07-06
x86/entry: Rename idtentry_enter/exit_cond_rcu() to idtentry_enter/exit()
Andy Lutomirski
1
-3
/
+3
2020-07-05
Merge tag 'x86-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+13
2020-07-04
x86/entry/32: Fix #MC and #DB wiring on x86_32
Andy Lutomirski
1
-1
/
+1
2020-07-04
x86/entry/xen: Route #DB correctly on Xen PV
Andy Lutomirski
1
-0
/
+12
2020-06-26
Merge branch 'linus' into x86/entry, to resolve conflicts
Ingo Molnar
1
-1
/
+2
2020-06-25
x86/entry: Fix #UD vs WARN more
Peter Zijlstra
1
-34
/
+38
2020-06-25
x86/entry: Fixup bad_iret vs noinstr
Peter Zijlstra
1
-3
/
+3
2020-06-18
maccess: rename probe_kernel_address to get_kernel_nofault
Christoph Hellwig
1
-1
/
+1
2020-06-17
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
1
-1
/
+2
2020-06-12
x86/entry: Treat BUG/WARN as NMI-like entries
Andy Lutomirski
1
-26
/
+38
2020-06-11
x86/entry: Re-order #DB handler to avoid *SAN instrumentation
Peter Zijlstra
1
-28
/
+27
2020-06-11
x86/idt: Cleanup trap_init()
Thomas Gleixner
1
-9
/
+0
2020-06-11
x86/entry: Rename trace_hardirqs_off_prepare()
Peter Zijlstra
1
-2
/
+2
2020-06-11
x86/entry: Remove debug IDT frobbing
Peter Zijlstra
1
-9
/
+0
2020-06-11
x86/entry: Introduce local_db_{save,restore}()
Peter Zijlstra
1
-16
/
+2
2020-06-11
x86/entry: Move paranoid irq tracing out of ASM code
Thomas Gleixner
1
-0
/
+11
2020-06-11
x86/idtentry: Switch to conditional RCU handling
Thomas Gleixner
1
-5
/
+5
2020-06-11
x86/entry: Fix allnoconfig build warning
Ingo Molnar
1
-1
/
+1
2020-06-11
x86/entry: Convert double fault exception to IDTENTRY_DF
Thomas Gleixner
1
-3
/
+14
2020-06-11
x86/traps: Address objtool noinstr complaints in #DB
Thomas Gleixner
1
-2
/
+8
2020-06-11
x86/traps: Restructure #DB handling
Thomas Gleixner
1
-34
/
+35
2020-06-11
x86/entry: Implement user mode C entry points for #DB and #MCE
Thomas Gleixner
1
-16
/
+54
2020-06-11
x86/entry: Convert Debug exception to IDTENTRY_DB
Thomas Gleixner
1
-8
/
+13
2020-06-11
x86/db: Split out dr6/7 handling
Peter Zijlstra
1
-19
/
+56
2020-06-11
x86/traps: Split int3 handler up
Peter Zijlstra
1
-28
/
+40
2020-06-11
x86/entry: Convert INT3 exception to IDTENTRY_RAW
Thomas Gleixner
1
-11
/
+17
2020-06-11
x86/int3: Inline bsearch()
Peter Zijlstra
1
-0
/
+5
2020-06-11
x86/entry/32: Convert IRET exception to IDTENTRY_SW
Thomas Gleixner
1
-5
/
+3
2020-06-11
x86/entry: Convert SIMD coprocessor error exception to IDTENTRY
Thomas Gleixner
1
-12
/
+17
2020-06-11
x86/entry: Convert Alignment check exception to IDTENTRY
Thomas Gleixner
1
-3
/
+1
2020-06-11
x86/entry: Convert Coprocessor error exception to IDTENTRY
Thomas Gleixner
1
-3
/
+2
2020-06-11
x86/entry: Convert Spurious interrupt bug exception to IDTENTRY
Thomas Gleixner
1
-2
/
+1
2020-06-11
x86/entry: Convert General protection exception to IDTENTRY
Thomas Gleixner
1
-5
/
+3
2020-06-11
x86/entry: Convert Stack segment exception to IDTENTRY
Thomas Gleixner
1
-8
/
+4
2020-06-11
x86/entry: Convert Segment not present exception to IDTENTRY
Thomas Gleixner
1
-1
/
+6
2020-06-11
x86/entry: Convert Invalid TSS exception to IDTENTRY
Thomas Gleixner
1
-1
/
+6
2020-06-11
x86/entry: Convert Coprocessor segment overrun exception to IDTENTRY
Thomas Gleixner
1
-1
/
+6
2020-06-11
x86/entry: Convert Device not available exception to IDTENTRY
Thomas Gleixner
1
-6
/
+2
2020-06-11
x86/entry: Convert Invalid Opcode exception to IDTENTRY
Thomas Gleixner
1
-1
/
+15
2020-06-11
x86/entry: Convert Bounds exception to IDTENTRY
Thomas Gleixner
1
-5
/
+4
2020-06-11
x86/entry: Convert Overflow exception to IDTENTRY
Thomas Gleixner
1
-1
/
+5
2020-06-11
x86/entry: Convert Divide Error to IDTENTRY
Thomas Gleixner
1
-1
/
+6
2020-06-11
x86/traps: Prepare for using DEFINE_IDTENTRY
Thomas Gleixner
1
-0
/
+15
2020-06-11
x86/traps: Make interrupt enable/disable symmetric in C code
Thomas Gleixner
1
-9
/
+19
2020-06-11
x86/traps: Mark sync_regs() noinstr
Thomas Gleixner
1
-2
/
+1
2020-06-11
x86/traps: Mark fixup_bad_iret() noinstr
Thomas Gleixner
1
-7
/
+9
[next]