summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2021-05-14KVM: VMX: Intercept FS/GS_BASE MSR accesses for 32-bit KVMSean Christopherson
2021-05-14KVM: x86: dump_vmcs should not assume GUEST_IA32_EFER is validDavid Edmondson
2021-05-14KVM: x86/mmu: Retry page faults that hit an invalid memslotSean Christopherson
2021-05-14perf/amd/uncore: Fix sysfs type mismatchNathan Chancellor
2021-05-14x86/events/amd/iommu: Fix sysfs type mismatchNathan Chancellor
2021-05-14x86/kprobes: Fix to check non boostable prefixes correctlyMasami Hiramatsu
2021-05-14PM: hibernate: x86: Use crc32 instead of md5 for hibernation e820 integrity c...Chris von Recklinghausen
2021-05-14x86/platform/uv: Fix !KEXEC build failureIngo Molnar
2021-05-14crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann
2021-05-14x86/microcode: Check for offline CPUs before requesting new microcodeOtavio Pontes
2021-05-14x86/platform/uv: Set section block size for hubless architecturesMike Travis
2021-05-14KVM: nVMX: Truncate base/index GPR value on address calc in !64-bitSean Christopherson
2021-05-14KVM: nVMX: Truncate bits 63:32 of VMCS field on nested check in !64-bitSean Christopherson
2021-05-14KVM: nVMX: Defer the MMU reload to the normal path on an EPTP switchSean Christopherson
2021-05-14KVM: SVM: Inject #GP on guest MSR_TSC_AUX accesses if RDTSCP unsupportedSean Christopherson
2021-05-14KVM: SVM: Do not allow SEV/SEV-ES initialization after vCPUs are createdSean Christopherson
2021-05-14KVM: SVM: Don't strip the C-bit from CR2 on #PF interceptionSean Christopherson
2021-05-14KVM: nSVM: Set the shadow root level to the TDP level for nested NPTSean Christopherson
2021-05-14KVM: x86: Remove emulator's broken checks on CR0/CR3/CR4 loadsSean Christopherson
2021-05-14KVM: x86/mmu: Alloc page for PDPTEs when shadowing 32-bit NPT with 64-bitSean Christopherson
2021-05-14x86, sched: Treat Intel SNC topology as default, COD as exceptionAlison Schofield
2021-05-14KVM: x86: Defer the MMU unload to the normal path on an global INVPCIDSean Christopherson
2021-05-11x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supportedSean Christopherson
2021-05-11x86/boot: Add $(CLANG_FLAGS) to compressed KBUILD_CFLAGSNathan Chancellor
2021-05-11x86/build: Propagate $(CLANG_FLAGS) to $(REALMODE_FLAGS)John Millikin
2021-05-11x86/sev: Do not require Hypervisor CPUID bit for SEV guestsJoerg Roedel
2021-05-11x86/build: Disable HIGHMEM64G selection for M486SXMaciej W. Rozycki
2021-04-28x86/crash: Fix crash_setup_memmap_entries() out-of-bounds accessMike Galbraith
2021-04-28perf/x86/kvm: Fix Broadwell Xeon stepping in isolation_ucodes[]Jim Mattson
2021-04-28perf/x86/intel/uncore: Remove uncore extra PCI dev HSWEP_PCI_PCU_3Kan Liang
2021-04-21KVM: VMX: Don't use vcpu->run->internal.ndata as an array indexReiji Watanabe
2021-04-21KVM: VMX: Convert vcpu_vmx.exit_reason to a unionSean Christopherson
2021-04-21ACPI: x86: Call acpi_boot_table_init() after acpi_table_upgrade()Rafael J. Wysocki
2021-04-14KVM: x86/mmu: preserve pending TLB flush across calls to kvm_tdp_mmu_zap_spPaolo Bonzini
2021-04-14KVM: x86/mmu: Don't allow TDP MMU to yield when recovering NX pagesSean Christopherson
2021-04-14KVM: x86/mmu: Ensure TLBs are flushed for TDP MMU during NX zappingSean Christopherson
2021-04-14KVM: x86/mmu: Ensure TLBs are flushed when yielding during GFN range zapSean Christopherson
2021-04-14KVM: x86/mmu: Yield in TDU MMU iter even if no SPTES changedBen Gardon
2021-04-14KVM: x86/mmu: Ensure forward progress when yielding in TDP MMU iterBen Gardon
2021-04-14KVM: x86/mmu: Rename goal_gfn to next_last_level_gfnBen Gardon
2021-04-14KVM: x86/mmu: Merge flush and non-flush tdp_mmu_iter_cond_reschedBen Gardon
2021-04-14KVM: x86/mmu: change TDP MMU yield function returns to match cond_reschedBen Gardon
2021-04-14ACPI: processor: Fix build when CONFIG_ACPI_PROCESSOR=mVitaly Kuznetsov
2021-04-10bpf, x86: Validate computation of branch displacements for x86-32Piotr Krysiuk
2021-04-10bpf, x86: Validate computation of branch displacements for x86-64Piotr Krysiuk
2021-04-10x86/build: Turn off -fcf-protection for realmode targetsArnd Bergmann
2021-04-10bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_compYonghong Song
2021-04-07bpf: Use NOP_ATOMIC5 instead of emit_nops(&prog, 5) for BPF_TRAMP_F_CALL_ORIGStanislav Fomichev
2021-04-07KVM: SVM: ensure that EFER.SVME is set when running nested guest or on nested...Paolo Bonzini
2021-04-07KVM: SVM: load control fields from VMCB12 before checking themPaolo Bonzini