summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2024-05-26selftests: cgroup: Add basic tests for pids controllerMichal Koutný-0/+181
2024-05-26selftests: cgroup: Lexicographic order in MakefileMichal Koutný-16/+17
2024-05-25Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...Linus Torvalds-25/+62
2024-05-25selftests/bpf: Add netkit test for pkt_typeDaniel Borkmann-1/+118
2024-05-25selftests/bpf: Add netkit tests for mac addressDaniel Borkmann-0/+10
2024-05-25selftests/bpf: extend multi-uprobe tests with USDTsAndrii Nakryiko-2/+56
2024-05-25selftests/bpf: extend multi-uprobe tests with child thread caseAndrii Nakryiko-9/+115
2024-05-25bpf: fix multi-uprobe PID filtering logicAndrii Nakryiko-1/+1
2024-05-24Merge tag 'mm-stable-2024-05-24-11-49' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+2077
2024-05-24selftests/mm: fix build warnings on ppc64Michael Ellerman-0/+2
2024-05-24selftests/mm: compaction_test: fix bogus test success and reduce probability ...Dev Jain-22/+49
2024-05-24selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepagesDev Jain-0/+2
2024-05-24selftests/mm: compaction_test: fix bogus test success on Aarch64Dev Jain-7/+13
2024-05-24Merge tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+98
2024-05-23selftest mm/mseal read-only elf memory segmentJeff Xu-36/+275
2024-05-23selftest mm/mseal memory sealingJeff Xu-0/+1838
2024-05-23selftests/bpf: Handle forwarding of UDP CLOCK_TAI packetsAbhishek Chauhan-29/+23
2024-05-23Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-98/+85
2024-05-23testing: net-drv: use stats64 for testingJoe Damato-1/+1
2024-05-22Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds-9/+3
2024-05-22riscv: selftests: Add signal handling vector testsCharlie Jenkins-1/+96
2024-05-22riscv: selftests: Add hwprobe binaries to .gitignoreCharlie Jenkins-0/+2
2024-05-22selftests/bpf: Update tests for new ct zone opts for nf_conntrack kfuncsBrad Cowie-0/+116
2024-05-21selftests/bpf: Fix prog numbers in test_sockmapGeliang Tang-5/+1
2024-05-21selftest: af_unix: Make SCM_RIGHTS into OOB data.Kuniyuki Iwashima-2/+2
2024-05-21selftests/net: use tc rule to filter the na packetHangbin Liu-94/+75
2024-05-20Merge tag 'linux_kselftest-next-6.10-rc1-fixes' of git://git.kernel.org/pub/s...Linus Torvalds-5/+21
2024-05-20Revert "selftests/cgroup: Drop define _GNU_SOURCE"Shuah Khan-0/+15
2024-05-20Revert "selftests/sgx: Include KHDR_INCLUDES in Makefile"Shuah Khan-1/+2
2024-05-20Revert "selftests: Compile kselftest headers with -D_GNU_SOURCE"Shuah Khan-4/+4
2024-05-20selftests: net: kill smcrouted in the cleanup logic in amt.shTaehee Yoo-1/+7
2024-05-19selftests/harness: use 1024 in place of LINE_MAXTao Su-2/+1
2024-05-19Revert "selftests/harness: remove use of LINE_MAX"Tao Su-9/+4
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-217/+902
2024-05-18Merge tag 'landlock-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-12/+477
2024-05-17Merge tag 'net-6.10-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-24/+42
2024-05-17Merge tag 'trace-user-events-v6.10' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+8
2024-05-17Merge tag 'trace-ringbuffer-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+305
2024-05-17Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-0/+81
2024-05-17selftests: net: local_termination: annotate the expected failuresJakub Kicinski-12/+18
2024-05-17Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-114/+615
2024-05-16selftests/net: reduce xfrm_policy test timeHangbin Liu-2/+2
2024-05-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-2/+12
2024-05-17selftests/bpf: Adjust btf_dump test to reflect recent change in file_operationsMartin KaFai Lau-1/+1
2024-05-17selftests/bpf: Adjust test_access_variable_array after a kernel function name...Martin KaFai Lau-1/+1
2024-05-16selftests/net/lib: no need to record ns name if it already existHangbin Liu-2/+4
2024-05-15Merge tag 'cgroup-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-37/+77
2024-05-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1935/+4418
2024-05-15Merge tag 'cxl-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds-4/+15