summaryrefslogtreecommitdiff
path: root/tools/testing/selftests
AgeCommit message (Expand)AuthorFilesLines
2024-01-03selftests/bpf: Attempt to build BPF programs with -Wsign-compareAlexei Starovoitov25-29/+30
2024-01-03bpf: Add a possibly-zero-sized read testAndrei Matei1-1/+38
2024-01-03bpf: Simplify checking size of helper accessesAndrei Matei2-5/+5
2024-01-03RISC-V: selftests: Add which-cpus hwprobe testAndrew Jones2-1/+158
2024-01-03RISC-V: hwprobe: Clarify cpus size parameterAndrew Jones3-11/+3
2024-01-03selftests/landlock: Rename "permitted" to "allowed" in ftruncate testsGünther Noack1-9/+8
2024-01-02Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini14-379/+572
2024-01-02Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini38-342/+960
2024-01-02selftests: bonding: do not set port down when adding to bondHangbin Liu1-3/+3
2024-01-02selftests: mptcp: diag: check CURRESTAB countersGeliang Tang1-1/+16
2024-01-02selftests: mptcp: join: check CURRESTAB countersGeliang Tang1-5/+41
2024-01-02selftest/tcp-ao: Work on namespace-ified sysctl_optmem_maxDmitry Safonov1-8/+27
2024-01-02selftest/tcp-ao: Set routes in a proper VRF table idDmitry Safonov3-10/+9
2024-01-02net/sched: Retire ipt actionJamal Hadi Salim2-2/+0
2024-01-01Merge tag 'nf-next-23-12-22' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller3-1/+434
2024-01-01Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...David S. Miller13-73/+298
2023-12-30RISC-V: KVM: selftests: Add get-reg-list test for STA registersAndrew Jones1-0/+43
2023-12-30RISC-V: KVM: selftests: Add steal_time test supportAndrew Jones3-2/+103
2023-12-30RISC-V: KVM: selftests: Add guest_sbi_probe_extensionAndrew Jones2-0/+40
2023-12-30RISC-V: KVM: selftests: Move sbi_ecall to processor.cAndrew Jones2-26/+26
2023-12-29selftests/mm: log run_vmtests.sh results in TAP formatRyan Roberts1-12/+39
2023-12-29selftests/mm: add UFFDIO_MOVE ioctl testSuren Baghdasaryan3-0/+214
2023-12-29selftests/mm: add uffd_test_case_ops to allow test case-specific operationsSuren Baghdasaryan3-0/+22
2023-12-29selftests/mm: call uffd_test_ctx_clear at the end of the testSuren Baghdasaryan4-4/+7
2023-12-29RISC-V: KVM: selftests: Treat SBI ext regs like ISA ext regsAndrew Jones2-14/+92
2023-12-29KVM: riscv: selftests: Use register subtypesAndrew Jones1-40/+73
2023-12-29KVM: riscv: selftests: Add RISCV_SBI_EXT_REGAndrew Jones2-19/+25
2023-12-29KVM: riscv: selftests: Drop SBI multi registersAndrew Jones1-2/+0
2023-12-29KVM: riscv: selftests: Generate ISA extension reg_list using macrosAnup Patel1-255/+76
2023-12-28sysclt: Clarify the results of selftest runJoel Granados1-61/+62
2023-12-28sysctl: Add a selftest for handling empty dirsJoel Granados1-0/+23
2023-12-27Merge tag 'mm-hotfixes-stable-2023-12-27-15-00' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+3
2023-12-26selftests/net: add MPTCP coverage for IP_LOCAL_PORT_RANGEMaxim Galaganov1-0/+12
2023-12-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-18/+27
2023-12-23selftests: forwarding: ethtool_mm: fall back to aggregate if device does not ...Vladimir Oltean2-0/+20
2023-12-23selftests: forwarding: ethtool_mm: support devices with higher rx-min-frag-sizeVladimir Oltean1-2/+35
2023-12-23kselftest/runner.sh: add netns supportHangbin Liu2-3/+45
2023-12-23selftests/net: convert pmtu.sh to run it in unique namespaceHangbin Liu1-18/+9
2023-12-23selftests/net: use unique netns name for setup_loopback.sh setup_veth.shHangbin Liu4-15/+20
2023-12-23selftests/net: convert xfrm_policy.sh to run it in unique namespaceHangbin Liu1-69/+69
2023-12-23selftests/net: convert stress_reuseport_listen.sh to run it in unique namespaceHangbin Liu1-3/+3
2023-12-23selftests/net: convert rtnetlink.sh to run it in unique namespaceHangbin Liu1-16/+18
2023-12-23selftests/net: convert netns-name.sh to run it in unique namespaceHangbin Liu1-22/+22
2023-12-23selftests/net: convert gre_gso.sh to run it in unique namespaceHangbin Liu1-11/+7
2023-12-23selftests/net: remove unneeded semicolonJiapeng Chong1-1/+1
2023-12-22selftest/tcp-ao: Rectify out-of-tree buildDmitry Safonov1-6/+3
2023-12-22Merge tag 'kvm-riscv-fixes-6.7-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini6-16/+136
2023-12-22Merge tag 'kvmarm-fixes-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-10/+16
2023-12-22selftests/net: Fix various spelling mistakes in TCP-AO testsColin Ian King4-5/+5
2023-12-22tracing/selftests: Add ownership modification tests for eventfsSteven Rostedt (Google)1-0/+114