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