summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Fix cd_flavor_subdir() of test_progsYuntao Wang2022-04-031-2/+4
* selftests/bpf: Return true/false (not 1/0) from bool functionsHaowen Bai2022-04-032-7/+7
* selftests/bpf: Fix vfs_link kprobe definitionNikolay Borisov2022-04-031-2/+3
* bpf, test_offload.py: Skip base maps without namesYauheni Kaliuta2022-04-011-1/+1
* selftests/bpf: Remove unused variable from bpf_sk_assign testEyal Birger2022-04-011-3/+1
* Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-03-314-33/+11
|\
| * wireguard: selftests: simplify RNG seedingJason A. Donenfeld2022-03-301-19/+7
| * selftests/bpf: Fix clang compilation errorsYonghong Song2022-03-282-4/+2
| * selftests/bpf: fix selftest after random: Urandom_read tracepoint removalAndrii Nakryiko2022-03-281-10/+2
* | Merge tag 'libnvdimm-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-304-91/+4
|\ \
| * | nvdimm/region: Delete nd_blk_region infrastructureDan Williams2022-03-111-63/+4
| * | ACPI: NFIT: Remove block aperture supportDan Williams2022-03-111-23/+0
| * | nvdimm/blk: Delete the block-aperture window driverDan Williams2022-03-112-5/+0
* | | Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2022-03-291-24/+1
|\ \ \ | |_|/ |/| |
| * | dma-mapping: benchmark: extract a common header file for map_benchmark defini...Tian Tao2022-03-101-24/+1
* | | Merge tag 'net-5.18-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-03-282-4/+10
|\ \ \
| * | | Revert "selftests: net: Add tls config dependency for tls selftests"Jakub Kicinski2022-03-281-1/+0
| * | | selftests: net: Add tls config dependency for tls selftestsNaresh Kamboju2022-03-281-0/+1
| * | | selftests: tls: skip cmsg_to_pipe tests with TLS=nJakub Kicinski2022-03-261-0/+6
| * | | selftests: test_vxlan_under_vrf: Fix broken test caseIdo Schimmel2022-03-251-4/+4
* | | | Merge tag 'livepatching-for-5.18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-282-4/+21
|\ \ \ \
| * | | | livepatch: Skip livepatch tests if ftrace cannot be configuredDavid Vernet2022-02-232-4/+21
* | | | | Merge tag 'memblock-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-2730-88/+3757
|\ \ \ \ \
| * | | | | memblock tests: Add TODO and README filesKarolina Drobnik2022-03-102-0/+135
| * | | | | memblock tests: Add memblock_alloc_try_nid tests for bottom upKarolina Drobnik2022-03-091-4/+499
| * | | | | memblock tests: Add memblock_alloc_try_nid tests for top downKarolina Drobnik2022-03-094-2/+692
| * | | | | memblock tests: Add memblock_alloc_from tests for bottom upKarolina Drobnik2022-03-091-4/+171
| * | | | | memblock tests: Add memblock_alloc_from tests for top downKarolina Drobnik2022-03-094-1/+239
| * | | | | memblock tests: Add memblock_alloc tests for bottom upKarolina Drobnik2022-03-091-4/+320
| * | | | | memblock tests: Add memblock_alloc tests for top downKarolina Drobnik2022-03-094-1/+447
| * | | | | memblock tests: Add simulation of physical memoryKarolina Drobnik2022-03-094-2/+37
| * | | | | memblock tests: Split up reset_memblock functionKarolina Drobnik2022-03-093-32/+33
| * | | | | memblock tests: Fix testing with 32-bit physical addressesKarolina Drobnik2022-03-051-2/+4
| * | | | | memblock tests: Add memblock_free testsKarolina Drobnik2022-02-211-0/+203
| * | | | | memblock tests: Add memblock_add_node testKarolina Drobnik2022-02-211-0/+34
| * | | | | memblock tests: Add memblock_remove testsKarolina Drobnik2022-02-211-0/+205
| * | | | | memblock tests: Add memblock_reserve testsKarolina Drobnik2022-02-211-0/+217
| * | | | | memblock tests: Add memblock_add testsKarolina Drobnik2022-02-211-0/+215
| * | | | | memblock tests: Add memblock reset functionKarolina Drobnik2022-02-206-1/+89
| * | | | | memblock tests: Add skeleton of the memblock simulatorKarolina Drobnik2022-02-2014-0/+268
| * | | | | tools: Move gfp.h and slab.h from radix-tree to libKarolina Drobnik2022-02-204-88/+2
| | |_|_|/ | |/| | |
* | | | | Merge tag 'platform-drivers-x86-v5.18-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-03-252-0/+251
|\ \ \ \ \
| * | | | | selftests: sdsi: test sysfs setupDavid E. Box2022-03-022-0/+251
| | |_|_|/ | |/| | |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-2511-113/+546
|\ \ \ \ \
| * | | | | selftests: kselftest framework: provide "finished" helperKees Cook2022-03-242-1/+11
| * | | | | userfaultfd/selftests: enable hugetlb remap and remove event testingMike Kravetz2022-03-242-36/+36
| * | | | | selftests/vm: add hugetlb madvise MADV_DONTNEED MADV_REMOVE testMike Kravetz2022-03-244-0/+424
| * | | | | selftest/vm: add helpers to detect PAGE_SIZE and PAGE_SHIFTMike Rapoport2022-03-242-4/+26
| * | | | | selftest/vm: add util.h and and move helper functions thereAneesh Kumar K.V2022-03-243-75/+52
| | |_|_|/ | |/| | |
* | | | | Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-03-253-0/+702
|\ \ \ \ \