Revert "KVM: nVMX: Do not expose MPX VMX controls when guest MPX disabled"
[linux-2.6-microblaze.git] / tools /
2022-07-28 Sean ChristophersonKVM: selftests: Add an option to run vCPUs while disabl...
2022-07-22 Paolo BonziniMerge tag 'kvm-s390-next-5.20-1' of https://git./linux...
2022-07-14 Paolo BonziniMerge commit 'kvm-vmx-nested-tsc-fix' into kvm-next...
2022-07-14 Sean ChristophersonKVM: selftests: Drop unused SVM_CPUID_FUNC macro
2022-07-14 Sean ChristophersonKVM: selftests: Use the common cpuid() helper in cpu_ve...
2022-07-14 Sean ChristophersonKVM: selftests: Clean up requirements for XFD-aware...
2022-07-14 Sean ChristophersonKVM: selftests: Skip AMX test if ARCH_REQ_XCOMP_GUEST_P...
2022-07-14 Sean ChristophersonKVM: selftests: Check KVM's supported CPUID, not host...
2022-07-14 Sean ChristophersonKVM: selftests: Inline "get max CPUID leaf" helpers
2022-07-14 Sean ChristophersonKVM: selftests: Rename kvm_get_supported_cpuid_index...
2022-07-14 Sean ChristophersonKVM: selftests: Drop unnecessary use of kvm_get_support...
2022-07-14 Sean ChristophersonKVM: selftests: Use this_cpu_has() to detect SVM suppor...
2022-07-14 Sean ChristophersonKVM: selftests: Use this_cpu_has() in CR4/CPUID sync...
2022-07-14 Sean ChristophersonKVM: selftests: Add this_cpu_has() to query X86_FEATURE...
2022-07-14 Sean ChristophersonKVM: selftests: Set input function/index in raw CPUID...
2022-07-14 Sean ChristophersonKVM: selftests: Make get_supported_cpuid() returns...
2022-07-14 Sean ChristophersonKVM: selftests: Use vcpu_clear_cpuid_feature() to clear...
2022-07-14 Sean ChristophersonKVM: selftests: Use vcpu_{set,clear}_cpuid_feature...
2022-07-14 Sean ChristophersonKVM: selftests: Use vcpu_get_cpuid_entry() in CPUID...
2022-07-14 Sean ChristophersonKVM: selftests: Use vCPU's CPUID directly in Hyper...
2022-07-14 Sean ChristophersonKVM: selftests: Use vcpu_get_cpuid_entry() in PV featur...
2022-07-14 Sean ChristophersonKVM: selftests: Use vcpu_clear_cpuid_feature() in monit...
2022-07-14 Sean ChristophersonKVM: selftests: Add and use helper to set vCPU's CPUID...
2022-07-14 Sean ChristophersonKVM: selftests: Use vm->pa_bits to generate reserved...
2022-07-14 Sean ChristophersonKVM: selftests: Add helpers to get and modify a vCPU...
2022-07-14 Sean ChristophersonKVM: selftests: Use get_cpuid_entry() in kvm_get_suppor...
2022-07-14 Sean ChristophersonKVM: selftests: Rename and tweak get_cpuid() to get_cpu...
2022-07-14 Sean ChristophersonKVM: selftests: Don't use a static local in vcpu_get_su...
2022-07-14 Sean ChristophersonKVM: selftests: Cache CPUID in struct kvm_vcpu
2022-07-14 Sean ChristophersonKVM: selftests: Split out kvm_cpuid2_size() from alloca...
2022-07-14 Sean ChristophersonKVM: selftests: Verify that kvm_cpuid2.entries layout...
2022-07-14 Sean ChristophersonKVM: selftests: Use kvm_cpu_has() for nSVM soft INT...
2022-07-14 Sean ChristophersonKVM: selftests: Use kvm_cpu_has() for KVM's PV steal...
2022-07-14 Sean ChristophersonKVM: selftests: Remove the obsolete/dead MMU role test
2022-07-14 Sean ChristophersonKVM: selftests: Use kvm_cpu_has() for XSAVE in cr4_cpui...
2022-07-14 Sean ChristophersonKVM: selftests: Use kvm_cpu_has() in AMX test
2022-07-14 Sean ChristophersonKVM: selftests: Check for _both_ XTILE data and cfg...
2022-07-14 Sean ChristophersonKVM: selftests: Use kvm_cpu_has() for XSAVES in XSS...
2022-07-14 Sean ChristophersonKVM: selftests: Drop redundant vcpu_set_cpuid() from...
2022-07-14 Sean ChristophersonKVM: selftests: Use kvm_cpu_has() to query PDCM in...
2022-07-14 Sean ChristophersonKVM: selftests: Use kvm_cpu_has() for nested VMX checks
2022-07-14 Sean ChristophersonKVM: selftests: Use kvm_cpu_has() for nested SVM checks
2022-07-14 Sean ChristophersonKVM: selftests: Use kvm_cpu_has() in the SEV migration...
2022-07-14 Sean ChristophersonKVM: selftests: Add framework to query KVM CPUID bits
2022-07-14 Sean ChristophersonKVM: sefltests: Use CPUID_* instead of X86_FEATURE_...
2022-07-14 Sean ChristophersonKVM: selftests: Set KVM's supported CPUID as vCPU's...
2022-07-14 Colton LewisKVM: selftests: Fix filename reporting in guest asserts
2022-07-14 Colton LewisKVM: selftests: Write REPORT_GUEST_ASSERT macros to...
2022-07-14 Colton LewisKVM: selftests: Increase UCALL_MAX_ARGS to 7
2022-07-14 Colton LewisKVM: selftests: enumerate GUEST_ASSERT arguments
2022-07-14 Sean ChristophersonKVM: x86: Tweak name of MONITOR/MWAIT #UD quirk to...
2022-07-14 Vitaly KuznetsovKVM: selftests: Use "a" and "d" to set EAX/EDX for...
2022-07-12 Sean ChristophersonKVM: selftests: Provide valid inputs for MONITOR/MWAIT...
2022-07-12 Sean ChristophersonKVM: selftests: Test MONITOR and MWAIT, not just MONITO...
2022-07-11 Christian BorntraegerMerge tag 'kvm-s390-pci-5.20' into kernelorgnext
2022-07-08 Sean ChristophersonMerge branch 'kvm-5.20-msr-eperm'
2022-06-24 Zeng GuangKVM: selftests: Enhance handling WRMSR ICR register...
2022-06-24 Jue WangKVM: selftests: Add a self test for CMCI and UCNA emula...
2022-06-24 Ben GardonKVM: selftests: Cache binary stats metadata for duratio...
2022-06-24 Ben GardonKVM: selftests: Test disabling NX hugepages on a VM
2022-06-24 Ben GardonKVM: selftests: Add NX huge pages test
2022-06-24 Ben GardonKVM: selftests: Read binary stat data in lib
2022-06-24 Sean ChristophersonKVM: selftests: Clean up coding style in binary stats...
2022-06-24 Ben GardonKVM: selftests: Read binary stats desc in lib
2022-06-24 Ben GardonKVM: selftests: Read binary stats header in lib
2022-06-24 Ben GardonKVM: selftests: Remove dynamic memory allocation for...
2022-06-22 Sean ChristophersonKVM: selftests: Add MONITOR/MWAIT quirk test
2022-06-20 Sean ChristophersonKVM: selftests: Use exception fixup for #UD/#GP Hyper...
2022-06-20 Sean ChristophersonKVM: selftests: Mostly fix broken Hyper-V Features...
2022-06-20 Sean ChristophersonKVM: selftests: Add x86-64 support for exception fixup
2022-06-15 Janis Schoetterl... KVM: s390: selftests: Fix memop extension capability...
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
next