summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2022-05-15crypto: x86/poly1305 - Fixup SLSPeter Zijlstra
2022-05-15kvm/emulate: Fix SETcc emulation function offsets with SLSBorislav Petkov
2022-05-15x86: Add straight-line-speculation mitigationPeter Zijlstra
2022-05-15x86/alternative: Relax text_poke_bp() constraintPeter Zijlstra
2022-05-15x86: Prepare inline-asm for straight-line-speculationPeter Zijlstra
2022-05-15x86: Prepare asm files for straight-line-speculationPeter Zijlstra
2022-05-15x86/lib/atomic64_386_32: Rename thingsPeter Zijlstra
2022-05-12KVM: LAPIC: Enable timer posted-interrupt only when mwait/hlt is advertisedWanpeng Li
2022-05-12KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugsPaolo Bonzini
2022-05-12KVM: x86: Do not change ICR on write to APIC_SELF_IPIPaolo Bonzini
2022-05-12x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resumeWanpeng Li
2022-05-12kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has architectural PMUSandipan Das
2022-05-12KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_idKyle Huey
2022-05-12x86/fpu: Prevent FPU state corruptionThomas Gleixner
2022-05-09x86/cpu: Load microcode during restore_processor_state()Borislav Petkov
2022-05-09x86: __memcpy_flushcache: fix wrong alignment if size > 2^32Mikulas Patocka
2022-05-09x86/pci/xen: Disable PCI/MSI[-X] masking for XEN_HVM guestsThomas Gleixner
2022-05-01gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher
2022-04-27KVM: SVM: Flush when freeing encrypted pages even on SME_COHERENT CPUsMingwei Zhang
2022-04-27KVM: nVMX: Defer APICv updates while L2 is active until L1 is activeSean Christopherson
2022-04-27KVM: x86: Pend KVM_REQ_APICV_UPDATE during vCPU creation to fix a raceSean Christopherson
2022-04-27KVM: x86/pmu: Update AMD PMC sample period to fix guest NMI-watchdogLike Xu
2022-04-27stat: fix inconsistency between struct stat and struct compat_statMikulas Patocka
2022-04-20x86/tsx: Disable TSX development mode at bootPawan Gupta
2022-04-20x86/tsx: Use MSR_TSX_CTRL to clear CPUID bitsPawan Gupta
2022-04-20KVM: x86/mmu: Resolve nx_huge_pages when kvm.ko is loadedSean Christopherson
2022-04-13x86,static_call: Fix __static_call_return0 for i386Peter Zijlstra
2022-04-13x86/bug: Prevent shadowing in __WARN_FLAGSVincent Mailhol
2022-04-13KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255Suravee Suthikulpanit
2022-04-13perf/x86/intel: Don't extend the pseudo-encoding to GP countersKan Liang
2022-04-13x86/mm/tlb: Revert retpoline avoidance approachDave Hansen
2022-04-13x86/msi: Fix msi message data shadow structReto Buerki
2022-04-13perf/x86/intel: Update the FRONTEND MSR mask on Sapphire RapidsKan Liang
2022-04-13x86/speculation: Restore speculation related MSRs during S3 resumePawan Gupta
2022-04-13x86/pm: Save the MSR validity status at context setupPawan Gupta
2022-04-13rtc: Check return value from mc146818_get_time()Mateusz Jończyk
2022-04-13x86/Kconfig: Do not allow CONFIG_X86_X32_ABI=y with llvm-objcopyNathan Chancellor
2022-04-13x86: Annotate call_on_stack()Peter Zijlstra
2022-04-13xen: delay xen_hvm_init_time_ops() if kdump is boot on vcpu>=32Dongli Zhang
2022-04-13KVM: x86/emulator: Emulate RDPID only if it is enabled in guestHou Wenlong
2022-04-13KVM: x86/pmu: Fix and isolate TSX-specific performance event logicLike Xu
2022-04-13KVM: x86/svm: Clear reserved bits written to PerfEvtSeln MSRsJim Mattson
2022-04-13KVM: SVM: Fix kvm_cache_regs.h inclusions for is_guest_mode()Peter Gonda
2022-04-13KVM: x86/pmu: Use different raw event masks for AMD and IntelJim Mattson
2022-04-08KVM: x86/mmu: do compare-and-exchange of gPTE via the user addressPaolo Bonzini
2022-04-08KVM: SVM: fix panic on out-of-bounds guest IRQYi Wang
2022-04-08KVM: x86: fix sending PV IPILi RongQing
2022-04-08KVM: x86: Forbid VMM to set SYNIC/STIMER MSRs when SynIC wasn't activatedVitaly Kuznetsov
2022-04-08KVM: x86: Avoid theoretical NULL pointer dereference in kvm_irq_delivery_to_a...Vitaly Kuznetsov
2022-04-08KVM: x86: Check lapic_in_kernel() before attempting to set a SynIC irqVitaly Kuznetsov