index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
idt.c
Age
Commit message (
Expand
)
Author
2018-08-05
x86: Don't include linux/irq.h from asm/hardirq.h
Nicolai Stange
2018-06-06
x86/idt: Simplify the idt_setup_apic_and_irq_gates()
Dou Liyang
2018-03-31
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-03-28
x86/platform/uv/BAU: Add APIC idt entry
Andrew Banman
2018-03-23
x86/entry/64: Don't use IST entry for #BP stack
Andy Lutomirski
2018-01-14
x86/idt: Mark IDT tables __initconst
Andi Kleen
2017-11-13
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-11-08
x86/idt: Remove X86_TRAP_BP initialization in idt_setup_traps()
Yonghong Song
2017-09-25
x86/vector: Rename used_vectors to system_vectors
Thomas Gleixner
2017-09-01
x86/idt: Fix the X86_TRAP_BP gate
Ingo Molnar
2017-08-29
x86/idt: Hide set_intr_gate()
Thomas Gleixner
2017-08-29
x86/idt: Simplify alloc_intr_gate()
Thomas Gleixner
2017-08-29
x86/idt: Deinline setup functions
Thomas Gleixner
2017-08-29
x86/idt: Move interrupt gate initialization to IDT code
Thomas Gleixner
2017-08-29
x86/idt: Move APIC gate initialization to tables
Thomas Gleixner
2017-08-29
x86/idt: Move regular trap init to tables
Thomas Gleixner
2017-08-29
x86/idt: Move IST stack based traps to table init
Thomas Gleixner
2017-08-29
x86/idt: Move debug stack init to table based
Thomas Gleixner
2017-08-29
x86/idt: Switch early trap init to IDT tables
Thomas Gleixner
2017-08-29
x86/idt: Prepare for table based init
Thomas Gleixner
2017-08-29
x86/idt: Move early IDT setup out of 32-bit asm
Thomas Gleixner
2017-08-29
x86/idt: Move early IDT handler setup to IDT code
Thomas Gleixner
2017-08-29
x86/idt: Consolidate IDT invalidation
Thomas Gleixner
2017-08-29
x86/idt: Move 32-bit idt_descr to C code
Thomas Gleixner
2017-08-29
x86/idt: Create file for IDT related code
Thomas Gleixner