summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2026-07-12x86/entry: Simplify the syscall number logicThomas Gleixner3-37/+25
2026-07-12x86/entry: Get rid of the sys_ni_syscall() indirectionThomas Gleixner2-9/+3
2026-07-12x86/entry: Make syscall functions staticThomas Gleixner3-13/+7
2026-07-12seccomp, treewide: Rename and convert __secure_computing() to return booleanJinjie Ruan1-7/+7
2026-07-12x86/syscall: Use [syscall_]enter_from_user_mode_randomize_stack()Thomas Gleixner3-17/+6
2026-07-11x86/boot: Reject too long acpi_rsdp= valuesThorsten Blum1-1/+6
2026-07-11x86/cpu: Remove Makefile rule for removed UMC CPU supportEthan Nelson-Moore1-1/+0
2026-07-11Merge tag 'perf-urgent-2026-07-11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-10/+15
2026-07-11perf/x86/amd/brs: Fix kernel address leakageSandipan Das1-5/+5
2026-07-10KVM: x86: Fix array_index_nospec() protection in kvm_vcpu_ioctl_x86_set_mce()Carlos López1-1/+2
2026-07-10KVM: x86: Expose Zhaoxin RSA CPUID featureEwan Hai-oc2-0/+4
2026-07-10KVM: x86: Expose Zhaoxin PHE2 CPUID featureEwan Hai-oc2-0/+4
2026-07-10KVM: x86: Expose Zhaoxin RNG2 CPUID featureEwan Hai-oc2-0/+4
2026-07-10KVM: x86: Expose Zhaoxin CCS (SM3 + SM4) CPUID featureEwan Hai-oc2-0/+4
2026-07-10KVM: x86: Expose Zhaoxin SM2 CPUID featureEwan Hai-oc2-0/+4
2026-07-10KVM: x86: Move nested_ops out of kvm_x86_ops, to global kvm_nested_opsSean Christopherson7-21/+20
2026-07-10KVM: x86: Add static calls for nested virtualization opsSean Christopherson7-27/+86
2026-07-10KVM: x86: Reject nested CAP enablement if nested virtualization is disabledSean Christopherson5-6/+13
2026-07-10KVM: TDX: Reject concurrent change to CPUID entry countBinbin Wu1-1/+5
2026-07-10KVM: x86: Guard .gmem_prepare() declarations with HAVE_KVM_GMEM_PREPARE=ySean Christopherson2-1/+5
2026-07-10KVM: SEV: Mark vCPU has having guest-provided VMSA even if its invalidSean Christopherson1-11/+11
2026-07-10KVM: SEV: Forcefully invalidate SNP VMSA if its backing gmem page is zappedSean Christopherson7-11/+94
2026-07-10KVM: x86/mmu: Use split "zap all fast" helpers when invalidating memslotSean Christopherson1-10/+11
2026-07-10KVM: x86/mmu: Split kvm_mmu_zap_all_fast() into "front" and "back" halvesSean Christopherson1-12/+25
2026-07-10KVM: x86/mmu: Fold kvm_mmu_zap_memslot() into kvm_arch_flush_shadow_memslot()Sean Christopherson1-20/+15
2026-07-10KVM: x86: Ensure runtime reads of disabled_quirks are resolved onceSean Christopherson2-2/+3
2026-07-10KVM: x86: Serialize writes to disabled_quirks using kvm->lockSean Christopherson1-0/+2
2026-07-10KVM: SEV: Wire up kvm_x86_ops.gmem_xxx() if and only if CONFIG_KVM_AMD_SEV=ySean Christopherson2-14/+4
2026-07-10KVM: SEV: Mark vCPU RUNNABLE after AP_CREATE, even if VMSA is unusableSean Christopherson1-3/+9
2026-07-10KVM: SEV: Extract loading of guest-provided VMSA to a separate helperSean Christopherson1-21/+31
2026-07-10KVM: SEV: Track the GPA of the guest-controlled VMSA used for SNP guestsSean Christopherson2-6/+11
2026-07-10KVM: SEV: Do not allow intra-host migration/mirroring of SNP VMsAtish Patra1-2/+4
2026-07-10KVM: SVM: Remove redundant ret = 0 in svm_set_nested_stateQiang Ma1-1/+0
2026-07-10perf/x86/amd/lbr: Fix kernel address leakageSandipan Das1-1/+2
2026-07-10x86/thermal: Add bit definitions for Intel Directed Package Thermal InterruptRicardo Neri2-0/+4
2026-07-10x86/boot/compressed/head_64.S: Clean up SEV-related commentsBorislav Petkov (AMD)1-7/+11
2026-07-10x86/build: Only align ENTRY_TEXT to PMD_SIZE if necessaryHamza Mahfooz1-0/+6
2026-07-09x86/platform/olpc: xo15: Stop setting acpi_device_name/class()Rafael J. Wysocki1-5/+0
2026-07-08KVM: VMX: Use cached vcpu_vmx pointer in MSR and segment helpersHao Zhang1-6/+7
2026-07-08KVM: SVM: Remove VM from the GA Log notifier list before VM destructionSean Christopherson3-7/+15
2026-07-08KVM: SVM: Do all per-VM AVIC initialization during vCPU precreation phaseSean Christopherson3-38/+51
2026-07-08KVM: SVM: Make kvm_x86_ops.vcpu_precreate() hook fully AVIC specificSean Christopherson3-11/+12
2026-07-08KVM: x86: Move "struct kvm_vcpu_hv" and all children from kvm_host.h => hyperv.hSean Christopherson2-89/+92
2026-07-08KVM: x86: Move "struct kvm_apic_map" definition from kvm_host.h => lapic.hSean Christopherson2-33/+35
2026-07-08KVM: x86: Move KVM's arbitrary task switch reason enums to x86.hSean Christopherson2-7/+6
2026-07-08KVM: x86: Add static asserts to document connection b/w TSS structs and macrosSean Christopherson1-0/+7
2026-07-08KVM: x86: Move KVM_GUESTDBG_VALID_MASK from kvm_host.h => x86.cSean Christopherson2-9/+9
2026-07-08KVM: x86: Move CR and DR macro definitions from kvm_host.h => regs.hSean Christopherson2-40/+38
2026-07-08KVM: x86: Pluralize the macro guard name for msrs.hSean Christopherson1-2/+2
2026-07-08KVM: x86/mmu: Annotate tdp_enabled as being read-mostlySean Christopherson2-4/+4