summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-11-20tools/nolibc: use 64-bit off_tThomas Weißschuh1-1/+1
2025-11-20tools/nolibc: prefer the llseek syscallThomas Weißschuh1-3/+3
2025-11-20tools/nolibc: handle 64-bit off_t for llseekThomas Weißschuh1-2/+1
2025-11-20tools/nolibc: use 64-bit ino_tThomas Weißschuh1-1/+1
2025-11-20selftests/bpf: Use ASSERT_STRNEQ to factor in long slab cache namesMatt Bobrowski1-1/+2
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski36-71/+1177
2025-11-20sched_ext: tools: Removing duplicate targets during non-cross compilationRong Tao1-0/+2
2025-11-20Merge tag 'net-6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds6-12/+188
2025-11-20tools: ynl: cli: Display enum values in --list-attrs outputGal Pressman1-1/+7
2025-11-20tools: ynl: cli: Parse nested attributes in --list-attrs outputGal Pressman1-9/+26
2025-11-20tools: ynl: cli: Add --list-attrs option to show operation attributesGal Pressman1-0/+56
2025-11-20tools/rtla: Fix --on-threshold always triggeringTomas Glozar1-9/+15
2025-11-20rtla/timerlat_bpf: Stop tracing on user latencyTomas Glozar1-0/+3
2025-11-20tools/rtla: Fix unassigned nr_cpusCosta Shulyupin2-2/+3
2025-11-20tools/rtla: Remove unused optional option_indexCosta Shulyupin4-16/+4
2025-11-20tools/rtla: Add for_each_monitored_cpu() helperCosta Shulyupin6-58/+23
2025-11-20Merge branch 'for-linus' into for-nextTakashi Iwai43-278/+974
2025-11-20selftests: mptcp: add a check for 'add_addr_accepted'Gang Yan1-0/+7
2025-11-20selftests: mptcp: join: userspace: longer timeoutMatthieu Baerts (NGI0)1-5/+5
2025-11-20selftests: mptcp: join: endpoints: longer timeoutMatthieu Baerts (NGI0)1-4/+4
2025-11-20selftests: mptcp: join: fastclose: remove flaky marksMatthieu Baerts (NGI0)1-2/+0
2025-11-20perf evsel: Skip store_evsel_ids for non-perf-event PMUsIan Rogers1-0/+3
2025-11-20perf pmu: Add PMU kind to simplify differentiatingIan Rogers1-0/+34
2025-11-20perf header: Switch "cpu" for find_core_pmu in caps feature writingIan Rogers1-1/+1
2025-11-20perf test maps: Additional maps__fixup_overlap_and_insert testsIan Rogers3-3/+83
2025-11-20perf maps: Avoid RC_CHK use after freeIan Rogers1-2/+20
2025-11-20selftests: tracing: Update fprobe selftest for ftrace based fprobeMasami Hiramatsu (Google)1-14/+4
2025-11-20selftests: tracing: Add tprobe enable/disable testcaseMasami Hiramatsu (Google)1-0/+40
2025-11-20selftests/run_kselftest.sh: exit with error if tests failBrendan Jackman2-4/+24
2025-11-20selftests/dma: fix invalid array access in printfZhang Chujun1-1/+1
2025-11-19KVM: selftests: SYNC after guest ITS setup in vgic_lpi_stressMaximilian Dittgen3-0/+15
2025-11-19KVM: selftests: Assert GICR_TYPER.Processor_Number matches selftest CPU numberMaximilian Dittgen1-0/+5
2025-11-19selftests/riscv: Add Zicbop prefetch testYao Zihong1-29/+136
2025-11-19selftests: riscv: Add test for the Vector ptrace interfaceYong-Xuan Wang2-1/+138
2025-11-19perf stat: Read tool events lastIan Rogers1-6/+39
2025-11-19perf arm_spe: Synthesize memory samples for SIMD operationsLeo Yan1-8/+8
2025-11-19perf arm_spe: Expose SIMD information in other operationsLeo Yan2-1/+21
2025-11-19perf arm_spe: Report GCS in recordLeo Yan2-0/+6
2025-11-19perf arm_spe: Report memset and memcpy in recordsLeo Yan2-0/+6
2025-11-19perf arm_spe: Report associated info for SVE / SME operationsLeo Yan2-0/+6
2025-11-19perf arm_spe: Report extended memory operations in recordsLeo Yan1-0/+7
2025-11-19perf arm_spe: Report MTE allocation tag in recordLeo Yan2-0/+3
2025-11-19perf arm_spe: Report register access in recordLeo Yan1-1/+12
2025-11-19perf arm_spe: Introduce data processing macro for SVE operationsLeo Yan3-8/+5
2025-11-19perf arm_spe: Consolidate operation typesLeo Yan1-22/+24
2025-11-19perf arm_spe: Remove unused operation typesLeo Yan1-4/+0
2025-11-19perf arm_spe: Decode SME data processing packetLeo Yan2-0/+20
2025-11-19perf arm_spe: Decode ASE and FP fields in other operationLeo Yan2-1/+9
2025-11-19perf arm_spe: Rename SPE_OP_PKT_IS_OTHER_SVE_OP macroLeo Yan3-3/+3
2025-11-19perf arm_spe: Decode GCS operationLeo Yan2-0/+8