index
:
binx/bcachefs.git
bcachefs-garbage
master
Unnamed repository; edit this file 'description' to name the repository.
Hunter Shaffer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
x86_64
/
amx_test.c
Age
Commit message (
Expand
)
Author
2023-04-11
KVM: selftests: Add all known XFEATURE masks to common code
Aaron Lewis
2023-04-11
KVM: selftests: Rework dynamic XFeature helper to take mask, not bit
Sean Christopherson
2023-04-11
KVM: selftests: Move XGETBV and XSETBV helpers to common code
Aaron Lewis
2023-03-24
KVM: selftests: Check that XTILEDATA supports XFD
Aaron Lewis
2023-03-24
KVM: selftests: Check that the palette table exists before using it
Aaron Lewis
2023-03-24
KVM: selftests: Move XSAVE and OSXSAVE CPUID checks into AMX's init_regs()
Aaron Lewis
2023-03-24
KVM: selftests: Assert that both XTILE{CFG,DATA} are XSAVE-enabled
Aaron Lewis
2023-03-24
KVM: selftests: Assert that XTILE is XSAVE-enabled
Aaron Lewis
2023-03-24
KVM: selftests: Verify XTILE_DATA in XSTATE isn't affected by IA32_XFD
Mingwei Zhang
2023-03-24
KVM: selftests: Assert that XTILE_DATA is set in IA32_XFD on #NM
Mingwei Zhang
2023-03-24
KVM: selftests: Add check of CR0.TS in the #NM handler in amx_test
Mingwei Zhang
2023-03-24
KVM: selftests: Enable checking on xcomp_bv in amx_test
Mingwei Zhang
2023-03-24
KVM: selftests: Fix an error in comment of amx_test
Mingwei Zhang
2023-03-24
KVM: selftests: Add a fully functional "struct xstate" for x86
Mingwei Zhang
2023-03-14
KVM: selftests: Make vCPU exit reason test assertion common
Vipin Sharma
2022-12-01
KVM: selftests: Do kvm_cpu_has() checks before creating VM+vCPU
Sean Christopherson
2022-12-01
KVM: selftests: Move XFD CPUID checking out of __vm_xsave_require_permission()
Lei Wang
2022-11-16
KVM: selftests: Convert AMX test to use X86_PROPRETY_XXX
Sean Christopherson
2022-07-13
KVM: selftests: Clean up requirements for XFD-aware XSAVE features
Sean Christopherson
2022-07-13
KVM: selftests: Drop unnecessary use of kvm_get_supported_cpuid_index()
Sean Christopherson
2022-07-13
KVM: selftests: Add this_cpu_has() to query X86_FEATURE_* via cpuid()
Sean Christopherson
2022-07-13
KVM: selftests: Set input function/index in raw CPUID helper(s)
Sean Christopherson
2022-07-13
KVM: selftests: Use kvm_cpu_has() in AMX test
Sean Christopherson
2022-07-13
KVM: selftests: Check for _both_ XTILE data and cfg in AMX test
Sean Christopherson
2022-07-13
KVM: sefltests: Use CPUID_* instead of X86_FEATURE_* for one-off usage
Sean Christopherson
2022-07-13
KVM: selftests: Set KVM's supported CPUID as vCPU's CPUID during recreate
Sean Christopherson
2022-07-13
KVM: selftests: Fix filename reporting in guest asserts
Colton Lewis
2022-06-11
KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+paste
Sean Christopherson
2022-06-11
KVM: selftests: Purge vm+vcpu_id == vcpu silliness
Sean Christopherson
2022-06-11
KVM: selftests: Convert amx_test away from VCPU_ID
Sean Christopherson
2022-06-11
KVM: selftests: Always open VM file descriptors with O_RDWR
Sean Christopherson
2022-04-21
kvm: selftests: introduce and use more page size-related constants
Paolo Bonzini
2022-01-26
selftests: kvm: move vm_xsave_req_perm call to amx_test
Paolo Bonzini
2022-01-14
selftest: kvm: Add amx selftest
Yang Zhong