summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-02-19perf/x86/amd: Add missing L2 misses event spec to AMD Family 17h's event mapKim Phillips1-0/+1
2020-02-19KVM: nVMX: Use correct root level for nested EPT shadow page tablesSean Christopherson1-0/+3
2020-02-15x86/boot: Handle malformed SRAT tables during early ACPI parsingSteven Clarkson1-0/+6
2020-02-11x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner2-3/+133
2020-02-11KVM: Use vcpu-specific gva->hva translation when querying host page sizeSean Christopherson1-3/+3
2020-02-11KVM: nVMX: vmread should not set rflags to specify success in case of #PFMiaohe Lin1-1/+3
2020-02-11KVM: x86: fix overlap between SPTE_MMIO_MASK and generationPaolo Bonzini1-5/+5
2020-02-11KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVMSean Christopherson6-70/+86
2020-02-11KVM: x86: use CPUID to locate host page table reserved bitsPaolo Bonzini1-8/+12
2020-02-11KVM: x86/mmu: Apply max PA check for MMIO sptes to 32-bit KVMSean Christopherson1-1/+1
2020-02-11x86/timer: Don't skip PIT setup when APIC is disabled or in legacy modeThomas Gleixner6-7/+34
2020-02-11KVM: x86: Revert "KVM: X86: Fix fpu state crash in kvm guest"Sean Christopherson1-6/+3
2020-02-11KVM: x86: Ensure guest's FPU state is loaded when accessing for emulationSean Christopherson1-0/+39
2020-02-11KVM: x86: Handle TIF_NEED_FPU_LOAD in kvm_{load,put}_guest_fpu()Sean Christopherson1-2/+17
2020-02-11KVM: x86: Free wbinvd_dirty_mask if vCPU creation failsSean Christopherson1-1/+1
2020-02-11KVM: x86: Don't let userspace set host-reserved cr4 bitsSean Christopherson1-1/+34
2020-02-11KVM: VMX: Add non-canonical check on writes to RTIT address MSRsSean Christopherson1-0/+2
2020-02-11x86/KVM: Clean up host's steal time structureBoris Ostrovsky2-10/+4
2020-02-11x86/kvm: Cache gfn to pfn translationBoris Ostrovsky2-0/+11
2020-02-11x86/KVM: Make sure KVM_VCPU_FLUSH_TLB flag is not missedBoris Ostrovsky1-21/+30
2020-02-11x86/kvm: Be careful not to clear KVM_VCPU_FLUSH_TLB bitBoris Ostrovsky1-0/+3
2020-02-11kvm/svm: PKU not currently supportedJohn Allen5-1/+16
2020-02-11KVM: x86: Fix potential put_fpu() w/o load_fpu() on MPX platformSean Christopherson1-0/+4
2020-02-11KVM: x86: Protect MSR-based index computations in fixed_msr_to_seg_unit() fro...Marios Pomonis1-2/+6
2020-02-11KVM: x86: Protect x86_decode_insn from Spectre-v1/L1TF attacksMarios Pomonis1-3/+8
2020-02-11KVM: x86: Protect MSR-based index computations from Spectre-v1/L1TF attacks i...Marios Pomonis1-2/+8
2020-02-11KVM: x86: Protect ioapic_read_indirect() from Spectre-v1/L1TF attacksMarios Pomonis1-6/+8
2020-02-11KVM: x86: Protect MSR-based index computations in pmu.h from Spectre-v1/L1TF ...Marios Pomonis1-4/+14
2020-02-11KVM: x86: Protect ioapic_write_indirect() from Spectre-v1/L1TF attacksMarios Pomonis1-0/+1
2020-02-11KVM: x86: Protect kvm_hv_msr_[get|set]_crash_data() from Spectre-v1/L1TF attacksMarios Pomonis1-4/+6
2020-02-11KVM: x86: Protect kvm_lapic_reg_write() from Spectre-v1/L1TF attacksMarios Pomonis1-4/+9
2020-02-11KVM: x86: Protect DR-based index computations from Spectre-v1/L1TF attacksMarios Pomonis1-2/+6
2020-02-11KVM: x86: Protect pmu_intel.c from Spectre-v1/L1TF attacksMarios Pomonis1-8/+16
2020-02-11KVM: x86: Refactor prefix decoding to prevent Spectre-v1/L1TF attacksMarios Pomonis1-2/+14
2020-02-11KVM: x86: Refactor picdev_write() to prevent Spectre-v1/L1TF attacksMarios Pomonis1-1/+5
2020-02-11x86/cpu: Update cached HLE state on write to TSX_CTRL_CPUID_CLEARPawan Gupta1-6/+7
2020-02-06perf/x86/intel/uncore: Remove PCIe3 unit for SNRKan Liang1-24/+0
2020-02-06perf/x86/intel/uncore: Add PCI ID of IMC for Xeon E3 V5 FamilyKan Liang1-0/+6
2020-02-06x86/resctrl: Fix use-after-free due to inaccurate refcount of rdtgroupXiaochen Shen1-2/+2
2020-02-06x86/resctrl: Fix use-after-free when deleting resource groupsXiaochen Shen1-2/+10
2020-02-06x86/resctrl: Fix a deadlock due to inaccurate referenceXiaochen Shen1-8/+8
2020-01-23x86/resctrl: Fix potential memory leakShakeel Butt1-3/+3
2020-01-23x86/efistub: Disable paging at mixed mode entryArd Biesheuvel1-0/+5
2020-01-23perf/x86/intel/uncore: Fix missing marker for snr_uncore_imc_freerunning_eventsKan Liang1-0/+1
2020-01-23x86/CPU/AMD: Ensure clearing of SME/SEV features is maintainedTom Lendacky1-2/+2
2020-01-23x86/resctrl: Fix an imbalance in domain_remove_cpu()Qian Cai1-1/+1
2020-01-17syscalls/x86: Fix function types in COND_SYSCALLSami Tolvanen1-5/+16
2020-01-17syscalls/x86: Use the correct function type for sys_ni_syscallSami Tolvanen3-11/+15
2020-01-17syscalls/x86: Use COMPAT_SYSCALL_DEFINE0 for IA32 (rt_)sigreturnSami Tolvanen2-4/+5
2020-01-17syscalls/x86: Wire up COMPAT_SYSCALL_DEFINE0Andy Lutomirski1-2/+30