summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-09-05pm:cpupower: Add missing powercap_set_enabled() stub functionJohn B. Wyatt IV1-0/+8
2024-09-05Merge tag 'net-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-4/+6
2024-09-05bpf/selftests: coverage for tp and perf event progs using kfuncsJP Kobryn1-0/+48
2024-09-05tools/net/ynl: fix cli.py --subscribe featureArkadiusz Kubalewski1-3/+4
2024-09-05selftests: net: enable bind testsJamie Bainbridge1-1/+2
2024-09-05selftests/bpf: Add description for running vmtest on RV64Pu Lehui1-0/+32
2024-09-05selftests/bpf: Add riscv64 configurations to local vmtestPu Lehui1-0/+9
2024-09-05selftests/bpf: Add DENYLIST.riscv64Pu Lehui1-0/+3
2024-09-05selftests/bpf: Add config.riscv64Pu Lehui1-0/+84
2024-09-05selftests/bpf: Enable cross platform testing for vmtestPu Lehui1-11/+31
2024-09-05selftests/bpf: Support local rootfs image for vmtestPu Lehui2-7/+16
2024-09-05selftests/bpf: Limit URLS parsing logic to actual scope in vmtestPu Lehui1-20/+19
2024-09-05selftests/bpf: Prefer static linking for LLVM librariesEduard Zingerman1-5/+3
2024-09-05selftests/bpf: Rename fallback in bpf_dctcp to avoid naming conflictPu Lehui2-5/+5
2024-09-05selftests/bpf: Adapt OUTPUT appending logic to lower versions of MakePu Lehui1-0/+6
2024-09-05libbpf: fix some typos in libbpfLin Yikai6-9/+9
2024-09-05bpftool: fix some typos in bpftoolLin Yikai2-6/+6
2024-09-05selftests/bpf: fix some typos in selftestsLin Yikai25-39/+39
2024-09-05selftests/bpf: Add uprobe multi pid filter test for clone-ed processesJiri Olsa1-24/+42
2024-09-05selftests/bpf: Add uprobe multi pid filter test for fork-ed processesJiri Olsa2-0/+107
2024-09-05selftests/bpf: Add child argument to spawn_child functionJiri Olsa1-46/+39
2024-09-05tools: iio: rm .*.cmd when make cleanzhangjiao1-1/+1
2024-09-05perf/uprobe: split uprobe_unregister()Peter Zijlstra1-1/+2
2024-09-05kselftest: dt: Ignore nodes that have ancestors disabledNĂ­colas F. R. A. Prado1-1/+14
2024-09-05Merge tag 'linux-cpupower-6.12-rc1' of ssh://gitolite.kernel.org/pub/scm/linu...Rafael J. Wysocki3-0/+14
2024-09-05Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar66-610/+1956
2024-09-05tools: hv: rm .*.cmd when make cleanzhang jiao1-1/+1
2024-09-04libbpf: Fix accessing first syscall argument on RV64Pu Lehui1-1/+8
2024-09-04selftests/bpf: Enable test_bpf_syscall_macro: Syscall_arg1 on s390 and arm64Pu Lehui2-6/+0
2024-09-04libbpf: Access first syscall argument with CO-RE direct read on arm64Pu Lehui1-2/+2
2024-09-04libbpf: Access first syscall argument with CO-RE direct read on s390Pu Lehui1-2/+2
2024-09-04selftests: net: convert comma to semicolonChen Ni1-3/+3
2024-09-04selftests/bpf: Add a selftest for x86 jit convergence issuesYonghong Song2-0/+116
2024-09-04Merge branch 'bpf/master' into for-6.12Tejun Heo196-2052/+8716
2024-09-04selftests/ftrace: Fix eventfs ownership testcase to find mount pointMasami Hiramatsu (Google)1-0/+12
2024-09-04sched_ext: Add a cgroup scheduler which uses flattened hierarchyTejun Heo5-1/+1246
2024-09-04sched_ext: Add cgroup supportTejun Heo2-0/+33
2024-09-04selftests: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZEFeng Yang10-12/+20
2024-09-04selftests/bpf: Add a selftest to check for incorrect namesJeongjun Park1-0/+34
2024-09-04perf check: Fix inconsistencies in feature namesAditya Gupta2-4/+4
2024-09-04perf tests probe_vfs_getname.sh: Update to use 'perf check feature'Athira Rajeev3-4/+10
2024-09-04perf tools test_task_analyzer.sh: Update to use 'perf check feature'Aditya Gupta1-2/+2
2024-09-04perf version: Update --build-options to use 'supported_features' arrayAditya Gupta1-36/+8
2024-09-04Merge tag 'perf-tools-fixes-for-v6.11-2024-09-04' of git://git.kernel.org/pub...Linus Torvalds4-5/+11
2024-09-04ktest.pl: Avoid false positives with grub2 skip regexDaniel Jordan1-1/+1
2024-09-04ktest.pl: Always warn on build warningsSteven Rostedt1-8/+18
2024-09-04selftests/bpf: Fix procmap_query()'s params mismatch and compilation warningYuan Chen1-2/+2
2024-09-04spi: spidev_fdx: Fix the wrong format specifierzhang jiao1-1/+1
2024-09-04perf jevents: Add cpuid to model lookup commandIan Rogers1-0/+73
2024-09-04perf check: Introduce 'check' subcommandAditya Gupta5-0/+281