summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2020-02-19KVM: x86/mmu: Fix struct guest_walker arrays for 5-level pagingSean Christopherson
2020-02-19KVM: x86: Mask off reserved bit from #DB exception payloadOliver Upton
2020-02-19perf/x86/intel: Fix inaccurate period in context switch for auto-reloadKan Liang
2020-02-19perf/x86/amd: Add missing L2 misses event spec to AMD Family 17h's event mapKim Phillips
2020-02-19KVM: nVMX: Use correct root level for nested EPT shadow page tablesSean Christopherson
2020-02-14x86/boot: Handle malformed SRAT tables during early ACPI parsingSteven Clarkson
2020-02-11x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner
2020-02-11KVM: Use vcpu-specific gva->hva translation when querying host page sizeSean Christopherson
2020-02-11KVM: nVMX: vmread should not set rflags to specify success in case of #PFMiaohe Lin
2020-02-11KVM: x86: fix overlap between SPTE_MMIO_MASK and generationPaolo Bonzini
2020-02-11KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVMSean Christopherson
2020-02-11KVM: x86: use CPUID to locate host page table reserved bitsPaolo Bonzini
2020-02-11KVM: x86/mmu: Apply max PA check for MMIO sptes to 32-bit KVMSean Christopherson
2020-02-11x86/timer: Don't skip PIT setup when APIC is disabled or in legacy modeThomas Gleixner
2020-02-11KVM: x86: Revert "KVM: X86: Fix fpu state crash in kvm guest"Sean Christopherson
2020-02-11KVM: x86: Ensure guest's FPU state is loaded when accessing for emulationSean Christopherson
2020-02-11KVM: x86: Handle TIF_NEED_FPU_LOAD in kvm_{load,put}_guest_fpu()Sean Christopherson
2020-02-11KVM: x86: Free wbinvd_dirty_mask if vCPU creation failsSean Christopherson
2020-02-11KVM: x86: Don't let userspace set host-reserved cr4 bitsSean Christopherson
2020-02-11KVM: VMX: Add non-canonical check on writes to RTIT address MSRsSean Christopherson
2020-02-11x86/KVM: Clean up host's steal time structureBoris Ostrovsky
2020-02-11x86/kvm: Cache gfn to pfn translationBoris Ostrovsky
2020-02-11x86/KVM: Make sure KVM_VCPU_FLUSH_TLB flag is not missedBoris Ostrovsky
2020-02-11x86/kvm: Be careful not to clear KVM_VCPU_FLUSH_TLB bitBoris Ostrovsky
2020-02-11kvm/svm: PKU not currently supportedJohn Allen
2020-02-11KVM: x86: Fix potential put_fpu() w/o load_fpu() on MPX platformSean Christopherson
2020-02-11KVM: x86: Protect MSR-based index computations in fixed_msr_to_seg_unit() fro...Marios Pomonis
2020-02-11KVM: x86: Protect x86_decode_insn from Spectre-v1/L1TF attacksMarios Pomonis
2020-02-11KVM: x86: Protect MSR-based index computations from Spectre-v1/L1TF attacks i...Marios Pomonis
2020-02-11KVM: x86: Protect ioapic_read_indirect() from Spectre-v1/L1TF attacksMarios Pomonis
2020-02-11KVM: x86: Protect MSR-based index computations in pmu.h from Spectre-v1/L1TF ...Marios Pomonis
2020-02-11KVM: x86: Protect ioapic_write_indirect() from Spectre-v1/L1TF attacksMarios Pomonis
2020-02-11KVM: x86: Protect kvm_hv_msr_[get|set]_crash_data() from Spectre-v1/L1TF attacksMarios Pomonis
2020-02-11KVM: x86: Protect kvm_lapic_reg_write() from Spectre-v1/L1TF attacksMarios Pomonis
2020-02-11KVM: x86: Protect DR-based index computations from Spectre-v1/L1TF attacksMarios Pomonis
2020-02-11KVM: x86: Protect pmu_intel.c from Spectre-v1/L1TF attacksMarios Pomonis
2020-02-11KVM: x86: Refactor prefix decoding to prevent Spectre-v1/L1TF attacksMarios Pomonis
2020-02-11KVM: x86: Refactor picdev_write() to prevent Spectre-v1/L1TF attacksMarios Pomonis
2020-02-11x86/cpu: Update cached HLE state on write to TSX_CTRL_CPUID_CLEARPawan Gupta
2020-02-05perf/x86/intel/uncore: Remove PCIe3 unit for SNRKan Liang
2020-02-05perf/x86/intel/uncore: Add PCI ID of IMC for Xeon E3 V5 FamilyKan Liang
2020-02-05x86/resctrl: Fix use-after-free due to inaccurate refcount of rdtgroupXiaochen Shen
2020-02-05x86/resctrl: Fix use-after-free when deleting resource groupsXiaochen Shen
2020-02-05x86/resctrl: Fix a deadlock due to inaccurate referenceXiaochen Shen
2020-01-23x86/resctrl: Fix potential memory leakShakeel Butt
2020-01-23x86/efistub: Disable paging at mixed mode entryArd Biesheuvel
2020-01-23perf/x86/intel/uncore: Fix missing marker for snr_uncore_imc_freerunning_eventsKan Liang
2020-01-23x86/CPU/AMD: Ensure clearing of SME/SEV features is maintainedTom Lendacky
2020-01-23x86/resctrl: Fix an imbalance in domain_remove_cpu()Qian Cai
2020-01-17syscalls/x86: Fix function types in COND_SYSCALLSami Tolvanen