aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-05KVM: arm64: selftests: Fix xVAL init in arch_timer_edge_casesSebastian Ott1-1/+1
2025-06-05KVM: arm64: selftests: Fix thread migration in arch_timer_edge_casesSebastian Ott1-3/+5
2025-06-05KVM: arm64: selftests: Fix help text for arch_timer_edge_casesSebastian Ott1-1/+1
2025-06-05Merge tag 'nf-25-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2-19/+164
2025-06-05Merge tag 'ovpn-net-20250603' of https://github.com/OpenVPN/ovpn-net-nextPaolo Abeni2-0/+10
2025-06-05selftests: netfilter: nft_nat.sh: add test for reverse clash with natFlorian Westphal1-5/+76
2025-06-05selftests: netfilter: nft_concat_range.sh: add datapath check for map fill bugFlorian Westphal1-4/+58
2025-06-05selftests: netfilter: nft_concat_range.sh: prefer per element counters for te...Florian Westphal1-10/+30
2025-06-04Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-1/+2
2025-06-04Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-6/+6
2025-06-03selftests: ublk: kublk: improve behavior on init failureUday Shankar1-11/+23
2025-06-03Merge tag 'perf-tools-for-v6.16-1-2025-06-03' of git://git.kernel.org/pub/scm...Linus Torvalds322-11905/+22087
2025-06-03Merge tag 'cxl-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds4-0/+4
2025-06-03Merge tag 'hyperv-next-signed-20250602' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-5/+59
2025-06-03selftest/net/ovpn: fix missing fileAntonio Quartulli1-0/+9
2025-06-03selftest/net/ovpn: fix TCP socket creationAntonio Quartulli1-0/+1
2025-06-03selftests: net: build net/lib dependency in all targetBui Quang Minh1-1/+1
2025-06-03Revert "kunit: configs: Enable CONFIG_INIT_STACK_ALL_PATTERN in all_tests"Jakub Kicinski1-1/+0
2025-06-02Merge tag 'bootconfig-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds12-220/+437
2025-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds24-209/+1409
2025-06-02selftests: ublk: cover PER_IO_DAEMON in more stress testsMing Lei5-37/+22
2025-06-01selftests/bpf: Fix selftest btf_tag/btf_type_tag_percpu_vmlinux_helper failureYonghong Song1-3/+3
2025-06-01selftests/bpf: Fix bpf selftest build errorSaket Kumar Bhaskar1-3/+3
2025-05-31selftests/mm: fix test result reporting in gup_longtermMark Brown1-56/+94
2025-05-31selftests/mm: report unique test names for each cow testMark Brown1-116/+217
2025-05-31selftests/mm: add helper for logging test start and resultsMark Brown1-0/+20
2025-05-31selftests/mm: use standard ksft_finished() in cow and gup_longtermMark Brown2-12/+3
2025-05-31selftests/damon/_damon_sysfs: skip testcases if CONFIG_DAMON_SYSFS is disabledEnze Li1-0/+4
2025-05-31tools/testing: check correct variable in open_procmap()Dan Carpenter1-1/+1
2025-05-31tools/testing/vma: add missing function stubLorenzo Stoakes1-0/+5
2025-05-31selftests/mm: two fixes for the pfnmap testDavid Hildenbrand1-4/+57
2025-05-31selftests/mm: deduplicate test names in madv_populateMark Brown1-9/+9
2025-05-31selftests/mm: skip hugevm test if kernel config file is not presentZi Yan1-17/+9
2025-05-31selftests/mm: skip guard_regions.uffd tests when uffd is not presentZi Yan1-2/+15
2025-05-31selftests/mm: deduplicate default page size test results in thuge-genMark Brown1-2/+2
2025-05-31selftests/mm: deduplicate test logging in test_mlock_lock()Mark Brown1-1/+1
2025-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds5-10/+5
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds28-312/+2083
2025-05-31selftests: ublk: add stress test for per io daemonsUday Shankar3-0/+42
2025-05-31selftests: ublk: add functional test for per io daemonsUday Shankar3-0/+67
2025-05-31selftests: ublk: kublk: decouple ublk_queues from ublk server threadsUday Shankar5-24/+100
2025-05-31selftests: ublk: kublk: move per-thread data out of ublk_queueUday Shankar2-117/+144
2025-05-31selftests: ublk: kublk: lift queue initialization out of threadUday Shankar1-21/+47
2025-05-31selftests: ublk: kublk: tie sqe allocation to io instead of queueUday Shankar6-13/+21
2025-05-31selftests: ublk: kublk: plumb q_id in io_uring user_dataUday Shankar6-28/+39
2025-05-31selftests/filesystems: Fix build of anon_inode_testMark Brown1-1/+1
2025-05-31perf callchain: Always populate the addr_location map when adding IPIan Rogers3-5/+11
2025-05-31perf lock contention: Reject more than 10ms delays for safetyNamhyung Kim2-2/+11
2025-05-30bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETEPaul Chaignon1-0/+2