summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2024-10-22selftests: forwarding: Add a fallback cleanup()Petr Machata-0/+6
2024-10-22selftests: net: lib: Introduce deferred commandsPetr Machata-2/+121
2024-10-22kselftest/arm64: Fail the overall fp-stress test if any test failsMark Brown-3/+1
2024-10-21KVM: selftests: Fix build on on non-x86 architecturesMark Brown-1/+3
2024-10-21selftests/bpf: Augment send_signal test with remote signalingPuranjay Mohan-38/+130
2024-10-21selftests/bpf: remove test_tcp_check_syncookieAlexis Lothoré (eBPF Foundation)-472/+3
2024-10-21selftests/bpf: test MSS value returned with bpf_tcp_gen_syncookieAlexis Lothoré (eBPF Foundation)-0/+9
2024-10-21selftests/bpf: add ipv4 and dual ipv4/ipv6 support in btf_skc_cls_ingressAlexis Lothoré (eBPF Foundation)-39/+158
2024-10-21selftests/bpf: get rid of global vars in btf_skc_cls_ingressAlexis Lothoré (eBPF Foundation)-53/+34
2024-10-21selftests/bpf: add missing ns cleanups in btf_skc_cls_ingressAlexis Lothoré (eBPF Foundation)-14/+19
2024-10-21selftests/bpf: factorize conn and syncookies tests in a single runnerAlexis Lothoré (eBPF Foundation)-69/+37
2024-10-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-4/+15
2024-10-21reiserfs: The last commitJan Kara-1/+1
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-178/+310
2024-10-21Merge 6.12-rc4 into char-misc-nextGreg Kroah-Hartman-228/+1308
2024-10-20Merge tag 'kvmarm-fixes-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini-3/+13
2024-10-20KVM: selftests: Fix out-of-bounds reads in CPUID test's array lookupsSean Christopherson-1/+1
2024-10-20KVM: selftests: x86: Avoid using SSE/AVX instructionsVitaly Kuznetsov-0/+1
2024-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-36/+701
2024-10-18Merge tag 'linux_kselftest-fixes-6.12-rc4' of git://git.kernel.org/pub/scm/li...Linus Torvalds-0/+1
2024-10-17Merge tag 'mm-hotfixes-stable-2024-10-17-16-08' of git://git.kernel.org/pub/s...Linus Torvalds-11/+130
2024-10-17selftests/bpf: Add test case for delta propagationDaniel Borkmann-0/+36
2024-10-17kselftest/arm64: mte: fix printf type warnings about longsAndre Przywara-2/+2
2024-10-17kselftest/arm64: mte: fix printf type warnings about pointersAndre Przywara-4/+4
2024-10-17kselftest/arm64: mte: fix printf type warnings about __u64Andre Przywara-2/+2
2024-10-17kselftest/arm64: mte: use string literal for printf-style functionsAndre Przywara-3/+3
2024-10-17bpf: Properly test iter/task tid filteringJordan Rome-5/+22
2024-10-17kselftest/arm64: mte: use proper SKIP syntaxAndre Przywara-4/+3
2024-10-17kselftest/arm64: hwcap: fix f8dp2 cpuinfo nameAndre Przywara-1/+1
2024-10-17kselftest/arm64: signal: drop now redundant GNU_SOURCE definitionAndre Przywara-1/+1
2024-10-17Merge tag 'net-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-31/+90
2024-10-17maple_tree: add regression test for spanning store bugLorenzo Stoakes-0/+84
2024-10-17selftests: drv-net: rss_ctx: add rss ctx busy testcaseDaniel Zahka-2/+30
2024-10-17selftests: mm: fix the incorrect usage() info of khugepagedNanyong Sun-1/+1
2024-10-17maple_tree: check for MA_STATE_BULK on setting wr_rebalanceSidhartha Kumar-0/+26
2024-10-17selftests/mm: fix deadlock for fork after pthread_create on ARMEdward Liaw-0/+7
2024-10-17selftests/mm: replace atomic_bool with pthread_barrier_tEdward Liaw-10/+12
2024-10-16selftest: hid: add the missing tests directoryYun Lu-0/+1
2024-10-16selftests/bpf: Fix txmsg_redir of test_txmsg_pull in test_sockmapZijian Zhang-1/+1
2024-10-16selftests/bpf: Fix msg_verify_data in test_sockmapZijian Zhang-10/+20
2024-10-16selftests/bpf: Add test to verify tailcall and freplace restrictionsLeon Hwang-16/+109
2024-10-16selftests/bpf: Add tests for bpf_task_from_vpid() kfuncJuntong Deng-0/+146
2024-10-16selftests/bpf: Add a test for kmem_cache_iterNamhyung Kim-0/+209
2024-10-16selftests/bpf: Add asserts for netfilter link infoTyrone Wu-2/+40
2024-10-16kselftest/arm64: Ensure stable names for GCS stress test resultsMark Brown-3/+3
2024-10-16kselftest/arm64: Validate that GCS push and write permissions workMark Brown-1/+204
2024-10-16selftests: arm64: add hugetlb mte testsYang Shi-0/+285
2024-10-15Merge tag 'sched_ext-for-6.12-rc3-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-43/+37
2024-10-16powerpc/vdso: Flag VDSO64 entry points as functionsChristophe Leroy-2/+1
2024-10-15selftests/ftrace: Fix check of return value in fgraph-retval.tc testSteven Rostedt-1/+1