aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/desc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-06-29Merge tag 'x86-irq-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+21
2021-05-21x86: Add native_[ig]dt_invalidate()H. Peter Anvin (Intel)1-0/+20
2021-05-21x86/idt: Remove address argument from idt_invalidate()H. Peter Anvin (Intel)1-1/+1
2021-05-18x86/idt: Rework IDT setup for boot CPUThomas Gleixner1-2/+0
2020-09-07x86/idt: Make IDT init functions static inlinesJoerg Roedel1-0/+27
2020-06-11x86/idt: Consolidate idt functionalityThomas Gleixner1-15/+2
2020-06-11x86/entry: Remove debug IDT frobbingPeter Zijlstra1-33/+1
2020-06-11x86/nmi: Protect NMI entry against instrumentationThomas Gleixner1-4/+4
2020-06-11x86/idt: Remove update_intr_gate()Thomas Gleixner1-1/+0
2018-09-03x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrellaJuergen Gross1-2/+2
2017-12-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2017-12-23x86/ldt: Make the LDT mapping ROThomas Gleixner1-0/+2
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2017-12-22x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner1-0/+1
2017-12-18Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+2
2017-12-17x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tssAndy Lutomirski1-1/+1
2017-12-17x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entry_areaAndy Lutomirski1-8/+1
2017-12-17x86/entry/gdt: Put per-CPU GDT remaps in ascending orderAndy Lutomirski1-1/+1
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-25x86/vector: Rename used_vectors to system_vectorsThomas Gleixner1-1/+1
2017-09-13x86/paravirt: Remove no longer used paravirt functionsJuergen Gross1-2/+1
2017-08-29x86/idt: Hide set_intr_gate()Thomas Gleixner1-1/+1
2017-08-29x86/idt: Deinline setup functionsThomas Gleixner1-35/+2
2017-08-29x86/idt: Remove unused functions/inlinesThomas Gleixner1-36/+0
2017-08-29x86/idt: Move APIC gate initialization to tablesThomas Gleixner1-0/+1
2017-08-29x86/idt: Move regular trap init to tablesThomas Gleixner1-0/+1
2017-08-29x86/idt: Move IST stack based traps to table initThomas Gleixner1-0/+2
2017-08-29x86/idt: Move debug stack init to table basedThomas Gleixner1-0/+2
2017-08-29x86/idt: Move early IDT handler setup to IDT codeThomas Gleixner1-0/+9
2017-08-29x86/idt: Consolidate IDT invalidationThomas Gleixner1-0/+3
2017-08-29x86/idt: Remove unused set_trap_gate()Thomas Gleixner1-12/+0
2017-08-29x86/ldttss: Clean up 32-bit descriptorsThomas Gleixner1-23/+3
2017-08-29x86/gdt: Use bitfields for initializationThomas Gleixner1-10/+16
2017-08-29x86/idt: Unify gate_struct handling for 32/64-bit kernelsThomas Gleixner1-26/+19
2017-08-29x86/idt: Remove the tracing IDT completelyThomas Gleixner1-76/+6
2017-08-29x86/irq: Remove duplicated used_vectors definitionThomas Gleixner1-1/+0
2017-08-29x86/irq: Get rid of the 'first_system_vector' indirection bogosityThomas Gleixner1-3/+2
2017-03-23x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixupAndy Lutomirski1-1/+0
2017-03-23x86/gdt: Get rid of the get_*_gdt_*_vaddr() helpersAndy Lutomirski1-20/+0
2017-03-23x86/gdt: Fix setup_fixmap_gdt() to use the correct PAAndy Lutomirski1-0/+6
2017-03-16x86: Make the GDT remapping read-only on 64-bitThomas Garnier1-38/+68
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier1-5/+53
2017-03-01x86/asm: Tidy up TSS limit codeAndy Lutomirski1-7/+11
2017-02-21x86/kvm/vmx: Defer TR reload after VM exitAndy Lutomirski1-0/+48
2017-02-21x86/asm: Define the kernel TSS limit in a macroAndy Lutomirski1-9/+1
2016-08-10x86: Apply more __ro_after_init and constKees Cook1-1/+1
2015-07-31x86/ldt: Make modify_ldt synchronousAndy Lutomirski1-15/+0