summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-04-18Merge tag 'perf-tools-for-v7.1-2026-04-17' of git://git.kernel.org/pub/scm/li...Linus Torvalds245-1673/+6794
2026-04-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds17-58/+516
2026-04-17Merge tag 'cxl-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds7-13/+557
2026-04-17Merge tag 'dma-mapping-7.1-2026-04-16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+20
2026-04-17Merge tag 'trace-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-0/+34
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds51-341/+1876
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds12-73/+490
2026-04-16libbpf: Prevent double close and leak of btf objectsJiri Olsa1-10/+11
2026-04-16selftests/bpf: cover UTF-8 trace_printk outputYihan Ding2-6/+32
2026-04-16bpf: allow UTF-8 literals in bpf_bprintf_prepare()Yihan Ding1-1/+2
2026-04-16selftests/bpf: Reject scalar store into kptr slotMykyta Yatsenko1-0/+15
2026-04-16Merge tag 'livepatching-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-0/+230
2026-04-16Merge tag 'vfio-v7.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds4-5/+17
2026-04-16Merge branch 'for-7.1/module-function-test' into for-linusPetr Mladek4-0/+194
2026-04-15Merge tag 'v7.0-rc6' into perf-toolsNamhyung Kim19-36/+686
2026-04-15Merge tag 'trace-rtla-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds31-401/+735
2026-04-15selftests/bpf: Extend bpf_iter_unix to attempt deadlockingMichal Luczaj1-0/+10
2026-04-15Merge tag 'trace-rv-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds14-243/+980
2026-04-15Merge tag 'ktest-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2-42/+127
2026-04-15selftests/bpf: verify kallsyms entries for token-loaded subprogramsEduard Zingerman6-23/+149
2026-04-15Merge tag 'trace-ringbuffer-v7.1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-0/+498
2026-04-15Merge tag 'iommu-updates-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+27
2026-04-15Merge tag 'pci-v7.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+8
2026-04-15Merge tag 'locking_futex_for_v7.1_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-44/+16
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds27-411/+1746
2026-04-15selftests/bpf: Test small task local data allocationAmery Hung1-4/+74
2026-04-15selftests/bpf: Fix tld_get_data() returning garbage dataAmery Hung2-4/+11
2026-04-15selftests/bpf: Prevent allocating data larger than a pageAmery Hung2-6/+15
2026-04-15Merge tag 'sched_ext-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds35-168/+1463
2026-04-15Merge tag 'wq-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-12/+8
2026-04-15Merge tag 'sound-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-1/+9
2026-04-15selftests/bpf: arg tracking for imprecise/multi-offset BPF_ST/STXEduard Zingerman1-0/+193
2026-04-15selftests/bpf: Fix timer_start_deadlock failure due to hrtimer changeShung-Hsi Yu1-4/+4
2026-04-15tools/accounting: handle truncated taskstats netlink messagesYiyang Chen2-8/+73
2026-04-14Merge tag 'kernel-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-1/+240
2026-04-14Merge tag 'vfs-7.1-rc1.mount.v2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds22-106/+3663
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds189-1863/+12153
2026-04-14Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds179-2202/+9847
2026-04-14Merge tag 'linux_kselftest-next-7.1-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds12-80/+238
2026-04-14Merge tag 'linux_kselftest-kunit-7.1-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds4-17/+98
2026-04-14Merge tag 'modules-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-25/+45
2026-04-14Merge tag 'nolibc-20260412-for-7.1-1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds55-755/+1451
2026-04-14Merge tag 'powerpc-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds7-39/+17
2026-04-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-1/+3
2026-04-14Merge tag 'x86_cpu_for_7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-319/+342
2026-04-14Merge tag 'perf-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2026-04-14Merge tag 'objtool-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-57/+212
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-120/+642
2026-04-14tools: ynl: add sample for wireguardAsbjørn Sloth Tønnesen2-0/+107
2026-04-14Merge tag 'timers-vdso-2026-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-38/+85