KVM: SEV: fix misplaced closing parenthesis
[linux-2.6-microblaze.git] / tools /
2022-06-15 Shaoqin HuangKVM: selftests: Remove the mismatched parameter comments
2022-06-14 Sean ChristophersonKVM: selftests: Use kvm_has_cap(), not kvm_check_cap...
2022-06-14 Sean ChristophersonKVM: selftests: Drop a duplicate TEST_ASSERT() in vm_nr...
2022-06-14 Sean ChristophersonKVM: selftests: Call a dummy helper in VM/vCPU ioctls...
2022-06-14 Sean ChristophersonKVM: selftests: Add a missing apostrophe in comment...
2022-06-14 Andrew JonesKVM: selftests: kvm_binary_stats_test: Fix index expres...
2022-06-11 Sean ChristophersonKVM: selftests: Sanity check input to ioctls() at build...
2022-06-11 Sean ChristophersonKVM: selftests: Use TAP-friendly ksft_exit_skip() in...
2022-06-11 Sean ChristophersonKVM: selftests: Add TEST_REQUIRE macros to reduce skipp...
2022-06-11 Sean ChristophersonKVM: selftests: Add kvm_has_cap() to provide syntactic...
2022-06-11 Sean ChristophersonKVM: selftests: Return an 'unsigned int' from kvm_check...
2022-06-11 Sean ChristophersonKVM: selftests: Drop DEFAULT_GUEST_PHY_PAGES, open...
2022-06-11 Sean ChristophersonKVM: selftests: Trust that MAXPHYADDR > memslot0 in...
2022-06-11 Sean ChristophersonKVM: selftests: Move per-VM/per-vCPU nr pages calculati...
2022-06-11 Sean ChristophersonKVM: selftests: Drop @num_percpu_pages from __vm_create...
2022-06-11 Sean ChristophersonKVM: selftests: Drop @slot0_mem_pages from __vm_create_...
2022-06-11 Sean ChristophersonKVM: selftests: Open code and drop 'struct kvm_vm'...
2022-06-11 Sean ChristophersonKVM: selftests: Remove vcpu_state() helper
2022-06-11 Sean ChristophersonKVM: selftests: Drop vcpu_get(), rename vcpu_find(...
2022-06-11 Sean ChristophersonKVM: selftests: Purge vm+vcpu_id == vcpu silliness
2022-06-11 Sean ChristophersonKVM: selftests: Require vCPU output array when creating...
2022-06-11 Sean ChristophersonKVM: selftests: Remove vcpu_get() usage from dirty_log_test
2022-06-11 Sean ChristophersonKVM: selftests: Stop conflating vCPU index and ID in...
2022-06-11 Sean ChristophersonKVM: selftests: Stop hardcoding vCPU IDs in vcpu_width_...
2022-06-11 Sean ChristophersonKVM: selftests: Convert get-reg-list away from its...
2022-06-11 Sean ChristophersonKVM: selftests: Convert kvm_binary_stats_test away...
2022-06-11 Sean ChristophersonKVM: selftests: Convert kvm_page_table_test away from...
2022-06-11 Sean ChristophersonKVM: selftests: Drop @vcpuids param from VM creators
2022-06-11 Sean ChristophersonKVM: selftests: Drop vm_create_default* helpers
2022-06-11 Sean ChristophersonKVM: selftests: Use vm_create_with_vcpus() in max_guest...
2022-06-11 Sean ChristophersonKVM: selftests: Use vm_create() in tsc_scaling_sync
2022-06-11 Sean ChristophersonKVM: selftests: Convert tprot away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert s390x/diag318_test_handler...
2022-06-11 Sean ChristophersonKVM: selftests: Convert memop away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert s390's "resets" test away from...
2022-06-11 Sean ChristophersonKVM: selftests: Convert sync_regs_test away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert xapic_ipi_test away from *_VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert hypercalls test away from vm_cr...
2022-06-11 Sean ChristophersonKVM: selftests: Sync stage before VM is freed in hyperc...
2022-06-11 Sean ChristophersonKVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpers
2022-06-11 Sean ChristophersonKVM: selftests: Convert vgic_init away from vm_create_d...
2022-06-11 Sean ChristophersonKVM: selftests: Convert triple_fault_event_test away...
2022-06-11 Sean ChristophersonKVM: selftests: Convert svm_nested_soft_inject_test...
2022-06-11 Sean ChristophersonKVM: selftests: Convert arch_timer away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert steal_time away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Add VM creation helper that "returns...
2022-06-11 Sean ChristophersonKVM: selftests: Convert hardware_disable_test to pass...
2022-06-11 Sean ChristophersonKVM: selftests: Convert psci_test away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert set_boot_cpu_id away from globa...
2022-06-11 Sean ChristophersonKVM: selftests: Rename vm_vcpu_add* helpers to better...
2022-06-11 Sean ChristophersonKVM: selftests: Return created vcpu from vm_vcpu_add_de...
2022-06-11 Sean ChristophersonKVM: selftests: Add "arch" to common utils that have...
2022-06-11 Sean ChristophersonKVM: selftests: Move vm_is_unrestricted_guest() to...
2022-06-11 Sean ChristophersonKVM: selftests: Make arm64's guest_get_vcpuid() declara...
2022-06-11 Sean ChristophersonKVM: selftests: Convert vgic_irq away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert fix_hypercall_test away from...
2022-06-11 Sean ChristophersonKVM: selftests: Convert debug-exceptions away from...
2022-06-11 Sean ChristophersonKVM: selftests: Convert xapic_state_test away from...
2022-06-11 Sean ChristophersonKVM: selftests: Track kvm_vcpu object in tsc_scaling_sync
2022-06-11 Sean ChristophersonKVM: selftests: Convert system_counter_offset_test...
2022-06-11 Sean ChristophersonKVM: selftests: Convert set_memory_region_test away...
2022-06-11 Sean ChristophersonKVM: selftests: Convert dirty_log_test away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert xen_shinfo_test away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert xen_vmcall_test away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert vmx_invalid_nested_guest_state...
2022-06-11 Sean ChristophersonKVM: selftests: Convert userspace_io_test away from...
2022-06-11 Sean ChristophersonKVM: selftests: Convert cpuid_test away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert cr4_cpuid_sync_test away from...
2022-06-11 Sean ChristophersonKVM: selftests: Convert amx_test away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Add proper helper for advancing RIP...
2022-06-11 Sean ChristophersonKVM: selftests: Convert debug_regs away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert emulator_error_test away from...
2022-06-11 Sean ChristophersonKVM: selftests: Convert evmcs_test away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert hyperv_clock away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert hyperv_features away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert hyperv_svm_test away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert kvm_clock_test away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert tsc_msrs_test away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert vmx_exception_with_invalid_gues...
2022-06-11 Sean ChristophersonKVM: selftests: Convert userspace_msr_exit_test away...
2022-06-11 Sean ChristophersonKVM: selftests: Convert vmx_apic_access_test away from...
2022-06-11 Sean ChristophersonKVM: selftests: Convert vmx_close_while_nested_test...
2022-06-11 Sean ChristophersonKVM: selftests: Convert vmx_dirty_log_test away from...
2022-06-11 Sean ChristophersonKVM: selftests: Convert set_sregs_test away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert vmx_nested_tsc_scaling_test...
2022-06-11 Sean ChristophersonKVM: selftests: Convert platform_info_test away from...
2022-06-11 Sean ChristophersonKVM: selftests: Convert kvm_pv_test away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert hyperv_cpuid away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert sync_regs_test away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert svm_vmcall_test away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert svm_int_ctl_test away from...
2022-06-11 Sean ChristophersonKVM: selftests: Convert state_test away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert smm_test away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert pmu_event_filter_test away...
2022-06-11 Sean ChristophersonKVM: selftests: Convert mmu_role_test away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert vmx_tsc_adjust_test away from...
2022-06-11 Sean ChristophersonKVM: selftests: Convert vmx_set_nested_state_test away...
2022-06-11 Sean ChristophersonKVM: selftests: Convert vmx_pmu_msrs_test away from...
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
next