summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/desc.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86/asm: Define the kernel TSS limit in a macroAndy Lutomirski2017-02-211-9/+1
* x86: Apply more __ro_after_init and constKees Cook2016-08-101-1/+1
* x86/ldt: Make modify_ldt synchronousAndy Lutomirski2015-07-311-15/+0
* x86/traps: Separate set_intr_gate() and clean up early_trap_init()Wang Nan2015-03-051-1/+6
* x86, tls: Interpret an all-zero struct user_desc as "no segment"Andy Lutomirski2015-01-221-0/+13
* x86, tls, ldt: Stop checking lm in LDT_emptyAndy Lutomirski2015-01-221-7/+2
* x86, trace: Delete __trace_alloc_intr_gate()Seiji Aguchi2013-11-081-22/+0
* x86, trace: Register exception handler to trace IDTSeiji Aguchi2013-11-081-5/+23
* x86, trace: Remove __alloc_intr_gate()Seiji Aguchi2013-11-081-6/+1
* trace,x86: Do not call local_irq_save() in load_current_idt()Steven Rostedt (Red Hat)2013-06-221-6/+4
* x86, trace: Add irq vector tracepointsSeiji Aguchi2013-06-201-2/+70
* x86: Rename variables for debuggingSeiji Aguchi2013-06-201-3/+44
* x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi2012-05-141-0/+1
* x86: Keep current stack in NMI breakpointsSteven Rostedt2011-12-211-0/+12