summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-02-28KVM: apic: avoid calculating pending eoi from an uninitialized valMiaohe Lin1-1/+3
2020-02-28KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov4-10/+17
2020-02-28KVM: nVMX: Check IO instruction VM-exit conditionsOliver Upton1-7/+52
2020-02-28KVM: nVMX: Refactor IO bitmap checks into helper functionOliver Upton1-13/+27
2020-02-28KVM: nVMX: Don't emulate instructions in guest modePaolo Bonzini1-1/+1
2020-02-28KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOIMiaohe Lin1-1/+1
2020-02-28x86/mce/amd: Fix kobject lifetimeThomas Gleixner1-6/+11
2020-02-28x86/mce/amd: Publish the bank pointer only after setup has succeededBorislav Petkov1-17/+16
2020-02-28x86/decoder: Add TEST opcode to Group3-2Masami Hiramatsu1-1/+1
2020-02-28x86/mm: Fix NX bit clearing issue in kernel_map_pages_in_pgdArd Biesheuvel1-7/+1
2020-02-28efi/x86: Don't panic or BUG() on non-critical error conditionsArd Biesheuvel2-18/+19
2020-02-28x86/vdso: Provide missing include fileValdis Klētnieks1-0/+1
2020-02-28x86/sysfb: Fix check for bad VRAM sizeArvind Sankar1-1/+1
2020-02-28efi/x86: Map the entire EFI vendor string before copying itArd Biesheuvel1-6/+7
2020-02-28KVM: nVMX: Use correct root level for nested EPT shadow page tablesSean Christopherson1-0/+3
2020-02-28Revert "KVM: VMX: Add non-canonical check on writes to RTIT address MSRs"Sasha Levin1-8033/+0
2020-02-28Revert "KVM: nVMX: Use correct root level for nested EPT shadow page tables"Sasha Levin1-3/+0
2020-02-28perf/x86/intel: Fix inaccurate period in context switch for auto-reloadKan Liang1-0/+2
2020-02-28perf/x86/amd: Add missing L2 misses event spec to AMD Family 17h's event mapKim Phillips1-0/+1
2020-02-28KVM: nVMX: Use correct root level for nested EPT shadow page tablesSean Christopherson1-0/+3
2020-02-28KVM: x86: emulate RDPIDPaolo Bonzini3-2/+42
2020-02-15KVM: Use vcpu-specific gva->hva translation when querying host page sizeSean Christopherson1-3/+3
2020-02-15KVM: nVMX: vmread should not set rflags to specify success in case of #PFMiaohe Lin1-1/+3
2020-02-15KVM: VMX: Add non-canonical check on writes to RTIT address MSRsSean Christopherson1-0/+8033
2020-02-15KVM: x86/mmu: Apply max PA check for MMIO sptes to 32-bit KVMSean Christopherson1-1/+1
2020-02-15KVM: x86: Fix potential put_fpu() w/o load_fpu() on MPX platformSean Christopherson1-0/+5
2020-02-15KVM: x86: Protect pmu_intel.c from Spectre-v1/L1TF attacksMarios Pomonis1-8/+16
2020-02-15KVM: x86: Free wbinvd_dirty_mask if vCPU creation failsSean Christopherson1-1/+1
2020-02-15KVM: x86: Protect MSR-based index computations in fixed_msr_to_seg_unit() fro...Marios Pomonis1-2/+6
2020-02-15KVM: x86: Protect x86_decode_insn from Spectre-v1/L1TF attacksMarios Pomonis1-3/+8
2020-02-15KVM: x86: Protect MSR-based index computations from Spectre-v1/L1TF attacks i...Marios Pomonis1-2/+8
2020-02-15KVM: x86: Protect ioapic_read_indirect() from Spectre-v1/L1TF attacksMarios Pomonis1-6/+8
2020-02-15KVM: x86: Protect MSR-based index computations in pmu.h from Spectre-v1/L1TF ...Marios Pomonis1-4/+14
2020-02-15KVM: x86: Protect ioapic_write_indirect() from Spectre-v1/L1TF attacksMarios Pomonis1-0/+1
2020-02-15KVM: x86: Protect kvm_hv_msr_[get|set]_crash_data() from Spectre-v1/L1TF attacksMarios Pomonis1-4/+6
2020-02-15KVM: x86: Protect kvm_lapic_reg_write() from Spectre-v1/L1TF attacksMarios Pomonis1-4/+9
2020-02-15KVM: x86: Protect DR-based index computations from Spectre-v1/L1TF attacksMarios Pomonis1-2/+6
2020-02-15KVM: x86: Refactor prefix decoding to prevent Spectre-v1/L1TF attacksMarios Pomonis1-2/+14
2020-02-15KVM: x86: Refactor picdev_write() to prevent Spectre-v1/L1TF attacksMarios Pomonis1-1/+5
2020-02-15x86/cpu: Update cached HLE state on write to TSX_CTRL_CPUID_CLEARPawan Gupta1-6/+7
2020-02-05x86/resctrl: Fix a deadlock due to inaccurate referenceXiaochen Shen1-8/+8
2020-02-05x86/resctrl: Fix use-after-free due to inaccurate refcount of rdtgroupXiaochen Shen1-5/+5
2020-02-05x86/resctrl: Fix use-after-free when deleting resource groupsXiaochen Shen1-2/+10
2020-01-27x86, perf: Fix the dependency of the x86 insn decoder selftestMasami Hiramatsu1-1/+1
2020-01-27x86/kgbd: Use NMI_VECTOR not APIC_DM_NMIThomas Gleixner1-1/+1
2020-01-27x86/mm: Remove unused variable 'cpu'Qian Cai1-3/+0
2020-01-23x86/efistub: Disable paging at mixed mode entryArd Biesheuvel1-0/+5
2020-01-23x86/resctrl: Fix an imbalance in domain_remove_cpu()Qian Cai1-1/+1
2020-01-12perf/x86/intel: Fix PT PMI handlingAlexander Shishkin1-2/+7
2020-01-12x86/efi: Update e820 with reserved EFI boot services data to fix kexec breakageDave Young1-4/+2