aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-07-14selftests: drv-net: add rss_api to the MakefileJakub Kicinski1-0/+1
2025-07-14selftests/bpf: Add tests for bucket resume logic in established socketsJordan Rife1-0/+293
2025-07-14selftests/bpf: Create iter_tcp_destroy test programJordan Rife1-0/+21
2025-07-14selftests/bpf: Create established sockets in socket iterator testsJordan Rife1-4/+85
2025-07-14selftests/bpf: Make ehash buckets configurable in socket iterator testsJordan Rife1-1/+18
2025-07-14objtool/rust: add one more `noreturn` Rust function for Rust 1.89.0Miguel Ojeda1-0/+1
2025-07-14selftests/bpf: Allow for iteration over multiple statesJordan Rife2-5/+9
2025-07-14selftests/bpf: Allow for iteration over multiple portsJordan Rife2-5/+6
2025-07-14selftests/bpf: Add tests for bucket resume logic in listening socketsJordan Rife1-0/+47
2025-07-14Merge branch 'tip/sched/urgent'Peter Zijlstra76-221/+1322
2025-07-14selftests: netfilter: nft_concat_range.sh: send packets to empty setFlorian Westphal1-0/+3
2025-07-14selftests: netfilter: conntrack_resize.sh: also use udpclash toolFlorian Westphal1-0/+17
2025-07-14selftests: netfilter: add conntrack clash resolution test caseFlorian Westphal4-0/+337
2025-07-14selftests: netfilter: conntrack_resize.sh: extend resize testFlorian Westphal1-5/+75
2025-07-14tools/sched: Add dl_bw_dump.py for printing bandwidth accounting infoJuri Lelli1-0/+57
2025-07-14tools/sched: Add root_domains_dump.py which dumps root domains infoJuri Lelli1-0/+68
2025-07-14tools/bootconfig: Cleanup bootconfig footer size calculationsMasami Hiramatsu (Google)1-8/+11
2025-07-14tools/bootconfig: Replace some echo with printf for more portabilityMasami Hiramatsu (Google)1-10/+10
2025-07-14tools/bootconfig: Improve portabilityMasami Hiramatsu (Google)1-6/+7
2025-07-14tools: bootconfig: Regex enclosed with quotes to make syntax highlight properBhaskar Chowdhury1-2/+2
2025-07-13tools/testing/selftests: add mremap() unfaulted/faulted test casesLorenzo Stoakes3-2/+608
2025-07-13selftests/damon/sysfs.py: test DAMOS schemes parameters setupSeongJae Park1-3/+43
2025-07-13selftests/damon/sysfs.py: test adaptive targets parameterSeongJae Park1-3/+6
2025-07-13selftests/damon/sysfs.py: test monitoring attribute parametersSeongJae Park1-2/+32
2025-07-13selftests/damon: add python and drgn-based DAMON sysfs testSeongJae Park2-0/+43
2025-07-13selftests/damon/_damon_sysfs: set Kdamond.pid in start()SeongJae Park1-0/+3
2025-07-13selftests/damon: add drgn script for extracting damon statusSeongJae Park1-0/+161
2025-07-13tools: ynl: default to --process-unknown in installed modeJakub Kicinski1-0/+2
2025-07-13Merge tag 'x86_urgent_for_v6.16_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2025-07-13selftests/nolibc: add x32 test configurationThomas Weißschuh2-1/+18
2025-07-13tools/nolibc: define time_t in terms of __kernel_old_time_tThomas Weißschuh1-1/+3
2025-07-13tools: ynl: process unknown for enum valuesDonald Hunter1-2/+12
2025-07-13selftests/hid: add a test case for the recent syzbot underflowBenjamin Tissoires1-0/+70
2025-07-12Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes whichAndrew Morton1-0/+4
2025-07-12selftests: cgroup: Fix missing newline in test_zswap_writeback_oneSebastian Chlad1-1/+1
2025-07-12selftests: cgroup: Allow longer timeout for kmem_dead_cgroups cleanupSebastian Chlad1-1/+4
2025-07-12Merge tag 'mm-hotfixes-stable-2025-07-11-16-16' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+4
2025-07-11selftests/net: packetdrill: add --mss option to three testsEric Dumazet3-0/+8
2025-07-11selftests: net: add netdev-l2addr.sh for testing L2 address functionalityToke Høiland-Jørgensen3-0/+83
2025-07-11selftests: flip local/remote endpoints in iou-zcrx.pyVishwanath Seshagiri1-49/+49
2025-07-11selftests/tc-testing: Add tests for restrictions on netem duplicationWilliam Liu2-3/+83
2025-07-11perf python: Set index error for invalid thread/cpu map itemsIan Rogers1-2/+6
2025-07-11perf python: Improve leader copying from evlistIan Rogers1-0/+57
2025-07-11perf python: Correct pyrf_evsel__read for tool PMUsIan Rogers1-3/+44
2025-07-11perf python: Fix thread check in pyrf_evsel__readIan Rogers1-1/+1
2025-07-11perf python: In str(evsel) use the evsel__pmu_name helperIan Rogers1-4/+1
2025-07-11perf jevents: If the long_desc and desc are identical then drop the long_descIan Rogers4-88/+68
2025-07-11perf expr: Accumulate rather than replace in the context countsIan Rogers1-1/+5
2025-07-11perf stat: Move metric list from config to evlistIan Rogers15-108/+75
2025-07-11perf metricgroup: Factor out for-each function and move out printingIan Rogers4-214/+165