summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-02-12KVM: x86: Set PVCLOCK_GUEST_STOPPED only for kvmclock, not for Xen PV clockSean Christopherson
2025-02-12KVM: x86: Don't bleed PVCLOCK_GUEST_STOPPED across PV clocksSean Christopherson
2025-02-12KVM: x86/xen: Use guest's copy of pvclock when starting timerSean Christopherson
2025-02-12KVM: x86: Process "guest stopped request" once per guest time updateSean Christopherson
2025-02-12KVM: x86: Drop local pvclock_flags variable in kvm_guest_time_update()Sean Christopherson
2025-02-12KVM: x86: Eliminate "handling" of impossible errors during SUSPENDSean Christopherson
2025-02-12KVM: x86: Don't take kvm->lock when iterating over vCPUs in suspend notifierSean Christopherson
2025-02-12KVM: x86: Defer runtime updates of dynamic CPUID bits until CPUID emulationSean Christopherson
2025-02-12KVM: x86: Query X86_FEATURE_MWAIT iff userspace owns the CPUID feature bitSean Christopherson
2025-02-12KVM: x86: Apply TSX_CTRL_CPUID_CLEAR if and only if the vCPU has RTM or HLESean Christopherson
2025-02-12KVM: x86: Use for-loop to iterate over XSTATE size entriesSean Christopherson
2025-02-12KVM: x86/cpuid: add type suffix to decimal const 48 fix building warningEthan Zhao
2025-02-12KVM: x86: Clear pv_unhalted on all transitions to KVM_MP_STATE_RUNNABLEJim Mattson
2025-02-12KVM: x86: Introduce kvm_set_mp_state()Jim Mattson
2025-02-12KVM: x86: Use kvfree_rcu() to free old optimized APIC mapLi RongQing
2025-02-12KVM: x86: Wake vCPU for PIC interrupt injection iff a valid IRQ was foundLiam Ni
2025-02-12KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loopSean Christopherson
2025-02-12KVM: nSVM: Enter guest mode before initializing nested NPT MMUSean Christopherson
2025-02-12KVM: x86: Reject Hyper-V's SEND_IPI hypercalls if local APIC isn't in-kernelSean Christopherson
2025-02-12fs: add open_tree_attr()Christian Brauner
2025-02-12x86/hyperv/vtl: Stop kernel from probing VTL0 low memoryNaman Jain
2025-02-11KVM: SVM: Ensure PSP module is initialized if KVM module is built-inSean Christopherson
2025-02-11KVM: SEV: Use to_kvm_sev_info() for fetching kvm_sev_info structNikunj A Dadhania
2025-02-11x86/cpu/kvm: SRSO: Fix possible missing IBPB on VM-ExitPatrick Bellasi
2025-02-11KVM: x86: Remove unused iommu_domain and iommu_noncoherent from kvm_archTed Chen
2025-02-11KVM: x86/xen: Only write Xen hypercall page for guest writes to MSRDavid Woodhouse
2025-02-10x86/fpu: Fully optimize out WARN_ON_FPU()Eric Biggers
2025-02-10x86/crc64: implement crc64_be and crc64_nvme using new templateEric Biggers
2025-02-10x86/crc-t10dif: implement crc_t10dif using new templateEric Biggers
2025-02-10x86/crc32: implement crc32_le using new templateEric Biggers
2025-02-10x86/crc: add "template" for [V]PCLMULQDQ based CRC functionsEric Biggers
2025-02-10x86: move ZMM exclusion list into CPU feature flagEric Biggers
2025-02-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-02-09lib/crc-t10dif: remove crc_t10dif_is_optimized()Eric Biggers
2025-02-09crypto: x86/aes-xts - make the fast path 64-bit specificEric Biggers
2025-02-08lib/crc32: remove "_le" from crc32c base and arch functionsEric Biggers
2025-02-08Merge tag 'x86-urgent-2025-02-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-02-08perf/x86/intel: Ensure LBRs are disabled when a CPU is startingSean Christopherson
2025-02-08perf/x86/intel: Fix ARCH_PERFMON_NUM_COUNTER_LEAFKan Liang
2025-02-08perf/x86/intel: Clean up PEBS-via-PT on hybridKan Liang
2025-02-08perf/x86/rapl: Fix the error checking orderDhananjay Ugwekar
2025-02-07x86: vdso: move the sysctl to arch/x86/entry/vdso/vdso32-setup.cKaixiong Yu
2025-02-06Merge tag 'for-linus-6.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-02-05x86: Compare physical instead of virtual PGD addressesMaciej Wieczor-Retman
2025-02-05x86/smp: Eliminate mwait_play_dead_cpuid_hint()Patryk Wlazlyn
2025-02-05ACPI/processor_idle: Add FFH state handlingPatryk Wlazlyn
2025-02-05x86/smp: Allow calling mwait_play_dead with an arbitrary hintPatryk Wlazlyn
2025-02-05x86/xen: remove unneeded dummy push from xen_hypercall_hvm()Juergen Gross
2025-02-05x86/xen: add FRAME_END to xen_hypercall_hvm()Juergen Gross
2025-02-05x86/xen: fix xen_hypercall_hvm() to not clobber %rbxJuergen Gross