summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-09-23KVM: x86: Add XSS support for CET_KERNEL and CET_USERYang Weijiang
2025-09-23KVM: nVMX: Always forward XSAVES/XRSTORS exits from L2 to L1Sean Christopherson
2025-09-23KVM: x86: Allow setting CR4.CET if IBT or SHSTK is supportedYang Weijiang
2025-09-23KVM: x86/mmu: Pretty print PK, SS, and SGX flags in MMU tracepointsSean Christopherson
2025-09-23KVM: x86/mmu: WARN on attempt to check permissions for Shadow Stack #PFSean Christopherson
2025-09-23KVM: x86: Emulate SSP[63:32]!=0 #GP(0) for FAR JMP to 32-bit modeSean Christopherson
2025-09-23KVM: x86: Don't emulate task switches when IBT or SHSTK is enabledSean Christopherson
2025-09-23KVM: x86: Don't emulate instructions affected by CET featuresSean Christopherson
2025-09-23KVM: VMX: Set host constant supervisor states to VMCS fieldsYang Weijiang
2025-09-23KVM: VMX: Set up interception for CET MSRsYang Weijiang
2025-09-23KVM: x86: Save and reload SSP to/from SMRAMYang Weijiang
2025-09-23KVM: VMX: Emulate read and write to CET MSRsYang Weijiang
2025-09-23KVM: x86: Enable guest SSP read/write interface with new uAPIsYang Weijiang
2025-09-23KVM: VMX: Introduce CET VMCS fields and control bitsYang Weijiang
2025-09-23KVM: x86: Report KVM supported CET MSRs as to-be-savedYang Weijiang
2025-09-23KVM: x86: Add fault checks for guest CR4.CET settingYang Weijiang
2025-09-23KVM: x86: Load guest FPU state when access XSAVE-managed MSRsSean Christopherson
2025-09-23KVM: x86: Initialize kvm_caps.supported_xssYang Weijiang
2025-09-23KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSSYang Weijiang
2025-09-23KVM: x86: Check XSS validity against guest CPUIDsChao Gao
2025-09-23KVM: x86: Report XSS as to-be-saved if there are supported featuresSean Christopherson
2025-09-23KVM: x86: Introduce KVM_{G,S}ET_ONE_REG uAPIs supportYang Weijiang
2025-09-23KVM: x86: Merge 'svm' into 'cet' to pick up GHCB dependenciesSean Christopherson
2025-09-23KVM: SVM: Enable AVIC by default for Zen4+ if x2AVIC is supportNaveen N Rao
2025-09-23KVM: SVM: Move global "avic" variable to avic.cSean Christopherson
2025-09-23KVM: SVM: Don't advise the user to do force_avic=y (when x2AVIC is detected)Sean Christopherson
2025-09-23KVM: SVM: Always print "AVIC enabled" separately, even when force enabledSean Christopherson
2025-09-23KVM: SVM: Update "APICv in x2APIC without x2AVIC" in avic.c, not svm.cSean Christopherson
2025-09-23KVM: SVM: Move x2AVIC MSR interception helper to avic.cSean Christopherson
2025-09-23KVM: SVM: Make svm_x86_ops globally visible, clean up on-HyperV usageSean Christopherson
2025-09-23KVM: SVM: Re-load current, not host, TSC_AUX on #VMEXIT from SEV-ES guestHou Wenlong
2025-09-23KVM: x86: Add helper to retrieve current value of user return MSRHou Wenlong
2025-09-23KVM: SEV: Reject non-positive effective lengths during LAUNCH_UPDATESean Christopherson
2025-09-23KVM: SEV: Validate XCR0 provided by guest in GHCBSean Christopherson
2025-09-23KVM: SEV: Read save fields from GHCB exactly onceSean Christopherson
2025-09-23KVM: SEV: Rename kvm_ghcb_get_sw_exit_code() to kvm_get_cached_sw_exit_code()Sean Christopherson
2025-09-22x86/topology: Implement topology_is_core_online() to address SMT regressionThomas Gleixner
2025-09-22x86/acpi/cstate: Remove open coded check for cpu_feature_enabled()Mario Limonciello (AMD)
2025-09-22KVM: x86: Don't treat ENTER and LEAVE as branches, because they aren'tSean Christopherson
2025-09-22x86/Kconfig: Reenable PTDUMP on i386Alexander Popov
2025-09-21x86: stop calling page_address() in free_pages()Vishal Moola (Oracle)
2025-09-21mm: constify arch_pick_mmap_layout() for improved const-correctnessMax Kellermann
2025-09-21x86/Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"David Hildenbrand
2025-09-21kasan: call kasan_init_generic in kasan_initSabyrzhan Tasbolatov
2025-09-20Merge tag 'x86-urgent-2025-09-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-09-19KVM: TDX: Fix uninitialized error code for __tdx_bringup()Tony Lindgren
2025-09-19x86/umip: Fix decoding of register forms of 0F 01 (SGDT and SIDT aliases)Sean Christopherson
2025-09-19x86/umip: Check that the instruction opcode is at least two bytesSean Christopherson
2025-09-18KVM: x86/pmu: Restrict GLOBAL_{CTRL,STATUS}, fixed PMCs, and PEBS to PMU v2+Sean Christopherson
2025-09-18KVM: x86/pmu: Move initialization of valid PMCs bitmask to common x86Sean Christopherson