summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
2025-03-04selftests: create detached mounts from detached mountsChristian Brauner
2025-03-03selftests: net: report output format as TAP 13 in Python testsJakub Kicinski
2025-03-03selftests: vDSO: vdso_standalone_test_x86: Switch to nolibcThomas Weißschuh
2025-03-03selftests: vDSO: vdso_test_gettimeofday: Make compatible with nolibcThomas Weißschuh
2025-03-03selftests: vDSO: vdso_test_gettimeofday: Clean up includesThomas Weißschuh
2025-03-03selftests: vDSO: parse_vdso: Test __SIZEOF_LONG__ instead of ULONG_MAXThomas Weißschuh
2025-03-03selftests: vDSO: parse_vdso: Use UAPI headers instead of libc headersThomas Weißschuh
2025-03-03selftests: vDSO: parse_vdso: Drop vdso_init_from_auxv()Thomas Weißschuh
2025-03-03selftests: vDSO: vdso_standalone_test_x86: Use vdso_init_form_sysinfo_ehdrThomas Weißschuh
2025-03-03selftests: Add headers targetThomas Weißschuh
2025-03-03sched_ext: Merge branch 'for-6.14-fixes' into for-6.15Tejun Heo
2025-03-03KVM: selftests: Fix printf() format goof in SEV smoke testSean Christopherson
2025-03-03KVM: selftests: Ensure all vCPUs hit -EFAULT during initial RO stageSean Christopherson
2025-03-03selftests/x86/syscall: Fix coccinelle WARNING recommending the use of ARRAY_S...Mirsad Todorovac
2025-03-02selftests/nolibc: add armthumb configurationThomas Weißschuh
2025-03-02selftests/nolibc: explicitly enable ARM modeThomas Weißschuh
2025-02-28Merge tag 'trace-v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-02-28KVM: selftests: Relax assertion on HLT exits if CPU supports Idle HLTSean Christopherson
2025-02-28KVM: selftests: Assert that STI blocking isn't set after event injectionSean Christopherson
2025-02-28KVM: selftests: Fix spelling mistake "UFFDIO_CONINUE" -> "UFFDIO_CONTINUE"Colin Ian King
2025-02-28selftests: ublk: add ublk zero copy testMing Lei
2025-02-28selftests: ublk: add file backed ublkMing Lei
2025-02-28selftests: ublk: add kernel selftests for ublkMing Lei
2025-02-27selftests/net: deflake GRO testsKevin Krakauer
2025-02-27selftests/net: only print passing message in GRO tests when tests passKevin Krakauer
2025-02-27selftests/net: have `gro.sh -t` return a correct exit codeKevin Krakauer
2025-02-27selftests/ftrace: Let fprobe test consider already enabled functionsHeiko Carstens
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-27Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-02-27selftests: drv-net: Check if combined-count existsJoe Damato
2025-02-27selftests/x86/xstate: Fix spelling mistake "hader" -> "header"Colin Ian King
2025-02-27selftests/sysctl: fix wording of help messagesBharadwaj Raju
2025-02-26selftests: drv-net: add tests for napi IRQ affinity notifiersJakub Kicinski
2025-02-26selftests/net: expand cmsg_ipv6.sh with ipv4Willem de Bruijn
2025-02-26selftests/net: prepare cmsg_ipv6.sh for ipv4Willem de Bruijn
2025-02-26KVM: selftests: Add test for KVM_REG_ARM_VENDOR_HYP_BMAP_2Shameer Kolothum
2025-02-26cxl: Add mce notifier to emit aliased address for extended linear cacheDave Jiang
2025-02-26Revert "selftests: kselftest: Fix build failure with NOLIBC"Thomas Weißschuh
2025-02-26tools/nolibc: add support for [v]sscanf()Thomas Weißschuh
2025-02-26selftests/ftrace: Use readelf to find entry point in uprobe testHeiko Carstens
2025-02-26acpi/hmat / cxl: Add extended linear cache support for CXLDave Jiang
2025-02-26Merge tag 'landlock-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-02-26selftests/sched_ext: Add NUMA-aware scheduler testAndrea Righi
2025-02-26selftests/bpf: Introduce veristat testMykyta Yatsenko
2025-02-26selftests/bpf: Implement setting global variables in veristatMykyta Yatsenko
2025-02-26selftests/bpf: Test bpf_usdt_arg_size() functionIhor Solodrai
2025-02-26cxl/test: Add Get Supported Features mailbox command supportDave Jiang
2025-02-26cxl: Add Get Supported Features command for kernel usageDave Jiang
2025-02-26selftests/bpf: add cgroup_skb netns cookie testsMahe Tardy
2025-02-26selftests/x86/avx: Add AVX testsChang S. Bae