index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-28
KVM: selftests: Add a macro to define a test with one vcpu
Thomas Huth
1
-0
/
+36
2024-02-28
KVM: selftests: Move setting a vCPU's entry point to a dedicated API
Sean Christopherson
5
-22
/
+48
2024-02-26
KVM: selftests: x86: sync_regs_test: Get regs structure before modifying it
Thomas Huth
1
-0
/
+1
2024-02-26
KVM: selftests: x86: sync_regs_test: Use vcpu_run() where appropriate
Thomas Huth
1
-5
/
+5
2024-02-26
KVM: riscv: selftests: Switch to use macro from csr.h
Haibo Xu
1
-8
/
+2
2024-02-26
KVM: selftests: Add CONFIG_64BIT definition for the build
Haibo Xu
1
-1
/
+1
2024-02-26
KVM: arm64: selftests: Split arch_timer test code
Haibo Xu
5
-280
/
+311
2024-02-26
KVM: arm64: selftests: Enable tuning of error margin in arch_timer test
Haibo Xu
1
-9
/
+23
2024-02-26
KVM: arm64: selftests: Data type cleanup for arch_timer test
Haibo Xu
1
-6
/
+6
2024-02-26
selftests/kvm: Fix issues with $(SPLIT_TESTS)
Paolo Bonzini
1
-8
/
+12
2024-02-23
treewide: remove meaningless assignments in Makefiles
Masahiro Yamada
1
-2
/
+2
2024-02-23
KVM: s390: selftest: memop: Fix undefined behavior
Nina Schoetterl-Glausch
1
-0
/
+2
2024-02-22
KVM: selftests: Add a testcase to verify GUEST_MEMFD and READONLY are exclusive
Sean Christopherson
1
-0
/
+6
2024-02-22
KVM: selftests: Create GUEST_MEMFD for relevant invalid flags testcases
Sean Christopherson
1
-1
/
+5
2024-02-22
KVM: s390: selftests: memop: add a simple AR test
Eric Farman
1
-0
/
+31
2024-02-22
KVM: selftests: re-map Xen's vcpu_info using HVA rather than GPA
Paul Durrant
1
-0
/
+15
2024-02-22
KVM: selftests: map Xen's shared_info page using HVA rather than GFN
Paul Durrant
1
-9
/
+35
2024-02-21
KVM: selftests: Test top-down slots event in x86's pmu_counters_test
Dapeng Mi
1
-0
/
+3
2024-02-14
Merge tag 'kvm-x86-selftests-6.8-rcN' of https://github.com/kvm-x86/linux int...
Paolo Bonzini
58
-239
/
+236
2024-02-13
KVM: selftests: Print timer ctl register in ISTATUS assertion
Oliver Upton
1
-1
/
+1
2024-02-12
KVM: selftests: Fix GUEST_PRINTF() format warnings in ARM code
Sean Christopherson
5
-12
/
+12
2024-02-06
KVM: selftests: Don't assert on exact number of 4KiB in dirty log split test
Sean Christopherson
1
-9
/
+12
2024-02-06
KVM: selftests: Fix a semaphore imbalance in the dirty ring logging test
Sean Christopherson
1
-23
/
+27
2024-02-01
KVM: selftests: Make hyperv_clock require TSC based system clocksource
Vitaly Kuznetsov
1
-0
/
+1
2024-02-01
KVM: selftests: Run clocksource dependent tests with hyperv_clocksource_tsc_p...
Vitaly Kuznetsov
4
-5
/
+6
2024-02-01
KVM: selftests: Use generic sys_clocksource_is_tsc() in vmx_nested_tsc_scalin...
Vitaly Kuznetsov
1
-18
/
+1
2024-02-01
KVM: selftests: Generalize check_clocksource() from kvm_clock_test
Vitaly Kuznetsov
5
-37
/
+40
2024-01-30
KVM: selftests: Extend PMU counters test to validate RDPMC after WRMSR
Sean Christopherson
1
-0
/
+41
2024-01-30
KVM: selftests: Add helpers for safe and safe+forced RDMSR, RDPMC, and XGETBV
Sean Christopherson
1
-12
/
+26
2024-01-30
KVM: selftests: Add a forced emulation variation of KVM_ASM_SAFE()
Sean Christopherson
1
-2
/
+28
2024-01-30
KVM: selftests: Test PMC virtualization with forced emulation
Sean Christopherson
1
-14
/
+30
2024-01-30
KVM: selftests: Move KVM_FEP macro into common library header
Sean Christopherson
2
-2
/
+3
2024-01-30
KVM: selftests: Query module param to detect FEP in MSR filtering test
Sean Christopherson
2
-18
/
+14
2024-01-30
KVM: selftests: Add helpers to read integer module params
Sean Christopherson
2
-6
/
+60
2024-01-30
KVM: selftests: Add a helper to query if the PMU module param is enabled
Sean Christopherson
4
-3
/
+8
2024-01-30
KVM: selftests: Expand PMU counters test to verify LLC events
Sean Christopherson
1
-19
/
+40
2024-01-30
KVM: selftests: Add functional test for Intel's fixed PMU counters
Jinrong Liang
1
-1
/
+30
2024-01-30
KVM: selftests: Test consistency of CPUID with num of fixed counters
Jinrong Liang
1
-3
/
+57
2024-01-30
KVM: selftests: Test consistency of CPUID with num of gp counters
Jinrong Liang
1
-0
/
+99
2024-01-30
KVM: selftests: Test Intel PMU architectural events on fixed counters
Jinrong Liang
1
-9
/
+45
2024-01-30
KVM: selftests: Test Intel PMU architectural events on gp counters
Jinrong Liang
2
-0
/
+322
2024-01-30
KVM: selftests: Add pmu.h and lib/pmu.c for common PMU assets
Jinrong Liang
4
-97
/
+173
2024-01-30
KVM: selftests: Extend {kvm,this}_pmu_has() to support fixed counters
Sean Christopherson
1
-18
/
+47
2024-01-30
KVM: selftests: Drop the "name" param from KVM_X86_PMU_FEATURE()
Sean Christopherson
1
-2
/
+2
2024-01-30
KVM: selftests: Add vcpu_set_cpuid_property() to set properties
Jinrong Liang
3
-5
/
+16
2024-01-30
KVM: selftests: Fail tests when open() fails with !ENOENT
Vitaly Kuznetsov
1
-1
/
+2
2024-01-30
KVM: selftests: Avoid infinite loop in hyperv_features when invtsc is missing
Vitaly Kuznetsov
1
-4
/
+5
2024-01-30
KVM: selftests: Delete superfluous, unused "stage" variable in AMX test
Sean Christopherson
1
-2
/
+2
2024-01-30
KVM: selftests: x86_64: Remove redundant newlines
Andrew Jones
22
-63
/
+63
2024-01-29
KVM: selftests: s390x: Remove redundant newlines
Andrew Jones
3
-13
/
+13
[prev]
[next]