summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2025-08-22Merge tag 'mm-hotfixes-stable-2025-08-21-18-17' of git://git.kernel.org/pub/s...Linus Torvalds3-3/+266
2025-08-22selftests/alsa: remove 0/NULL global variable assignmentNikola Z. Ivanov2-8/+8
2025-08-22KVM: arm64: selftests: Sync ID_AA64MMFR3_EL1 in set_id_regsMark Brown1-0/+1
2025-08-22KVM: arm64: Get rid of ARM64_FEATURE_MASK()Marc Zyngier7-20/+20
2025-08-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski7-24/+932
2025-08-21Merge tag 'sched_ext-for-6.17-rc2-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+0
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-35/+710
2025-08-21selftests/bpf: Use vmlinux.h for BPF programsHengqi Chen5-36/+11
2025-08-21selftests/seccomp: validate uprobe syscall passes through seccompJiri Olsa1-21/+86
2025-08-21selftests/bpf: Fix uprobe syscall shadow stack testJiri Olsa1-18/+6
2025-08-21selftests/bpf: Change test_uretprobe_regs_change for uprobe and uretprobeJiri Olsa2-6/+17
2025-08-21selftests/bpf: Add uprobe_regs_equal testJiri Olsa2-16/+44
2025-08-21selftests/bpf: Add optimized usdt variant for basic usdt testJiri Olsa1-13/+25
2025-08-21selftests/bpf: Add uprobe syscall sigill signal testJiri Olsa1-0/+36
2025-08-21selftests/bpf: Add hit/attach/detach race optimized uprobe testJiri Olsa1-0/+108
2025-08-21selftests/bpf: Add uprobe/usdt syscall testsJiri Olsa2-1/+335
2025-08-21selftests/bpf: Rename uprobe_syscall_executed prog to test_uretprobe_multiJiri Olsa2-6/+14
2025-08-21selftests/bpf: Reorg the uprobe_syscall test functionJiri Olsa1-22/+12
2025-08-21selftests/bpf: Import usdt.h from libbpf/usdt projectJiri Olsa1-0/+545
2025-08-21selftests: net: fix memory leak in tls.cCryolitia PukNgae1-0/+5
2025-08-21Merge tag 'net-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds11-19/+646
2025-08-21selftests: tls: add tests for zero-length recordsJakub Kicinski1-5/+295
2025-08-21selftests: bonding: add test for passive LACP modeHangbin Liu3-1/+108
2025-08-21selftests/net: packetdrill: Support single protocol test.Kuniyuki Iwashima1-19/+28
2025-08-21selftests: rtnetlink: print device info on preferred_lft test failureHangbin Liu1-0/+2
2025-08-21selftests: net: bpf_offload: print loaded programs on mismatchHangbin Liu1-2/+2
2025-08-21selftests/net/socket.c: removed warnings from unused returnsAlex Tran1-5/+6
2025-08-20selftests: harness: Rename is_signed_type() to avoid collision with overflow.hSean Christopherson1-2/+2
2025-08-20selftests: net: Explicitly enable CONFIG_CRYPTO_SHA1 for IPsecEric Biggers2-0/+2
2025-08-20selftests: drv-net: ncdevmem: make configure_channels() support combined chan...Jakub Kicinski1-2/+76
2025-08-20selftests: drv-net: tso: increase the retransmit thresholdJakub Kicinski1-5/+6
2025-08-20selftests/damon: fix selftests by installing drgn related scriptSang-Heon Jeon1-0/+1
2025-08-20selftests/mm: add test for invalid multi VMA operationsLorenzo Stoakes1-3/+261
2025-08-20tools/testing: add linux/args.h header and fix radix, VMA testsLorenzo Stoakes1-0/+4
2025-08-19KVM: selftests: fix minor typo in cpumodel_subfuncsGopi Krishna Menon1-1/+1
2025-08-19Merge tag 'vfs-6.17-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-16/+64
2025-08-19KVM: selftests: Move Intel and AMD module param helpers to x86/processor.hSean Christopherson3-38/+33
2025-08-19KVM: selftests: Fix signedness issue with vCPU mmap size checkJames Houghton1-4/+4
2025-08-19selftests: drv-net: test the napi init stateJakub Kicinski1-1/+30
2025-08-19binder: add transaction_report feature entryLi Li1-0/+1
2025-08-19Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/master'Martin KaFai Lau7-24/+932
2025-08-19Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/net'Martin KaFai Lau7-24/+932
2025-08-19selftests: mptcp: sockopt: fix C23 extension warningMatthieu Baerts (NGI0)2-4/+6
2025-08-19selftests: mptcp: connect: fix C23 extension warningMatthieu Baerts (NGI0)1-2/+3
2025-08-19selftests: mptcp: disable add_addr retrans in endpoint_testsGeliang Tang1-0/+1
2025-08-19selftests: mptcp: pm: check flush doesn't reset limitsMatthieu Baerts (NGI0)1-0/+1
2025-08-18selftests/bpf: Cover metadata access from a modified skb cloneJakub Sitnicki3-10/+305
2025-08-18selftests/bpf: Cover read/write to skb metadata at an offsetJakub Sitnicki2-0/+129
2025-08-18selftests/bpf: Cover write access to skb metadata via dynptrJakub Sitnicki2-5/+98
2025-08-18selftests/bpf: Cover read access to skb metadata via dynptrJakub Sitnicki3-0/+66