summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2024-06-18Merge tag 'linux_kselftest-fixes-6.10-rc5' of git://git.kernel.org/pub/scm/li...Linus Torvalds-8/+35
2024-06-18selftests: openvswitch: Use bash as interpreterSimon Horman-1/+1
2024-06-18sched_ext: Add selftestsDavid Vernet-0/+3244
2024-06-18KVM: selftests: Test vCPU boot IDs above 2^32 and MAX_VCPU_IDMathias Krause-0/+16
2024-06-18KVM: selftests: Test max vCPU IDs corner casesMathias Krause-2/+20
2024-06-18kselftest/alsa: Fix validation of writes to volatile controlsMark Brown-16/+29
2024-06-18selftests: livepatch: Test atomic replace against multiple modulesMarcos Paulo de Souza-49/+89
2024-06-17selftests: mptcp: userspace_pm: fixed subtest namesMatthieu Baerts (NGI0)-18/+28
2024-06-17testing: nvdimm: Add MODULE_DESCRIPTION() macrosIra Weiny-0/+2
2024-06-17testing: nvdimm: iomap: add MODULE_DESCRIPTION()Jeff Johnson-0/+1
2024-06-17selftests/bpf: Extend distilled BTF tests to cover BTF relocationAlan Maguire-0/+278
2024-06-17selftests/bpf: Test distilled base, split BTF generationAlan Maguire-0/+274
2024-06-17Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://git.kernel.org/pub/s...Linus Torvalds-8/+16
2024-06-17lkdtm/bugs: add test for hung smp_call_function_single()Mark Rutland-0/+1
2024-06-17selftests/bpf: Add a few tests to coverYonghong Song-0/+63
2024-06-15selftests: mm: make map_fixed_noreplace test names stableMark Brown-8/+16
2024-06-14selftests: forwarding: Add test for minimum and maximum MTUAmit Cohen-0/+284
2024-06-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-0/+43
2024-06-14selftests/bpf: Add tests for add_constAlexei Starovoitov-3/+249
2024-06-14bpf: Support can_loop/cond_break on big endianAlexei Starovoitov-0/+28
2024-06-14bpf: Track delta between "linked" registers.Alexei Starovoitov-11/+11
2024-06-14selftests/hid: add subprog call testBenjamin Tissoires-0/+65
2024-06-14selftests/hid: convert the hid_bpf selftests with struct_opsBenjamin Tissoires-65/+89
2024-06-13selftests: bpf: add testmod kfunc for nullable paramsVadim Fedorenko-0/+61
2024-06-13selftests: bpf: crypto: adjust bench to use nullable IVVadim Fedorenko-6/+4
2024-06-13selftests: bpf: crypto: use NULL instead of 0-sized dynptrVadim Fedorenko-12/+4
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+115
2024-06-13bpf: selftests: Do not use generated kfunc prototypes for arena progsDaniel Xu-0/+4
2024-06-13selftests/bpf: Add test coverage for reg_set_min_max handlingDaniel Borkmann-0/+43
2024-06-13Merge tag 'net-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-2/+3
2024-06-13selftests/bpf: Validate CHECKSUM_COMPLETE optionVadim Fedorenko-1/+11
2024-06-13kselftest/arm64: Fix a couple of spelling mistakesColin Ian King-2/+2
2024-06-12selftests: forwarding: router_mpath_hash: Add a new selftestPetr Machata-0/+334
2024-06-12selftests: forwarding: lib: Split sysctl_save() out of sysctl_set()Petr Machata-1/+8
2024-06-12bpf: selftests: xfrm: Opt out of using generated kfunc prototypesDaniel Xu-0/+1
2024-06-12bpf: selftests: nf: Opt out of using generated kfunc prototypesDaniel Xu-0/+3
2024-06-12bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu-8/+8
2024-06-12bpf: selftests: Namespace struct_opt callbacks in bpf_dctcpDaniel Xu-18/+18
2024-06-12bpf: selftests: Fix bpf_map_sum_elem_count() kfunc prototypeDaniel Xu-1/+1
2024-06-12bpf: selftests: Fix bpf_cpumask_first_zero() kfunc prototypeDaniel Xu-1/+1
2024-06-12bpf: selftests: Fix fentry test kfunc prototypesDaniel Xu-4/+3
2024-06-12bpf: selftests: Fix bpf_iter_task_vma_new() prototypeDaniel Xu-1/+1
2024-06-12kselftest/arm64: Fix redundancy of a testcaseDev Jain-1/+1
2024-06-12selftests/livepatch: define max test-syscall processesRyan Sullivan-1/+4
2024-06-12kselftest/arm64: Include kernel mode NEON in fp-stressMark Brown-9/+343
2024-06-11selftests: mptcp: lib: use wait_local_port_listen helperGeliang Tang-14/+2
2024-06-11selftests: mptcp: lib: use setup/cleanup_ns helpersGeliang Tang-9/+8
2024-06-11selftests: net: lib: remove 'ns' var in setup_nsGeliang Tang-8/+12
2024-06-11selftests: net: lib: do not set ns var as readonlyMatthieu Baerts (NGI0)-3/+3
2024-06-11selftests: net: lib: remove ns from list after clean-upMatthieu Baerts (NGI0)-4/+17