index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
Age
Commit message (
Expand
)
Author
2025-02-14
KVM: selftests: Add infrastructure for getting vCPU binary stats
Sean Christopherson
2025-02-14
KVM: selftests: Adjust number of files rlimit for all "standard" VMs
Sean Christopherson
2025-02-14
KVM: selftests: Get VM's binary stats FD when opening VM
Sean Christopherson
2025-02-14
KVM: selftests: Add struct and helpers to wrap binary stats cache
Sean Christopherson
2025-02-14
KVM: selftests: Macrofy vm_get_stat() to auto-generate stat name string
Sean Christopherson
2025-02-14
KVM: selftests: Assert that __vm_get_stat() actually finds a stat
Sean Christopherson
2025-02-12
KVM: selftests: Close VM's binary stats FD when releasing VM
Sean Christopherson
2025-02-12
KVM: selftests: Fix mostly theoretical leak of VM's binary stats FD
Sean Christopherson
2025-02-12
KVM: selftests: Allow running a single iteration of dirty_log_test
Sean Christopherson
2025-02-12
KVM: selftests: Fix an off-by-one in the number of dirty_log_test iterations
Sean Christopherson
2025-02-12
KVM: selftests: Set per-iteration variables at the start of each iteration
Sean Christopherson
2025-02-12
KVM: selftests: Tighten checks around prev iter's last dirty page in ring
Sean Christopherson
2025-02-12
KVM: selftests: Ensure guest writes min number of pages in dirty_log_test
Sean Christopherson
2025-02-12
KVM: sefltests: Verify value of dirty_log_test last page isn't bogus
Sean Christopherson
2025-02-12
KVM: selftests: Collect *all* dirty entries in each dirty_log_test iteration
Sean Christopherson
2025-02-12
KVM: selftests: Print (previous) last_page on dirty page value mismatch
Sean Christopherson
2025-02-12
KVM: selftests: Use continue to handle all "pass" scenarios in dirty_log_test
Sean Christopherson
2025-02-12
KVM: selftests: Post to sem_vcpu_stop if and only if vcpu_stop is true
Sean Christopherson
2025-02-12
KVM: selftests: Keep dirty_log_test vCPU in guest until it needs to stop
Sean Christopherson
2025-02-12
KVM: selftests: Honor "stop" request in dirty ring test
Sean Christopherson
2025-02-12
KVM: selftests: Limit dirty_log_test's s390x workaround to s390x
Maxim Levitsky
2025-02-12
KVM: selftests: Continuously reap dirty ring while vCPU is running
Sean Christopherson
2025-02-12
KVM: selftests: Read per-page value into local var when verifying dirty_log_test
Sean Christopherson
2025-02-12
KVM: selftests: Precisely track number of dirty/clear pages for each iteration
Sean Christopherson
2025-02-12
KVM: selftests: Drop stale srandom() initialization from dirty_log_test
Sean Christopherson
2025-02-12
KVM: selftests: Drop signal/kick from dirty ring testcase
Sean Christopherson
2025-02-12
KVM: selftests: Sync dirty_log_test iteration to guest *before* resuming
Sean Christopherson
2025-02-12
KVM: selftests: Support multiple write retires in dirty_log_test
Maxim Levitsky
2025-02-12
KVM: selftests: Actually emit forced emulation prefix for kvm_asm_safe_fep()
Sean Christopherson
2025-02-12
KVM: selftests: Add CPUID tests for Hyper-V features that need in-kernel APIC
Sean Christopherson
2025-02-12
KVM: selftests: Manage CPUID array in Hyper-V CPUID test's core helper
Sean Christopherson
2025-02-12
KVM: selftests: Mark test_hv_cpuid_e2big() static in Hyper-V CPUID test
Sean Christopherson
2025-02-12
KVM: selftests: Print out the actual Top-Down Slots count on failure
Sean Christopherson
2025-02-12
KVM: selftests: Drop the "feature event" param from guest test helpers
Sean Christopherson
2025-02-12
KVM: selftests: Remove dead code in Intel PMU counters test
Sean Christopherson
2025-02-12
KVM: selftests: Only validate counts for hardware-supported arch events
Sean Christopherson
2025-02-12
KVM: selftests: Make Intel arch events globally available in PMU counters test
Sean Christopherson
2025-02-04
KVM: selftests: Fix spelling mistake "initally" -> "initially"
Colin Ian King
2025-01-31
KVM: s390: selftests: Streamline uc_skey test to issue iske after sske
Christoph Schlameuss
2025-01-31
KVM: s390: selftests: fix ucontrol memory region test
Claudio Imbrenda
2025-01-28
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2025-01-20
Merge tag 'kvm-riscv-6.14-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2025-01-20
Merge tag 'kvm-x86-misc-6.14' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-01-17
Merge branch kvm-arm64/coresight-6.14 into kvmarm-master/next
Marc Zyngier
2025-01-15
Merge tag 'loongarch-kvm-6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2025-01-13
KVM: arm64: Fix selftests after sysreg field name update
Marc Zyngier
2025-01-12
Merge tag 'kvm-s390-master-6.13-1' of https://git.kernel.org/pub/scm/linux/ke...
Paolo Bonzini
2025-01-08
KVM: selftests: Add helpers for locally (un)blocking IRQs on x86
Sean Christopherson
2025-01-08
KVM: selftests: Use data load to trigger LLC references/misses in Intel PMU
Sean Christopherson
2025-01-08
KVM: selftests: Add printf attribute to _no_printf()
Isaku Yamahata
[prev]
[next]