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