aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: trap AMD MSRs for the TSeg base and maskPaolo Bonzini2015-10-131-0/+1
* x86/ldt: Make modify_ldt synchronousAndy Lutomirski2015-10-133-19/+48
* KVM: x86: make vapics_in_nmi_mode atomicRadim Krčmář2015-08-121-1/+1
* x86/iommu: Fix header comments regarding standard and _FINISH macrosAravind Gopalakrishnan2015-08-071-5/+6
* x86, cpu, amd: Add workaround for family 16h, erratum 793Borislav Petkov2015-02-201-0/+1
* x86, tls: Interpret an all-zero struct user_desc as "no segment"Andy Lutomirski2015-02-201-0/+13
* x86, tls, ldt: Stop checking lm in LDT_emptyAndy Lutomirski2015-02-201-7/+2
* x86/tls: Don't validate lm in set_thread_area() after allAndy Lutomirski2015-02-201-0/+7
* x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is read-onlyPaolo Bonzini2015-01-012-2/+9
* x86_64, traps: Stop using IST for #SSAndy Lutomirski2014-12-142-7/+5
* kvm: x86: fix stale mmio cache bugDavid Matlack2014-12-141-0/+1
* kvm: vmx: handle invvpid vm exit gracefullyPetr Matousek2014-11-051-0/+1
* nEPT: Nested INVEPTNadav Har'El2014-11-051-0/+1
* KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit2014-11-051-0/+14
* x86_64/entry/xen: Do not invoke espfix64 on XenAndy Lutomirski2014-09-131-1/+1
* x86, espfix: Fix broken header guardH. Peter Anvin2014-09-131-1/+1
* x86, espfix: Move espfix definitions into a separate header fileH. Peter Anvin2014-09-132-3/+18
* x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stackH. Peter Anvin2014-09-132-0/+5
* KVM: x86: preserve the high 32-bits of the PAT registerPaolo Bonzini2014-08-061-1/+1
* KVM: x86: Increase the number of fixed MTRR regs to 10Nadav Amit2014-08-061-1/+1
* ptrace,x86: force IRET path after a ptrace_stop()Tejun Heo2014-07-111-0/+16
* x86, mm, hugetlb: Add missing TLB page invalidation for hugetlb_cow()Anthony Iliopoulos2014-06-091-0/+1
* x86: Add check for number of available vectors before CPU downPrarit Bhargava2014-04-021-0/+1
* compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar2013-11-282-2/+2
* KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...Andy Honig2013-04-251-2/+2
* x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metalBoris Ostrovsky2013-04-252-1/+6
* signal: Define __ARCH_HAS_SA_RESTORER so we know whether to clear sa_restorerBen Hutchings2013-03-271-0/+2
* x86/mm: Check if PUD is large when validating a kernel addressMel Gorman2013-03-061-0/+5
* x86: Use enum instead of literals for trap valuesKees Cook2013-02-061-0/+25
* efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming2013-02-061-0/+1
* x86-32: Fix invalid stack address while in softirqRobert Richter2012-12-061-11/+4
* x86: Remove the ancient and deprecated disable_hlt() and enable_hlt() facilityLen Brown2012-11-161-7/+0
* mm: thp: fix pmd_present for split_huge_page and PROT_NONE with THPAndrea Arcangeli2012-10-171-3/+8
* x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester2012-08-041-2/+0
* x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERMH. Peter Anvin2012-07-041-1/+1
* thp: avoid atomic64_read in pmd_read_atomic for 32bit PAEAndrea Arcangeli2012-07-041-13/+17
* mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race conditionAndrea Arcangeli2012-07-041-0/+50
* x86/uv: Fix UV2 BAU legacy modeCliff Wickman2012-06-191-1/+0
* sched/x86: Fix overflow in cyc2ns_offsetSalman Qazi2012-04-131-6/+2
* KVM: x86: fix missing checks in syscall emulationStephan Bärwolf2012-04-021-0/+13
* KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"Stephan Bärwolf2012-04-021-0/+3
* perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabledJoerg Roedel2012-03-121-0/+8
* i387: re-introduce FPU state preloading at context switch timeLinus Torvalds2012-02-271-17/+93
* i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds2012-02-273-24/+23
* i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds2012-02-271-19/+0
* i387: do not preload FPU state at task switch timeLinus Torvalds2012-02-271-1/+0
* i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds2012-02-271-20/+55
* i387: move TS_USEDFPU clearing out of __save_init_fpu and into callersLinus Torvalds2012-02-271-3/+6
* i387: fix x86-64 preemption-unsafe user stack save/restoreLinus Torvalds2012-02-271-0/+42
* i387: fix sense of sanity checkLinus Torvalds2012-02-271-1/+1