summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/parallel-perf.py
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2025-10-07 12:13:26 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2025-10-07 12:13:26 -0700
commitfdb8d00af919d2403a9e40261cf3f78f0fd75212 (patch)
tree0178d4e5d1f5ccec32d56377ed99ce55892b89c8 /tools/perf/scripts/python/parallel-perf.py
parentfbd2e22716d30d77a35affd6493f4bd74fe2e961 (diff)
parent10df039834f84a297c72ec962c0f9b7c8c5ca31a (diff)
downloadkernel-fdb8d00af919d2403a9e40261cf3f78f0fd75212.tar.gz
Merge tag 'char-misc-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Pull char/misc fixes from Greg KH: "Here are some small nvmem and fastrpc fixes that missed the cut-off to get into 6.17-final, due to me being slow in getting them out, my fault, not the maintainers of these subsystems :( Anyway, better late than never. Changes included in here are: - nvmem fix for automatic module loading - fastrpc driver fixes for reported issues All of these have been in linux-next for weeks (4?) with no reported issues" * tag 'char-misc-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: misc: fastrpc: Skip reference for DMA handles misc: fastrpc: fix possible map leak in fastrpc_put_args misc: fastrpc: Fix fastrpc_map_lookup operation misc: fastrpc: Save actual DMA size in fastrpc_map structure nvmem: layouts: fix automatic module loading
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions
ync-compare-and-swap feature detectionLeo Yan 2021-04-29perf tools: Enable libtraceevent dynamic linkingMichael Petlan 2021-01-29tools: Factor Clang, LLC and LLVM utils definitionsSedat Dilek 2020-12-17tools build: Add missing libcap to test-all.bin targetJiri Olsa 2020-10-17Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l...Linus Torvalds 2020-09-09tools feature: Add missing -lzstd to the fast path feature detectionArnaldo Carvalho de Melo 2020-09-04perf tools: Make GTK2 support opt-inArnaldo Carvalho de Melo 2020-09-04tools features: Add feature test to check if libbfd has buildid supportArnaldo Carvalho de Melo 2020-08-18tools: Remove feature-libelf-mmap feature detectionAndrii Nakryiko 2020-08-14perf build-ids: Fall back to debuginfod query if debuginfo not foundFrank Ch. Eigler 2020-08-06Mgerge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo 2020-07-31tools build feature: Use CC and CXX from parentThomas Hebb 2020-06-22tools/bpftool: Generalize BPF skeleton support and generate vmlinux.hAndrii Nakryiko 2020-05-29perf build: Remove libaudit from the default feature checksArnaldo Carvalho de Melo