summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2025-05-22selftests/mm: deduplicate second mmap() of 5*PAGE_SIZE at baseMark Brown-1/+1
2025-05-22selftests/mm: add simple VM_PFNMAP tests based on mmap'ing /dev/memDavid Hildenbrand-0/+202
2025-05-22selftests/bpf: sockmap_listen cleanup: Drop af_inet SOCK_DGRAM redir testsMichal Luczaj-126/+0
2025-05-22selftests/bpf: sockmap_listen cleanup: Drop af_unix redir testsMichal Luczaj-219/+0
2025-05-22selftests/bpf: sockmap_listen cleanup: Drop af_vsock redir testsMichal Luczaj-112/+0
2025-05-22selftests/bpf: Add selftest for sockmap/hashmap redirectionMichal Luczaj-0/+465
2025-05-22selftests/bpf: Introduce verdict programs for sockmap_redirMichal Luczaj-0/+68
2025-05-22selftests/bpf: Add u32()/u64() to sockmap_helpersMichal Luczaj-14/+11
2025-05-22selftests/bpf: Add socket_kind_to_str() to socket_helpersMichal Luczaj-0/+55
2025-05-22selftests/bpf: Support af_unix SOCK_DGRAM socket pair creationMichal Luczaj-5/+24
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+27
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