summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-10-02perf map: Constify objdump offset/address conversion APIsIan Rogers
2025-10-02perf tools kvm: Use "cycles" to sample guest for "kvm top" on IntelDapeng Mi
2025-10-02perf tools kvm: Use "cycles" to sample guest for "kvm record" on IntelDapeng Mi
2025-10-02perf tools: Add helper x86__is_intel_cpu()Dapeng Mi
2025-10-02perf tools kvm: Fix the potential out of range memory access issueDapeng Mi
2025-10-02perf tools kwork: Add missed memory allocation check and freeDapeng Mi
2025-10-02perf tools kvm: Add missed memory allocation check and freeDapeng Mi
2025-10-02tools include: Add headers to make tools builds more hermeticIan Rogers
2025-10-02tools include: Replace tools linux/gfp_types.h with kernel versionIan Rogers
2025-10-02tools bitmap: Add missing asm-generic/bitsperlong.h includeIan Rogers
2025-10-02perf bench futex: Add missing stdbool.hIan Rogers
2025-10-02perf test: Stat std output don't fail metric onlyIan Rogers
2025-10-02libperf mmap: In user mmap rdpmc avoid undefined behaviorIan Rogers
2025-10-02perf symbol-minimal: Be more defensive when reading build IDsIan Rogers
2025-10-02perf bpf: Use __builtin_preserve_field_info for GCC compatibilitySam James
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-10-02tools build: Don't assume libtracefs-devel is always availableArnaldo Carvalho de Melo
2025-10-02perf build: Remove libtracefs configurationIan Rogers
2025-10-01Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds
2025-10-01Merge tag 'linux_kselftest-next-6.18-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2025-10-01Merge tag 'linux_kselftest-kunit-6.18-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2025-10-01Merge tag 'thermal-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-10-01Merge tag 'acpi-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2025-10-01Merge tag 'pm-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-10-01selftests/bpf: Add test for libbpf_sha256()Eric Biggers
2025-10-01libbpf: remove linux/unaligned.h dependency for libbpf_sha256()Andrii Nakryiko
2025-10-01libbpf: move libbpf_sha256() implementation into libbpf_utils.cAndrii Nakryiko
2025-10-01libbpf: move libbpf_errstr() into libbpf_utils.cAndrii Nakryiko
2025-10-01libbpf: remove unused libbpf_strerror_r and STRERR_BUFSIZEAndrii Nakryiko
2025-10-01libbpf: make libbpf_errno.c into more generic libbpf_utils.cAndrii Nakryiko
2025-10-01selftests/bpf: Add test for BPF_NEG alu on CONST_PTR_TO_MAPKaFai Wan
2025-10-01selftests/bpf: Fix realloc size in bpf_get_addrsJiri Olsa
2025-10-01selftests/bpf: Fix typo in subtest_basic_usdt after merge conflictJiri Olsa
2025-10-01selftests/bpf: Fix open-coded gettid syscall in uprobe syscall testsJiri Olsa
2025-10-01perf test: Remove C python_use testIan Rogers
2025-10-01perf test: Add an 'import perf' test shell scriptIan Rogers
2025-10-01perf test: Extend branch stack sampling test for Arm64 BRBEJames Clark
2025-10-01perf test: Add syscall and address tests to brstack testJames Clark
2025-10-01perf test: Refactor brstack testJames Clark
2025-10-01perf bpf_counter: Fix handling of cpumap fixing hybridIan Rogers
2025-10-01perf bpf_counter: Move header declarations into C codeIan Rogers
2025-10-01tools/docs: sphinx-build-wrapper: pdflatex is needed only for pdfMauro Carvalho Chehab
2025-10-01perf annotate: Use architecture-agnostic register limitSuchit Karunakaran
2025-10-01perf script: Enable to present DTL entriesAthira Rajeev
2025-10-01perf powerpc: Process the DTL entries in queue and deliver samplesAthira Rajeev
2025-10-01perf powerpc: Allocate and setup aux buffer queue to help co-relate with othe...Athira Rajeev
2025-10-01perf powerpc: Add event name as vpa-dtl of PERF_TYPE_SYNTH type to present DT...Athira Rajeev
2025-10-01perf powerpc: Process auxtrace events and display in 'perf report -D'Athira Rajeev
2025-10-01perf powerpc: Add basic CONFIG_AUXTRACE support for VPA pmu on powerpcAthira Rajeev
2025-10-01perf sched: Avoid union type punning undefined behaviorIan Rogers