summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2026-02-26perf vendor events intel: Update pantherlake events from 1.02 to 1.04Ian Rogers
2026-02-26perf vendor events intel: Update meteorlake events from 1.18 to 1.20Ian Rogers
2026-02-26perf vendor events intel: Update lunarlake events from 1.19 to 1.21Ian Rogers
2026-02-26perf vendor events intel: Update graniterapids events from 1.16 to 1.17Ian Rogers
2026-02-26perf vendor events intel: Update grandridge events from 1.10 to 1.11Ian Rogers
2026-02-26perf vendor events intel: Update emeraldrapid events from 1.20 to 1.21Ian Rogers
2026-02-26perf vendor events intel: Update arrowlake events from 1.14 to 1.16Ian Rogers
2026-02-26perf vendor events intel: Update alderlake events from 1.35 to 1.37Ian Rogers
2026-02-26selftests: net: Add bridge VLAN range grouping testsDanielle Ratson
2026-02-26selftests/bpf: Fix OOB read in dmabuf_collectorT.J. Mercier
2026-02-26selftests/bpf: Fix a memory leak in xdp_flowtable testIhor Solodrai
2026-02-26perf bench: Add -t/--threads option to perf bench mem mmapNamhyung Kim
2026-02-26perf trace: Handle task exit in BPF syscall summaryNamhyung Kim
2026-02-26perf trace: Fix IS_ERR() vs NULL check bugwangguangju
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-02-26selftests/vsock: change tests to respect write-once child ns modeBobby Eshleman
2026-02-25selftests: drv-net: rss: Generate unique ports for RSS context testsDimitri Daskalakis
2026-02-25selftests: net: py: Add rand_ports helper methodDimitri Daskalakis
2026-02-25selftests: team: Add a reference count leak testIdo Schimmel
2026-02-25selftests/net: packetdrill: Verify acceptance of FIN packets when RWIN is 0Simon Baatz
2026-02-25selftests: hw-net: tso: set a TCP window clamp to avoid spurious dropsJakub Kicinski
2026-02-25perf script: Fix brcntr output with --xedAndi Kleen
2026-02-25kselftest: arm64: Check access to GCS after mprotect(PROT_NONE)Catalin Marinas
2026-02-25tools/nolibc: rename my_syscallX() to __nolibc_syscallX()Thomas Weißschuh
2026-02-24selftests: net: py: add cmd info for ksft_wait failureJakub Kicinski
2026-02-24selftests: net: py: use repr(cmd) for failure exceptionsJakub Kicinski
2026-02-24selftests: net: py: avoid masking exceptions in bkg() failuresJakub Kicinski
2026-02-24selftests/bpf: Test accounting of tail calls when prog is NULLHari Bathini
2026-02-24selftests/bpf: Fix flakiness of task_local_storage/sys_enter_exitIhor Solodrai
2026-02-24perf metricgroup: Fix metricgroup__has_metric_or_groupsIan Rogers
2026-02-24perf parse-events: Fix big-endian 'overwrite' by writing correct union memberThomas Richter
2026-02-24tools/sched_ext: Add Kconfig to sync with upstreamCheng-Yang Chou
2026-02-24tools/sched_ext: Sync README.md Kconfig with upstream scxCheng-Yang Chou
2026-02-24selftests/bpf: Don't override SIGSEGV handler with ASANIhor Solodrai
2026-02-24selftests/bpf: Check BPFTOOL env var in detect_bpftool_path()Ihor Solodrai
2026-02-24selftests/bpf: Fix out-of-bounds array access bugs reported by ASANIhor Solodrai
2026-02-24selftests/bpf: Fix array bounds warning in jit_disasm_helpersIhor Solodrai
2026-02-24selftests/bpf: Free bpf_object in test_sysctlIhor Solodrai
2026-02-24selftests/bpf: Fix resource leaks caused by missing cleanupsIhor Solodrai
2026-02-24selftests/bpf: Fix double thread join in uprobe_multi_testIhor Solodrai
2026-02-24selftests/bpf: Fix use-after-free in xdp_metadata testIhor Solodrai
2026-02-24veristat: Fix a memory leak for preset ENUMERATORIhor Solodrai
2026-02-24selftests/bpf: Fix cleanup in check_fd_array_cnt__fd_array_too_big()Ihor Solodrai
2026-02-24selftests/bpf: Fix memory leaks in testsIhor Solodrai
2026-02-24selftests/bpf: Refactor bpf_get_ksyms() trace helperIhor Solodrai
2026-02-24selftests/bpf: Add DENYLIST.asanIhor Solodrai
2026-02-24resolve_btfids: Fix memory leaks reported by ASANIhor Solodrai
2026-02-24selftests/bpf: Pass through build flags to bpftool and resolve_btfidsIhor Solodrai
2026-02-24selftests/bpf: Use memcpy() for bounded non-NULL-terminated copiesIhor Solodrai