index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: s390: selftests: Fix memop extension capability check
Janis Schoetterl-Glausch
2022-06-15
1
-1
/
+1
*
KVM: selftests: Remove the mismatched parameter comments
Shaoqin Huang
2022-06-15
1
-3
/
+0
*
KVM: selftests: Use kvm_has_cap(), not kvm_check_cap(), where possible
Sean Christopherson
2022-06-14
7
-10
/
+10
*
KVM: selftests: Drop a duplicate TEST_ASSERT() in vm_nr_pages_required()
Sean Christopherson
2022-06-14
1
-4
/
+0
*
KVM: selftests: Call a dummy helper in VM/vCPU ioctls() to enforce type
Sean Christopherson
2022-06-14
1
-26
/
+31
*
KVM: selftests: Add a missing apostrophe in comment to show ownership
Sean Christopherson
2022-06-14
1
-1
/
+1
*
KVM: selftests: kvm_binary_stats_test: Fix index expressions
Andrew Jones
2022-06-14
1
-2
/
+2
*
KVM: selftests: Sanity check input to ioctls() at build time
Sean Christopherson
2022-06-11
9
-56
/
+58
*
KVM: selftests: Use TAP-friendly ksft_exit_skip() in __TEST_REQUIRE
Sean Christopherson
2022-06-11
1
-6
/
+4
*
KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+paste
Sean Christopherson
2022-06-11
48
-290
/
+119
*
KVM: selftests: Add kvm_has_cap() to provide syntactic sugar
Sean Christopherson
2022-06-11
19
-24
/
+29
*
KVM: selftests: Return an 'unsigned int' from kvm_check_cap()
Sean Christopherson
2022-06-11
3
-3
/
+3
*
KVM: selftests: Drop DEFAULT_GUEST_PHY_PAGES, open code the magic number
Sean Christopherson
2022-06-11
2
-2
/
+7
*
KVM: selftests: Trust that MAXPHYADDR > memslot0 in vmx_apic_access_test
Sean Christopherson
2022-06-11
1
-8
/
+1
*
KVM: selftests: Move per-VM/per-vCPU nr pages calculation to __vm_create()
Sean Christopherson
2022-06-11
10
-35
/
+53
*
KVM: selftests: Drop @num_percpu_pages from __vm_create_with_vcpus()
Sean Christopherson
2022-06-11
4
-8
/
+7
*
KVM: selftests: Drop @slot0_mem_pages from __vm_create_with_vcpus()
Sean Christopherson
2022-06-11
4
-26
/
+14
*
KVM: selftests: Open code and drop 'struct kvm_vm' accessors
Sean Christopherson
2022-06-11
9
-47
/
+14
*
KVM: selftests: Remove vcpu_state() helper
Sean Christopherson
2022-06-11
2
-19
/
+1
*
KVM: selftests: Drop vcpu_get(), rename vcpu_find() => vcpu_exists()
Sean Christopherson
2022-06-11
2
-23
/
+13
*
KVM: selftests: Purge vm+vcpu_id == vcpu silliness
Sean Christopherson
2022-06-11
87
-909
/
+791
*
KVM: selftests: Require vCPU output array when creating VM with vCPUs
Sean Christopherson
2022-06-11
1
-6
/
+4
*
KVM: selftests: Remove vcpu_get() usage from dirty_log_test
Sean Christopherson
2022-06-11
1
-6
/
+4
*
KVM: selftests: Stop conflating vCPU index and ID in perf tests
Sean Christopherson
2022-06-11
7
-131
/
+138
*
KVM: selftests: Stop hardcoding vCPU IDs in vcpu_width_config
Sean Christopherson
2022-06-11
1
-29
/
+31
*
KVM: selftests: Convert get-reg-list away from its "VCPU_ID"
Sean Christopherson
2022-06-11
1
-7
/
+8
*
KVM: selftests: Convert kvm_binary_stats_test away from vCPU IDs
Sean Christopherson
2022-06-11
1
-4
/
+9
*
KVM: selftests: Convert kvm_page_table_test away from reliance on vcpu_id
Sean Christopherson
2022-06-11
1
-41
/
+21
*
KVM: selftests: Drop @vcpuids param from VM creators
Sean Christopherson
2022-06-11
4
-9
/
+7
*
KVM: selftests: Drop vm_create_default* helpers
Sean Christopherson
2022-06-11
2
-40
/
+6
*
KVM: selftests: Use vm_create_with_vcpus() in max_guest_memory_test
Sean Christopherson
2022-06-11
1
-10
/
+16
*
KVM: selftests: Use vm_create() in tsc_scaling_sync
Sean Christopherson
2022-06-11
1
-1
/
+1
*
KVM: selftests: Convert tprot away from VCPU_ID
Sean Christopherson
2022-06-11
1
-16
/
+15
*
KVM: selftests: Convert s390x/diag318_test_handler away from VCPU_ID
Sean Christopherson
2022-06-11
1
-5
/
+4
*
KVM: selftests: Convert memop away from VCPU_ID
Sean Christopherson
2022-06-11
1
-40
/
+42
*
KVM: selftests: Convert s390's "resets" test away from VCPU_ID
Sean Christopherson
2022-06-11
1
-60
/
+77
*
KVM: selftests: Convert sync_regs_test away from VCPU_ID
Sean Christopherson
2022-06-11
1
-29
/
+30
*
KVM: selftests: Convert xapic_ipi_test away from *_VCPU_ID
Sean Christopherson
2022-06-11
1
-28
/
+20
*
KVM: selftests: Convert hypercalls test away from vm_create_default()
Sean Christopherson
2022-06-11
1
-27
/
+24
*
KVM: selftests: Sync stage before VM is freed in hypercalls test
Sean Christopherson
2022-06-11
1
-14
/
+13
*
KVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpers
Sean Christopherson
2022-06-11
10
-132
/
+93
*
KVM: selftests: Convert vgic_init away from vm_create_default_with_vcpus()
Sean Christopherson
2022-06-11
1
-31
/
+51
*
KVM: selftests: Convert triple_fault_event_test away from VCPU_ID
Sean Christopherson
2022-06-11
1
-11
/
+11
*
KVM: selftests: Convert svm_nested_soft_inject_test away from VCPU_ID
Sean Christopherson
2022-06-11
1
-8
/
+8
*
KVM: selftests: Convert arch_timer away from VCPU_ID
Sean Christopherson
2022-06-11
1
-35
/
+27
*
KVM: selftests: Convert steal_time away from VCPU_ID
Sean Christopherson
2022-06-11
1
-61
/
+62
*
KVM: selftests: Add VM creation helper that "returns" vCPUs
Sean Christopherson
2022-06-11
4
-15
/
+28
*
KVM: selftests: Convert hardware_disable_test to pass around vCPU objects
Sean Christopherson
2022-06-11
1
-17
/
+8
*
KVM: selftests: Convert psci_test away from VCPU_ID
Sean Christopherson
2022-06-11
1
-25
/
+25
*
KVM: selftests: Convert set_boot_cpu_id away from global VCPU_IDs
Sean Christopherson
2022-06-11
1
-50
/
+36
[next]