summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-12-09perf ftrace: Fix undefined behavior in cmp_profile_data()Kuan-Wei Chiu
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-09perf tests: Enable tests disabled due to tracepoint parsingIan Rogers
2024-12-09perf evsel: Allow evsel__newtp without libtraceeventIan Rogers
2024-12-09perf evsel: Add/use accessor for tp_formatIan Rogers
2024-12-09perf trace-event: Always build trace-event-info.cIan Rogers
2024-12-09perf trace-event: Constify print argumentsIan Rogers
2024-12-09tool api fs: Correctly encode errno for read/write open failuresIan Rogers
2024-12-09perf env: Ensure failure broken topology file reads are always -1 encodedIan Rogers
2024-12-09perf btf: Make the sigtrap test helper to find a member by name widely availableArnaldo Carvalho de Melo
2024-12-09libperf cpumap: Grow array of read CPUs in smaller incrementsIan Rogers
2024-12-09libperf cpumap: Remove perf_cpu_map__read()Ian Rogers
2024-12-09libperf cpumap: Remove use of perf_cpu_map__read()Ian Rogers
2024-12-09perf pmu: Remove use of perf_cpu_map__read()Ian Rogers
2024-12-09libperf cpumap: Be tolerant of newline at the end of a cpumaskIan Rogers
2024-12-09libperf cpumap: Hide/reduce scope of MAX_NR_CPUSIan Rogers
2024-12-09perf cpumap: Reduce transitive dependencies on libperf MAX_NR_CPUSIan Rogers
2024-12-09perf: Increase MAX_NR_CPUS to 4096Kyle Meyer
2024-12-09perf arm-spe: Add support for SPE Data Source packet on AmpereOneIlkka Koskinen
2024-12-09perf arm-spe: Prepare for adding data source packet implementations for other...Ilkka Koskinen
2024-12-09perf cpumap: Add checking for reference counterLeo Yan
2024-12-09perf cpumap: Add more tests for CPU map mergingLeo Yan
2024-12-09libperf cpumap: Refactor perf_cpu_map__merge()Leo Yan
2024-12-09perf config: Fix trival typo 'an' -> 'can'Arnaldo Carvalho de Melo
2024-12-09perf script python: Improve physical mem type resolutionIan Rogers
2024-12-09perf disasm: Return a proper error when not determining the file typeArnaldo Carvalho de Melo
2024-12-09tools features: Don't check for libunwind devel files by defaultArnaldo Carvalho de Melo
2024-12-09tools/hv: reduce resource usage in hv_kvp_daemonOlaf Hering
2024-12-09tools/hv: add a .gitignore fileOlaf Hering
2024-12-09tools/hv: reduce resouce usage in hv_get_dns_info helperOlaf Hering
2024-12-09hv/hv_kvp_daemon: Pass NIC name to hv_get_dns_info as wellVitaly Kuznetsov
2024-12-09tools/hv: terminate fcopy daemon if read from uio failsOlaf Hering
2024-12-09tools: hv: change permissions of NetworkManager configuration fileOlaf Hering
2024-12-09tools: hv: Fix a complier warning in the fcopy uio daemonDexuan Cui
2024-12-09selftests/bpf: Add more stats into veristatMykyta Yatsenko
2024-12-09selftests: livepatch: add test cases of stack_order sysfs interfaceWardenjohn
2024-12-09selftests/livepatch: Replace hardcoded module name with variable in test-call...George Guo
2024-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-12-08Merge tag 'mm-hotfixes-stable-2024-12-07-22-39' of git://git.kernel.org/pub/s...Linus Torvalds
2024-12-07tools: ynl-gen-c: don't require -o argumentJohannes Berg
2024-12-07tools: ynl-gen-c: annotate valid choices for --modeJohannes Berg
2024-12-06selftests: net: cleanup busy_poller.cJoe Damato
2024-12-06selftests: mlxsw: sharedbuffer: Ensure no extra packets are countedDanielle Ratson
2024-12-06selftests: mlxsw: sharedbuffer: Remove duplicate test casesDanielle Ratson
2024-12-06selftests: mlxsw: sharedbuffer: Remove h1 ingress test caseDanielle Ratson
2024-12-06Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-12-06x86/mm/selftests: Fix typo in lam.cGautam Somani
2024-12-06selftests/bpf: Consolidate kernel modules into common directoryToke Høiland-Jørgensen
2024-12-06selftests/bpf: Add more test cases for LPM trieHou Tao