summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'rcu/staging-core', 'rcu/staging-docs' and 'rcu/staging-kfree'...Joel Fernandes (Google)2023-04-056-10/+104
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | | | * | | | torture: Enable clocksource watchdog with "tsc=watchdog"Paul E. McKenney2023-03-111-3/+3
| | | | * | | | torture: Permit kvm-again.sh --duration to default to previous runPaul E. McKenney2023-03-111-1/+1
| | | | * | | | tools: rcu: Add usage function and check for argumentBhaskar Chowdhury2023-03-111-6/+20
| | | | * | | | rcutorture: Make scenario TREE04 enable lazy call_rcu()Paul E. McKenney2023-03-111-0/+1
| | | | * | | | rcutorture: Set CONFIG_BOOTPARAM_HOTPLUG_CPU0 to offline CPU 0Paul E. McKenney2023-03-111-0/+1
| | | |/ / / / | | |/| | | |
| | | * | | | rcutorture: Add srcu_lockdep.shPaul E. McKenney2023-03-271-0/+78
| | |/ / / /
| * / / / / rcu: Remove CONFIG_SRCUPaul E. McKenney2023-04-051-4/+0
| |/ / / /
* | | | | Merge tag 'nolibc.2023.04.04a' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-04-2415-115/+718
|\ \ \ \ \
| * | | | | tools/nolibc: x86_64: add stackprotector supportThomas Weißschuh2023-03-272-0/+7
| * | | | | tools/nolibc: i386: add stackprotector supportThomas Weißschuh2023-03-272-1/+7
| * | | | | tools/nolibc: tests: add test for -fstack-protectorThomas Weißschuh2023-03-272-2/+63
| * | | | | tools/nolibc: tests: fold in no-stack-protector cflagsThomas Weißschuh2023-03-271-2/+3
| * | | | | tools/nolibc: add support for stack protectorThomas Weißschuh2023-03-273-2/+56
| * | | | | tools/nolibc: tests: constify test_namesThomas Weißschuh2023-03-271-1/+1
| * | | | | tools/nolibc: add helpers for wait() signal exitsThomas Weißschuh2023-03-271-0/+2
| * | | | | tools/nolibc: add definitions for standard fdsThomas Weißschuh2023-03-271-0/+5
| * | | | | selftests/nolibc: Adjust indentation for MakefileFeiyang Chen2023-03-201-37/+37
| * | | | | selftests/nolibc: Add support for LoongArchFeiyang Chen2023-03-201-0/+4
| * | | | | tools/nolibc: Add support for LoongArchFeiyang Chen2023-03-202-0/+202
| * | | | | tools/nolibc: Add statx() and make stat() rely on statx() if necessaryFeiyang Chen2023-03-201-0/+56
| * | | | | tools/nolibc: Include linux/fcntl.h and remove duplicate codeFeiyang Chen2023-03-202-6/+1
| * | | | | tools/nolibc: check for S_I* macros before defining themWilly Tarreau2023-03-201-1/+22
| * | | | | selftests/nolibc: skip the chroot_root and link_dir tests when not privilegedWilly Tarreau2023-03-201-2/+6
| * | | | | tools/nolibc: add getuid() and geteuid()Willy Tarreau2023-03-201-0/+42
| * | | | | tools/nolibc: add tests for the integer limits in stdint.hVincent Dagonneau2023-03-201-0/+53
| * | | | | tools/nolibc: enlarge column width of testsVincent Dagonneau2023-03-201-48/+48
| * | | | | tools/nolibc: add integer types and integer limit macrosVincent Dagonneau2023-03-201-0/+75
| * | | | | tools/nolibc: add stdint.hVincent Dagonneau2023-03-203-16/+27
| * | | | | tools/nolibc: Add gitignore to avoid git complaints about sysrootPaul E. McKenney2023-03-201-0/+1
| * | | | | tools/nolibc: always disable stack protector for testsThomas Weißschuh2023-03-201-0/+3
| |/ / / /
* | | | | Merge tag 'locktorture.2023.04.04a' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-245-0/+16
|\ \ \ \ \
| * | | | | locktorture: Add nested locking to rtmutex torture testsJohn Stultz2023-03-073-0/+8
| * | | | | locktorture: Add nested locking to mutex torture testsJohn Stultz2023-03-073-0/+8
| |/ / / /
* | | | | Merge tag 'lkmm-scripting.2023.04.07a' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-2418-116/+733
|\ \ \ \ \
| * | | | | tools/memory-model: Remove out-of-date SRCU documentationAndrea Parri2023-03-241-26/+1
| * | | | | tools/memory-model: Document LKMM test procedurePaul E. McKenney2023-03-241-0/+32
| * | | | | tools/memory-model: Use "grep -E" instead of "egrep"Tiezhu Yang2023-03-241-2/+2
| * | | | | tools/memory-model: Use "-unroll 0" to keep --hw runs finitePaul E. McKenney2023-03-241-1/+1
| * | | | | tools/memory-model: Make judgelitmus.sh handle scripted Result: tagPaul E. McKenney2023-03-241-3/+3
| * | | | | tools/memory-model: Add data-race capabilities to judgelitmus.shPaul E. McKenney2023-03-241-8/+32
| * | | | | tools/memory-model: Add checktheselitmus.sh to run specified litmus testsPaul E. McKenney2023-03-242-0/+51
| * | | | | tools/memory-model: Repair parseargs.sh header commentPaul E. McKenney2023-03-241-1/+1
| * | | | | tools/memory-model: Add "--" to parseargs.sh for additional argumentsPaul E. McKenney2023-03-241-1/+5
| * | | | | tools/memory-model: Make history-check scripts use mselect7Paul E. McKenney2023-03-242-2/+2
| * | | | | tools/memory-model: Make checkghlitmus.sh use mselect7Paul E. McKenney2023-03-241-1/+1
| * | | | | tools/memory-model: Fix scripting --jobs argumentPaul E. McKenney2023-03-241-1/+1
| * | | | | tools/memory-model: Implement --hw support for checkghlitmus.shPaul E. McKenney2023-03-243-14/+42
| * | | | | tools/memory-model: Add -v flag to jingle7 runsPaul E. McKenney2023-03-241-2/+3
| * | | | | tools/memory-model: Make runlitmus.sh check for jingle errorsPaul E. McKenney2023-03-241-0/+5