summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-hotfixes-stable-2023-07-18-12-28' of git://git.kernel.org/pub/s...Linus Torvalds2023-07-1810-4/+4
|\
| * maple_tree: fix node allocation testing on 32 bitLiam R. Howlett2023-07-171-3/+3
| * selftests/mm: mkdirty: fix incorrect position of #endifColin Ian King2023-07-171-1/+1
| * selftests/mm: give scripts execute permissionRyan Roberts2023-07-148-0/+0
* | Merge tag 'linux-kselftest-fixes-6.5-rc3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-07-184-6/+5
|\ \
| * | selftests/arm64: fix build failure during the "emit_tests" stepJohn Hubbard2023-07-141-1/+1
| * | selftests/riscv: fix potential build failure during the "emit_tests" stepJohn Hubbard2023-07-141-1/+1
| * | tools: timers: fix freq average calculationMinjie Du2023-07-131-2/+1
| * | selftests/mincore: fix skip condition for check_huge_pages testRicardo Cañuelo2023-07-131-2/+2
| |/
* | Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-07-133-0/+135
|\ \
| * | selftests: tc-testing: add test for qfq with stab overheadPedro Tammela2023-07-131-0/+38
| * | selftests: tc-testing: add tests for qfq mtu sanity checkPedro Tammela2023-07-131-0/+48
| * | selftests/bpf: Add selftest for check_stack_max_depth bugKumar Kartikeya Dwivedi2023-07-052-0/+49
* | | Merge tag 'trace-v6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-07-131-0/+12
|\ \ \
| * | | selftests/user_events: Test struct size match casesBeau Belgrave2023-07-121-0/+12
| | |/ | |/|
* | | Merge tag 'for-linus-2023071101' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-07-121-0/+1
|\ \ \ | |/ / |/| |
| * | selftests: hid: fix vmtests.sh not running make headersBenjamin Tissoires2023-07-091-0/+1
* | | Merge tag 'riscv-for-linus-6.5-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-073-1/+74
|\ \ \
| * | | selftests: Test RISC-V Vector's first-use handlerAndy Chiu2023-07-013-1/+74
* | | | Merge tag 'docs-6.5-2' of git://git.lwn.net/linuxLinus Torvalds2023-07-061-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix documentation of panic_on_warnOlaf Hering2023-07-041-1/+1
* | | | Merge tag 'net-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-07-057-23/+55
|\ \ \ \
| * | | | selftests: mptcp: pm_nl_ctl: fix 32-bit supportMatthieu Baerts2023-07-051-5/+5
| * | | | selftests: mptcp: depend on SYN_COOKIESMatthieu Baerts2023-07-051-0/+1
| * | | | selftests: mptcp: userspace_pm: report errors with 'remove' testsMatthieu Baerts2023-07-051-0/+2
| * | | | selftests: mptcp: userspace_pm: use correct server portMatthieu Baerts2023-07-051-1/+1
| * | | | selftests: mptcp: sockopt: return error if wrong markMatthieu Baerts2023-07-051-4/+5
| * | | | selftests: mptcp: sockopt: use 'iptables-legacy' if availableMatthieu Baerts2023-07-051-9/+11
| * | | | selftests: mptcp: connect: fail if nft supposed to workMatthieu Baerts2023-07-051-0/+3
| * | | | wireguard: netlink: send staged packets when setting initial private keyJason A. Donenfeld2023-07-031-4/+26
| * | | | selftests/net: Add xt_policy config for xfrm_policy testDaniel Díaz2023-07-031-0/+1
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-0313-118/+1138
|\ \ \ \ \
| * \ \ \ \ Merge tag 'kvm-x86-selftests-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-07-0111-118/+416
| |\ \ \ \ \
| | * | | | | KVM: selftests: Add new CFLAGS to generate dependency filesYu Zhang2023-06-131-2/+15
| | * | | | | KVM: selftests: Allow specify physical cpu list in demand paging testPeter Xu2023-06-064-13/+32
| | * | | | | KVM: selftests: Add dirty logging page splitting testBen Gardon2023-06-012-0/+260
| | * | | | | KVM: selftests: Move dirty logging functions to memstress.(c|h)Ben Gardon2023-06-013-77/+87
| | * | | | | KVM: selftests: touch all pages of args on each memstress iterationPaolo Bonzini2023-06-011-0/+3
| | * | | | | KVM: selftests: Allow dumping per-vcpu info for uffd threadsPeter Xu2023-05-311-2/+2
| | * | | | | KVM: selftests: Setup vcpu_alias only for minor mode testPeter Xu2023-05-311-8/+9
| | * | | | | KVM: selftests: Fix spelling mistake "miliseconds" -> "milliseconds"Colin Ian King2023-05-301-1/+1
| | * | | | | KVM: selftests: Refactor stable TSC check to use TEST_REQUIRE()Sean Christopherson2023-05-301-15/+7
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'kvm-x86-misc-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-07-011-0/+21
| |\ \ \ \ \
| | * | | | | KVM: selftests: Extend cpuid_test to verify KVM_GET_CPUID2 "nent" updatesSean Christopherson2023-06-011-0/+21
| | |/ / / /
| * | | | | Merge tag 'kvm-s390-next-6.5-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2023-07-012-0/+701
| |\ \ \ \ \
| | * | | | | KVM: s390: selftests: add selftest for CMMA migrationNico Boehr2023-06-162-0/+701
| | |/ / / /
* | | | | | Merge tag 'tty-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-07-034-0/+96
|\ \ \ \ \ \
| * | | | | | selftests: tty: add selftest for tty timestamp updatesMichal Sekletar2023-06-154-0/+96
* | | | | | | Merge tag 'cxl-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-07-015-129/+341
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for-6.5/cxl-rch-eh' into for-6.5/cxlDan Williams2023-06-254-35/+45
| |\ \ \ \ \ \ \