summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xarray-6.0' of git://git.infradead.org/users/willy/xarrayLinus Torvalds2022-08-031-0/+2
|\
| * XArray: Add calls to might_alloc()Matthew Wilcox (Oracle)2022-07-101-0/+2
* | Merge tag 'flexible-array-transformations-UAPI-6.0-rc1' of git://git.kernel.o...Linus Torvalds2022-08-0210-23/+23
|\ \
| * | treewide: uapi: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-06-2810-23/+23
* | | Merge tag 'linux-kselftest-next-5.20-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-0229-143/+109
|\ \ \
| * | | selftests/landlock: drop deprecated headers dependencyGuillaume Tucker2022-07-141-7/+2
| * | | selftests: timers: clocksource-switch: adapt to kselftest frameworkWolfram Sang2022-07-141-3/+5
| * | | selftests: timers: clocksource-switch: add 'runtime' command line parameterWolfram Sang2022-07-141-3/+8
| * | | selftests: timers: clocksource-switch: add command line switch to skip sanity...Wolfram Sang2022-07-141-12/+28
| * | | selftests: timers: clocksource-switch: sort includesWolfram Sang2022-07-141-5/+5
| * | | selftests: timers: clocksource-switch: fix passing errors from childWolfram Sang2022-07-141-3/+3
| * | | selftests: timers: inconsistency-check: adapt to kselftest frameworkWolfram Sang2022-07-141-14/+18
| * | | selftests: timers: nanosleep: adapt to kselftest frameworkWolfram Sang2022-07-141-7/+11
| * | | selftests: timers: fix declarations of main()Wolfram Sang2022-07-144-4/+4
| * | | selftests: timers: valid-adjtimex: build fix for newer toolchainsWolfram Sang2022-07-141-1/+1
| * | | selftests: drop KSFT_KHDR_INSTALL make targetGuillaume Tucker2022-07-112-39/+0
| * | | selftests: stop using KSFT_KHDR_INSTALLGuillaume Tucker2022-07-1111-13/+1
| * | | selftests: drop khdr make targetGuillaume Tucker2022-07-111-25/+2
| * | | selftests: drivers/dma-buf: Improve message in selftest summarySoumya Negi2022-07-081-1/+2
| * | | selftests/kcmp: Make the test output consistent and clearGautam Menghani2022-07-081-2/+4
| * | | selftests:timers: globals don't need initialization to 0Zan Aziz2022-07-031-1/+1
| * | | selftests/drivers/gpu: Add error messages to drm_mm.shGautam Menghani2022-06-281-2/+2
| * | | selftests/tpm2: increase timeout for kselftestsJohannes Holland2022-06-281-0/+1
| * | | kselftests/damon: add support for cases where debugfs cannot be readGautam2022-06-271-0/+10
| * | | selftests: Make the usage formatting consistent in kselftest_deps.shGautam Menghani2022-06-271-1/+1
| * | | kselftests: Enable the echo command to print newlines in MakefileGautam2022-06-271-1/+1
| * | | userfaultfd/selftests: Fix typo in commentXiang wangx2022-06-271-1/+1
* | | | Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-08-029-228/+358
|\ \ \ \
| * | | | selftest: Taint kernel when test module loadedDavid Gow2022-07-111-0/+4
| * | | | kunit: tool: Enable virtio/PCI by default on UMLDavid Gow2022-07-083-4/+27
| * | | | kunit: tool: make --kunitconfig repeatable, blindly concatDaniel Latypov2022-07-084-23/+89
| * | | | kunit: add coverage_uml.config to enable GCOV on UMLDaniel Latypov2022-07-071-0/+11
| * | | | kunit: tool: refactor internal kconfig handling, allow overridingDaniel Latypov2022-07-073-56/+54
| * | | | kunit: tool: introduce --qemu_argsDaniel Latypov2022-07-073-7/+37
| * | | | kunit: tool: simplify creating LinuxSourceTreeOperationsDaniel Latypov2022-07-071-10/+10
| * | | | kunit: tool: cosmetic: don't specify duplicate kernel cmdline optionsDaniel Latypov2022-07-071-1/+1
| * | | | kunit: tool: refactoring printing logic into kunit_printer.pyDaniel Latypov2022-07-075-58/+82
| * | | | kunit: tool: redo how we construct and mock LinuxSourceTreeDaniel Latypov2022-07-072-87/+65
| * | | | kunit: tool: drop unused load_config argumentDaniel Latypov2022-07-072-5/+1
* | | | | Merge tag 'docs-6.0' of git://git.lwn.net/linuxLinus Torvalds2022-08-022-2/+2
|\ \ \ \ \
| * | | | | objtool: update objtool.txt referencesMauro Carvalho Chehab2022-07-072-2/+2
| | |_|/ / | |/| | |
* | | | | Merge tag 'nolibc.2022.07.27a' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-024-8/+43
|\ \ \ \ \
| * | | | | tools/nolibc: add a help target to list supported targetsWilly Tarreau2022-06-201-0/+17
| * | | | | tools/nolibc: make the default target build the headersWilly Tarreau2022-06-202-1/+4
| * | | | | tools/nolibc: fix the makefile to also work as "make -C tools ..."Willy Tarreau2022-06-201-1/+17
| * | | | | tools/nolibc/stdio: Add format attribute to enable printf warningsAlviro Iskandar Setiawan2022-06-201-2/+2
| * | | | | tools/nolibc/stdlib: Support overflow checking for older compiler versionsAmmar Faizi2022-06-201-4/+3
* | | | | | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-023-11/+7
|\ \ \ \ \ \
| * | | | | | torture: Create kvm-check-branches.sh output in proper locationPaul E. McKenney2022-06-211-8/+3
| * | | | | | torture: Adjust to again produce debugging informationPaul E. McKenney2022-06-211-3/+3