aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2025-04-15kunit: qemu_configs: Add PowerPC 32-bit BE and 64-bit LEThomas Weißschuh2-0/+31
2025-04-15kunit: qemu_configs: powerpc: Explicitly enable CONFIG_CPU_BIG_ENDIAN=yThomas Weißschuh1-0/+1
2025-04-15kunit: tool: Implement listing of available architecturesThomas Weißschuh1-0/+8
2025-04-15selftests: mptcp: use IPPROTO_MPTCP for getaddrinfozhenwei pi1-4/+17
2025-04-15selftests: mptcp: diag: drop nlh parameter of recv_nlmsgGeliang Tang1-4/+3
2025-04-15selftests: mptcp: validate MPJoinRejected counterMatthieu Baerts (NGI0)1-5/+21
2025-04-14selftests: gpio: gpio-aggregator: add a test case for _sysfs prefix reservationKoichiro Den1-0/+4
2025-04-14kunit: qemu_configs: SH: Respect kunit cmdlineThomas Weißschuh1-1/+3
2025-04-14kunit: qemu_configs: Add riscv32 configThomas Weißschuh1-0/+17
2025-04-14kunit: configs: Enable CONFIG_INIT_STACK_ALL_PATTERN in all_testsRichard Fitzgerald1-0/+1
2025-04-14sysctl: Add 0012 to test the u8 range checkJoel Granados1-0/+30
2025-04-13kunit: configs: Add some Cirrus Logic modules to all_testsRichard Fitzgerald1-0/+2
2025-04-13Merge tag 'fixes-2025-04-13' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblockLinus Torvalds2-0/+20
2025-04-12Merge tag 'trace-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-0/+177
2025-04-12Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds6-5/+289
2025-04-11selftest: net: Remove DCCP bits.Kuniyuki Iwashima2-36/+1
2025-04-11selftests/mm: fix compiler -Wmaybe-uninitialized warningAnshuman Khandual1-1/+1
2025-04-11selftests: mincore: fix tmpfs mincore test failureBaolin Wang1-14/+2
2025-04-11selftests/mm: generate a temporary mountpoint for cgroup filesystemMark Brown2-3/+3
2025-04-11test suite: use %zu to print size_tMatthew Wilcox (Oracle)1-2/+2
2025-04-11radix-tree: add missing cleanup.hDaniel Gomez1-0/+2
2025-04-11selftests/tc-testing: Add test for echo of big TC filtersToke Høiland-Jørgensen1-0/+22
2025-04-11tracing/selftest: Add test to better test subops filtering of function graphSteven Rostedt1-0/+177
2025-04-11tools/nolibc: Add support for SPARCThomas Weißschuh2-0/+13
2025-04-11selftests/nolibc: only consider XARCH for CFLAGS when requestedThomas Weißschuh1-1/+4
2025-04-11selftests/nolibc: drop dependency from sysroot to defconfigThomas Weißschuh1-1/+1
2025-04-11rcutorture: Make torture.sh --do-rt use CONFIG_PREEMPT_RTPaul E. McKenney1-5/+9
2025-04-11selftests/landlock: Add PID tests for audit recordsMickaël Salaün3-10/+141
2025-04-11selftests/landlock: Factor out audit fixture in audit_testMickaël Salaün1-15/+12
2025-04-10netlink: specs: rename rtnetlink specs in accordance with family nameJakub Kicinski1-2/+2
2025-04-10io_uring/zcrx: enable tcp-data-split in selftestDavid Wei1-0/+4
2025-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski27-368/+1013
2025-04-10selftests/nolibc: drop unnecessary sys/io.h includeThomas Weißschuh1-1/+0
2025-04-10selftests/bpf: Make res_spin_lock AA test condition strongerKumar Kartikeya Dwivedi1-3/+7
2025-04-10selftests/xsk: Add tail adjustment tests and support checkTushar Vyavahare4-2/+156
2025-04-10selftests/xsk: Add packet stream replacement functionTushar Vyavahare1-6/+7
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-2/+315
2025-04-10Merge tag 'block-6.15-20250410' of git://git.kernel.dk/linuxLinus Torvalds1-0/+24
2025-04-10selftests: netfilter: add test case for recent mismatch bugFlorian Westphal1-1/+38
2025-04-10selftests/kexec: Add x86_64 selftest for kexec-jump and exception handlingDavid Woodhouse3-0/+121
2025-04-09selftests/bpf: Add test case for atomic update of fd htabHou Tao2-0/+217
2025-04-09selftests/net: test sk_filter support for SKF_NET_OFF on fragsWillem de Bruijn4-0/+277
2025-04-09selftest/bpf/benchs: Add benchmark for sockmap usageJiayuan Chen4-0/+670
2025-04-09selftests/bpf: add ktls selftestJiayuan Chen2-1/+199
2025-04-09selftests: test_bridge_neigh_suppress: Test unicast ARP/NS with suppressionAmit Cohen1-0/+125
2025-04-09selftests/bpf: Fix bpf_nf selftest failureSaket Kumar Bhaskar1-0/+6
2025-04-09selftests/bpf: Add BTF.ext line/func info getter testsMykyta Yatsenko2-0/+86
2025-04-09selftests/bpf: Support struct/union presets in veristatMykyta Yatsenko4-8/+140
2025-04-09Merge tag 'linux_kselftest-fixes-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds5-6/+5
2025-04-09Merge tag 'v6.15-rc1' into x86/mm, to pick up fixesIngo Molnar96-609/+2778