index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
traps.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/speculation/mds: Revert CPU buffer clear on double fault exit
Andy Lutomirski
2019-05-21
1
-8
/
+0
*
x86/speculation/mds: Clear CPU buffers on exit to user
Thomas Gleixner
2019-05-14
1
-0
/
+8
*
x86: Call fixup_exception() before notify_die() in math_error()
Siarhei Liakh
2018-07-03
1
-6
/
+8
*
x86/entry/64: Don't use IST entry for #BP stack
Andy Lutomirski
2018-03-28
1
-7
/
+8
*
kmemcheck: remove annotations
Levin, Alexander (Sasha Levin)
2018-02-22
1
-5
/
+0
*
x86/debug: Use UD2 for WARN()
Peter Zijlstra
2018-02-22
1
-1
/
+1
*
x86/espfix/64: Fix espfix double-fault handling on 5-level systems
Andy Lutomirski
2018-01-02
1
-1
/
+1
*
x86/cpu_entry_area: Move it out of the fixmap
Thomas Gleixner
2017-12-29
1
-2
/
+3
*
x86/cpu_entry_area: Move it to a separate unit
Thomas Gleixner
2017-12-29
1
-0
/
+1
*
x86/entry/64: Make cpu_entry_area.tss read-only
Andy Lutomirski
2017-12-25
1
-2
/
+2
*
x86/entry/64: Remove the SYSENTER stack canary
Andy Lutomirski
2017-12-25
1
-7
/
+0
*
x86/entry/64: Move the IST stacks into struct cpu_entry_area
Andy Lutomirski
2017-12-25
1
-0
/
+3
*
x86/entry/64: Use a per-CPU trampoline stack for IDT entries
Andy Lutomirski
2017-12-25
1
-10
/
+11
*
x86/espfix/64: Stop assuming that pt_regs is on the entry stack
Andy Lutomirski
2017-12-25
1
-9
/
+28
*
x86/entry/64: Allocate and enable the SYSENTER stack
Andy Lutomirski
2017-12-25
1
-2
/
+1
*
x86/traps: Use a new on_thread_stack() helper to clean up an assertion
Andy Lutomirski
2017-12-25
1
-2
/
+1
*
x86/debug: Handle warnings before the notifier chain, to fix KGDB crash
Alexander Shishkin
2017-11-10
1
-3
/
+7
*
x86/asm: Use register variable to get stack pointer value
Andrey Ryabinin
2017-09-29
1
-1
/
+1
*
x86/idt: Move regular trap init to tables
Thomas Gleixner
2017-08-29
1
-40
/
+1
*
x86/idt: Move IST stack based traps to table init
Thomas Gleixner
2017-08-29
1
-8
/
+1
*
x86/idt: Move debug stack init to table based
Thomas Gleixner
2017-08-29
1
-5
/
+1
*
x86/idt: Switch early trap init to IDT tables
Thomas Gleixner
2017-08-29
1
-27
/
+0
*
x86/idt: Create file for IDT related code
Thomas Gleixner
2017-08-29
1
-6
/
+0
*
x86/idt: Remove the tracing IDT completely
Thomas Gleixner
2017-08-29
1
-5
/
+1
*
x86/boot: Move EISA setup to a separate file
Thomas Gleixner
2017-08-29
1
-13
/
+0
*
x86/irq: Unexport used_vectors[]
Thomas Gleixner
2017-08-29
1
-1
/
+0
*
x86/debug: Handle early WARN_ONs proper
Peter Zijlstra
2017-06-12
1
-1
/
+1
*
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2017-05-01
1
-6
/
+40
|
\
|
*
x86/debug: Implement __WARN() using UD0
Peter Zijlstra
2017-03-27
1
-6
/
+40
*
|
x86/debug: Fix the printk() debug output of signal_fault(), do_trap() and do_...
Markus Trippelsdorf
2017-04-11
1
-2
/
+2
|
/
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
x86/traps: Get rid of unnecessary preempt_disable/preempt_enable_no_resched
Alexander Kuleshov
2017-02-04
1
-5
/
+0
*
x86/fpu: Handle #NM without FPU emulation as an error
Andy Lutomirski
2016-11-01
1
-4
/
+16
*
x86/mm: Improve stack-overflow #PF handling
Andy Lutomirski
2016-09-08
1
-3
/
+3
*
x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y)
Andy Lutomirski
2016-08-24
1
-0
/
+61
*
x86/kernel: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
2016-07-14
1
-1
/
+1
*
x86/entry/traps: Don't force in_interrupt() to return true in IST handlers
Andy Lutomirski
2016-06-10
1
-10
/
+10
*
x86/asm: Stop depending on ptrace.h in alternative.h
Andy Lutomirski
2016-04-29
1
-0
/
+1
*
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-03-15
1
-2
/
+1
|
\
|
*
x86/fpu: Speed up lazy FPU restores slightly
Andy Lutomirski
2016-02-09
1
-1
/
+1
|
*
x86/fpu: Fix math emulation in eager fpu mode
Andy Lutomirski
2016-02-09
1
-1
/
+0
*
|
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-03-15
1
-48
/
+90
|
\
\
|
*
|
x86/entry/traps: Show unhandled signal for i386 in do_trap()
Jianyu Zhan
2016-03-10
1
-2
/
+0
|
*
|
x86/entry/32: Change INT80 to be an interrupt gate
Andy Lutomirski
2016-03-10
1
-1
/
+1
|
*
|
x86/entry/32: Add and check a stack canary for the SYSENTER stack
Andy Lutomirski
2016-03-10
1
-0
/
+8
|
*
|
x86/entry: Vastly simplify SYSENTER TF (single-step) handling
Andy Lutomirski
2016-03-10
1
-9
/
+43
|
*
|
x86/entry/traps: Clear DR6 early in do_debug() and improve the comment
Andy Lutomirski
2016-03-10
1
-3
/
+12
|
*
|
x86/entry/traps: Clear TIF_BLOCKSTEP on all debug exceptions
Andy Lutomirski
2016-03-10
1
-5
/
+7
|
*
|
x86/entry/traps: Refactor preemption and interrupt flag handling
Alexander Kuleshov
2016-02-01
1
-28
/
+19
|
|
/
*
/
x86/mm: Expand the exception table logic to allow new handling options
Tony Luck
2016-02-18
1
-3
/
+3
|
/
[next]