summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2022-05-16kunit: tool: make parser stop overwriting status of suites w/ no_testsDaniel Latypov2-3/+6
2022-05-16kunit: tool: remove dead parse_crash_in_log() logicDaniel Latypov3-104/+4
2022-05-12kunit: tool: print clearer error message when there's no TAP outputDaniel Latypov2-3/+4
2022-05-12kunit: tool: stop using a shell to run kernel under QEMUDaniel Latypov10-20/+22
2022-05-12kunit: tool: update test counts summary line formatDaniel Latypov1-5/+5
2022-04-05kunit: tool: more descriptive metavars/--help outputDaniel Latypov2-14/+17
2022-04-05kunit: tool: Do not colorize output when redirectedKees Cook1-0/+7
2022-04-05kunit: tool: properly report the used arch for --json, or '' if not knownDaniel Latypov3-3/+5
2022-04-05kunit: tool: refactor how we plumb metadata into JSONDaniel Latypov3-21/+33
2022-04-05kunit: tool: readability tweaks in KernelCI json generation logicDaniel Latypov1-10/+10
2022-04-04kunit: tool: simplify code since build_dir can't be NoneDaniel Latypov3-37/+24
2022-04-04kunit: tool: drop last uses of collections.namedtupleDaniel Latypov2-11/+15
2022-04-04kunit: tool: drop unused KernelDirectoryPath varDaniel Latypov1-2/+0
2022-04-04kunit: tool: make --json handling a bit clearerDaniel Latypov3-16/+11
2022-04-03Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+14
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+7
2022-03-31Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-33/+11
2022-03-31kbuild: Make $(LLVM) more flexibleNathan Chancellor1-1/+7
2022-03-31wireguard: selftests: simplify RNG seedingJason A. Donenfeld1-19/+7
2022-03-30Merge tag 'libnvdimm-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-91/+4
2022-03-29Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-24/+1
2022-03-29selftests/bpf: Fix clang compilation errorsYonghong Song2-4/+2
2022-03-29selftests/bpf: fix selftest after random: Urandom_read tracepoint removalAndrii Nakryiko1-10/+2
2022-03-29Merge tag 'net-5.18-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-4/+10
2022-03-29Revert "selftests: net: Add tls config dependency for tls selftests"Jakub Kicinski1-1/+0
2022-03-29Merge tag 'livepatching-for-5.18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+21
2022-03-28selftests: net: Add tls config dependency for tls selftestsNaresh Kamboju1-0/+1
2022-03-27Merge tag 'memblock-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds30-88/+3757
2022-03-27selftests: tls: skip cmsg_to_pipe tests with TLS=nJakub Kicinski1-0/+6
2022-03-26selftests: test_vxlan_under_vrf: Fix broken test caseIdo Schimmel1-4/+4
2022-03-25Merge tag 'platform-drivers-x86-v5.18-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-0/+251
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds11-113/+546
2022-03-25Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-0/+702
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds34-7/+1693
2022-03-25selftests: kselftest framework: provide "finished" helperKees Cook2-1/+11
2022-03-25userfaultfd/selftests: enable hugetlb remap and remove event testingMike Kravetz2-36/+36
2022-03-25selftests/vm: add hugetlb madvise MADV_DONTNEED MADV_REMOVE testMike Kravetz4-0/+424
2022-03-25selftest/vm: add helpers to detect PAGE_SIZE and PAGE_SHIFTMike Rapoport2-4/+26
2022-03-25selftest/vm: add util.h and and move helper functions thereAneesh Kumar K.V3-75/+52
2022-03-25Merge tag 'cxl-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds8-195/+383
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds250-3118/+12832
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds27-243/+2054
2022-03-24Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+0
2022-03-24Merge tag 'sound-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-21/+391
2022-03-23selftests/x86/amx: Update the ARCH_REQ_XCOMP_PERM testChang S. Bae1-2/+14
2022-03-23Merge tag 'linux-kselftest-kunit-5.18-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-16/+8
2022-03-23Merge tag 'linux-kselftest-next-5.18-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds18-23/+140
2022-03-23Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds5-0/+760
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+140
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-11/+24