aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
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
2025-04-09selftests/x86/lam: Fix clean up fds in do_uring() and allocate_dsa_pasid()Malaya Kumar Rout1-3/+6
2025-04-09selftests: gpio: add test cases for gpio-aggregatorKoichiro Den3-1/+725
2025-04-09selftests/tc-testing: sfq: check that a derived limit of 1 is rejectedOctavian Purdila1-0/+36
2025-04-08Merge tag 'linux_kselftest-kunit-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds2-2/+6
2025-04-08selftests: mptcp: validate MPJoin HMacFailure countersMatthieu Baerts (NGI0)1-0/+18
2025-04-08selftests: tc-testing: Pre-load IFE action and its submodulesVictor Nogueira1-0/+4
2025-04-08selftests/mincore: Allow read-ahead pages to reach the end of the fileQiuxu Zhuo1-3/+0
2025-04-08selftests/futex: futex_waitv wouldblock test should failEdward Liaw1-1/+1
2025-04-08kunit: tool: fix count of tests if late test planRae Moar2-2/+6
2025-04-08selftests: tpm2: test_smoke: use POSIX-conformant expression operatorAhmed Salem1-1/+1
2025-04-08selftests: tpm2: create a dedicated .gitignoreKhaled Elnaggar2-1/+3
2025-04-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-123/+195
2025-04-08Merge tag 'cgroup-for-6.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-215/+402
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds2-2/+0
2025-04-08rcutorture: Make srcu_lockdep.sh check reader-conflict handlingPaul E. McKenney1-0/+31
2025-04-08rcutorture: Make srcu_lockdep.sh check kernel KconfigPaul E. McKenney1-1/+10
2025-04-08Merge tag 'kvmarm-fixes-6.15-1' of https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini3-33/+96
2025-04-08selftests: tls: check that disconnect does nothingJakub Kicinski1-0/+36
2025-04-08selftests/tc-testing: Add a test case for FQ_CODEL with ETS parentCong Wang1-0/+31
2025-04-08selftests/tc-testing: Add a test case for FQ_CODEL with DRR parentCong Wang1-0/+31
2025-04-08selftests/tc-testing: Add a test case for FQ_CODEL with HFSC parentCong Wang1-0/+31
2025-04-08selftests/tc-testing: Add a test case for FQ_CODEL with QFQ parentCong Wang1-0/+31
2025-04-08selftests/tc-testing: Add a test case for FQ_CODEL with HTB parentCong Wang1-0/+31
2025-04-07selftests: drv-net: test random value for hds-threshTaehee Yoo1-1/+32
2025-04-07selftests/sched_ext: Add test for scx_bpf_select_cpu_and()Andrea Righi3-0/+179
2025-04-07selftests/filesystems: add open() test for anonymous inodesChristian Brauner1-0/+17
2025-04-07selftests/filesystems: add exec() test for anonymous inodesChristian Brauner1-0/+13
2025-04-07selftests/filesystems: add chmod() test for anonymous inodesChristian Brauner1-0/+13
2025-04-07selftests/filesystems: add chown() test for anonymous inodesChristian Brauner3-1/+28
2025-04-07selftest/pidfd: add test for thread-group leader pidfd open for threadChristian Brauner1-0/+1
2025-04-07selftests/pidfd: adapt to recent changesChristian Brauner1-6/+6
2025-04-07memblock tests: add test for memblock_set_nodeWei Yang1-0/+102
2025-04-07memblock tests: Fix mutex related build errorMasami Hiramatsu (Google)2-0/+20
2025-04-06KVM: arm64: selftests: Explicitly set the page attrs to Inner-ShareableRaghavendra Rao Ananta2-0/+4
2025-04-06KVM: arm64: selftests: Introduce and use hardware-definition macrosRaghavendra Rao Ananta3-33/+92
2025-04-04selftests/bpf: Make res_spin_lock test less verboseKumar Kartikeya Dwivedi1-2/+5
2025-04-04cgroup: change rstat function signatures from cgroup-based to css-basedJP Kobryn1-4/+5
2025-04-04lib/crc: remove unnecessary prompt for CONFIG_CRC_T10DIFEric Biggers2-2/+0
2025-04-04Merge tag 'riscv-for-linus-6.15-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds3-18/+66