index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
kvm_page_table_test.c
Age
Commit message (
Expand
)
Author
2024-04-29
Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"
Sean Christopherson
2024-04-29
KVM: selftests: Define _GNU_SOURCE for all selftests code
Sean Christopherson
2024-01-29
KVM: selftests: Remove redundant newlines
Andrew Jones
2023-11-14
KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
Sean Christopherson
2023-08-02
KVM: selftests: use unified time type for comparison
Bibo Mao
2022-11-16
KVM: selftests: Drop now-unnecessary ucall_uninit()
Sean Christopherson
2022-11-16
KVM: selftests: Automatically do init_ucall() for non-barebones VMs
Sean Christopherson
2022-11-16
KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validation
Vipin Sharma
2022-11-16
KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()
Vipin Sharma
2022-06-11
KVM: selftests: Drop @num_percpu_pages from __vm_create_with_vcpus()
Sean Christopherson
2022-06-11
KVM: selftests: Drop @slot0_mem_pages from __vm_create_with_vcpus()
Sean Christopherson
2022-06-11
KVM: selftests: Open code and drop 'struct kvm_vm' accessors
Sean Christopherson
2022-06-11
KVM: selftests: Purge vm+vcpu_id == vcpu silliness
Sean Christopherson
2022-06-11
KVM: selftests: Convert kvm_page_table_test away from reliance on vcpu_id
Sean Christopherson
2022-06-11
KVM: selftests: Drop @vcpuids param from VM creators
Sean Christopherson
2022-06-11
KVM: selftests: Add VM creation helper that "returns" vCPUs
Sean Christopherson
2022-04-21
KVM: selftests: Silence compiler warning in the kvm_page_table_test
Thomas Huth
2021-11-30
KVM: selftests: page_table_test: fix calculation of guest_test_phys_mem
Maciej S. Szmigiero
2021-11-16
KVM: selftests: Expose align() helpers to tests
Sean Christopherson
2021-09-22
KVM: selftests: Refactor help message for -s backing_src
David Matlack
2021-06-24
KVM: selftests: Unconditionally use memslot '0' for page table allocations
Sean Christopherson
2021-06-08
selftests: kvm: Add support for customized slot0 memory size
Zhenzhong Duan
2021-04-20
KVM: selftests: Add a test for kvm page table code
Yanan Wang