summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-09-041-2/+2
|\
| * Merge tag 'kvm-s390-master-6.0-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2022-09-0111-176/+343
| |\
| * | KVM: selftests: Fix ambiguous mov in KVM_ASM_SAFE()David Matlack2022-08-191-1/+1
| * | KVM: selftests: Fix KVM_EXCEPTION_MAGIC build with ClangDavid Matlack2022-08-191-1/+1
* | | Merge tag 'io_uring-6.0-2022-09-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-09-022-70/+41
|\ \ \
| * | | selftests/net: return back io_uring zc send testsPavel Begunkov2022-09-012-79/+41
| * | | selftests/net: temporarily disable io_uring zc testPavel Begunkov2022-09-011-0/+9
| |/ /
* | | Merge tag 'landlock-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-09-021-10/+145
|\ \ \
| * | | landlock: Fix file reparenting without explicit LANDLOCK_ACCESS_FS_REFERMickaël Salaün2022-09-021-10/+145
* | | | selftests: net: sort .gitignore fileAxel Rasmussen2022-08-311-25/+25
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2022-08-262-0/+26
|\ \ \ \ | |_|_|/ |/| | |
| * | | selftests/bpf: Add regression test for pruning fixKumar Kartikeya Dwivedi2022-08-251-0/+25
| * | | selftests/bpf: Add lru_bug to s390x deny listDaniel Müller2022-08-121-0/+1
* | | | Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-255-0/+90
|\ \ \ \
| * | | | selftests: include bonding tests into the kselftest infraJonathan Toppins2022-08-225-0/+90
* | | | | Merge tag 'linux-kselftest-fixes-6.0-rc3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-232-0/+7
|\ \ \ \ \
| * | | | | selftests/vm: fix inability to build any vm testsAxel Rasmussen2022-08-191-0/+1
| * | | | | selftests/sgx: Ignore OpenSSL 3.0 deprecated functions warningKristen Carlson Accardi2022-08-151-0/+6
| | |_|_|/ | |/| | |
* | | | | Merge tag 'powerpc-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-202-4/+34
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | selftests/powerpc: Add missing PMU selftests to .gitignoresRussell Currey2022-08-152-4/+34
| |/ / /
* | | | Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-181-170/+207
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-08-171-170/+207
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | testing: selftests: nft_flowtable.sh: rework test to detect offload failureFlorian Westphal2022-08-171-57/+84
| | * | | testing: selftests: nft_flowtable.sh: use random netns namesFlorian Westphal2022-08-171-118/+128
* | | | | selftests/landlock: fix broken include of linux/landlock.hGuillaume Tucker2022-08-151-2/+5
| |_|/ / |/| | |
* | | | Merge tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-121-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | wireguard: selftests: set CONFIG_NONPORTABLE on riscv32Jason A. Donenfeld2022-08-121-0/+1
* | | | Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-1114-43/+887
|\ \ \ \
| * | | | selftests: forwarding: Fix failing tests with old libnetIdo Schimmel2022-08-103-24/+48
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-08-106-3/+309
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | selftests/bpf: Ensure sleepable program is rejected by hash map iterHou Tao2022-08-102-0/+15
| | * | | selftests/bpf: Add write tests for sk local storage map iteratorHou Tao2022-08-102-4/+38
| | * | | selftests/bpf: Add tests for reading a dangling map iter fdHou Tao2022-08-101-0/+92
| | * | | selftests/bpf: Add test for prealloc_lru_pop bugKumar Kartikeya Dwivedi2022-08-092-0/+70
| | * | | selftests/bpf: Excercise bpf_obj_get_info_by_fd for bpf2bpfStanislav Fomichev2022-08-081-0/+95
| * | | | selftests: netfilter: add test case for nf trace infrastructureFlorian Westphal2022-08-051-5/+76
| * | | | selftests: add few test cases for tap driverCezar Bulinaru2022-08-053-2/+437
| * | | | selftests: mptcp: make sendfile selftest workFlorian Westphal2022-08-051-9/+17
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-113-37/+45
|\ \ \ \
| * | | | KVM: selftests: Test all possible "invalid" PERF_CAPABILITIES.LBR_FMT valsSean Christopherson2022-08-101-5/+12
| * | | | KVM: selftests: Use getcpu() instead of sched_getcpu() in rseq_testGavin Shan2022-08-101-15/+27
| * | | | KVM: selftests: Make rseq compatible with glibc-2.35Gavin Shan2022-08-102-22/+9
| * | | | selftests: kvm: fix compilationPaolo Bonzini2022-08-101-0/+2
| | |/ / | |/| |
* | | | Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2022-08-104-83/+110
|\ \ \ \
| * | | | cxl/hdm: Commit decoder state to hardwareDan Williams2022-07-251-0/+46
| * | | | cxl/region: Add region creation supportBen Widawsky2022-07-211-0/+1
| * | | | cxl/core: Define a 'struct cxl_endpoint_decoder'Dan Williams2022-07-211-3/+7
| * | | | cxl/core: Define a 'struct cxl_switch_decoder'Dan Williams2022-07-211-7/+16
| * | | | tools/testing/cxl: Fix decoder default stateDan Williams2022-07-101-1/+0
| * | | | tools/testing/cxl: Add partition supportDan Williams2022-07-102-63/+28