aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-02-26perf bench: Add -t/--threads option to perf bench mem mmapNamhyung Kim2-21/+92
2026-02-26perf trace: Handle task exit in BPF syscall summaryNamhyung Kim1-3/+15
2026-02-26perf trace: Fix IS_ERR() vs NULL check bugwangguangju1-1/+1
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski338-4421/+15865
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-21/+163
2026-02-26selftests/vsock: change tests to respect write-once child ns modeBobby Eshleman1-19/+20
2026-02-25selftests: drv-net: rss: Generate unique ports for RSS context testsDimitri Daskalakis1-7/+6
2026-02-25selftests: net: py: Add rand_ports helper methodDimitri Daskalakis4-9/+29
2026-02-25selftests: team: Add a reference count leak testIdo Schimmel2-0/+18
2026-02-25selftests/net: packetdrill: Verify acceptance of FIN packets when RWIN is 0Simon Baatz1-0/+27
2026-02-25selftests: hw-net: tso: set a TCP window clamp to avoid spurious dropsJakub Kicinski1-2/+5
2026-02-25perf script: Fix brcntr output with --xedAndi Kleen1-4/+8
2026-02-25kselftest: arm64: Check access to GCS after mprotect(PROT_NONE)Catalin Marinas1-0/+76
2026-02-25tools/nolibc: rename my_syscallX() to __nolibc_syscallX()Thomas Weißschuh34-218/+220
2026-02-24selftests: net: py: add cmd info for ksft_wait failureJakub Kicinski1-7/+23
2026-02-24selftests: net: py: use repr(cmd) for failure exceptionsJakub Kicinski1-3/+2
2026-02-24selftests: net: py: avoid masking exceptions in bkg() failuresJakub Kicinski1-2/+5
2026-02-24selftests/bpf: Test accounting of tail calls when prog is NULLHari Bathini1-1/+4
2026-02-24selftests/bpf: Fix flakiness of task_local_storage/sys_enter_exitIhor Solodrai1-5/+11
2026-02-24perf metricgroup: Fix metricgroup__has_metric_or_groupsIan Rogers1-3/+3
2026-02-24perf parse-events: Fix big-endian 'overwrite' by writing correct union memberThomas Richter1-17/+65
2026-02-24tools/sched_ext: Add Kconfig to sync with upstreamCheng-Yang Chou1-0/+61
2026-02-24tools/sched_ext: Sync README.md Kconfig with upstream scxCheng-Yang Chou1-6/+0
2026-02-24selftests/bpf: Don't override SIGSEGV handler with ASANIhor Solodrai1-10/+26
2026-02-24selftests/bpf: Check BPFTOOL env var in detect_bpftool_path()Ihor Solodrai1-1/+12
2026-02-24selftests/bpf: Fix out-of-bounds array access bugs reported by ASANIhor Solodrai3-7/+4
2026-02-24selftests/bpf: Fix array bounds warning in jit_disasm_helpersIhor Solodrai1-9/+9
2026-02-24selftests/bpf: Free bpf_object in test_sysctlIhor Solodrai1-0/+3
2026-02-24selftests/bpf: Fix resource leaks caused by missing cleanupsIhor Solodrai7-25/+29
2026-02-24selftests/bpf: Fix double thread join in uprobe_multi_testIhor Solodrai1-1/+5
2026-02-24selftests/bpf: Fix use-after-free in xdp_metadata testIhor Solodrai1-2/+2
2026-02-24veristat: Fix a memory leak for preset ENUMERATORIhor Solodrai1-0/+2
2026-02-24selftests/bpf: Fix cleanup in check_fd_array_cnt__fd_array_too_big()Ihor Solodrai1-2/+2
2026-02-24selftests/bpf: Fix memory leaks in testsIhor Solodrai3-4/+22
2026-02-24selftests/bpf: Refactor bpf_get_ksyms() trace helperIhor Solodrai4-26/+34
2026-02-24selftests/bpf: Add DENYLIST.asanIhor Solodrai1-0/+3
2026-02-24resolve_btfids: Fix memory leaks reported by ASANIhor Solodrai1-27/+54
2026-02-24selftests/bpf: Pass through build flags to bpftool and resolve_btfidsIhor Solodrai2-6/+14
2026-02-24selftests/bpf: Use memcpy() for bounded non-NULL-terminated copiesIhor Solodrai2-3/+5
2026-02-24selftests/bpf: Use strscpy in bpftool_helpers.cIhor Solodrai1-5/+7
2026-02-24selftests/bpf: Replace strncpy() with strscpy()Ihor Solodrai9-14/+12
2026-02-24selftests: tc-testing: preserve list order when removing duplicatesNaveen Anandhan1-2/+2
2026-02-24selftests: pci_endpoint: Skip doorbell test when unsupportedKoichiro Den1-0/+2
2026-02-24selftests: hid: tests: test_wacom_generic: add tests for display devices and opaque devicesAlex Tran1-13/+21
2026-02-23selftests/bpf: Replace strcpy() calls with strscpy()Ihor Solodrai6-7/+8
2026-02-23selftests/bpf: Add simple strscpy() implementationIhor Solodrai3-14/+37
2026-02-23selftests/bpf: Update task local data licenseAmery Hung2-2/+2
2026-02-23selftests/bpf: Enable test for instruction array on arm64Abhishek Dubey1-1/+1
2026-02-23selftests/bpf: Add test case for rbtree nodes that contain both bpf_refcount and kptr fields.Kaitao Cheng1-0/+123
2026-02-23selftests/bpf: Add supplementary tests for bpf_kptr_xchgKaitao Cheng3-0/+177