summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2020-03-12efi/x86: Handle by-ref arguments covering multiple pages in mixed modeArd Biesheuvel
2020-03-12efi/x86: Align GUIDs to their size in the mixed mode runtime wrapperArd Biesheuvel
2020-03-12x86/pkeys: Manually set X86_FEATURE_OSPKE to preserve existing changesSean Christopherson
2020-03-12x86/xen: Distribute switch variables for initializationKees Cook
2020-03-12x86/boot/compressed: Don't declare __force_order in kaslr_64.cH.J. Lu
2020-03-05kvm: nVMX: VMWRITE checks unsupported field before read-only fieldJim Mattson
2020-03-05kvm: nVMX: VMWRITE checks VMCS-link pointer before VMCS fieldJim Mattson
2020-03-05KVM: x86: Remove spurious clearing of async #PF MSRSean Christopherson
2020-03-05KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction pathSean Christopherson
2020-03-05x86/resctrl: Check monitoring static key in the MBM overflow handlerXiaochen Shen
2020-03-05KVM: SVM: Override default MMIO mask if memory encryption is enabledTom Lendacky
2020-03-05KVM: VMX: check descriptor table exits on instruction emulationOliver Upton
2020-03-05perf/x86/msr: Add Tremont supportKan Liang
2020-03-05perf/x86/cstate: Add Tremont supportKan Liang
2020-03-05perf/x86/intel: Add Elkhart Lake supportKan Liang
2020-02-28KVM: apic: avoid calculating pending eoi from an uninitialized valMiaohe Lin
2020-02-28KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov
2020-02-28KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when ap...Vitaly Kuznetsov
2020-02-28KVM: nVMX: Check IO instruction VM-exit conditionsOliver Upton
2020-02-28KVM: nVMX: Refactor IO bitmap checks into helper functionOliver Upton
2020-02-28KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOIMiaohe Lin
2020-02-28KVM: nVMX: Don't emulate instructions in guest modePaolo Bonzini
2020-02-28x86/cpu/amd: Enable the fixed Instructions Retired counter IRPERFKim Phillips
2020-02-28x86/mce/amd: Fix kobject lifetimeThomas Gleixner
2020-02-28x86/mce/amd: Publish the bank pointer only after setup has succeededBorislav Petkov
2020-02-28x86/ima: use correct identifier for SetupMode variableArd Biesheuvel
2020-02-24x86/decoder: Add TEST opcode to Group3-2Masami Hiramatsu
2020-02-24x86/mm: Fix NX bit clearing issue in kernel_map_pages_in_pgdArd Biesheuvel
2020-02-24perf/x86/amd: Constrain Large Increment per Cycle eventsKim Phillips
2020-02-24x86/nmi: Remove irq_work from the long duration NMI handlerChangbin Du
2020-02-24efi/x86: Don't panic or BUG() on non-critical error conditionsArd Biesheuvel
2020-02-24x86/vdso: Provide missing include fileValdis Klētnieks
2020-02-24x86/sysfb: Fix check for bad VRAM sizeArvind Sankar
2020-02-24efi/x86: Map the entire EFI vendor string before copying itArd Biesheuvel
2020-02-24x86/fpu: Deactivate FPU state after failure during state loadSebastian Andrzej Siewior
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