aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/desc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-05x86/traps: Separate set_intr_gate() and clean up early_trap_init()Wang Nan1-1/+6
2015-01-22x86, tls: Interpret an all-zero struct user_desc as "no segment"Andy Lutomirski1-0/+13
2015-01-22x86, tls, ldt: Stop checking lm in LDT_emptyAndy Lutomirski1-7/+2
2013-11-08x86, trace: Delete __trace_alloc_intr_gate()Seiji Aguchi1-22/+0
2013-11-08x86, trace: Register exception handler to trace IDTSeiji Aguchi1-5/+23
2013-11-08x86, trace: Remove __alloc_intr_gate()Seiji Aguchi1-6/+1
2013-06-22trace,x86: Do not call local_irq_save() in load_current_idt()Steven Rostedt (Red Hat)1-6/+4
2013-06-20x86, trace: Add irq vector tracepointsSeiji Aguchi1-2/+70
2013-06-20x86: Rename variables for debuggingSeiji Aguchi1-3/+44
2012-05-14x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi1-0/+1
2011-12-21x86: Keep current stack in NMI breakpointsSteven Rostedt1-0/+12
2011-08-04x86-64: Add user_64bit_mode paravirt opAndy Lutomirski1-2/+2
2011-05-27x86, asm: Clean up desc.h a bitIngo Molnar1-76/+76
2009-11-05x86: Make sure get_user_desc() doesn't sign extend.Chris Lalancette1-1/+1
2009-07-19x86: Introduce set_desc_base() and set_desc_limit()Akinobu Mita1-0/+13
2009-06-17x86: de-assembler-ize asm/desc.hAlexander van Heukelum1-26/+0
2009-04-21FRV: Fix the section attribute on UP DECLARE_PER_CPU()David Howells1-1/+1
2009-03-11x86: cpu architecture debug code, build fix, cleanupJaswinder Singh Rajput1-1/+2
2008-12-23x86: fix lguest used_vectors breakage, -v2Yinghai Lu1-6/+4
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin1-3/+3
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-0/+409