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.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-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
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
kvm_binary_stats_test.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-29
KVM: selftests: Define _GNU_SOURCE for all selftests code
Sean Christopherson
1
-2
/
+0
2023-07-29
KVM: selftests: Verify stats fd is usable after VM fd has been closed
Sean Christopherson
1
-2
/
+8
2023-07-29
KVM: selftests: Verify stats fd can be dup()'d and read
Sean Christopherson
1
-1
/
+7
2023-07-29
KVM: selftests: Verify userspace can create "redundant" binary stats files
Sean Christopherson
1
-2
/
+23
2023-07-29
KVM: selftests: Explicitly free vcpus array in binary stats test
Sean Christopherson
1
-0
/
+1
2023-07-29
KVM: selftests: Clean up stats fd in common stats_test() helper
Sean Christopherson
1
-18
/
+4
2023-07-29
KVM: selftests: Use pread() to read binary stats header
Sean Christopherson
1
-2
/
+4
2023-01-24
KVM: selftests: Stop assuming stats are contiguous in kvm_binary_stats_test
Jing Zhang
1
-9
/
+1
2022-12-29
KVM: selftests: Use TAP interface in the kvm_binary_stats_test
Thomas Huth
1
-2
/
+9
2022-08-01
selftests: KVM: Add exponent check for boolean stats
Oliver Upton
1
-0
/
+6
2022-08-01
selftests: KVM: Provide descriptive assertions in kvm_binary_stats_test
Oliver Upton
1
-8
/
+16
2022-08-01
selftests: KVM: Check stat name before other fields
Oliver Upton
1
-3
/
+5
2022-06-24
KVM: selftests: Read binary stat data in lib
Ben Gardon
1
-7
/
+2
2022-06-24
KVM: selftests: Clean up coding style in binary stats test
Sean Christopherson
1
-34
/
+45
2022-06-24
KVM: selftests: Read binary stats desc in lib
Ben Gardon
1
-11
/
+5
2022-06-24
KVM: selftests: Read binary stats header in lib
Ben Gardon
1
-2
/
+2
2022-06-24
KVM: selftests: Remove dynamic memory allocation for stats header
Ben Gardon
1
-31
/
+27
2022-06-14
KVM: selftests: kvm_binary_stats_test: Fix index expressions
Andrew Jones
1
-2
/
+2
2022-06-11
KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+paste
Sean Christopherson
1
-4
/
+1
2022-06-11
KVM: selftests: Add kvm_has_cap() to provide syntactic sugar
Sean Christopherson
1
-1
/
+1
2022-06-11
KVM: selftests: Return an 'unsigned int' from kvm_check_cap()
Sean Christopherson
1
-1
/
+1
2022-06-11
KVM: selftests: Purge vm+vcpu_id == vcpu silliness
Sean Christopherson
1
-1
/
+1
2022-06-11
KVM: selftests: Convert kvm_binary_stats_test away from vCPU IDs
Sean Christopherson
1
-4
/
+9
2022-06-11
KVM: selftests: Rename vm_vcpu_add* helpers to better show relationships
Sean Christopherson
1
-1
/
+1
2022-06-11
KVM: selftests: Rename vm_create() => vm_create_barebones(), drop param
Sean Christopherson
1
-1
/
+1
2022-06-11
KVM: sefltests: Use vm_ioctl() and __vm_ioctl() helpers
Sean Christopherson
1
-5
/
+1
2022-06-11
KVM: sefltests: Use vcpu_ioctl() and __vcpu_ioctl() helpers
Sean Christopherson
1
-5
/
+1
2022-06-11
KVM: selftests: Drop @mode from common vm_create() helper
Sean Christopherson
1
-2
/
+1
2022-06-11
KVM: selftests: Always open VM file descriptors with O_RDWR
Sean Christopherson
1
-1
/
+1
2021-08-20
KVM: selftests: Add checks for histogram stats bucket_size field
Jing Zhang
1
-0
/
+12
2021-06-25
KVM: selftests: Add selftest for KVM statistics data binary interface
Jing Zhang
1
-0
/
+237