summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-126-62/+13
|\
| * memremap: remove support for external pgmap refcountsChristoph Hellwig2021-12-041-31/+12
| * dax: Kill DEV_DAX_PMEM_COMPATDan Williams2021-11-245-31/+1
* | Merge tag 'integrity-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-113-15/+51
|\ \
| * | selftests/kexec: Enable secureboot tests for PowerPCNageswara R Sastry2022-01-053-9/+39
| * | selftests/kexec: update searching for the KconfigMimi Zohar2021-12-311-4/+9
| * | selftest/kexec: fix "ignored null byte in input" warningMimi Zohar2021-12-311-2/+3
* | | Merge tag 'gpio-updates-for-v5.17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-116-2/+513
|\ \ \
| * | | selftests: gpio: gpio-sim: avoid forking test twiceBartosz Golaszewski2021-12-171-1/+1
| * | | selftests: gpio: gpio-sim: remove bashismsBartosz Golaszewski2021-12-171-2/+2
| * | | selftests: gpio: add test cases for gpio-simBartosz Golaszewski2021-12-173-1/+398
| * | | selftests: gpio: add a helper for reading GPIO line namesBartosz Golaszewski2021-12-173-1/+57
| * | | selftests: gpio: provide a helper for reading chip infoBartosz Golaszewski2021-12-173-1/+59
| | |/ | |/|
* | | Merge tag 'platform-drivers-x86-v5.17-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-01-111-1/+3
|\ \ \
| * | | tools/power/x86/intel-speed-select: v1.11 releaseSrinivas Pandruvada2021-12-241-1/+1
| * | | tools/power/x86/intel-speed-select: Update max frequencySrinivas Pandruvada2021-12-241-0/+2
| |/ /
* | | Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-112-7/+36
|\ \ \
| * | | objtool, kcsan: Remove memory barrier instrumentation from noinstrMarco Elver2021-12-092-7/+32
| * | | objtool, kcsan: Add memory barrier instrumentation to whitelistMarco Elver2021-12-091-0/+4
| |/ /
* | | Merge tag 'lkmm.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-01-116-22/+116
|\ \ \
| * | | tools/memory-model: litmus: Add two tests for unlock(A)+lock(B) orderingBoqun Feng2021-11-303-0/+76
| * | | tools/memory-model: doc: Describe the requirement of the litmus-tests directoryBoqun Feng2021-11-301-0/+12
| * | | tools/memory-model: Provide extra ordering for unlock+lock pair on the same CPUBoqun Feng2021-11-302-22/+28
| |/ /
* | | Merge tag 'rcu.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-1130-56/+96
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge branches 'doc.2021.11.30c', 'exp.2021.12.07a', 'fastnohz.2021.11.30c', ...Paul E. McKenney2021-12-0926-56/+91
| |\ \ \ \ \ \
| | | | | * | | torture: Properly redirect kvm-remote.sh "echo" commandsPaul E. McKenney2021-11-301-5/+5
| | | | | * | | torture: Fix incorrectly redirected "exit" in kvm-remote.shPaul E. McKenney2021-11-301-1/+1
| | | | | * | | rcutorture: Test RCU Tasks lock-contention detectionPaul E. McKenney2021-11-301-0/+1
| | | | | * | | rcutorture: Cause TREE02 and TREE10 scenarios to do more callback floodingPaul E. McKenney2021-11-302-0/+2
| | | | | * | | torture: Retry download once before giving upPaul E. McKenney2021-11-301-2/+9
| | | | | * | | torture: Make kvm-find-errors.sh report link-time undefined symbolsPaul E. McKenney2021-11-302-3/+4
| | | | | * | | torture: Catch kvm.sh help text up with actual optionsPaul E. McKenney2021-11-301-3/+6
| | |_|_|/ / / | |/| | | | |
| | | | * | | rcutorture: Combine n_max_cbs from all kthreads in a callback floodPaul E. McKenney2021-12-071-1/+1
| | | | * | | rcutorture: Test RCU-tasks multiqueue callback queueingPaul E. McKenney2021-12-072-0/+2
| | |_|/ / / | |/| | | |
| | | * | | tools/nolibc: Implement gettid()Mark Brown2021-11-301-0/+18
| | | * | | tools/nolibc: x86-64: Use `mov $60,%eax` instead of `mov $60,%rax`Ammar Faizi2021-11-301-1/+1
| | | * | | tools/nolibc: x86: Remove `r8`, `r9` and `r10` from the clobber listAmmar Faizi2021-11-301-14/+19
| | | * | | tools/nolibc: fix incorrect truncation of exit codeWilly Tarreau2021-11-301-8/+5
| | | * | | tools/nolibc: i386: fix initial stack alignmentWilly Tarreau2021-11-301-1/+9
| | | * | | tools/nolibc: x86-64: Fix startup code bugAmmar Faizi2021-11-301-2/+8
| | |/ / / | |/| | |
| | * | | rcu: Remove the RCU_FAST_NO_HZ Kconfig optionPaul E. McKenney2021-11-303-3/+0
| | * | | torture: Remove RCU_FAST_NO_HZ from rcu scenariosPaul E. McKenney2021-11-306-6/+0
| | * | | torture: Remove RCU_FAST_NO_HZ from rcuscale and refscale scenariosPaul E. McKenney2021-11-306-6/+0
| |/ / /
| * / / rcutorture: Add CONFIG_PREEMPT_DYNAMIC=n to tiny scenariosPaul E. McKenney2021-11-305-0/+5
| |/ /
* | | Merge tag 'thermal-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-01-101-2/+1
|\ \ \
| * \ \ Merge branches 'thermal-tools' and 'thermal-int340x'Rafael J. Wysocki2021-12-2723-290/+1340
| |\ \ \
| * | | | thermal: tools: tmon: remove unneeded local variableran jianping2021-11-241-2/+1
| | |_|/ | |/| |
* | | | Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-01-10275-3290/+14318
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-092-9/+10
| |\ \ \ \
| | * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2022-01-062-9/+10
| | |\ \ \ \