index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
traps.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
2018-04-25
1
-0
/
+3
*
x86/entry/64: Don't use IST entry for #BP stack
Andy Lutomirski
2018-03-23
1
-7
/
+8
*
x86/debug: Use UD2 for WARN()
Peter Zijlstra
2018-02-15
1
-1
/
+1
*
Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2017-12-31
1
-1
/
+1
|
\
|
*
x86/espfix/64: Fix espfix double-fault handling on 5-level systems
Andy Lutomirski
2017-12-15
1
-1
/
+1
*
|
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2017-12-23
1
-2
/
+4
|
\
\
|
*
|
x86/cpu_entry_area: Move it out of the fixmap
Thomas Gleixner
2017-12-22
1
-2
/
+3
|
*
|
x86/cpu_entry_area: Move it to a separate unit
Thomas Gleixner
2017-12-22
1
-0
/
+1
*
|
|
Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2017-12-18
1
-27
/
+42
|
\
\
\
|
|
/
/
|
*
|
x86/entry/64: Make cpu_entry_area.tss read-only
Andy Lutomirski
2017-12-17
1
-2
/
+2
|
*
|
x86/entry/64: Remove the SYSENTER stack canary
Andy Lutomirski
2017-12-17
1
-7
/
+0
|
*
|
x86/entry/64: Move the IST stacks into struct cpu_entry_area
Andy Lutomirski
2017-12-17
1
-0
/
+3
|
*
|
x86/entry/64: Use a per-CPU trampoline stack for IDT entries
Andy Lutomirski
2017-12-17
1
-10
/
+11
|
*
|
x86/espfix/64: Stop assuming that pt_regs is on the entry stack
Andy Lutomirski
2017-12-17
1
-9
/
+28
|
*
|
x86/entry/64: Allocate and enable the SYSENTER stack
Andy Lutomirski
2017-12-17
1
-2
/
+1
|
*
|
Merge commit 'upstream-x86-entry' into WIP.x86/mm
Ingo Molnar
2017-12-17
1
-2
/
+1
|
|
\
\
*
|
|
|
kmemcheck: remove annotations
Levin, Alexander (Sasha Levin)
2017-11-15
1
-5
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-11-13
1
-1
/
+1
|
\
\
\
|
*
\
\
Merge branch 'irq/urgent' into x86/apic
Thomas Gleixner
2017-10-12
1
-1
/
+1
|
|
\
\
\
|
*
|
|
|
x86/vector: Rename used_vectors to system_vectors
Thomas Gleixner
2017-09-25
1
-1
/
+1
*
|
|
|
|
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2017-11-13
1
-2
/
+7
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
x86/traps: Fix up general protection faults caused by UMIP
Ricardo Neri
2017-11-08
1
-0
/
+6
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
x86/traps: Use a new on_thread_stack() helper to clean up an assertion
Andy Lutomirski
2017-11-02
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
[next]