summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/desc.h
AgeCommit message (Expand)Author
2018-09-03x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrellaJuergen Gross
2017-12-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-12-23x86/ldt: Make the LDT mapping ROThomas Gleixner
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-12-22x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner
2017-12-18Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2017-12-17x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tssAndy Lutomirski
2017-12-17x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entr...Andy Lutomirski
2017-12-17x86/entry/gdt: Put per-CPU GDT remaps in ascending orderAndy Lutomirski
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-25x86/vector: Rename used_vectors to system_vectorsThomas Gleixner
2017-09-13x86/paravirt: Remove no longer used paravirt functionsJuergen Gross
2017-08-29x86/idt: Hide set_intr_gate()Thomas Gleixner
2017-08-29x86/idt: Deinline setup functionsThomas Gleixner
2017-08-29x86/idt: Remove unused functions/inlinesThomas Gleixner
2017-08-29x86/idt: Move APIC gate initialization to tablesThomas Gleixner
2017-08-29x86/idt: Move regular trap init to tablesThomas Gleixner
2017-08-29x86/idt: Move IST stack based traps to table initThomas Gleixner
2017-08-29x86/idt: Move debug stack init to table basedThomas Gleixner
2017-08-29x86/idt: Move early IDT handler setup to IDT codeThomas Gleixner
2017-08-29x86/idt: Consolidate IDT invalidationThomas Gleixner
2017-08-29x86/idt: Remove unused set_trap_gate()Thomas Gleixner
2017-08-29x86/ldttss: Clean up 32-bit descriptorsThomas Gleixner
2017-08-29x86/gdt: Use bitfields for initializationThomas Gleixner
2017-08-29x86/idt: Unify gate_struct handling for 32/64-bit kernelsThomas Gleixner
2017-08-29x86/idt: Remove the tracing IDT completelyThomas Gleixner
2017-08-29x86/irq: Remove duplicated used_vectors definitionThomas Gleixner
2017-08-29x86/irq: Get rid of the 'first_system_vector' indirection bogosityThomas Gleixner
2017-03-23x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixupAndy Lutomirski
2017-03-23x86/gdt: Get rid of the get_*_gdt_*_vaddr() helpersAndy Lutomirski
2017-03-23x86/gdt: Fix setup_fixmap_gdt() to use the correct PAAndy Lutomirski
2017-03-16x86: Make the GDT remapping read-only on 64-bitThomas Garnier
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier
2017-03-01x86/asm: Tidy up TSS limit codeAndy Lutomirski
2017-02-21x86/kvm/vmx: Defer TR reload after VM exitAndy Lutomirski
2017-02-21x86/asm: Define the kernel TSS limit in a macroAndy Lutomirski
2016-08-10x86: Apply more __ro_after_init and constKees Cook
2015-07-31x86/ldt: Make modify_ldt synchronousAndy Lutomirski
2015-03-05x86/traps: Separate set_intr_gate() and clean up early_trap_init()Wang Nan
2015-01-22x86, tls: Interpret an all-zero struct user_desc as "no segment"Andy Lutomirski
2015-01-22x86, tls, ldt: Stop checking lm in LDT_emptyAndy Lutomirski
2013-11-08x86, trace: Delete __trace_alloc_intr_gate()Seiji Aguchi
2013-11-08x86, trace: Register exception handler to trace IDTSeiji Aguchi
2013-11-08x86, trace: Remove __alloc_intr_gate()Seiji Aguchi
2013-06-22trace,x86: Do not call local_irq_save() in load_current_idt()Steven Rostedt (Red Hat)
2013-06-20x86, trace: Add irq vector tracepointsSeiji Aguchi
2013-06-20x86: Rename variables for debuggingSeiji Aguchi
2012-05-14x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi
2011-12-21x86: Keep current stack in NMI breakpointsSteven Rostedt