summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux_kselftest-fixes-6.10-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-06-0411-15/+47
|\
| * selftests/futex: don't pass a const char* to asprintf(3)John Hubbard2024-05-311-1/+1
| * selftests/futex: don't redefine .PHONY targets (all, clean)John Hubbard2024-05-311-2/+0
| * selftests/tracing: Fix event filter test to retry up to 10 timesMasami Hiramatsu (Google)2024-05-311-1/+19
| * selftests/futex: pass _GNU_SOURCE without a value to the compilerJohn Hubbard2024-05-301-1/+1
| * selftests/overlayfs: Fix build error on ppc64Michael Ellerman2024-05-291-0/+1
| * selftests/openat2: Fix build warnings on ppc64Michael Ellerman2024-05-291-0/+1
| * selftests: cachestat: Fix build warnings on ppc64Michael Ellerman2024-05-291-0/+1
| * tracing/selftests: Fix kprobe event name test for .isra. functionsSteven Rostedt (Google)2024-05-291-1/+2
| * selftests/ftrace: Update required configMasami Hiramatsu (Google)2024-05-291-7/+19
| * selftests/ftrace: Fix to check required event fileMasami Hiramatsu (Google)2024-05-291-1/+1
| * kselftest/alsa: Ensure _GNU_SOURCE is definedMark Brown2024-05-291-1/+1
* | Merge tag 'cxl-fixes-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-06-031-0/+1
|\ \
| * | cxl/test: Add missing vmalloc.h for tools/testing/cxl/test/mem.cDave Jiang2024-05-281-0/+1
| |/
* | Merge tag 'landlock-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-06-011-0/+45
|\ \
| * | selftests/landlock: Add layout1.refer_mount_rootMickaël Salaün2024-05-311-0/+45
| |/
* | Merge tag 'net-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-05-3014-21/+607
|\ \ | |/ |/|
| * netdev: add qstat for csum completeJakub Kicinski2024-05-301-0/+1
| * net/sched: taprio: extend minimum interval restriction to entire cycle tooVladimir Oltean2024-05-281-0/+22
| * net/sched: taprio: make q->picos_per_byte available to fill_sched_entry()Vladimir Oltean2024-05-281-0/+22
| * selftests: mptcp: join: mark 'fail' tests as flakyMatthieu Baerts (NGI0)2024-05-271-0/+2
| * selftests: mptcp: join: mark 'fastclose' tests as flakyMatthieu Baerts (NGI0)2024-05-271-1/+7
| * selftests: mptcp: simult flows: mark 'unbalanced' tests as flakyMatthieu Baerts (NGI0)2024-05-271-3/+3
| * selftests: mptcp: lib: support flaky subtestsMatthieu Baerts (NGI0)2024-05-271-2/+28
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-05-278-15/+520
| |\
| | * selftests/bpf: Cover verifier checks for mutating sockmap/sockhashJakub Sitnicki2024-05-272-0/+189
| | * selftests/bpf: Add netkit test for pkt_typeDaniel Borkmann2024-05-252-1/+118
| | * selftests/bpf: Add netkit tests for mac addressDaniel Borkmann2024-05-251-0/+10
| | * selftests/bpf: extend multi-uprobe tests with USDTsAndrii Nakryiko2024-05-252-2/+56
| | * selftests/bpf: extend multi-uprobe tests with child thread caseAndrii Nakryiko2024-05-252-9/+115
| | * libbpf: detect broken PID filtering logic for multi-uprobeAndrii Nakryiko2024-05-251-1/+30
| | * bpf: fix multi-uprobe PID filtering logicAndrii Nakryiko2024-05-251-1/+1
| | * bpf: Fix potential integer overflow in resolve_btfidsFriedrich Vock2024-05-241-1/+1
| * | selftests: hsr: Fix "File exists" errors for hsr_pingGeliang Tang2024-05-271-0/+2
* | | Merge tag 'perf-tools-fixes-for-v6.10-1-2024-05-26' of git://git.kernel.org/p...Linus Torvalds2024-05-264-103/+68
|\ \ \
| * | | Revert "perf parse-events: Prefer sysfs/JSON hardware events over legacy"Arnaldo Carvalho de Melo2024-05-264-103/+68
* | | | Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...Linus Torvalds2024-05-253-25/+62
|\ \ \ \
| * | | | selftests/mm: fix build warnings on ppc64Michael Ellerman2024-05-242-0/+2
| * | | | selftests/mm: compaction_test: fix bogus test success and reduce probability ...Dev Jain2024-05-241-22/+49
| * | | | selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepagesDev Jain2024-05-241-0/+2
| * | | | selftests/mm: compaction_test: fix bogus test success on Aarch64Dev Jain2024-05-241-7/+13
* | | | | Merge tag 'mm-stable-2024-05-24-11-49' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-244-0/+2077
|\ \ \ \ \
| * | | | | selftest mm/mseal read-only elf memory segmentJeff Xu2024-05-234-36/+275
| * | | | | selftest mm/mseal memory sealingJeff Xu2024-05-233-0/+1838
| |/ / / /
* | | | | Merge tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-05-245-1/+98
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | riscv: selftests: Add signal handling vector testsCharlie Jenkins2024-05-224-1/+96
| * | | | riscv: selftests: Add hwprobe binaries to .gitignoreCharlie Jenkins2024-05-221-0/+2
| | |/ / | |/| |
* | | | Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-05-236-98/+85
|\ \ \ \
| * | | | testing: net-drv: use stats64 for testingJoe Damato2024-05-231-1/+1
| | |_|/ | |/| |
| * | | selftest: af_unix: Make SCM_RIGHTS into OOB data.Kuniyuki Iwashima2024-05-211-2/+2