summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Do not show @plt function by defaultMasami Hiramatsu2021-07-071-1/+1
* perf symbol-elf: Decode dynsym even if symtab existsMasami Hiramatsu2021-07-071-28/+54
* perf probe: Fix debuginfo__new() to enable build-id based debuginfoMasami Hiramatsu2021-07-071-0/+5
* tools headers UAPI: Sync files changed by the quotactl_fd new syscallArnaldo Carvalho de Melo2021-07-055-5/+6
* tools headers UAPI: Sync asm-generic/mman-common.h with the kernelArnaldo Carvalho de Melo2021-07-051-0/+3
* tools headers UAPI: Update tools's copy of drm/drm.h headerArnaldo Carvalho de Melo2021-07-051-4/+24
* tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2021-07-051-34/+359
* tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo2021-07-051-2/+28
* perf stat: Enable BPF counter with --for-each-cgroupNamhyung Kim2021-07-057-1/+523
* perf report: Fix --task and --stat with pipe inputNamhyung Kim2021-07-051-0/+6
* Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-0416-54/+422
|\
| *---. Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1...Paul E. McKenney2021-05-1816-54/+422
| |\ \ \
| | | | * torture: Don't cap remote runs by build-system number of CPUsPaul E. McKenney2021-05-102-4/+12
| | | | * torture: Make kvm-remote.sh account for network failure in pathname checksPaul E. McKenney2021-05-101-2/+24
| | | | * rcutorture: Add BUSTED-BOOST to test RCU priority boosting testsPaul E. McKenney2021-05-102-0/+25
| | | | * torture: Set kvm.sh language to EnglishPaul E. McKenney2021-05-101-0/+3
| | | | * torture: Correctly fetch number of CPUs for non-English languagesFrederic Weisbecker2021-05-102-2/+2
| | | | * torture: Make kvm-find-errors.sh account for kvm-remote.shPaul E. McKenney2021-05-101-1/+1
| | | | * torture: Make the build machine control N in "make -jN"Paul E. McKenney2021-05-101-2/+4
| | | | * torture: Make kvm.sh use abstracted kvm-end-run-stats.shPaul E. McKenney2021-05-101-15/+1
| | | | * torture: Abstract end-of-run summaryPaul E. McKenney2021-05-102-8/+43
| | | | * torture: Fix grace-period rate outputPaul E. McKenney2021-05-101-1/+1
| | | | * torture: Add kvm-remote.sh script for distributed rcutorture test runsPaul E. McKenney2021-05-101-0/+227
| | | | * rcuscale: Allow CPU hotplug to be enabledPaul E. McKenney2021-05-102-2/+2
| | | | * refscale: Allow CPU hotplug to be enabledPaul E. McKenney2021-05-102-2/+2
| | | | * torture: Make kvm-again.sh use "scenarios" rather than "batches" filePaul E. McKenney2021-05-101-16/+6
| | | | * torture: Add "scenarios" option to kvm.sh --dryrun parameterPaul E. McKenney2021-05-101-2/+26
| | | | * torture: Fix remaining erroneous torture.sh instance of $*Paul E. McKenney2021-05-101-1/+1
| | |_|/ | |/| |
| | | * rcu: Fix various typos in commentsIngo Molnar2021-05-121-1/+1
| | |/ | |/|
| | * tools/rcu: Add drgn script to dump number of RCU callbacksPaul E. McKenney2021-05-101-0/+46
| |/
* | Merge branch 'lkmm.2021.05.10c' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-07-041-1/+1
|\ \
| * | tools/memory-model: Fix smp_mb__after_spinlock() spellingBjörn Töpel2021-05-101-1/+1
| |/
* | Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-07-0317-30/+439
|\ \
| * | bootconfig/tracing/ktest: Add ktest examples of testing bootconfigSteven Rostedt (VMware)2021-06-249-0/+385
| * | bootconfig: Share the checksum function with toolsMasami Hiramatsu2021-06-101-13/+2
| * | tools/bootconfig: Support mixed value and subkey test casesMasami Hiramatsu2021-06-107-6/+14
| * | bootconfig: Support mixing a value and subkeys under a keyMasami Hiramatsu2021-06-101-8/+37
| * | bootconfig: Change array value to use child nodeMasami Hiramatsu2021-06-101-1/+1
| * | tools/bootconfig: Simplify expressionzuoqilin2021-06-101-3/+1
* | | Merge tag 'linux-kselftest-next-5.14-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2021-07-0214-138/+308
|\ \ \
| * | | selftests/sgx: remove checks for file execute permissionsDave Hansen2021-06-231-13/+3
| * | | selftests/ftrace: fix event-no-pid on 1-core machineKrzysztof Kozlowski2021-06-231-0/+7
| * | | selftests/sgx: Refine the test enclave to have storageJarkko Sakkinen2021-06-154-15/+74
| * | | selftests/sgx: Add EXPECT_EEXIT() macroJarkko Sakkinen2021-06-151-3/+11
| * | | selftests/sgx: Dump enclave memory mapJarkko Sakkinen2021-06-151-0/+14
| * | | selftests/sgx: Migrate to kselftest harnessJarkko Sakkinen2021-06-152-88/+92
| * | | selftests/sgx: Rename 'eenter' and 'sgx_call_vdso'Jarkko Sakkinen2021-06-153-17/+18
| * | | selftests: timers: rtcpie: skip test if default RTC device does not existPo-Hsu Lin2021-06-071-1/+9
| * | | selftests: lib.mk: Also install "config" and "settings"Kees Cook2021-06-071-0/+1
| * | | selftests: splice: Adjust for handler fallback removalKees Cook2021-06-071-21/+98