summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-07-2022-55/+836
|\
| * Merge tag 'kvm-x86-selftests-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-164-53/+41
| |\
| | * KVM: selftests: Increase robustness of LLC cache misses in PMU counters testMaxim Levitsky2024-06-281-10/+14
| | * KVM: selftests: Rework macros in PMU counters test to prep for multi-insn loopSean Christopherson2024-06-281-9/+19
| | * KVM: selftests: Print the seed for the guest pRNG iff it has changedSean Christopherson2024-06-271-2/+7
| | * KVM: selftests: Treat AMD Family 17h+ as supporting branch insns retiredManali Shukla2024-06-101-30/+5
| | * KVM: selftests: remove unused struct 'memslot_antagonist_args'Dr. David Alan Gilbert2024-06-031-6/+0
| * | Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-165-0/+232
| |\ \
| | * | KVM: selftests: Add test for configure of x86 APIC bus frequencyIsaku Yamahata2024-06-293-0/+203
| | * | KVM: selftests: Add guest udelay() utility for x86Reinette Chatre2024-06-282-0/+29
| | |/
| * | Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-162-2/+36
| |\ \
| | * | KVM: selftests: Test vCPU boot IDs above 2^32 and MAX_VCPU_IDMathias Krause2024-06-181-0/+16
| | * | KVM: selftests: Test max vCPU IDs corner casesMathias Krause2024-06-181-2/+20
| | |/
| * | Merge tag 'kvmarm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2024-07-161-0/+17
| |\ \
| | * \ Merge branch kvm-arm64/ctr-el0 into kvmarm/nextOliver Upton2024-07-141-0/+17
| | |\ \
| | | * | KVM: selftests: Assert that MPIDR_EL1 is unchanged across vCPU resetOliver Upton2024-06-221-0/+1
| | | * | KVM: selftests: arm64: Test writes to CTR_EL0Sebastian Ott2024-06-201-0/+16
| * | | | Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2024-07-1281-603/+2554
| |\ \ \ \
| | * | | | perf kvm: Add kvm-stat for loongarch64Bibo Mao2024-07-104-0/+238
| * | | | | Merge tag 'kvm-riscv-6.11-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2024-07-127-0/+118
| |\ \ \ \ \
| | * | | | | perf kvm/riscv: Port perf kvm stat to RISC-VShenlin Liang2024-06-264-0/+115
| * | | | | | KVM: selftests: x86: Add test for KVM_PRE_FAULT_MEMORYIsaku Yamahata2024-07-123-2/+159
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'libnvdimm-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-203-0/+3
|\ \ \ \ \ \
| * | | | | | testing: nvdimm: Add MODULE_DESCRIPTION() macrosIra Weiny2024-06-182-0/+2
| * | | | | | testing: nvdimm: iomap: add MODULE_DESCRIPTION()Jeff Johnson2024-06-181-0/+1
| |/ / / / /
* | | | | | Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-07-202-3/+31
|\ \ \ \ \ \
| * \ \ \ \ \ Merge patch series "riscv: Apply Zawrs when available"Palmer Dabbelt2024-07-121-0/+4
| |\ \ \ \ \ \
| | * | | | | | KVM: riscv: selftests: Add Zawrs extension to get-reg-list testAndrew Jones2024-07-121-0/+4
| * | | | | | | KVM: riscv: selftests: Add Zcmop extension to get-reg-list testClément Léger2024-06-261-0/+4
| * | | | | | | KVM: riscv: selftests: Add some Zc* extensions to get-reg-list testClément Léger2024-06-261-0/+16
| * | | | | | | KVM: riscv: selftests: Add Zimop extension to get-reg-list testClément Léger2024-06-261-0/+4
| * | | | | | | selftest: run vector prctl test for ZVE32XAndy Chiu2024-05-301-3/+3
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'powerpc-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-07-201-1/+1
|\ \ \ \ \ \ \
| * | | | | | | selftests/sigaltstack: Fix ppc64 GCC buildMichael Ellerman2024-07-011-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'usb-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-07-209-7/+141
|\ \ \ \ \ \ \
| * | | | | | | kselftest: devices: Add test to detect device error logsNícolas F. R. A. Prado2024-07-123-0/+89
| * | | | | | | kselftest: Move ksft helper module to common directoryNícolas F. R. A. Prado2024-07-124-2/+8
| * | | | | | | kselftest: devices: Move discoverable devices test to subdirectoryNícolas F. R. A. Prado2024-07-126-2/+2
| * | | | | | | Merge 6.10-rc6 into usb-nextGreg Kroah-Hartman2024-07-0135-507/+1917
| |\ \ \ \ \ \ \
| * | | | | | | | kselftest: devices: Add of-fullname-regex propertyNícolas F. R. A. Prado2024-06-202-0/+28
| * | | | | | | | kselftest: devices: Allow specifying boards directory through parameterNícolas F. R. A. Prado2024-06-201-1/+12
* | | | | | | | | Merge tag 'net-6.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-07-192-13/+87
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'nf-24-07-17' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-07-181-1/+75
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | selftests: netfilter: add test case for recent mismatch bugFlorian Westphal2024-07-171-1/+75
| * | | | | | | | | | ipv4: Fix incorrect TOS in fibmatch route get replyIdo Schimmel2024-07-181-12/+12
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'sound-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-07-192-75/+138
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | kselftest/alsa: Log the PCM ID in pcm-testMark Brown2024-07-181-0/+4
| * | | | | | | | | | kselftest/alsa: Use card name rather than number in test namesMark Brown2024-07-182-58/+104
| * | | | | | | | | | Merge tag 'asoc-v6.11' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2024-07-1538-58/+314
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| * | | | | | | | | | selftests/alsa:Fix printf format string in pcm-test.cZhu Jun2024-06-271-1/+1