summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | KVM: s390: selftest: memop: Fix typoJanis Schoetterl-Glausch2023-02-071-1/+1
| | * | | | | | | | | | | | KVM: s390: selftest: memop: Add bad address testJanis Schoetterl-Glausch2023-02-071-1/+3
| | * | | | | | | | | | | | KVM: s390: selftest: memop: Move testlist into mainJanis Schoetterl-Glausch2023-02-071-65/+66
| | * | | | | | | | | | | | KVM: s390: selftest: memop: Replace macros by functionsJanis Schoetterl-Glausch2023-02-071-43/+39
| | * | | | | | | | | | | | KVM: s390: selftest: memop: Pass mop_desc via pointerJanis Schoetterl-Glausch2023-02-071-22/+22
| | * | | | | | | | | | | | KVM: selftests: Compile s390 tests with -march=z10Nina Schoetterl-Glausch2023-02-071-0/+3
| | | |_|_|/ / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-02-1562-317/+736
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'kvm-x86-selftests-6.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-02-1512-62/+63
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | KVM: selftests: Remove duplicate macro definitionShaoqin Huang2023-02-081-3/+0
| | * | | | | | | | | | | | | KVM: selftests: Clean up misnomers in xen_shinfo_testMichal Luczaj2023-02-081-8/+5
| | * | | | | | | | | | | | | selftests: KVM: Replace optarg with arg in guest_modes_cmdlineShaoqin Huang2023-02-081-1/+1
| | * | | | | | | | | | | | | KVM: selftests: Assign guest page size in sync area early in memslot_perf_testGavin Shan2023-02-071-2/+1
| | * | | | | | | | | | | | | KVM: selftests: Remove duplicate VM creation in memslot_perf_testGavin Shan2023-02-071-2/+0
| | * | | | | | | | | | | | | KVM: selftests: Stop assuming stats are contiguous in kvm_binary_stats_testJing Zhang2023-01-241-9/+1
| | * | | | | | | | | | | | | KVM: x86/xen: Remove unneeded semicolonzhang songyi2023-01-241-1/+1
| | * | | | | | | | | | | | | KVM: selftests: x86: Use host's native hypercall instruction in kvm_hypercall()Vishal Annapurve2023-01-241-2/+8
| | * | | | | | | | | | | | | KVM: selftests: x86: Cache host CPU vendor (AMD vs. Intel)Vishal Annapurve2023-01-246-8/+21
| | * | | | | | | | | | | | | KVM: selftests: x86: Use "this_cpu" prefix for cpu vendor queriesVishal Annapurve2023-01-246-33/+30
| | * | | | | | | | | | | | | KVM: selftests: Fix a typo in the vcpu_msrs_set assertAaron Lewis2023-01-241-1/+1
| | * | | | | | | | | | | | | KVM: selftests: kvm_vm_elf_load() and elfhdr_get() should close fdReiji Watanabe2023-01-241-0/+2
| | | |_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge tag 'kvm-x86-pmu-6.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-02-151-5/+376
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | KVM: selftests: Test masked events in PMU filterAaron Lewis2023-01-241-2/+336
| | * | | | | | | | | | | | | KVM: selftests: Add testing for KVM_SET_PMU_EVENT_FILTERAaron Lewis2023-01-241-0/+36
| | * | | | | | | | | | | | | KVM: selftests: Add flags when creating a pmu event filterAaron Lewis2023-01-241-4/+5
| | |/ / / / / / / / / / / /
| * | | | | | | | | | | | | KVM: selftests: Test Hyper-V extended hypercall exit to userspaceVipin Sharma2023-02-013-0/+99
| * | | | | | | | | | | | | KVM: selftests: Replace hardcoded Linux OS id with HYPERV_LINUX_OS_IDVipin Sharma2023-02-011-1/+1
| * | | | | | | | | | | | | KVM: selftests: Test Hyper-V extended hypercall enablementVipin Sharma2023-02-012-0/+14
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | Merge branch 'kvm-v6.2-rc4-fixes' into HEADPaolo Bonzini2023-01-2433-58/+492
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | / / / / / / / / | | |_|_|/ / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge branch 'kvm-late-6.1' into HEADPaolo Bonzini2022-12-2917-327/+399
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | KVM: selftests: Test Hyper-V invariant TSC controlVitaly Kuznetsov2022-12-293-0/+51
| | * | | | | | | | | | | KVM: selftests: Test that values written to Hyper-V MSRs are preservedVitaly Kuznetsov2022-12-291-8/+28
| | * | | | | | | | | | | KVM: selftests: Convert hyperv_features test to using KVM_X86_CPU_FEATURE()Vitaly Kuznetsov2022-12-292-81/+127
| | * | | | | | | | | | | KVM: selftests: Rename 'msr->available' to 'msr->fault_exepected' in hyperv_f...Vitaly Kuznetsov2022-12-291-92/+92
| | * | | | | | | | | | | KVM: selftests: x86: Use TAP interface in the tsc_msrs_testThomas Huth2022-12-291-4/+12
| | * | | | | | | | | | | KVM: selftests: Use TAP interface in the kvm_binary_stats_testThomas Huth2022-12-291-2/+9
* | | | | | | | | | | | | Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-02-2515-303/+435
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | selftests/powerpc: Fix incorrect kernel headers search pathMathieu Desnoyers2023-02-154-4/+4
| * | | | | | | | | | | | | selftests/powerpc: Add automatically allocating read_fileBenjamin Gray2023-02-095-109/+71
| * | | | | | | | | | | | | selftests/powerpc: Add {read,write}_{long,ulong}Benjamin Gray2023-02-095-22/+95
| * | | | | | | | | | | | | selftests/powerpc: Parse long/unsigned long value safelyBenjamin Gray2023-02-093-7/+132
| * | | | | | | | | | | | | selftests/powerpc: Add read/write debugfs file, intBenjamin Gray2023-02-095-35/+47
| * | | | | | | | | | | | | selftests/powerpc: Add generic read/write file utilBenjamin Gray2023-02-097-160/+120
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-02-2513-26/+600
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'for-6.3/cxl-rr-emu' into cxl/nextDan Williams2023-02-144-12/+37
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | cxl/hdm: Create emulated cxl_hdm for devices that do not have HDM decodersDave Jiang2023-02-143-5/+9
| | * | | | | | | | | | | | | cxl/hdm: Emulate HDM decoder from DVSEC range registersDave Jiang2023-02-143-5/+8
| | * | | | | | | | | | | | | cxl/port: Export cxl_dvsec_rr_decode() to cxl_portDave Jiang2023-02-142-2/+20
| * | | | | | | | | | | | | | Merge branch 'for-6.3/cxl-ram-region' into cxl/nextDan Williams2023-02-101-10/+137
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | tools/testing/cxl: Define a fixed volatile configuration to parseDan Williams2023-02-101-10/+137
| * | | | | | | | | | | | | | | Merge branch 'for-6.3/cxl-events' into cxl/nextDan Williams2023-02-072-1/+353
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \