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.12.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
/
idt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-10-14
1
-33
/
+8
|
\
|
*
x86/sev-es: Add a Runtime #VC Exception Handler
Tom Lendacky
2020-09-09
1
-4
/
+7
|
*
x86/idt: Make IDT init functions static inlines
Joerg Roedel
2020-09-07
1
-34
/
+0
|
*
x86/idt: Split idt_data setup out of set_intr_gate()
Joerg Roedel
2020-09-07
1
-8
/
+14
*
|
x86/platform/uv: Remove UV BAU TLB Shootdown Handler
Mike Travis
2020-10-07
1
-3
/
+0
|
/
*
x86/idt: Make idt_descr static
Jason Andryuk
2020-06-20
1
-1
/
+1
*
x86/idt: Consolidate idt functionality
Thomas Gleixner
2020-06-11
1
-25
/
+38
*
x86/idt: Cleanup trap_init()
Thomas Gleixner
2020-06-11
1
-0
/
+18
*
x86/idt: Use proper constants for table size
Thomas Gleixner
2020-06-11
1
-1
/
+2
*
x86/idt: Add comments about early #PF handling
Thomas Gleixner
2020-06-11
1
-2
/
+8
*
x86/idt: Mark init only functions __init
Thomas Gleixner
2020-06-11
1
-2
/
+2
*
x86/entry: Remove debug IDT frobbing
Peter Zijlstra
2020-06-11
1
-30
/
+0
*
x86/entry: Convert reschedule interrupt to IDTENTRY_SYSVEC_SIMPLE
Thomas Gleixner
2020-06-11
1
-1
/
+1
*
x86/entry: Convert KVM vectors to IDTENTRY_SYSVEC*
Thomas Gleixner
2020-06-11
1
-3
/
+3
*
x86/entry: Convert various system vectors
Thomas Gleixner
2020-06-11
1
-14
/
+14
*
x86/entry: Convert SMP system vectors to IDTENTRY_SYSVEC
Thomas Gleixner
2020-06-11
1
-5
/
+5
*
x86/entry: Convert APIC interrupts to IDTENTRY_SYSVEC
Thomas Gleixner
2020-06-11
1
-4
/
+4
*
x86/irq: Convey vector as argument and not in ptregs
Thomas Gleixner
2020-06-11
1
-1
/
+1
*
x86/entry: Switch page fault exception to IDTENTRY_RAW
Thomas Gleixner
2020-06-11
1
-2
/
+2
*
x86/entry: Convert double fault exception to IDTENTRY_DF
Thomas Gleixner
2020-06-11
1
-2
/
+2
*
x86/entry: Convert Debug exception to IDTENTRY_DB
Thomas Gleixner
2020-06-11
1
-4
/
+4
*
x86/entry: Convert NMI to IDTENTRY_NMI
Thomas Gleixner
2020-06-11
1
-2
/
+2
*
x86/entry: Convert Machine Check to IDTENTRY_IST
Thomas Gleixner
2020-06-11
1
-5
/
+5
*
x86/entry: Convert INT3 exception to IDTENTRY_RAW
Thomas Gleixner
2020-06-11
1
-1
/
+1
*
x86/entry: Convert SIMD coprocessor error exception to IDTENTRY
Thomas Gleixner
2020-06-11
1
-1
/
+1
*
x86/entry: Convert Alignment check exception to IDTENTRY
Thomas Gleixner
2020-06-11
1
-1
/
+1
*
x86/entry: Convert Coprocessor error exception to IDTENTRY
Thomas Gleixner
2020-06-11
1
-1
/
+1
*
x86/entry: Convert Spurious interrupt bug exception to IDTENTRY
Thomas Gleixner
2020-06-11
1
-1
/
+1
*
x86/entry: Convert General protection exception to IDTENTRY
Thomas Gleixner
2020-06-11
1
-1
/
+1
*
x86/entry: Convert Stack segment exception to IDTENTRY
Thomas Gleixner
2020-06-11
1
-1
/
+1
*
x86/entry: Convert Segment not present exception to IDTENTRY
Thomas Gleixner
2020-06-11
1
-1
/
+1
*
x86/entry: Convert Invalid TSS exception to IDTENTRY
Thomas Gleixner
2020-06-11
1
-1
/
+1
*
x86/entry: Convert Coprocessor segment overrun exception to IDTENTRY
Thomas Gleixner
2020-06-11
1
-1
/
+1
*
x86/entry: Convert Device not available exception to IDTENTRY
Thomas Gleixner
2020-06-11
1
-1
/
+1
*
x86/entry: Convert Invalid Opcode exception to IDTENTRY
Thomas Gleixner
2020-06-11
1
-1
/
+1
*
x86/entry: Convert Bounds exception to IDTENTRY
Thomas Gleixner
2020-06-11
1
-1
/
+1
*
x86/entry: Convert Overflow exception to IDTENTRY
Thomas Gleixner
2020-06-11
1
-1
/
+1
*
x86/entry: Convert Divide Error to IDTENTRY
Thomas Gleixner
2020-06-11
1
-1
/
+1
*
x86/idt: Remove update_intr_gate()
Thomas Gleixner
2020-06-11
1
-8
/
+0
*
x86/idt: Keep spurious entries unset in system_vectors
Vitaly Kuznetsov
2020-06-11
1
-1
/
+5
*
x86/idt: Annotate alloc_intr_gate() with __init
Vitaly Kuznetsov
2020-06-11
1
-3
/
+13
*
x86/idt: Remove address operator on function machine_check()
Lai Jiangshan
2020-06-11
1
-2
/
+2
*
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-07-08
1
-1
/
+2
|
\
|
*
x86/irq: Seperate unused system vectors from spurious entry again
Thomas Gleixner
2019-07-03
1
-1
/
+2
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 243
Thomas Gleixner
2019-06-19
1
-2
/
+1
|
/
*
x86/exceptions: Disconnect IST index and stack order
Thomas Gleixner
2019-04-17
1
-4
/
+4
*
x86/exceptions: Make IST index zero based
Thomas Gleixner
2019-04-17
1
-6
/
+9
*
x86/idt: Remove unused macro SISTG
Thomas Gleixner
2019-04-17
1
-4
/
+0
*
x86: Don't include linux/irq.h from asm/hardirq.h
Nicolai Stange
2018-08-05
1
-0
/
+1
*
x86/idt: Simplify the idt_setup_apic_and_irq_gates()
Dou Liyang
2018-06-06
1
-5
/
+2
[next]