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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-11
KVM: selftests: Rename vm_vcpu_add* helpers to better show relationships
Sean Christopherson
2
-7
/
+5
2022-06-11
KVM: selftests: Return created vcpu from vm_vcpu_add_default()
Sean Christopherson
2
-6
/
+9
2022-06-11
KVM: selftests: Add "arch" to common utils that have arch implementations
Sean Christopherson
1
-83
/
+117
2022-06-11
KVM: selftests: Move vm_is_unrestricted_guest() to x86-64
Sean Christopherson
2
-2
/
+1
2022-06-11
KVM: selftests: Make arm64's guest_get_vcpuid() declaration arm64-only
Sean Christopherson
2
-2
/
+2
2022-06-11
KVM: selftests: Convert vgic_irq away from VCPU_ID
Sean Christopherson
1
-2
/
+4
2022-06-11
KVM: selftests: Return the created vCPU from vm_vcpu_add()
Sean Christopherson
1
-1
/
+1
2022-06-11
KVM: selftests: Rename 'struct vcpu' to 'struct kvm_vcpu'
Sean Christopherson
1
-5
/
+6
2022-06-11
KVM: selftests: Rename vcpu.state => vcpu.run
Sean Christopherson
1
-1
/
+1
2022-06-11
KVM: selftests: Make vm_create() a wrapper that specifies VM_MODE_DEFAULT
Sean Christopherson
1
-5
/
+13
2022-06-11
KVM: selftests: Rename vm_create_without_vcpus() => vm_create()
Sean Christopherson
1
-1
/
+1
2022-06-11
KVM: selftests: Rename vm_create() => vm_create_barebones(), drop param
Sean Christopherson
1
-1
/
+5
2022-06-11
KVM: selftests: Add vm_create_*() variants to expose/return 'struct vcpu'
Sean Christopherson
1
-0
/
+16
2022-06-11
KVM: selftest: Add proper helpers for x86-specific save/restore ioctls
Sean Christopherson
1
-0
/
+54
2022-06-11
KVM: selftests: Rename MP_STATE and GUEST_DEBUG helpers for consistency
Sean Christopherson
1
-2
/
+7
2022-06-11
KVM: selftests: Dedup MSR index list helpers, simplify dedicated test
Sean Christopherson
1
-0
/
+1
2022-06-11
KVM: selftests: Cache list of MSRs to save/restore
Sean Christopherson
1
-1
/
+3
2022-06-11
KVM: selftests: Simplify KVM_ENABLE_CAP helper APIs
Sean Christopherson
1
-6
/
+12
2022-06-11
KVM: selftests: Consolidate KVM_ENABLE_CAP usage
Sean Christopherson
1
-0
/
+4
2022-06-11
KVM: selftests: Add a VM backpointer to 'struct vcpu'
Sean Christopherson
1
-0
/
+1
2022-06-11
KVM: selftests: Split get/set device_attr helpers
Sean Christopherson
1
-32
/
+59
2022-06-11
KVM: selftests: Drop 'int' return from asserting *_has_device_attr()
Sean Christopherson
1
-3
/
+17
2022-06-11
KVM: selftests: Rename KVM_HAS_DEVICE_ATTR helpers for consistency
Sean Christopherson
1
-3
/
+3
2022-06-11
KVM: selftests: Multiplex return code and fd in __kvm_create_device()
Sean Christopherson
1
-1
/
+1
2022-06-11
KVM: selftests: Move KVM_CREATE_DEVICE_TEST code to separate helper
Sean Christopherson
1
-1
/
+2
2022-06-11
KVM: selftests: Drop @test param from kvm_create_device()
Sean Christopherson
1
-1
/
+1
2022-06-11
KVM: selftests: Get rid of kvm_util_internal.h
Sean Christopherson
1
-7
/
+90
2022-06-11
KVM: selftests: Make kvm_ioctl() a wrapper to pretty print ioctl name
Sean Christopherson
1
-2
/
+14
2022-06-11
KVM: sefltests: Use vm_ioctl() and __vm_ioctl() helpers
Sean Christopherson
1
-10
/
+50
2022-06-11
KVM: selftests: Make vm_ioctl() a wrapper to pretty print ioctl name
Sean Christopherson
1
-17
/
+21
2022-06-11
KVM: selftests: Remove vcpu_get_fd()
Sean Christopherson
1
-1
/
+0
2022-06-11
KVM: selftests: Add __vcpu_run() helper
Sean Christopherson
1
-0
/
+6
2022-06-11
KVM: sefltests: Use vcpu_ioctl() and __vcpu_ioctl() helpers
Sean Christopherson
2
-44
/
+126
2022-06-11
KVM: selftests: Split vcpu_set_nested_state() into two helpers
Sean Christopherson
1
-2
/
+4
2022-06-11
KVM: selftests: Drop @mode from common vm_create() helper
Sean Christopherson
1
-1
/
+2
2022-06-11
KVM: selftests: Make vcpu_ioctl() a wrapper to pretty print ioctl name
Sean Christopherson
1
-2
/
+11
2022-06-11
KVM: selftests: Add another underscore to inner ioctl() helpers
Sean Christopherson
1
-4
/
+4
2022-06-11
KVM: selftests: Always open VM file descriptors with O_RDWR
Sean Christopherson
1
-2
/
+2
2022-06-11
KVM: selftests: Drop stale declarations from kvm_util_base.h
Sean Christopherson
1
-5
/
+0
2022-06-09
Merge branch 'kvm-5.20-early'
Paolo Bonzini
2
-0
/
+29
2022-06-09
KVM: selftests: Add option to run dirty_log_perf_test vCPUs in L2
David Matlack
3
-0
/
+17
2022-06-09
KVM: selftests: Move VMX_EPT_VPID_CAP_AD_BITS to vmx.h
David Matlack
2
-3
/
+2
2022-06-09
KVM: selftests: Replace x86_page_size with PG_LEVEL_XX
David Matlack
1
-6
/
+12
2022-06-08
KVM: selftests: nSVM: Add svm_nested_soft_inject_test
Maciej S. Szmigiero
2
-0
/
+29
2022-05-25
Merge tag 'kvm-riscv-5.19-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
1
-3
/
+5
2022-05-20
KVM: selftests: riscv: Improve unexpected guest trap handling
Anup Patel
1
-3
/
+5
2022-05-16
Merge branch kvm-arm64/hcall-selection into kvmarm-master/next
Marc Zyngier
1
-0
/
+22
2022-05-03
selftests: KVM: Create helper for making SMCCC calls
Oliver Upton
1
-0
/
+22
2022-04-21
kvm: selftests: introduce and use more page size-related constants
Paolo Bonzini
1
-0
/
+2
2022-04-21
kvm: selftests: do not use bitfields larger than 32-bits for PTEs
Paolo Bonzini
1
-0
/
+15
[prev]
[next]