aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-10-02perf bpf: Use __builtin_preserve_field_info for GCC compatibilitySam James1-1/+1
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds9-15/+62
2025-10-02tools build: Don't assume libtracefs-devel is always availableArnaldo Carvalho de Melo2-6/+0
2025-10-02perf build: Remove libtracefs configurationIan Rogers1-14/+0
2025-10-01Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linuxLinus Torvalds2-13/+0
2025-10-01Merge tag 'linux_kselftest-next-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds4-1/+13
2025-10-01Merge tag 'linux_kselftest-kunit-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds8-9/+85
2025-10-01Merge tag 'thermal-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+2
2025-10-01Merge tag 'acpi-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-4/+5
2025-10-01Merge tag 'pm-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds7-54/+134
2025-10-01selftests/bpf: Add test for libbpf_sha256()Eric Biggers1-0/+52
2025-10-01libbpf: remove linux/unaligned.h dependency for libbpf_sha256()Andrii Nakryiko1-2/+11
2025-10-01libbpf: move libbpf_sha256() implementation into libbpf_utils.cAndrii Nakryiko3-98/+100
2025-10-01libbpf: move libbpf_errstr() into libbpf_utils.cAndrii Nakryiko15-107/+84
2025-10-01libbpf: remove unused libbpf_strerror_r and STRERR_BUFSIZEAndrii Nakryiko3-30/+0
2025-10-01libbpf: make libbpf_errno.c into more generic libbpf_utils.cAndrii Nakryiko2-1/+1
2025-10-01selftests/bpf: Add test for BPF_NEG alu on CONST_PTR_TO_MAPKaFai Wan1-0/+18
2025-10-01selftests/bpf: Fix realloc size in bpf_get_addrsJiri Olsa1-1/+1
2025-10-01selftests/bpf: Fix typo in subtest_basic_usdt after merge conflictJiri Olsa1-1/+1
2025-10-01selftests/bpf: Fix open-coded gettid syscall in uprobe syscall testsJiri Olsa1-2/+2
2025-10-01perf test: Remove C python_use testIan Rogers4-31/+0
2025-10-01perf test: Add an 'import perf' test shell scriptIan Rogers1-0/+36
2025-10-01perf test: Extend branch stack sampling test for Arm64 BRBEJames Clark5-1/+60
2025-10-01perf test: Add syscall and address tests to brstack testJames Clark1-1/+60
2025-10-01perf test: Refactor brstack testJames Clark1-8/+13
2025-10-01perf bpf_counter: Fix handling of cpumap fixing hybridIan Rogers2-17/+12
2025-10-01perf bpf_counter: Move header declarations into C codeIan Rogers5-70/+69
2025-10-01perf annotate: Use architecture-agnostic register limitSuchit Karunakaran1-5/+8
2025-10-01perf script: Enable to present DTL entriesAthira Rajeev2-0/+33
2025-10-01perf powerpc: Process the DTL entries in queue and deliver samplesAthira Rajeev1-0/+175
2025-10-01perf powerpc: Allocate and setup aux buffer queue to help co-relate with other events across CPU'sAthira Rajeev1-4/+223
2025-10-01perf powerpc: Add event name as vpa-dtl of PERF_TYPE_SYNTH type to present DTL samplesAthira Rajeev2-0/+77
2025-10-01perf powerpc: Process auxtrace events and display in 'perf report -D'Athira Rajeev5-0/+291
2025-10-01perf powerpc: Add basic CONFIG_AUXTRACE support for VPA pmu on powerpcAthira Rajeev5-0/+122
2025-10-01perf sched: Avoid union type punning undefined behaviorIan Rogers1-15/+4
2025-10-01perf test perftool_testsuite: Use absolute pathsVeronika Molnarova8-84/+202
2025-10-01perf tools: Fix duplicated words in documentation and commentsMarkus Heidelberg3-3/+3
2025-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-0/+161
2025-09-30Merge tag 'nolibc-20250928-for-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/nolibc/linux-nolibcLinus Torvalds12-115/+68
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds194-1017/+8657
2025-09-30Merge tag 'timers-vdso-2025-09-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-176/+59
2025-09-30Merge tag 'locking-futex-2025-09-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds19-1038/+517
2025-09-30Merge tag 'core-rseq-2025-09-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2025-09-30Merge tag 'x86_apic_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-2/+63
2025-09-30Merge tag 'x86_cpu_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2025-09-30Merge tag 'x86_misc_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-14/+257
2025-09-30Merge tag 'perf-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-79/+1184
2025-09-30Merge tag 'kvm-x86-cet-6.18' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-0/+495
2025-09-30Merge tag 'kvm-x86-misc-6.18' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-3/+5
2025-09-30Merge tag 'kvm-x86-selftests-6.18' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini16-109/+303