summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-12-14torture: Make kvm-remote.sh give up on unresponsive systemPaul E. McKenney
2024-12-13selftests/bpf: Add tests for raw_tp NULL argsKumar Kartikeya Dwivedi
2024-12-13bpf: Augment raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi
2024-12-13bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"Kumar Kartikeya Dwivedi
2024-12-13selftest/bpf: Replace magic constants by macrosAnton Protopopov
2024-12-13selftests/bpf: Add tests for fd_array_cntAnton Protopopov
2024-12-13libbpf: prog load: Allow to use fd_array_cntAnton Protopopov
2024-12-13bpf: Add fd_array_cnt attribute for prog_loadAnton Protopopov
2024-12-13bpftool: bash: Add bash completion for root_id argumentDaniel Xu
2024-12-13bpftool: btf: Support dumping a specific types from fileDaniel Xu
2024-12-13bpftool: btf: Validate root_type_ids earlyDaniel Xu
2024-12-13bpftool: man: Add missing format argument to command descriptionDaniel Xu
2024-12-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2024-12-13tools build feature: Don't set feature-libslang-include-subdir=1 if test-all....Arnaldo Carvalho de Melo
2024-12-13perf tests switch-tracking: Set this test to run exclusivelyArnaldo Carvalho de Melo
2024-12-13perf test: Introduce DEFINE_SUITE_EXCLUSIVE()Ravi Bangoria
2024-12-13kselftest/arm64: abi: fix SVCR detectionWeizhao Ouyang
2024-12-13Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo
2024-12-13objtool/x86: allow syscall instructionJuergen Gross
2024-12-12selftests/bpf: make BPF_TARGET_ENDIAN non-recursive to speed up *.bpf.o buildEduard Zingerman
2024-12-12tools/sched_ext: Receive updates from SCX repoTejun Heo
2024-12-12Merge tag 'perf-tools-fixes-for-v6.13-2024-12-12' of git://git.kernel.org/pub...Linus Torvalds
2024-12-12libbpf: Extend linker API to support in-memory ELF filesAlastair Robertson
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