index
:
kernel/linux.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.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-19
KVM: x86: Always operate on kvm_vcpu data in cpuid_entry2_find()
Sean Christopherson
1
-41
/
+21
2024-12-19
KVM: x86: Remove unnecessary caching of KVM's PV CPUID base
Sean Christopherson
2
-27
/
+8
2024-12-19
KVM: x86: Clear PV_UNHALT for !HLT-exiting only when userspace sets CPUID
Sean Christopherson
1
-17
/
+11
2024-12-19
KVM: x86: Swap incoming guest CPUID into vCPU before massaging in KVM_SET_CPUID2
Sean Christopherson
1
-22
/
+32
2024-12-19
KVM: x86: Add a macro to init CPUID features that KVM emulates in software
Sean Christopherson
1
-9
/
+17
2024-12-19
KVM: x86: Add a macro to init CPUID features that ignore host kernel support
Sean Christopherson
1
-4
/
+16
2024-12-19
KVM: x86: Harden CPU capabilities processing against out-of-scope features
Sean Christopherson
1
-17
/
+36
2024-12-19
KVM: x86: #undef SPEC_CTRL_SSBD in cpuid.c to avoid macro collisions
Sean Christopherson
1
-0
/
+6
2024-12-19
KVM: x86: Handle kernel- and KVM-defined CPUID words in a single helper
Sean Christopherson
1
-30
/
+16
2024-12-19
KVM: x86: Add a macro to precisely handle aliased 0x1.EDX CPUID features
Sean Christopherson
1
-18
/
+29
2024-12-19
KVM: x86: Add a macro to init CPUID features that are 64-bit only
Sean Christopherson
1
-12
/
+10
2024-12-19
KVM: x86: Rename kvm_cpu_cap_mask() to kvm_cpu_cap_init()
Sean Christopherson
1
-17
/
+17
2024-12-19
KVM: x86: Unpack F() CPUID feature flag macros to one flag per line of code
Sean Christopherson
1
-64
/
+231
2024-12-19
KVM: x86: Account for max supported CPUID leaf when getting raw host CPUID
Sean Christopherson
1
-5
/
+24
2024-12-19
KVM: x86: Do reverse CPUID sanity checks in __feature_leaf()
Sean Christopherson
2
-5
/
+4
2024-12-19
KVM: x86: Don't update PV features caches when enabling enforcement capability
Sean Christopherson
3
-5
/
+1
2024-12-19
KVM: x86: Zero out PV features cache when the CPUID leaf is not present
Sean Christopherson
1
-0
/
+2
2024-12-19
KVM: selftests: Update x86's KVM PV test to match KVM's disabling exits behavior
Sean Christopherson
1
-3
/
+30
2024-12-19
KVM: selftests: Fix a bad TEST_REQUIRE() in x86's KVM PV test
Sean Christopherson
1
-2
/
+3
2024-12-19
KVM: x86: Drop the now unused KVM_X86_DISABLE_VALID_EXITS
Sean Christopherson
1
-4
/
+0
2024-12-19
KVM: x86: Reject disabling of MWAIT/HLT interception when not allowed
Sean Christopherson
1
-26
/
+28
2024-12-19
KVM: x86: Disallow KVM_CAP_X86_DISABLE_EXITS after vCPU creation
Sean Christopherson
2
-0
/
+7
2024-12-19
KVM: x86: Drop now-redundant MAXPHYADDR and GPA rsvd bits from vCPU creation
Sean Christopherson
1
-3
/
+0
2024-12-19
KVM: x86/pmu: Drop now-redundant refresh() during init()
Sean Christopherson
1
-1
/
+0
2024-12-19
KVM: x86: Move __kvm_is_valid_cr4() definition to x86.h
Sean Christopherson
2
-10
/
+5
2024-12-19
KVM: selftests: Verify KVM stuffs runtime CPUID OS bits on CR4 writes
Sean Christopherson
1
-0
/
+10
2024-12-19
KVM: selftests: Refresh vCPU CPUID cache in __vcpu_get_cpuid_entry()
Sean Christopherson
1
-7
/
+9
2024-12-19
KVM: selftests: Assert that vcpu->cpuid is non-NULL when getting CPUID entries
Sean Christopherson
1
-0
/
+2
2024-12-19
KVM: selftests: Update x86's set_sregs_test to match KVM's CPUID enforcement
Sean Christopherson
1
-23
/
+30
2024-12-19
KVM: x86: Account for KVM-reserved CR4 bits when passing through CR4 on VMX
Sean Christopherson
2
-11
/
+5
2024-12-19
KVM: x86: Explicitly do runtime CPUID updates "after" initial setup
Sean Christopherson
1
-2
/
+16
2024-12-19
KVM: x86: Do all post-set CPUID processing during vCPU creation
Sean Christopherson
3
-1
/
+3
2024-12-19
KVM: x86: Limit use of F() and SF() to kvm_cpu_cap_{mask,init_kvm_defined}()
Sean Christopherson
1
-14
/
+17
2024-12-19
KVM: x86: Use feature_bit() to clear CONSTANT_TSC when emulating CPUID
Sean Christopherson
1
-1
/
+1
2024-12-19
KVM: selftests: Override ARCH for x86_64 instead of using ARCH_DIR
Sean Christopherson
2
-13
/
+11
2024-12-19
KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directories
Sean Christopherson
152
-212
/
+176
2024-12-19
KVM: selftests: Provide empty 'all' and 'clean' targets for unsupported ARCHs
Sean Christopherson
3
-331
/
+340
2024-12-19
KVM: selftests: Verify KVM correctly handles mprotect(PROT_READ)
Sean Christopherson
1
-3
/
+101
2024-12-19
KVM: selftests: Add a read-only mprotect() phase to mmu_stress_test
Sean Christopherson
1
-4
/
+18
2024-12-19
KVM: selftests: Precisely limit the number of guest loops in mmu_stress_test
Sean Christopherson
1
-6
/
+19
2024-12-19
KVM: selftests: Use vcpu_arch_put_guest() in mmu_stress_test
Sean Christopherson
1
-1
/
+1
2024-12-19
KVM: selftests: Enable mmu_stress_test on arm64
Sean Christopherson
1
-0
/
+1
2024-12-19
KVM: sefltests: Explicitly include ucall_common.h in mmu_stress_test.c
Sean Christopherson
1
-0
/
+1
2024-12-19
KVM: selftests: Compute number of extra pages needed in mmu_stress_test
Sean Christopherson
1
-1
/
+7
2024-12-19
KVM: selftests: Only muck with SREGS on x86 in mmu_stress_test
Sean Christopherson
1
-3
/
+3
2024-12-19
KVM: selftests: Rename max_guest_memory_test to mmu_stress_test
Sean Christopherson
2
-1
/
+1
2024-12-19
KVM: selftests: Check for a potential unhandled exception iff KVM_RUN succeeded
Sean Christopherson
1
-1
/
+2
2024-12-19
KVM: selftests: Assert that vcpu_{g,s}et_reg() won't truncate
Sean Christopherson
1
-0
/
+4
2024-12-19
KVM: selftests: Return a value from vcpu_get_reg() instead of using an out-param
Sean Christopherson
15
-81
/
+81
2024-12-17
KVM: Move KVM_REG_SIZE() definition to common uAPI header
Sean Christopherson
3
-6
/
+4
[next]