aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-05-25sched_ext: Convert ops.set_cmask() to arena-resident cmaskTejun Heo2-54/+3
2026-05-25Merge branch 'arena_direct_access' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next into for-7.2Tejun Heo655-5848/+16619
2026-05-25Merge tag 'bootconfig-fixes-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-1/+3
2026-05-25Merge tag 'nf-26-05-22' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2-0/+153
2026-05-25Merge tag 'v7.1-rc5' into rdma.git for-nextJason Gunthorpe80-163/+1714
2026-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5Alexei Starovoitov50-88/+709
2026-05-24tools/nolibc: add ftruncate()Thomas Weißschuh5-0/+110
2026-05-24tools/nolibc: add a helper to split a 64-bit argument into 32-bit halvesDaniel Palmer1-0/+11
2026-05-24selftests/nolibc: enable CONFIG_TMPFS for sparc32Thomas Weißschuh1-0/+1
2026-05-24tools/nolibc: stackprotector: Avoid stalling program startup if crng is not init yetDaniel Palmer1-1/+2
2026-05-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+5
2026-05-24Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds6-3/+149
2026-05-24torture: Allow "norm" abbreviation for "normal"Paul E. McKenney1-1/+1
2026-05-24torture: Improve kvm-series.sh header commentPaul E. McKenney1-5/+6
2026-05-23perf riscv: Fix discarded const qualifier in _get_field()Li Guan1-1/+1
2026-05-23libbpf: fix off-by-one in emit_signature_match jump offsetKP Singh1-2/+1
2026-05-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-4/+21
2026-05-23KVM: arm64: selftests: Improve error handling for GICv5 PPI selftestSascha Bischoff1-1/+3
2026-05-23KVM: arm64: selftests: Cleanup unused vars in GICv5 PPI selftestSascha Bischoff1-6/+0
2026-05-23KVM: arm64: selftests: Add missing GIC CDEN to no-vgic-v5 selftestSascha Bischoff1-0/+1
2026-05-23KVM: selftests: Verify that KVM returns the configured APIC cycle lengthSean Christopherson1-0/+4
2026-05-23KVM: selftests: elf: Include <endian.h> instead of <bits/endian.h>Hisam Mehboob1-1/+1
2026-05-22perf tests: Add test for stat delay option with duration_timeIan Rogers1-0/+53
2026-05-22perf tool_pmu: Make tool PMU events respect enable/disableIan Rogers5-97/+375
2026-05-22perf doc: Document new IBS capabilities in man pageRavi Bangoria1-0/+39
2026-05-22perf amd ibs: Decode Streaming-store flag in IBS OP raw dumpRavi Bangoria1-4/+14
2026-05-22perf amd ibs: Decode Remote-Socket flag in IBS OP raw dumpRavi Bangoria1-2/+16
2026-05-22perf amd ibs: Make Fetch status bits dependent on PhyAddrValid for newer platformsRavi Bangoria1-2/+40
2026-05-22perf amd ibs: Suppress bogus TlbRefillLat and DCPhysAd on Zen4+Ravi Bangoria1-3/+14
2026-05-22perf test ibs: Skip privilege test on Zen6 and newer platformsRavi Bangoria1-4/+33
2026-05-22perf tool ibs: Sync AMD IBS header fileRavi Bangoria1-1/+3
2026-05-22perf test amd ibs: Fix incorrect kernel version checkRavi Bangoria1-1/+1
2026-05-22selftests: net: add a test case for nsid in all nsid notificationsIlya Maximets1-2/+59
2026-05-22perf kwork: Fix memory management of kwork_workIan Rogers3-29/+115
2026-05-22perf kwork: Fix address sanitizer issuesIan Rogers1-9/+21
2026-05-22perf build: Unconditionally set up libunwind feature build flagsIan Rogers1-49/+50
2026-05-22selftests: tls: use ASSERT_GE in test_mutliprocGeliang Tang1-2/+2
2026-05-22perf stat: Make metric only column line up with headerAndi Kleen1-12/+10
2026-05-22selftests/tc-testing: Adapt idempotent qdisc notify callback tests to recent fq_codel changesVictor Nogueira1-65/+95
2026-05-22selftests/tc-testing: Add support for ifb devicesVictor Nogueira4-0/+12
2026-05-22selftests/cgroup: enable memory controller in hugetlb memcg testGuopeng Zhang1-0/+8
2026-05-22KVM: selftests: Fix vcpu_get_stats_fd() ioctl nameZongyao Chen1-1/+1
2026-05-22selftests: netfilter: add nft_fib_nexthop testJiayuan Chen2-0/+153
2026-05-21Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo56-104/+1263
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski27-66/+416
2026-05-21KVM: selftests: Verify VMX's GUEST_PENDING_DBG_EXCEPTIONS.BS Consistency CheckHou Wenlong1-4/+65
2026-05-21KVM: selftests: Verify guest debug DR7.GD checking during instruction emulationHou Wenlong1-1/+22
2026-05-21KVM: selftests: Add all (known) EFLAGS bit definitionsSean Christopherson3-3/+20
2026-05-21Merge tag 'net-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds12-45/+261
2026-05-21selftests/landlock: Increase default audit socket timeoutMickaël Salaün1-17/+63