Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-05-19kunit: tool: Use qemu-system-i386 for i386 runsDavid Gow
2022-05-16kunit: tool: update riscv QEMU config with new serial dependencyBrendan Higgins
2022-05-16kunit: tool: Add list of all valid test configs on UMLDavid Gow
2022-05-16kunit: tool: misc cleanupsDaniel Latypov
2022-05-16kunit: tool: minor cosmetic cleanups in kunit_parser.pyDaniel Latypov
2022-05-16kunit: tool: make parser stop overwriting status of suites w/ no_testsDaniel Latypov
2022-05-16kunit: tool: remove dead parse_crash_in_log() logicDaniel Latypov
2022-05-12kunit: tool: print clearer error message when there's no TAP outputDaniel Latypov
2022-05-12kunit: tool: stop using a shell to run kernel under QEMUDaniel Latypov
2022-05-12kunit: tool: update test counts summary line formatDaniel Latypov
2022-04-05kunit: tool: more descriptive metavars/--help outputDaniel Latypov
2022-04-05kunit: tool: Do not colorize output when redirectedKees Cook
2022-04-05kunit: tool: properly report the used arch for --json, or '' if not knownDaniel Latypov
2022-04-05kunit: tool: refactor how we plumb metadata into JSONDaniel Latypov
2022-04-05kunit: tool: readability tweaks in KernelCI json generation logicDaniel Latypov
2022-04-04kunit: tool: simplify code since build_dir can't be NoneDaniel Latypov
2022-04-04kunit: tool: drop last uses of collections.namedtupleDaniel Latypov
2022-04-04kunit: tool: drop unused KernelDirectoryPath varDaniel Latypov
2022-04-04kunit: tool: make --json handling a bit clearerDaniel Latypov
2022-04-03Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-04-01perf python: Convert tracepoint.py example to python3Tanu M
2022-04-01perf evlist: Directly return instead of using local ret variableHaowen Bai
2022-04-01perf cpumap: More cpu map reuse by merge.Ian Rogers
2022-04-01perf cpumap: Add is_subset functionIan Rogers
2022-04-01perf evlist: Rename cpus to user_requested_cpusIan Rogers
2022-04-01perf tools: Stop depending on .git files for building PERF-VERSION-FILEJohn Garry
2022-04-01tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo
2022-04-01tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo
2022-04-01tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo
2022-04-01tools kvm headers arm64: Update KVM headers from the kernel sourcesArnaldo Carvalho de Melo
2022-04-01tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo
2022-04-01tools headers UAPI: Sync asm-generic/mman-common.h with the kernelArnaldo Carvalho de Melo
2022-04-01perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo
2022-04-01perf tools: Update copy of libbpf's hashmap.cArnaldo Carvalho de Melo
2022-04-01perf stat: Avoid SEGV if core.cpus isn't setIan Rogers
2022-04-01tools/vm/page_owner_sort.c: remove -c optionYinan Zhang
2022-03-31Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-31Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-03-31kbuild: Make $(LLVM) more flexibleNathan Chancellor
2022-03-31wireguard: selftests: simplify RNG seedingJason A. Donenfeld
2022-03-30Merge tag 'libnvdimm-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-29Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2022-03-29selftests/bpf: Fix clang compilation errorsYonghong Song
2022-03-29bpftool: Fix generated code in codegen_assertsJiri Olsa
2022-03-29selftests/bpf: fix selftest after random: Urandom_read tracepoint removalAndrii Nakryiko
2022-03-29bpf: Sync comments for bpf_get_stackGeliang Tang
2022-03-29bpf/bpftool: Add unprivileged_bpf_disabled check against value of 2Milan Landaverde
2022-03-29Merge tag 'net-5.18-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-03-29Revert "selftests: net: Add tls config dependency for tls selftests"Jakub Kicinski