summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | KVM: selftests: Check that PV_UNHALT is cleared when HLT exiting is disabledVitaly Kuznetsov2024-03-062-0/+48
* | | | | | | Merge tag 'linux_kselftest-fixes-6.9-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2024-03-293-2/+5
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | selftests: dmabuf-heap: add config file for the testMuhammad Usama Anjum2024-03-291-0/+3
| * | | | | | selftests/seccomp: Try to fit runtime of benchmark into timeoutMark Brown2024-03-291-1/+1
| * | | | | | selftests/ftrace: Fix event filter target_func selectionMark Rutland2024-03-291-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'linux_kselftest-kunit-fixes-6.9-rc2' of git://git.kernel.org/pub/s...Linus Torvalds2024-03-291-0/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | kunit: configs: Enable CONFIG_DAMON_DBGFS_DEPRECATED for --alltestsDavid Gow2024-03-281-0/+1
| |/ / / /
* | | | | Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-2813-92/+265
|\ \ \ \ \
| * \ \ \ \ Merge tag 'for-net' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfPaolo Abeni2024-03-281-0/+6
| |\ \ \ \ \
| | * | | | | bpf: Check bloom filter map value sizeAndrei Matei2024-03-271-0/+6
| * | | | | | Merge tag 'wireless-2024-03-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-03-271-0/+2
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | kunit: fix wireless test dependenciesJohannes Berg2024-03-251-0/+2
| * | | | | | selftests: netdevsim: set test timeout to 10 minutesJakub Kicinski2024-03-271-0/+1
| * | | | | | selftests: tls: add test with a partially invalid iovSabrina Dubroca2024-03-261-0/+34
| * | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2024-03-268-15/+94
| |\ \ \ \ \ \
| | * | | | | | selftests/bpf: verifier_arena: fix mmap address for arm64Puranjay Mohan2024-03-221-1/+5
| | * | | | | | selftests/bpf: Add arena test case for 4Gbyte corner caseAlexei Starovoitov2024-03-152-0/+70
| | * | | | | | selftests/bpf: Remove hard coded PAGE_SIZE macro.Alexei Starovoitov2024-03-152-5/+10
| | * | | | | | libbpf, selftests/bpf: Adjust libbpf, bpftool, selftests to match LLVMAlexei Starovoitov2024-03-154-9/+9
| | |/ / / / /
| * | | | | | selftests: vxlan_mdb: Fix failures with old libnetIdo Schimmel2024-03-261-77/+128
* | | | | | | Merge tag 'mm-hotfixes-stable-2024-03-27-11-25' of git://git.kernel.org/pub/s...Linus Torvalds2024-03-277-5/+25
|\ \ \ \ \ \ \
| * | | | | | | selftests/mm: fix ARM related issue with fork after pthread_createEdward Liaw2024-03-263-0/+15
| * | | | | | | selftests/mm: sigbus-wp test requires UFFD_FEATURE_WP_HUGETLBFS_SHMEMEdward Liaw2024-03-261-1/+2
| * | | | | | | selftests: mm: restore settings from only parent processMuhammad Usama Anjum2024-03-261-1/+5
| * | | | | | | selftests/mm: Fix build with _FORTIFY_SOURCEVitaly Chikunov2024-03-263-3/+3
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'execve-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-275-54/+59
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | selftests/exec: Convert remaining /bin/sh to /bin/bashKees Cook2024-03-181-2/+2
| * | | | | | selftests/exec: execveat: Improve debug reportingKees Cook2024-03-181-5/+7
| * | | | | | selftests/exec: recursion-depth: conform test to TAP format outputMuhammad Usama Anjum2024-03-131-27/+26
| * | | | | | selftests/exec: load_address: conform test to TAP format outputMuhammad Usama Anjum2024-03-131-19/+15
| * | | | | | selftests/exec: binfmt_script: Add the overall result line according to TAPMuhammad Usama Anjum2024-03-131-1/+9
* | | | | | | Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-223-86/+67
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Merge patch series "riscv: mm: Extend mappable memory up to hint address"Palmer Dabbelt2024-03-153-86/+67
| |\ \ \ \ \ \
| | * | | | | | selftests: riscv: Generalize mm selftestsCharlie Jenkins2024-03-143-86/+67
* | | | | | | | Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-216-7/+31
|\ \ \ \ \ \ \ \
| * | | | | | | | selftests: forwarding: Fix ping failure due to short timeoutIdo Schimmel2024-03-212-4/+4
| * | | | | | | | wireguard: selftests: set RISCV_ISA_FALLBACK on riscv{32,64}Jason A. Donenfeld2024-03-192-0/+2
| * | | | | | | | selftests: net: veth: test the ability to independently manipulate GRO and XDPIgnat Korchagin2024-03-182-3/+25
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-03-216-0/+503
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge v6.8-rc6 into usb-nextGreg Kroah-Hartman2024-02-2623-133/+497
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 6.8-rc5 into usb-nextGreg Kroah-Hartman2024-02-1984-323/+660
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge 6.8-rc3 into usb-nextGreg Kroah-Hartman2024-02-0445-235/+478
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | kselftest: devices: Add sample board file for XPS 13 9300Nícolas F. R. A. Prado2024-01-271-0/+40
| * | | | | | | | | | | kselftest: devices: Add sample board file for google,spherionNícolas F. R. A. Prado2024-01-271-0/+50
| * | | | | | | | | | | kselftest: Add test to verify probe of devices from discoverable busesNícolas F. R. A. Prado2024-01-274-0/+413
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'ktest-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2024-03-181-6/+11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ktest: force $buildonly = 1 for 'make_warnings_file' test typeRicardo B. Marliere2024-03-151-0/+1
| * | | | | | | | | | | ktest.pl: Process variables within variablesSteven Rostedt2024-03-151-6/+10
* | | | | | | | | | | | Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-03-181-0/+134
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | |
| * | | | | | | | | | | selftests/user_events: Test multi-format eventsBeau Belgrave2024-03-181-0/+134