aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-05-08perf trace: Free the files.max entry in files->tableIan Rogers1-1/+2
2025-05-08kselftest/arm64: fp-ptrace: Adjust to new inactive mode behaviourMark Rutland1-8/+22
2025-05-08kselftest/arm64: fp-ptrace: Adjust to new VL change behaviourMark Rutland1-15/+3
2025-05-08kselftest/arm64: tpidr2: Adjust to new clone() behaviourMark Rutland1-2/+12
2025-05-08kselftest/arm64: fp-ptrace: Fix expected FPMR value when PSTATE.SM is changedMark Rutland1-13/+1
2025-05-08KVM: selftests: Add a test for x86's fastops emulationSean Christopherson2-0/+166
2025-05-07selftests/mm: fix a build failure on powerpcNysal Jan K.A.1-1/+11
2025-05-07selftests/mm: fix build break when compiling pkey_util.cMadhavan Srinivasan2-0/+3
2025-05-07tools/testing/selftests: fix guard region test tmpfs assumptionLorenzo Stoakes1-6/+10
2025-05-07selftests/mm: compaction_test: support platform with huge mount of memoryFeng Tang1-5/+14
2025-05-07tools: ynl-gen: move the count into a presence struct tooJakub Kicinski2-21/+16
2025-05-07tools: ynl-gen: split presence metadataJakub Kicinski4-28/+28
2025-05-07tools: ynl-gen: rename basic presence from 'bit' to 'present'Jakub Kicinski1-6/+6
2025-05-07bpf: Clarify handling of mark and tstamp by redirect_peerPaul Chaignon1-0/+3
2025-05-07rtla: Define _GNU_SOURCE in timerlat_bpf.cTomas Glozar1-0/+1
2025-05-07rtla: Define __NR_sched_setattr for LoongArchTiezhu Yang1-0/+2
2025-05-07rtla: Set distinctive exit value for failed testsCosta Shulyupin9-21/+34
2025-05-07Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo63-305/+2415
2025-05-06tools: ynl-gen: allow noncontiguous enumsJiri Pirko1-6/+52
2025-05-06io_uring/zcrx: selftests: fix setting ntuple rule into rssDavid Wei1-5/+5
2025-05-06cxl/test: Address missing MODULE_DESCRIPTION warnings for cxl_testDave Jiang3-0/+3
2025-05-07objtool/rust: add one more `noreturn` Rust function for Rust 1.87.0Miguel Ojeda1-0/+1
2025-05-06bpftool: Fix regression of "bpftool cgroup tree" EINVAL on older kernelsYiFei Zhu1-1/+1
2025-05-06selftests/bpf: Add test for bpf_list_{front,back}Martin KaFai Lau2-0/+119
2025-05-06selftests/bpf: Add tests for bpf_rbtree_{root,left,right}Martin KaFai Lau2-0/+212
2025-05-06bpf: Allow refcounted bpf_rb_node used in bpf_rbtree_{remove,left,right}Martin KaFai Lau1-14/+15
2025-05-06arm64: tools: Resync sysreg.hMarc Zyngier1-17/+48
2025-05-06tools/arch/x86: Move the <asm/amd-ibs.h> header to <asm/amd/ibs.h>Ingo Molnar1-1/+1
2025-05-06Merge tag 'nf-next-25-05-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextPaolo Abeni4-0/+431
2025-05-06x86/insn: Stop decoding i64 instructions in x86-64 mode at opcodeMasami Hiramatsu (Google)4-4/+22
2025-05-06x86/insn: Fix opcode map (!REX2) superscript tagsMasami Hiramatsu (Google)1-25/+25
2025-05-06Merge tag 'v6.15-rc4' into x86/asm, to pick up fixesIngo Molnar119-754/+3207
2025-05-06selftests: net: exit cleanly on SIGTERM / timeoutJakub Kicinski1-1/+23
2025-05-06KVM: arm64: selftests: Add test for SVE host corruptionMark Brown2-0/+128
2025-05-06tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.4Ahmed S. Darwish1-2/+2
2025-05-06Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflictsIngo Molnar130-802/+4223
2025-05-05tools: ynl-gen: validate 0 len strings from kernelDavid Wei1-1/+1
2025-05-05selftests: drv: net: add version indicatorMohsin Bashir1-3/+14
2025-05-05selftests: drv: net: avoid skipping testsMohsin Bashir1-2/+4
2025-05-05selftests: drv: net: fix test failure on ipv6 sysMohsin Bashir1-13/+9
2025-05-05selftests: Add IPv6 link-local address generation tests for GRE devices.Guillaume Nault2-0/+178
2025-05-05perf test: Add direct off-cpu testsHoward Chu1-0/+71
2025-05-05perf record --off-cpu: Add --off-cpu-thresh optionHoward Chu6-1/+41
2025-05-05perf record --off-cpu: Dump the remaining PERF_SAMPLE_ in sample_type from BPF's stack trace mapHoward Chu1-22/+33
2025-05-05perf script: Display off-cpu samples correctlyHoward Chu1-2/+2
2025-05-05perf record --off-cpu: Disable perf_event's callchain collectionHoward Chu1-1/+1
2025-05-05perf evsel: Assemble off-cpu samplesHoward Chu1-1/+34
2025-05-05perf record --off-cpu: Dump off-cpu samples in BPFHoward Chu1-5/+84
2025-05-05perf record --off-cpu: Preparation of off-cpu BPF programHoward Chu2-0/+33
2025-05-05perf record --off-cpu: Parse off-cpu eventHoward Chu3-23/+21