index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-12-18
KVM: x86: Pull CPUID capabilities from boot_cpu_data only as needed
Sean Christopherson
2024-12-18
KVM: x86: Add a macro for features that are synthesized into boot_cpu_data
Sean Christopherson
2024-12-18
KVM: x86: Drop superfluous host XSAVE check when adjusting guest XSAVES caps
Sean Christopherson
2024-12-18
KVM: x86: Replace (almost) all guest CPUID feature queries with cpu_caps
Sean Christopherson
2024-12-18
KVM: x86: Shuffle code to prepare for dropping guest_cpuid_has()
Sean Christopherson
2024-12-18
KVM: x86: Update guest cpu_caps at runtime for dynamic CPUID-based features
Sean Christopherson
2024-12-18
KVM: x86: Update OS{XSAVE,PKE} bits in guest CPUID irrespective of host support
Sean Christopherson
2024-12-18
KVM: x86: Drop unnecessary check that cpuid_entry2_find() returns right leaf
Sean Christopherson
2024-12-18
KVM: x86: Avoid double CPUID lookup when updating MWAIT at runtime
Sean Christopherson
2024-12-18
KVM: x86: Initialize guest cpu_caps based on KVM support
Sean Christopherson
2024-12-18
KVM: x86: Treat MONTIOR/MWAIT as a "partially emulated" feature
Sean Christopherson
2024-12-18
KVM: x86: Extract code for generating per-entry emulated CPUID information
Sean Christopherson
2024-12-18
KVM: x86: Initialize guest cpu_caps based on guest CPUID
Sean Christopherson
2024-12-18
KVM: x86: Replace guts of "governed" features with comprehensive cpu_caps
Sean Christopherson
2024-12-18
KVM: x86: Rename "governed features" helpers to use "guest_cpu_cap"
Sean Christopherson
2024-12-18
KVM: x86: Advertise HYPERVISOR in KVM_GET_SUPPORTED_CPUID
Sean Christopherson
2024-12-18
KVM: x86: Advertise TSC_DEADLINE_TIMER in KVM_GET_SUPPORTED_CPUID
Sean Christopherson
2024-12-18
KVM: x86: Remove all direct usage of cpuid_entry2_find()
Sean Christopherson
2024-12-18
KVM: x86: Move kvm_find_cpuid_entry{,_index}() up near cpuid_entry2_find()
Sean Christopherson
2024-12-18
KVM: x86: Always operate on kvm_vcpu data in cpuid_entry2_find()
Sean Christopherson
2024-12-18
KVM: x86: Remove unnecessary caching of KVM's PV CPUID base
Sean Christopherson
2024-12-18
KVM: x86: Clear PV_UNHALT for !HLT-exiting only when userspace sets CPUID
Sean Christopherson
2024-12-18
KVM: x86: Swap incoming guest CPUID into vCPU before massaging in KVM_SET_CPUID2
Sean Christopherson
2024-12-18
KVM: x86: Add a macro to init CPUID features that KVM emulates in software
Sean Christopherson
2024-12-18
KVM: x86: Add a macro to init CPUID features that ignore host kernel support
Sean Christopherson
2024-12-18
KVM: x86: Harden CPU capabilities processing against out-of-scope features
Sean Christopherson
2024-12-18
KVM: x86: #undef SPEC_CTRL_SSBD in cpuid.c to avoid macro collisions
Sean Christopherson
2024-12-18
KVM: x86: Handle kernel- and KVM-defined CPUID words in a single helper
Sean Christopherson
2024-12-18
KVM: x86: Add a macro to precisely handle aliased 0x1.EDX CPUID features
Sean Christopherson
2024-12-18
KVM: x86: Add a macro to init CPUID features that are 64-bit only
Sean Christopherson
2024-12-18
KVM: x86: Rename kvm_cpu_cap_mask() to kvm_cpu_cap_init()
Sean Christopherson
2024-12-18
KVM: x86: Unpack F() CPUID feature flag macros to one flag per line of code
Sean Christopherson
2024-12-18
KVM: x86: Account for max supported CPUID leaf when getting raw host CPUID
Sean Christopherson
2024-12-18
KVM: x86: Do reverse CPUID sanity checks in __feature_leaf()
Sean Christopherson
2024-12-18
KVM: x86: Don't update PV features caches when enabling enforcement capability
Sean Christopherson
2024-12-18
KVM: x86: Zero out PV features cache when the CPUID leaf is not present
Sean Christopherson
2024-12-18
KVM: selftests: Update x86's KVM PV test to match KVM's disabling exits behavior
Sean Christopherson
2024-12-18
KVM: selftests: Fix a bad TEST_REQUIRE() in x86's KVM PV test
Sean Christopherson
2024-12-18
KVM: x86: Drop the now unused KVM_X86_DISABLE_VALID_EXITS
Sean Christopherson
2024-12-18
KVM: x86: Reject disabling of MWAIT/HLT interception when not allowed
Sean Christopherson
2024-12-18
KVM: x86: Disallow KVM_CAP_X86_DISABLE_EXITS after vCPU creation
Sean Christopherson
2024-12-18
KVM: x86: Drop now-redundant MAXPHYADDR and GPA rsvd bits from vCPU creation
Sean Christopherson
2024-12-18
KVM: x86/pmu: Drop now-redundant refresh() during init()
Sean Christopherson
2024-12-18
KVM: x86: Move __kvm_is_valid_cr4() definition to x86.h
Sean Christopherson
2024-12-18
KVM: selftests: Verify KVM stuffs runtime CPUID OS bits on CR4 writes
Sean Christopherson
2024-12-18
KVM: selftests: Refresh vCPU CPUID cache in __vcpu_get_cpuid_entry()
Sean Christopherson
2024-12-18
KVM: selftests: Assert that vcpu->cpuid is non-NULL when getting CPUID entries
Sean Christopherson
2024-12-18
KVM: selftests: Update x86's set_sregs_test to match KVM's CPUID enforcement
Sean Christopherson
2024-12-18
KVM: x86: Account for KVM-reserved CR4 bits when passing through CR4 on VMX
Sean Christopherson
2024-12-18
KVM: x86: Explicitly do runtime CPUID updates "after" initial setup
Sean Christopherson
[next]