aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2025-02-26selftests: drv-net: add tests for napi IRQ affinity notifiersJakub Kicinski4-1/+123
2025-02-26selftests/net: expand cmsg_ipv6.sh with ipv4Willem de Bruijn3-55/+96
2025-02-26selftests/net: prepare cmsg_ipv6.sh for ipv4Willem de Bruijn1-50/+59
2025-02-26KVM: selftests: Add test for KVM_REG_ARM_VENDOR_HYP_BMAP_2Shameer Kolothum2-10/+37
2025-02-26cxl: Add mce notifier to emit aliased address for extended linear cacheDave Jiang1-0/+1
2025-02-26Revert "selftests: kselftest: Fix build failure with NOLIBC"Thomas Weißschuh1-5/+0
2025-02-26tools/nolibc: add support for [v]sscanf()Thomas Weißschuh1-0/+68
2025-02-26selftests/ftrace: Use readelf to find entry point in uprobe testHeiko Carstens1-3/+7
2025-02-26acpi/hmat / cxl: Add extended linear cache support for CXLDave Jiang1-0/+1
2025-02-26Merge tag 'landlock-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linuxLinus Torvalds4-14/+116
2025-02-26selftests/sched_ext: Add NUMA-aware scheduler testAndrea Righi3-0/+160
2025-02-26selftests/bpf: Introduce veristat testMykyta Yatsenko4-0/+195
2025-02-26selftests/bpf: Implement setting global variables in veristatMykyta Yatsenko1-1/+300
2025-02-26selftests/bpf: Test bpf_usdt_arg_size() functionIhor Solodrai2-1/+24
2025-02-26cxl/test: Add Get Supported Features mailbox command supportDave Jiang1-0/+70
2025-02-26cxl: Add Get Supported Features command for kernel usageDave Jiang2-0/+5
2025-02-26selftests/bpf: add cgroup_skb netns cookie testsMahe Tardy2-7/+23
2025-02-26selftests/x86/avx: Add AVX testsChang S. Bae2-1/+15
2025-02-26selftests/x86/xstate: Clarify supported xstatesChang S. Bae1-0/+24
2025-02-26selftests/x86/xstate: Consolidate test invocations into a single entryChang S. Bae3-19/+35
2025-02-26selftests/x86/xstate: Introduce signal ABI testChang S. Bae3-0/+111
2025-02-26selftests/x86/xstate: Refactor ptrace ABI testChang S. Bae3-107/+131
2025-02-26selftests/x86/xstate: Refactor context switching testChang S. Bae4-164/+204
2025-02-26selftests/x86/xstate: Enumerate and name xstate componentsChang S. Bae2-2/+60
2025-02-26selftests/x86/xstate: Refactor XSAVE helpers for general useChang S. Bae2-132/+142
2025-02-26selftests/x86: Consolidate redundant signal helper functionsChang S. Bae18-315/+51
2025-02-26KVM: selftests: arm64: Test writes to MIDR,REVIDR,AIDRSebastian Ott1-7/+30
2025-02-25selftests/bpf: Test gen_pro/epilogue that generate kfuncsAmery Hung3-0/+182
2025-02-25selftests: drv-net-hw: Add a test for symmetric RSS hashGal Pressman3-2/+90
2025-02-25selftests: drv-net: Make rand_port() get a port more reliablyGal Pressman1-11/+4
2025-02-25selftests/net: ensure mptcp is enabled in netnsHangbin Liu1-1/+3
2025-02-25Merge tag 'perf-tools-fixes-for-v6.14-2-2025-02-25' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsLinus Torvalds2-8/+0
2025-02-25selftests/x86/lam: Fix minor memory in do_uring()liuye1-1/+3
2025-02-24Merge tag 'riscv-for-linus-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds2-4/+4
2025-02-24Merge patch series "Initial support for RK3576 UFS controller"Martin K. Petersen10-27/+327
2025-02-24selftests/user_events: Fix failures caused by test codeYiqian Xun1-0/+2
2025-02-24selftests: drv-net: test XDP, HDS auto and the ioctl pathJakub Kicinski3-3/+158
2025-02-24io_uring/zcrx: add selftest case for recvzc with read limitDavid Wei2-8/+62
2025-02-24KVM: selftests: Add a nested (forced) emulation intercept test for x86Sean Christopherson2-0/+147
2025-02-22Merge tag 'ftrace-v6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-0/+54
2025-02-22selftests: remove reference to prime_numbers.shTamir Duberstein1-1/+1
2025-02-22selftests/rseq: Add rseq syscall errors testMichael Jeanson6-5/+145
2025-02-22selftests/lam: Test get_user() LAM pointer handlingMaciej Wieczor-Retman1-0/+108
2025-02-22selftests/lam: Skip test if LAM is disabledMaciej Wieczor-Retman1-5/+18
2025-02-22selftests/lam: Move cpu_has_la57() to use cpuinfo flagMaciej Wieczor-Retman1-6/+10
2025-02-21selftests: fib_nexthops: do not mark skipped tests as failedHangbin Liu1-2/+5
2025-02-21selftests: fib_rule_tests: Add DSCP mask match testsIdo Schimmel1-0/+38
2025-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski5-5/+652
2025-02-21selftests: net: Add test cases for link and peer netnsXiao Liang4-0/+157
2025-02-21selftests: net: Add python context manager for netns enteringXiao Liang2-1/+19