summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-04-23x86: ACPI: fix CPU hotplug deadlockQian Cai1-1/+2
2020-04-23x86/Hyper-V: Report crash data in die() when panic_on_oops is setTianyu Lan1-1/+5
2020-04-23x86/Hyper-V: Report crash register data or kmsg before running crash kernelTianyu Lan1-0/+10
2020-04-21x86/microcode/AMD: Increase microcode PATCH_MAX_SIZEJohn Allen1-1/+1
2020-04-21x86/resctrl: Fix invalid attempt at removing the default resource groupReinette Chatre1-1/+2
2020-04-21x86/resctrl: Preserve CDP enable over CPU hotplugJames Morse3-0/+16
2020-04-17efi/x86: Fix the deletion of variables in mixed modeGary Lin1-2/+2
2020-04-17KVM: VMX: fix crash cleanup when KVM wasn't usedVitaly Kuznetsov1-5/+7
2020-04-17KVM: VMX: Add a trampoline to fix VMREAD error handlingSean Christopherson2-7/+79
2020-04-17KVM: x86: Gracefully handle __vmalloc() failure during VM allocationSean Christopherson2-0/+8
2020-04-17KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec supportSean Christopherson1-51/+16
2020-04-17KVM: x86: Allocate new rmap and large page tracking when moving memslotSean Christopherson1-0/+11
2020-04-17KVM: nVMX: Properly handle userspace interrupt window requestSean Christopherson4-22/+17
2020-04-17x86/entry/32: Add missing ASM_CLAC to general_protection entryThomas Gleixner1-0/+1
2020-04-17x86/tsc_msr: Make MSR derived TSC frequency more accurateHans de Goede1-11/+86
2020-04-17x86/tsc_msr: Fix MSR_FSB_FREQ mask for Cherry Trail devicesHans de Goede1-2/+15
2020-04-17x86/tsc_msr: Use named struct initializersHans de Goede1-10/+18
2020-04-17efi/x86: Add TPM related EFI tables to unencrypted mapping checksTom Lendacky1-0/+2
2020-04-17acpi/x86: ignore unspecified bit positions in the ACPI global lock fieldJan Engelhardt1-1/+1
2020-04-17x86/boot: Use unsigned comparison for addressesArvind Sankar2-3/+3
2020-04-17x86: Don't let pgprot_modify() change the page encryption bitThomas Hellstrom2-3/+6
2020-04-01bpf, x32: Fix bug with JMP32 JSET BPF_X checking upper bitsLuke Nelson1-4/+6
2020-04-01x86/ioremap: Fix CONFIG_EFI=n buildBorislav Petkov1-0/+3
2020-03-25x86/mm: split vmalloc_sync_all()Joerg Roedel1-2/+24
2020-03-18x86/mce: Fix logic and comments around MSR_PPIN_CTLTony Luck1-4/+5
2020-03-18perf/amd/uncore: Replace manual sampling check with CAP_NO_INTERRUPT flagKim Phillips1-10/+7
2020-03-18x86/ioremap: Map EFI runtime services data as encrypted for SEVTom Lendacky1-0/+18
2020-03-18KVM: nVMX: avoid NULL pointer dereference with incorrect EVMCS GPAsVitaly Kuznetsov1-2/+3
2020-03-18KVM: x86: clear stale x86_emulate_ctxt->intercept valueVitaly Kuznetsov1-0/+1
2020-03-12efi/x86: Handle by-ref arguments covering multiple pages in mixed modeArd Biesheuvel1-19/+26
2020-03-12efi/x86: Align GUIDs to their size in the mixed mode runtime wrapperArd Biesheuvel1-4/+21
2020-03-12x86/pkeys: Manually set X86_FEATURE_OSPKE to preserve existing changesSean Christopherson1-1/+1
2020-03-12x86/xen: Distribute switch variables for initializationKees Cook1-3/+4
2020-03-12x86/boot/compressed: Don't declare __force_order in kaslr_64.cH.J. Lu1-3/+0
2020-03-05kvm: nVMX: VMWRITE checks unsupported field before read-only fieldJim Mattson1-5/+6
2020-03-05kvm: nVMX: VMWRITE checks VMCS-link pointer before VMCS fieldJim Mattson1-34/+25
2020-03-05KVM: x86: Remove spurious clearing of async #PF MSRSean Christopherson1-2/+0
2020-03-05KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction pathSean Christopherson1-4/+0
2020-03-05x86/resctrl: Check monitoring static key in the MBM overflow handlerXiaochen Shen2-2/+3
2020-03-05KVM: SVM: Override default MMIO mask if memory encryption is enabledTom Lendacky1-0/+43
2020-03-05KVM: VMX: check descriptor table exits on instruction emulationOliver Upton1-0/+15
2020-03-05perf/x86/msr: Add Tremont supportKan Liang1-1/+2
2020-03-05perf/x86/cstate: Add Tremont supportKan Liang1-9/+13
2020-03-05perf/x86/intel: Add Elkhart Lake supportKan Liang1-0/+1
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: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when ap...Vitaly Kuznetsov4-11/+8
2020-02-28KVM: nVMX: Check IO instruction VM-exit conditionsOliver Upton2-7/+52
2020-02-28KVM: nVMX: Refactor IO bitmap checks into helper functionOliver Upton2-14/+27
2020-02-28KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOIMiaohe Lin1-1/+1