summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2025-05-22selftests/bpf: Add SKIP_LLVM makefile variableMykyta Yatsenko-0/+5
2025-05-22selftests: netfilter: move fib vrf test to nft_fib.shFlorian Westphal-34/+90
2025-05-22selftests: netfilter: nft_fib.sh: add 'type' mode testsFlorian Westphal-10/+174
2025-05-22selftests: netfilter: nft_concat_range.sh: add coverage for 4bit group repres...Florian Westphal-4/+161
2025-05-22Merge tag 'iio-for-6.16a-take2' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman-1/+1
2025-05-22objtool/rust: relax slice condition to cover more `noreturn` Rust functionsMiguel Ojeda-1/+2
2025-05-22selftests/tc-testing: Add an HFSC qlen accounting testCong Wang-0/+27
2025-05-22perf/uapi: Clean up <uapi/linux/perf_event.h> a bitIngo Molnar-321/+331
2025-05-22perf/uapi: Fix PERF_RECORD_SAMPLE comments in <uapi/linux/perf_event.h>Ian Rogers-2/+3
2025-05-21tools: ynl: add a sample for TCJakub Kicinski-0/+81
2025-05-21tools: ynl: enable codegen for TCJakub Kicinski-1/+8
2025-05-21tools: ynl-gen: support weird sub-message formatsJakub Kicinski-13/+43
2025-05-21tools: ynl-gen: support local attrs in _multi_parseJakub Kicinski-4/+8
2025-05-21tools: ynl-gen: move fixed header info from RenderInfo to StructJakub Kicinski-18/+27
2025-05-21tools: ynl-gen: support passing selector to a nestJakub Kicinski-5/+60
2025-05-21tools: ynl-gen: add makefile deps for neighJakub Kicinski-1/+2
2025-05-21perf python: Add evsel cpus and threads functionsIan Rogers-0/+33
2025-05-21libperf threadmap: Add perf_thread_map__idx()Ian Rogers-0/+13
2025-05-21libperf threadmap: Don't segv for index 0 for the NULL 'struct perf_thread_ma...Ian Rogers-0/+5
2025-05-21perf test amd: Skip amd-ibs-period test on kernel < v6.15Ravi Bangoria-0/+29
2025-05-21perf thread: Ensure comm_lock held for comm_listIan Rogers-8/+20
2025-05-21perf rwsem: Add clang's -Wthread-safety annotationsIan Rogers-5/+23
2025-05-21perf dso: Minor refactor to allow clang's Wthread-safety analysisIan Rogers-19/+26
2025-05-21selftests/sched_ext: Update test enq_select_cpu_failsAndrea Righi-105/+163
2025-05-21selftests: can: test_raw_filter.sh: add support of physical interfacesVincent Mailhol-2/+10
2025-05-21selftests: can: Import tst-filter from can-testsFelix Maurer-0/+456
2025-05-21selftests: harness: Stop using setjmp()/longjmp()Thomas Weißschuh-30/+15
2025-05-21selftests: harness: Add "variant" and "self" to test metadataThomas Weißschuh-0/+4
2025-05-21selftests: harness: Add teardown callback to test metadataThomas Weißschuh-6/+13
2025-05-21selftests: harness: Move teardown conditional into test metadataThomas Weißschuh-10/+11
2025-05-21selftests: harness: Don't set setup_completed for fixtureless testsThomas Weißschuh-1/+0
2025-05-21selftests: harness: Implement test timeouts through pidfdThomas Weißschuh-47/+25
2025-05-21selftests: harness: Remove dependency on libatomicThomas Weißschuh-2/+2
2025-05-21selftests: harness: Remove inline qualifier for wrappersThomas Weißschuh-2/+2
2025-05-21selftests: harness: Mark functions without prototypes staticThomas Weißschuh-6/+6
2025-05-21selftests: harness: Ignore unused variant argument warningThomas Weißschuh-1/+1
2025-05-21selftests: harness: Use C89 comment styleThomas Weißschuh-1/+1
2025-05-21selftests: harness: Add kselftest harness selftestThomas Weißschuh-0/+223
2025-05-21selftests/nolibc: drop include guards around standard headersThomas Weißschuh-7/+0
2025-05-21tools/nolibc: move NULL and offsetof() to sys/stddef.hThomas Weißschuh-9/+26
2025-05-21tools/nolibc: move uname() and friends to sys/utsname.hThomas Weißschuh-27/+44
2025-05-21tools/nolibc: move makedev() and friends to sys/sysmacros.hThomas Weißschuh-5/+22
2025-05-21tools/nolibc: move getrlimit() and friends to sys/resource.hThomas Weißschuh-39/+55
2025-05-21tools/nolibc: move reboot() to sys/reboot.hThomas Weißschuh-19/+36
2025-05-21tools/nolibc: move prctl() to sys/prctl.hThomas Weißschuh-21/+38
2025-05-21tools/nolibc: move mount() to sys/mount.hThomas Weißschuh-20/+39
2025-05-21tools/nolibc: move ioctl() to sys/ioctl.hThomas Weißschuh-12/+31
2025-05-21tools/nolibc: implement wait() in terms of waitpid()Thomas Weißschuh-6/+6
2025-05-21tools/nolibc: fall back to sys_clock_gettime() in gettimeofday()Thomas Weißschuh-1/+14
2025-05-21tools/nolibc: add fopen()Thomas Weißschuh-0/+51