summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+5
3 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds6-3/+149
4 dayslibbpf: fix off-by-one in emit_signature_match jump offsetKP Singh1-2/+1
4 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-4/+21
5 daysKVM: selftests: Verify that KVM returns the configured APIC cycle lengthSean Christopherson1-0/+4
5 daysKVM: selftests: elf: Include <endian.h> instead of <bits/endian.h>Hisam Mehboob1-1/+1
6 daysMerge tag 'net-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds12-45/+261
6 daystools: ynl: support listening on all nsidsIlya Maximets1-5/+32
6 daysselftests: net: Fix checksums in xdp_nativeNimrod Oren1-25/+30
6 daysselftests: rds: config: disable modulesMatthieu Baerts (NGI0)1-0/+1
7 daysselftests/bpf: add regression test for ktls+sockmap verdict UAFXingwang Xiang2-0/+124
8 daysbpf: Reject NULL data/sig in bpf_verify_pkcs7_signatureKP Singh1-1/+1
8 daysselftests: bridge_vlan_mcast: Test toggling of multicast snoopingIdo Schimmel1-1/+29
8 daysMerge tag 'mm-hotfixes-stable-2026-05-18-21-07' of git://git.kernel.org/pub/s...Linus Torvalds2-1/+51
8 daysselftests: mptcp: drop nanoseconds width specifierMatthieu Baerts (NGI0)2-8/+8
8 daysselftests: mptcp: join: cover ADD_ADDR tx drop and list progressLi Xiasong1-0/+31
9 daysMerge tag 'ovpn-net-20260514' of https://github.com/OpenVPN/ovpn-net-nextPaolo Abeni3-6/+6
9 daysMerge branch 'perf-upstream'Namhyung Kim12-20/+93
10 daysselftests/bpf: Cover global subprog exception leaksKumar Kartikeya Dwivedi1-0/+22
12 daysMerge tag 'block-7.1-20260515' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+11
13 daysperf trace: Update beautifier script for clone flagsNamhyung Kim1-0/+4
13 daysperf trace: Add beautifier script for fsmount flagsNamhyung Kim6-15/+56
13 daysperf build: Add make check-headers targetNamhyung Kim2-2/+4
13 daysperf trace: Sync uapi/linux/sched.h with the kernel sourceNamhyung Kim1-2/+15
13 daysperf trace: Sync uapi/linux/mount.h with the kernel sourceNamhyung Kim1-0/+1
13 daysperf trace: Sync uapi/linux/fs.h with the kernel sourceNamhyung Kim1-0/+12
13 daysperf trace: Sync linux/socket.h with the kernel sourceNamhyung Kim1-1/+1
13 daysMerge tag 'net-7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-5/+95
13 daysbpf: Use array_map_meta_equal for percpu array inner map replacementGuannan Wang1-0/+57
13 daysselftests: ovpn: reduce remaining ping flood countsRalf Lici3-6/+6
14 daysselftests/tc-testing: Add QFQ/CBS qlen underflow testVictor Nogueira1-0/+41
14 daysmm/memory: fix spurious warning when unmapping device-private/exclusive pagesAlistair Popple1-0/+50
14 daysselftests/mm: run_vmtests.sh: fix destructive tests invocationLuiz Capitulino1-1/+1
2026-05-14Merge tag 'sched_ext-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+1
2026-05-14Merge tag 'cgroup-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-6/+11
2026-05-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+9
2026-05-13selftests/cgroup: Fix error path leaks in test_percpu_basicYu Miao1-3/+7
2026-05-13selftests/rdma: explicitly skip tests when required modules are missingYi Lai4-4/+21
2026-05-13selftests: ublk: cap nthreads to kernel's actual nr_hw_queuesMing Lei1-0/+11
2026-05-12KVM: selftests: Ensure gmem file sizes are multiple of host page sizeSean Christopherson1-2/+7
2026-05-12tools: ynl: add scope qualifier for definitionsJakub Kicinski1-2/+29
2026-05-12selftests: drv-net: add shaper test for duplicate leavesJakub Kicinski1-2/+22
2026-05-12x86/CPU/AMD: Prevent improper isolation of shared resources in Zen2's op cachePrathyushi Nangia1-1/+2
2026-05-11selftests/bpf: Add test for large offset bpf-to-bpf callYazhou Tang2-0/+68
2026-05-11selftests/sched_ext: Fix build error in dequeue selftestAndrea Righi1-0/+1
2026-05-11selftests/cgroup: Fix string comparison in write_testHongfu Li1-1/+1
2026-05-11selftests/cgroup: Fix cg_read_strcmp() empty string comparisonHongfu Li1-2/+3
2026-05-10tools/ynl: add missing uapi header deps in Makefile.depsStanislav Fomichev1-1/+3
2026-05-10Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds7-3/+93
2026-05-09Merge tag 'sched-urgent-2026-05-09' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-43/+208