aboutsummaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2023-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-1/+5
2023-08-04Merge tag 'riscv-for-linus-6.5-rc5' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+0
2023-08-04selftests/rseq: Fix build with undefined __weakGravatar Mark Brown 2-1/+5
2023-08-03Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 3-2/+27
2023-08-03test/vsock: remove vsock_perf executable on `make clean`Gravatar Stefano Garzarella 1-1/+1
2023-08-02selftests: riscv: Fix compilation error with vstate_exec_nolibc.cGravatar Alexandre Ghiti 1-2/+0
2023-08-02selftests/riscv: fix potential build failure during the "emit_tests" stepGravatar John Hubbard 1-1/+1
2023-08-01selftest: net: Assert on a proper value in so_incoming_cpu.c.Gravatar Kuniyuki Iwashima 1-1/+1
2023-07-31net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.Gravatar Kuniyuki Iwashima 1-0/+25
2023-07-30Merge tag 'probes-fixes-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2023-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 4-62/+110
2023-07-29KVM: selftests: Expand x86's sregs test to cover illegal CR0 valuesGravatar Sean Christopherson 1-31/+39
2023-07-29KVM: selftests: Verify stats fd is usable after VM fd has been closedGravatar Sean Christopherson 1-2/+8
2023-07-29KVM: selftests: Verify stats fd can be dup()'d and readGravatar Sean Christopherson 1-1/+7
2023-07-29KVM: selftests: Verify userspace can create "redundant" binary stats filesGravatar Sean Christopherson 1-2/+23
2023-07-29KVM: selftests: Explicitly free vcpus array in binary stats testGravatar Sean Christopherson 1-0/+1
2023-07-29KVM: selftests: Clean up stats fd in common stats_test() helperGravatar Sean Christopherson 1-18/+4
2023-07-29KVM: selftests: Use pread() to read binary stats headerGravatar Sean Christopherson 2-4/+8
2023-07-29selftests/rseq: Play nice with binaries statically linked against glibc 2.35+Gravatar Sean Christopherson 1-6/+22
2023-07-28Merge tag 'cxl-fixes-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+0
2023-07-27Merge tag 'net-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-3/+1
2023-07-26selftests: mptcp: join: only check for ip6tables if neededGravatar Matthieu Baerts 1-3/+1
2023-07-26selftests/ftrace: Fix to check fprobe event eneblementGravatar Masami Hiramatsu (Google) 1-1/+1
2023-07-21Merge tag 'sound-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 2-3/+2
2023-07-20tools/testing/cxl: Remove unused SZ_512G macroGravatar Xiao Yang 1-4/+0
2023-07-20Merge tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 3-2/+26
2023-07-20Merge tag 'asoc-fix-v6.5-rc1-2' of https://git.kernel.org/pub/scm/linux/kerne...Gravatar Takashi Iwai 5-0/+148
2023-07-19Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-2/+23
2023-07-19selftests: ALSA: Add test-pcmtest-driver to .gitignoreGravatar Takashi Iwai 1-0/+1
2023-07-18selftests: tc: add ConnTrack procfs kconfigGravatar Matthieu Baerts 1-0/+1
2023-07-18selftests: tc: add 'ct' action kconfig depGravatar Matthieu Baerts 1-0/+1
2023-07-18selftests: tc: set timeout to 15 minutesGravatar Matthieu Baerts 1-0/+1
2023-07-18selftests/bpf: Add more tests for check_max_stack_depth bugGravatar Kumar Kartikeya Dwivedi 1-2/+23
2023-07-18Merge tag 'mm-hotfixes-stable-2023-07-18-12-28' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 10-4/+4
2023-07-18Merge tag 'linux-kselftest-fixes-6.5-rc3' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 4-6/+5
2023-07-17maple_tree: fix node allocation testing on 32 bitGravatar Liam R. Howlett 1-3/+3
2023-07-17selftests/mm: mkdirty: fix incorrect position of #endifGravatar Colin Ian King 1-1/+1
2023-07-14selftests/arm64: fix build failure during the "emit_tests" stepGravatar John Hubbard 1-1/+1
2023-07-14selftests/riscv: fix potential build failure during the "emit_tests" stepGravatar John Hubbard 1-1/+1
2023-07-14selftests/mm: give scripts execute permissionGravatar Ryan Roberts 8-0/+0
2023-07-13Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 3-0/+135
2023-07-13Merge tag 'trace-v6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+12
2023-07-13tools: timers: fix freq average calculationGravatar Minjie Du 1-2/+1
2023-07-13selftests/mincore: fix skip condition for check_huge_pages testGravatar Ricardo Cañuelo 1-2/+2
2023-07-13selftests: tc-testing: add test for qfq with stab overheadGravatar Pedro Tammela 1-0/+38
2023-07-13selftests: tc-testing: add tests for qfq mtu sanity checkGravatar Pedro Tammela 1-0/+48
2023-07-13selftests: ALSA: Fix fclose on an already fclosed file pointerGravatar Colin Ian King 1-3/+1
2023-07-12Merge tag 'for-linus-2023071101' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+1
2023-07-12selftests/user_events: Test struct size match casesGravatar Beau Belgrave 1-0/+12
2023-07-09selftests: hid: fix vmtests.sh not running make headersGravatar Benjamin Tissoires 1-0/+1