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
...
*
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
|
\
|
*
x86/split_lock: Enable split lock detection by kernel
Peter Zijlstra (Intel)
2020-02-20
1
-2
/
+22
*
|
x86/traps: Stop using ist_enter/exit() in do_int3()
Andy Lutomirski
2020-02-27
1
-6
/
+15
*
|
x86/traps: Document do_spurious_interrupt_bug()
Thomas Gleixner
2020-02-27
1
-0
/
+19
*
|
x86/traps: Remove pointless irq enable from do_spurious_interrupt_bug()
Thomas Gleixner
2020-02-27
1
-1
/
+0
|
/
*
Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...
Linus Torvalds
2020-01-31
1
-74
/
+0
|
\
|
*
x86/mpx: remove bounds exception code
Dave Hansen
2020-01-23
1
-74
/
+0
*
|
Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-01-28
1
-19
/
+89
|
\
\
|
*
|
x86/traps: Cleanup do_general_protection()
Borislav Petkov
2019-12-31
1
-39
/
+40
|
*
|
x86/dumpstack: Introduce die_addr() for die() with #GP fault address
Jann Horn
2019-12-31
1
-1
/
+8
|
*
|
x86/traps: Print address on #GP
Jann Horn
2019-12-31
1
-5
/
+67
*
|
|
Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflicts
Ingo Molnar
2019-12-10
1
-11
/
+20
|
\
|
|
|
*
|
x86/traps: die() instead of panicking on a double fault
Andy Lutomirski
2019-11-26
1
-1
/
+1
|
*
|
x86/doublefault/32: Rewrite the x86_32 #DF handler and unify with 64-bit
Andy Lutomirski
2019-11-26
1
-2
/
+17
|
*
|
x86/traps: Disentangle the 32-bit and 64-bit doublefault code
Andy Lutomirski
2019-11-26
1
-9
/
+3
*
|
|
x86/ftrace: Use text_poke()
Peter Zijlstra
2019-11-27
1
-9
/
+0
|
/
/
*
/
x86/nmi: Remove stale EDAC include leftover
Borislav Petkov
2019-10-01
1
-5
/
+0
|
/
*
x86/mm, tracing: Fix CR2 corruption
Peter Zijlstra
2019-07-17
1
-5
/
+1
*
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
2019-05-29
1
-2
/
+2
*
signal: Explicitly call force_sig_fault on current
Eric W. Biederman
2019-05-29
1
-2
/
+2
*
signal/x86: Remove task parameter from send_sigtrap
Eric W. Biederman
2019-05-29
1
-1
/
+1
*
signal: Remove task parameter from force_sig
Eric W. Biederman
2019-05-27
1
-2
/
+2
*
x86/speculation/mds: Revert CPU buffer clear on double fault exit
Andy Lutomirski
2019-05-16
1
-8
/
+0
*
Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-05-14
1
-0
/
+8
|
\
|
*
x86/speculation/mds: Clear CPU buffers on exit to user
Thomas Gleixner
2019-03-06
1
-0
/
+8
*
|
x86/fpu: Use a feature number instead of mask in two more helpers
Sebastian Andrzej Siewior
2019-04-10
1
-1
/
+1
*
|
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-03-08
1
-3
/
+2
|
\
\
[prev]
[next]