KVM: selftests: Convert vmx_preemption_timer_test away from VCPU_ID
[linux-2.6-microblaze.git] / tools /
2022-06-11 Sean ChristophersonKVM: selftests: Convert vmx_preemption_timer_test away...
2022-06-11 Sean ChristophersonKVM: selftests: Convert xss_msr_test away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert rseq_test away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert memslot_perf_test away from...
2022-06-11 Sean ChristophersonKVM: selftests: Return the created vCPU from vm_vcpu_add()
2022-06-11 Sean ChristophersonKVM: selftests: Rename 'struct vcpu' to 'struct kvm_vcpu'
2022-06-11 Sean ChristophersonKVM: selftests: Rename vcpu.state => vcpu.run
2022-06-11 Sean ChristophersonKVM: selftests: Rename xAPIC state test's vcpu struct
2022-06-11 Sean ChristophersonKVM: selftests: Make vm_create() a wrapper that specifi...
2022-06-11 Sean ChristophersonKVM: selftests: Rename vm_create_without_vcpus() =...
2022-06-11 Sean ChristophersonKVM: selftests: Rename vm_create() => vm_create_barebon...
2022-06-11 Sean ChristophersonKVM: selftests: Avoid memory allocations when adding...
2022-06-11 Sean ChristophersonKVM: selftests: Use vm_create_without_vcpus() in psci_test
2022-06-11 Sean ChristophersonKVM: selftests: Use vm_create_without_vcpus() in hardwa...
2022-06-11 Sean ChristophersonKVM: selftests: Use vm_create_without_vcpus() in dirty_...
2022-06-11 Sean ChristophersonKVM: selftests: Use vm_create_without_vcpus() in set_bo...
2022-06-11 Sean ChristophersonKVM: selftests: Push vm_adjust_num_guest_pages() into...
2022-06-11 Sean ChristophersonKVM: selftests: Add vm_create_*() variants to expose...
2022-06-11 Sean ChristophersonKVM: selftest: Add proper helpers for x86-specific...
2022-06-11 Sean ChristophersonKVM: selftests: Rename MP_STATE and GUEST_DEBUG helpers...
2022-06-11 Sean ChristophersonKVM: selftests: Dedup MSR index list helpers, simplify...
2022-06-11 Sean ChristophersonKVM: selftests: Harden and comment XSS / KVM_SET_MSRS...
2022-06-11 Sean ChristophersonKVM: selftests: Cache list of MSRs to save/restore
2022-06-11 Sean ChristophersonKVM: selftests: Simplify KVM_ENABLE_CAP helper APIs
2022-06-11 Sean ChristophersonKVM: selftests: Consolidate KVM_ENABLE_CAP usage
2022-06-11 Sean ChristophersonKVM: selftests: Add a VM backpointer to 'struct vcpu'
2022-06-11 Sean ChristophersonKVM: selftests: Dedup vgic_init's asserts and improve...
2022-06-11 Sean ChristophersonKVM: selftests: Split get/set device_attr helpers
2022-06-11 Sean ChristophersonKVM: selftests: Drop 'int' return from asserting *_has_...
2022-06-11 Sean ChristophersonKVM: selftests: Rename KVM_HAS_DEVICE_ATTR helpers...
2022-06-11 Sean ChristophersonKVM: selftests: Multiplex return code and fd in __kvm_c...
2022-06-11 Sean ChristophersonKVM: selftests: Move KVM_CREATE_DEVICE_TEST code to...
2022-06-11 Sean ChristophersonKVM: selftests: Drop @test param from kvm_create_device()
2022-06-11 Sean ChristophersonKVM: selftests: Use KVM_IOCTL_ERROR() for one-off arm64...
2022-06-11 Sean ChristophersonKVM: selftests: Get rid of kvm_util_internal.h
2022-06-11 Sean ChristophersonKVM: selftests: Make x86-64's register dump helpers...
2022-06-11 Sean ChristophersonKVM: selftests: Use __KVM_SYSCALL_ERROR() to handle...
2022-06-11 Sean ChristophersonKVM: selftests: Use kvm_ioctl() helpers
2022-06-11 Sean ChristophersonKVM: selftests: Make kvm_ioctl() a wrapper to pretty...
2022-06-11 Sean ChristophersonKVM: sefltests: Use vm_ioctl() and __vm_ioctl() helpers
2022-06-11 Sean ChristophersonKVM: selftests: Make vm_ioctl() a wrapper to pretty...
2022-06-11 Sean ChristophersonKVM: selftests: Add vcpu_get() to retrieve and assert...
2022-06-11 Sean ChristophersonKVM: selftests: Remove vcpu_get_fd()
2022-06-11 Sean ChristophersonKVM: selftests: Use vcpu_access_device_attr() in arm64...
2022-06-11 Sean ChristophersonKVM: selftests: Add __vcpu_run() helper
2022-06-11 Sean ChristophersonKVM: sefltests: Use vcpu_ioctl() and __vcpu_ioctl(...
2022-06-11 Sean ChristophersonKVM: selftests: Split vcpu_set_nested_state() into...
2022-06-11 Sean ChristophersonKVM: selftests: Drop @mode from common vm_create()...
2022-06-11 Sean ChristophersonKVM: selftests: Make vcpu_ioctl() a wrapper to pretty...
2022-06-11 Sean ChristophersonKVM: selftests: Add another underscore to inner ioctl...
2022-06-11 Sean ChristophersonKVM: selftests: Always open VM file descriptors with...
2022-06-11 Sean ChristophersonKVM: selftests: Drop stale declarations from kvm_util_b...
2022-06-11 Sean ChristophersonKVM: selftests: Fix typo in vgic_init test
2022-06-11 Sean ChristophersonKVM: selftests: Fix buggy-but-benign check in test_v3_n...
2022-06-11 Sean ChristophersonKVM: Fix references to non-existent KVM_CAP_TRIPLE_FAUL...
2022-06-09 Paolo BonziniMerge branch 'kvm-5.20-early'
2022-06-09 David MatlackKVM: selftests: Restrict test region to 48-bit physical...
2022-06-09 David MatlackKVM: selftests: Add option to run dirty_log_perf_test...
2022-06-09 David MatlackKVM: selftests: Clean up LIBKVM files in Makefile
2022-06-09 David MatlackKVM: selftests: Link selftests directly with lib object...
2022-06-09 David MatlackKVM: selftests: Drop unnecessary rule for STATIC_LIBS
2022-06-09 David MatlackKVM: selftests: Add a helper to check EPT/VPID capabilities
2022-06-09 David MatlackKVM: selftests: Move VMX_EPT_VPID_CAP_AD_BITS to vmx.h
2022-06-09 David MatlackKVM: selftests: Refactor nested_map() to specify target...
2022-06-09 David MatlackKVM: selftests: Drop stale function parameter comment...
2022-06-09 David MatlackKVM: selftests: Add option to create 2M and 1G EPT...
2022-06-09 David MatlackKVM: selftests: Replace x86_page_size with PG_LEVEL_XX
2022-06-09 Paolo BonziniMerge tag 'kvmarm-fixes-5.19-1' of git://git./linux...
2022-06-09 Paolo BonziniMerge tag 'kvm-riscv-fixes-5.19-1' of https://github...
2022-06-08 Chenyi QiangKVM: selftests: Add a test to get/set triple fault...
2022-06-08 Guo Zhengkuiselftests: kvm: replace ternary operator with min()
2022-06-08 Zeng Guangkvm: selftests: Add KVM_CAP_MAX_VCPU_ID cap test
2022-06-08 Maciej S. SzmigieroKVM: selftests: nSVM: Add svm_nested_soft_inject_test
2022-06-07 Paolo BonziniMerge tag 'kvm-s390-next-5.19-2' of git://git./linux...
2022-06-07 Paolo BonziniMerge branch 'kvm-5.20-early-patches' into HEAD
2022-06-07 Paolo BonziniMerge branch 'kvm-5.19-early-fixes' into HEAD
2022-06-07 Vitaly KuznetsovKVM: selftests: Make hyperv_clock selftest more stable
2022-06-06 Linus TorvaldsMerge tag 'pull-work.fd-fixes' of git://git./linux...
2022-06-06 Linus TorvaldsMerge tag 'mm-hotfixes-stable-2022-06-05' of git:/...
2022-06-05 Linus TorvaldsMerge tag 'mm-nonmm-stable-2022-06-05' of git://git...
2022-06-05 Linus TorvaldsMerge tag 'x86-urgent-2022-06-05' of git://git./linux...
2022-06-05 Linus TorvaldsMerge tag 'x86-mm-2022-06-05' of git://git./linux/kerne...
2022-06-05 Linus TorvaldsMerge tag 'x86-microcode-2022-06-05' of git://git....
2022-06-05 Linus TorvaldsMerge tag 'x86-cleanups-2022-06-05' of git://git./linux...
2022-06-05 Linus TorvaldsMerge tag 'x86-boot-2022-06-05' of git://git./linux...
2022-06-05 Linus TorvaldsMerge tag 'timers-core-2022-06-05' of git://git./linux...
2022-06-05 Linus TorvaldsMerge tag 'sched-urgent-2022-06-05' of git://git./linux...
2022-06-05 Linus TorvaldsMerge tag 'perf-urgent-2022-06-05' of git://git./linux...
2022-06-05 Linus TorvaldsMerge tag 'perf-core-2022-06-05' of git://git./linux...
2022-06-05 Linus TorvaldsMerge tag 'objtool-urgent-2022-06-05' of git://git...
2022-06-05 Linus TorvaldsMerge tag 'scsi-misc' of git://git./linux/kernel/git...
2022-06-05 Linus TorvaldsMerge tag 'hte/for-5.19-rc1' of git://git./linux/kernel...
2022-06-05 Linus TorvaldsMerge tag 'kbuild-v5.19-3' of git://git./linux/kernel...
2022-06-05 Linus TorvaldsMerge tag 'pull-18-rc1-work.namei' of git://git./linux...
2022-06-05 Linus TorvaldsMerge tag 'pull-18-rc1-work.mount' of git://git./linux...
2022-06-05 Linus TorvaldsMerge tag 'pull-18-rc1-work.fd' of git://git./linux...
2022-06-05 Linus TorvaldsMerge tag '5.19-rc-smb3-client-fixes-part2' of git...
2022-06-04 Linus TorvaldsMerge tag 'bitmap-for-5.19-rc1' of https://github.com...
2022-06-04 Linus TorvaldsMerge tag 'for-5.19/parisc-2' of git://git./linux/kerne...
2022-06-04 Linus TorvaldsMerge tag 'for-linus-5.19-rc1b-tag' of git://git./linux...
next