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
/
lib
/
kvm_util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-11
KVM: sefltests: Use vm_ioctl() and __vm_ioctl() helpers
Sean Christopherson
1
-104
/
+12
2022-06-11
KVM: selftests: Make vm_ioctl() a wrapper to pretty print ioctl name
Sean Christopherson
1
-20
/
+6
2022-06-11
KVM: selftests: Add vcpu_get() to retrieve and assert on vCPU existence
Sean Christopherson
1
-40
/
+16
2022-06-11
KVM: selftests: Remove vcpu_get_fd()
Sean Christopherson
1
-9
/
+0
2022-06-11
KVM: selftests: Add __vcpu_run() helper
Sean Christopherson
1
-4
/
+2
2022-06-11
KVM: sefltests: Use vcpu_ioctl() and __vcpu_ioctl() helpers
Sean Christopherson
1
-284
/
+2
2022-06-11
KVM: selftests: Split vcpu_set_nested_state() into two helpers
Sean Christopherson
1
-10
/
+10
2022-06-11
KVM: selftests: Drop @mode from common vm_create() helper
Sean Christopherson
1
-20
/
+22
2022-06-11
KVM: selftests: Make vcpu_ioctl() a wrapper to pretty print ioctl name
Sean Christopherson
1
-23
/
+8
2022-06-11
KVM: selftests: Add another underscore to inner ioctl() helpers
Sean Christopherson
1
-12
/
+12
2022-06-11
KVM: selftests: Always open VM file descriptors with O_RDWR
Sean Christopherson
1
-11
/
+9
2022-03-08
KVM: selftests: Split out helper to allocate guest mem via memfd
Sean Christopherson
1
-18
/
+24
2022-03-08
KVM: selftests: Move raw KVM_SET_USER_MEMORY_REGION helper to utils
Sean Christopherson
1
-0
/
+24
2022-02-25
KVM: selftests: Carve out helper to create "default" VM without vCPUs
David Dunn
1
-6
/
+15
2022-01-26
selftests: kvm: move vm_xsave_req_perm call to amx_test
Paolo Bonzini
1
-7
/
+0
2022-01-19
kvm: selftests: Do not indent with spaces
Paolo Bonzini
1
-3
/
+5
2022-01-19
kvm: selftests: conditionally build vm_xsave_req_perm()
Wei Wang
1
-0
/
+2
2022-01-14
kvm: selftests: Add support for KVM_CAP_XSAVE2
Wei Wang
1
-0
/
+32
2022-01-07
Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
1
-0
/
+94
2022-01-04
Merge branch kvm-arm64/selftest/irq-injection into kvmarm-master/next
Marc Zyngier
1
-0
/
+72
2021-12-28
KVM: selftests: Add IRQ GSI routing library functions
Ricardo Koller
1
-0
/
+51
2021-12-28
KVM: selftests: Add kvm_irq_line library function
Ricardo Koller
1
-0
/
+21
2021-12-28
KVM: selftests: arm64: Add support for various modes with 16kB page size
Marc Zyngier
1
-0
/
+16
2021-12-28
KVM: selftests: arm64: Add support for VM_MODE_P36V48_{4K,64K}
Marc Zyngier
1
-0
/
+6
2021-12-20
selftests: KVM: Fix non-x86 compiling
Andrew Jones
1
-0
/
+5
2021-12-10
selftests: KVM: avoid failures due to reserved HyperTransport region
Paolo Bonzini
1
-1
/
+1
2021-11-16
Merge branch 'kvm-selftest' into kvm-master
Paolo Bonzini
1
-20
/
+24
2021-11-16
KVM: selftests: Require GPA to be aligned when backed by hugepages
Sean Christopherson
1
-0
/
+2
2021-11-16
KVM: selftests: Assert mmap HVA is aligned when using HugeTLB
Sean Christopherson
1
-0
/
+11
2021-11-16
KVM: selftests: Expose align() helpers to tests
Sean Christopherson
1
-11
/
+2
2021-11-16
KVM: selftests: Explicitly state indicies for vm_guest_mode_params array
Sean Christopherson
1
-9
/
+9
2021-11-11
selftest: KVM: Add open sev dev helper
Peter Gonda
1
-10
/
+14
2021-10-22
KVM: selftests: set CPUID before setting sregs in vcpu creation
Michael Roth
1
-1
/
+1
2021-10-18
selftests: KVM: Add helpers for vCPU device attributes
Oliver Upton
1
-0
/
+38
2021-10-18
selftests: KVM: Fix kvm device helper ioctl assertions
Oliver Upton
1
-3
/
+3
2021-07-14
Merge tag 'kvm-s390-master-5.14-1' of git://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
1
-0
/
+5
2021-07-06
KVM: selftests: introduce P44V64 for z196 and EC12
Christian Borntraeger
1
-0
/
+5
2021-06-24
KVM: selftests: Add selftest for KVM statistics data binary interface
Jing Zhang
1
-0
/
+12
2021-06-24
KVM: selftests: Add wrapper to allocate page table page
Sean Christopherson
1
-0
/
+8
2021-06-24
KVM: selftests: Unconditionally use memslot '0' for page table allocations
Sean Christopherson
1
-3
/
+3
2021-06-24
KVM: selftests: Unconditionally use memslot 0 for vaddr allocations
Sean Christopherson
1
-7
/
+5
2021-06-24
KVM: selftests: Lower the min virtual address for misc page allocations
Sean Christopherson
1
-1
/
+1
2021-06-24
KVM: selftests: Add helpers to allocate N pages of virtual memory
Sean Christopherson
1
-0
/
+38
2021-06-24
KVM: selftests: Unconditionally use memslot 0 when loading elf binary
Sean Christopherson
1
-1
/
+1
2021-06-24
KVM: selftests: fix triple fault if ept=0 in dirty_log_test
Hou Wenlong
1
-4
/
+0
2021-06-17
KVM: selftests: Fix kvm_check_cap() assertion
Fuad Tabba
1
-1
/
+1
2021-06-08
selftests: kvm: Add support for customized slot0 memory size
Zhenzhong Duan
1
-9
/
+38
2021-06-08
KVM: selftests: introduce P47V64 for s390x
Christian Borntraeger
1
-0
/
+5
2021-05-27
KVM: selftests: add shared hugetlbfs backing source type
Axel Rasmussen
1
-2
/
+7
2021-05-27
KVM: selftests: create alias mappings when using shared memory
Axel Rasmussen
1
-0
/
+49
[prev]
[next]