summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2025-09-04perf vendor events: Update emeraldrapids events/metricsIan Rogers-302/+363
2025-09-04perf vendor events: Update cascadelakex metricsIan Rogers-39/+100
2025-09-04perf vendor events: Update broadwell metricsIan Rogers-51/+42
2025-09-04perf vendor events: Update arrowlake events/metricsIan Rogers-178/+282
2025-09-04perf vendor events: Update alderlake events/metricsIan Rogers-293/+231
2025-09-04perf parse-events: Handle fake PMUs in CPU termsIan Rogers-56/+60
2025-09-04perf python: Fix spelling mistake "metics" -> "metrics"Colin Ian King-1/+1
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-116/+494
2025-09-04thermal: intel: selftests: workload_hint: Mask unsupported typesSrinivas Pandruvada-0/+2
2025-09-04libbpf: Remove unused args in parse_usdt_noteJiawei Zhao-6/+4
2025-09-04Merge tag 'net-6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-46/+310
2025-09-04selftests/bpf: Add case to test bpf_in_interrupt()Leon Hwang-0/+78
2025-09-04selftests/bpf: Introduce experimental bpf_in_interrupt()Leon Hwang-0/+54
2025-09-04selftests/bpf: Test kfunc bpf_strcasecmpRong Tao-0/+13
2025-09-04selftests/bpf: add benchmark testing for kprobe-multi-allMenglong Dong-2/+80
2025-09-04selftests/bpf: skip recursive functions for kprobe_multiMenglong Dong-0/+19
2025-09-04selftests/bpf: move get_ksyms and get_addrs to trace_helpers.cMenglong Dong-217/+220
2025-09-04selftest: net: Fix weird setsockopt() in bind_bhash.c.Kuniyuki Iwashima-2/+2
2025-09-04tools: gpio: remove the include directory on make cleanzhang jiao-1/+1
2025-09-04x86/sev: Zap snp_abort()Borislav Petkov (AMD)-1/+0
2025-09-04vdso: Drop Kconfig GENERIC_VDSO_TIME_NSThomas Weißschuh-1/+0
2025-09-04selftests: netfilter: fix udpclash tool hangFlorian Westphal-4/+5
2025-09-03tools/sched_ext: Add compat helper for scx_bpf_cpu_curr()Andrea Righi-1/+18
2025-09-03selftests/bpf: Fix count write in testapp_xdp_metadata_copy()Ricardo B. Marlière-13/+1
2025-09-03selftests/bpf: Upon failures, exit with code 1 in test_xsk.shRicardo B. Marlière-0/+2
2025-09-03tools: ynl-gen: fix nested array countingAsbjørn Sloth Tønnesen-1/+1
2025-09-03tools: ynl-gen: use macro for binary min-len checkAsbjørn Sloth Tønnesen-1/+1
2025-09-03selftests: mptcp: add checks for fallback countersGang Yan-0/+123
2025-09-03sched_ext: Introduce scx_bpf_cpu_curr()Christian Loehle-0/+1
2025-09-03sched_ext: Introduce scx_bpf_locked_rq()Christian Loehle-0/+1
2025-09-03perf dwarf-aux: Use signed variable types in match_var_offsetZecheng Li-5/+6
2025-09-03perf tests: Fix "PE file support" test buildJames Clark-2/+2
2025-09-03x86/boot: Create a confined code area for startup codeArd Biesheuvel-1/+2
2025-09-03objtool: Add action to check for absence of absolute relocationsArd Biesheuvel-0/+60
2025-09-03perf tp_pmu: Remove unnecessary checkIan Rogers-2/+0
2025-09-03perf ilist: Add support for metricsIan Rogers-58/+168
2025-09-03perf python: Add metrics functionIan Rogers-0/+86
2025-09-03perf python: Add evlist compute_metricIan Rogers-0/+125
2025-09-03perf python: Add evlist metrics functionIan Rogers-0/+33
2025-09-03perf python: Add parse_metrics functionIan Rogers-0/+41
2025-09-03perf ilist: Add new python ilist commandIan Rogers-0/+385
2025-09-03perf python: Add function returning dictionary of all events on a PMUIan Rogers-0/+71
2025-09-03perf python: Add basic PMU abstraction and pmus sequenceIan Rogers-0/+140
2025-09-03perf python: Improve the tracepoint function if no libtraceeventIan Rogers-10/+2
2025-09-03perf python: Add more exceptions on error pathsIan Rogers-3/+11
2025-09-03libperf event: Ensure tracing data is multiple of 8 sizedIan Rogers-0/+1
2025-09-03perf test shell lock_contention: Extra debug diagnosticsIan Rogers-1/+6
2025-09-03perf evsel: Avoid container_of on a NULL leaderIan Rogers-0/+2
2025-09-03perf test trace_btf_enum: Skip if permissions are insufficientIan Rogers-0/+11
2025-09-03perf disasm: Avoid undefined behavior in incrementing NULLIan Rogers-2/+5