summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/desc.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into x86/boot, to resolve conflictIngo Molnar2024-03-121-2/+0
|\
| * x86/traps: Add sysvec_install() to install a system interrupt handlerXin Li2024-01-311-2/+0
* | x86/boot/64: Load the final kernel GDT during early boot directly, remove sta...Brian Gerst2024-02-281-0/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-0/+1
|\
| * kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
* | Merge tag 'x86-irq-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-06-291-1/+21
|\ \
| * | x86: Add native_[ig]dt_invalidate()H. Peter Anvin (Intel)2021-05-211-0/+20
| * | x86/idt: Remove address argument from idt_invalidate()H. Peter Anvin (Intel)2021-05-211-1/+1
| |/
* / x86/idt: Rework IDT setup for boot CPUThomas Gleixner2021-05-181-2/+0
|/
* x86/idt: Make IDT init functions static inlinesJoerg Roedel2020-09-071-0/+27
* x86/idt: Consolidate idt functionalityThomas Gleixner2020-06-111-15/+2
* x86/entry: Remove debug IDT frobbingPeter Zijlstra2020-06-111-33/+1
* x86/nmi: Protect NMI entry against instrumentationThomas Gleixner2020-06-111-4/+4
* x86/idt: Remove update_intr_gate()Thomas Gleixner2020-06-111-1/+0
* x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrellaJuergen Gross2018-09-031-2/+2
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-291-0/+2
|\
| * x86/ldt: Make the LDT mapping ROThomas Gleixner2017-12-231-0/+2
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-231-0/+1
|\|
| * x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner2017-12-221-0/+1
* | Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-12-181-9/+2
|\|
| * x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tssAndy Lutomirski2017-12-171-1/+1
| * x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entr...Andy Lutomirski2017-12-171-8/+1
| * x86/entry/gdt: Put per-CPU GDT remaps in ascending orderAndy Lutomirski2017-12-171-1/+1
* | Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\|
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | x86/vector: Rename used_vectors to system_vectorsThomas Gleixner2017-09-251-1/+1
|/
* x86/paravirt: Remove no longer used paravirt functionsJuergen Gross2017-09-131-2/+1
* x86/idt: Hide set_intr_gate()Thomas Gleixner2017-08-291-1/+1
* x86/idt: Deinline setup functionsThomas Gleixner2017-08-291-35/+2
* x86/idt: Remove unused functions/inlinesThomas Gleixner2017-08-291-36/+0
* x86/idt: Move APIC gate initialization to tablesThomas Gleixner2017-08-291-0/+1
* x86/idt: Move regular trap init to tablesThomas Gleixner2017-08-291-0/+1
* x86/idt: Move IST stack based traps to table initThomas Gleixner2017-08-291-0/+2
* x86/idt: Move debug stack init to table basedThomas Gleixner2017-08-291-0/+2
* x86/idt: Move early IDT handler setup to IDT codeThomas Gleixner2017-08-291-0/+9
* x86/idt: Consolidate IDT invalidationThomas Gleixner2017-08-291-0/+3
* x86/idt: Remove unused set_trap_gate()Thomas Gleixner2017-08-291-12/+0
* x86/ldttss: Clean up 32-bit descriptorsThomas Gleixner2017-08-291-23/+3
* x86/gdt: Use bitfields for initializationThomas Gleixner2017-08-291-10/+16
* x86/idt: Unify gate_struct handling for 32/64-bit kernelsThomas Gleixner2017-08-291-26/+19
* x86/idt: Remove the tracing IDT completelyThomas Gleixner2017-08-291-76/+6
* x86/irq: Remove duplicated used_vectors definitionThomas Gleixner2017-08-291-1/+0
* x86/irq: Get rid of the 'first_system_vector' indirection bogosityThomas Gleixner2017-08-291-3/+2
* x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixupAndy Lutomirski2017-03-231-1/+0
* x86/gdt: Get rid of the get_*_gdt_*_vaddr() helpersAndy Lutomirski2017-03-231-20/+0
* x86/gdt: Fix setup_fixmap_gdt() to use the correct PAAndy Lutomirski2017-03-231-0/+6
* x86: Make the GDT remapping read-only on 64-bitThomas Garnier2017-03-161-38/+68
* x86: Remap GDT tables in the fixmap sectionThomas Garnier2017-03-161-5/+53
* x86/asm: Tidy up TSS limit codeAndy Lutomirski2017-03-011-7/+11
* x86/kvm/vmx: Defer TR reload after VM exitAndy Lutomirski2017-02-211-0/+48