summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-12-12libbpf: Pull file-opening logic up to top-level functionsAlastair Robertson
2024-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-12selftests/bpf: Add test for narrow ctx load for pointer argsKumar Kartikeya Dwivedi
2024-12-12bpf: Check size for BTF-based ctx access of pointer membersKumar Kartikeya Dwivedi
2024-12-12selftests/bpf: extend changes_pkt_data with cases w/o subprogramsEduard Zingerman
2024-12-12Merge tag 'net-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-12-12perf expr: Initialize is_test value in expr__ctx_new()Levi Yun
2024-12-12perf tests: Fix an incorrect type in append_script()Jiapeng Chong
2024-12-12perf test: Remove duplicate wordRuffalo Lavoisier
2024-12-12perf string: Avoid undefined NULL+1Ian Rogers
2024-12-12perf vendor events arm64: Update N2/V2 events from sourceJames Clark
2024-12-12perf tools: Avoid unaligned pointer operationsNamhyung Kim
2024-12-12tools build feature: Don't set feature-libcap=1 if libcap-devel isn't availableArnaldo Carvalho de Melo
2024-12-12tools build feature: Add some comments to explain the FEATURE_TESTS logicArnaldo Carvalho de Melo
2024-12-12bpftool: Probe for ISA v4 instruction set extensionSimone Magnani
2024-12-12Merge tag 'nf-24-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-12-12selftests: forwarding: add a pvid_change test to bridge_vlan_unawareVladimir Oltean
2024-12-11perf probe: Fix uninitialized variableJames Clark
2024-12-11tools build: Remove the libunwind feature tests from the ones detected when t...Arnaldo Carvalho de Melo
2024-12-11selftests: netfilter: Stabilize rpath.shPhil Sutter
2024-12-11Merge tag 'linux_kselftest-fixes-6.13-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2024-12-11libperf: evlist: Fix --cpu argument on hybrid platformJames Clark
2024-12-11perf test expr: Fix system_tsc_freq for only x86Ian Rogers
2024-12-11selftests/ftrace: adjust offset for kprobe syntax error testHari Bathini
2024-12-11cgroup/cpuset: Prevent leakage of isolated CPUs into sched domainsWaiman Long
2024-12-10scx: Fix maximal BPF selftest progDavid Vernet
2024-12-10perf bpf: Fix two memory leakages when calling perf_env__insert_bpf_prog_info()Zhongqiu Han
2024-12-10perf header: Fix one memory leakage in process_bpf_prog_info()Zhongqiu Han
2024-12-10perf header: Fix one memory leakage in process_bpf_btf()Zhongqiu Han
2024-12-10perf jevents: Fix build issue in '*/' in event descriptionsIan Rogers
2024-12-10perf test: Parse 'perf stat' Topdown events for aarch64Veronika Molnarova
2024-12-10perf probe: Replace unacceptable characters when generating event nameMasami Hiramatsu (Google)
2024-12-10selftests/bpf: validate that tail call invalidates packet pointersEduard Zingerman
2024-12-10bpf: consider that tail calls invalidate packet pointersEduard Zingerman
2024-12-10selftests/bpf: freplace tests for tracking of changes_packet_dataEduard Zingerman
2024-12-10selftests/bpf: test for changing packet data from global functionsEduard Zingerman
2024-12-10perf ftrace latency: Add --max-latency optionGabriele Monaco
2024-12-10perf ftrace latency: Introduce --min-latency to narrow down into a latency rangeArnaldo Carvalho de Melo
2024-12-10perf ftrace latency: Introduce --bucket-range to ask for linear bucketingArnaldo Carvalho de Melo
2024-12-10perf ftrace latency: Pass ftrace pointer to histogram routines to pass more argsArnaldo Carvalho de Melo
2024-12-10tools/resolve_btfids: Add --fatal_warnings optionThomas Weißschuh
2024-12-10selftests/bpf: Extend test for sockmap update with sameMichal Luczaj
2024-12-10selftests/hid: Add host-tools to .gitignoreCharlie Jenkins
2024-12-10selftests/powerpc: Fix typo in test-vphn.cZhu Jun
2024-12-09cpupower: revise is_valid flag handling for idle_monitorwangfushuai
2024-12-09pm: cpupower: Makefile: Fix cross compilationPeng Fan
2024-12-09selftests/cpufreq: gitignore output files and clean them in make cleanLi Zhijian
2024-12-09perf test hwmon_pmu: Fix event file locationIan Rogers
2024-12-09perf hwmon_pmu: Use openat rather than dup to refresh directoryIan Rogers
2024-12-09selftests: forwarding: Add a selftest for the new reserved_bits UAPIPetr Machata