summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'acpi-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-07-091-4/+4
|\
| *-----. Merge branches 'acpi-tables', 'acpi-osl', 'acpi-misc' and 'acpi-tools'Rafael J. Wysocki2019-07-081-4/+4
| |\ \ \ \
| | | | | * ACPI: tools: Exclude tools/* from .gitignore patternsMasahiro Yamada2019-05-281-4/+4
* | | | | | Merge tag 'pm-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-07-0912-212/+1261
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-----. \ \ \ \ \ Merge branches 'pm-opp', 'pm-misc', 'pm-avs' and 'pm-tools'Rafael J. Wysocki2019-07-0812-212/+1261
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | / / | | | | | |_|_|/ / | | | | |/| | | / | | | | |_|_|_|/ | | | |/| | | |
| | | | | * | | Merge back earlier pm-tools material for v5.3.Rafael J. Wysocki2019-06-135-206/+1253
| | | | | |\ \ \
| | | | | | * | | Add README and update pm-graph and sleepgraph docsTodd Brandt2019-05-273-2/+592
| | | | | | * | | Update to pm-graph 5.4Todd Brandt2019-05-272-152/+347
| | | | | | * | | Update to pm-graph 5.3Todd Brandt2019-05-271-117/+379
| | | | |_|/ / / | | | |/| | | |
| | | | | * | | Merge tag 'linux-cpupower-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki2019-06-137-6/+8
| | | | | |\ \ \ | | | | | | |/ / | | | | | |/| |
| | | | | | * | cpupower : frequency-set -r option misses the last cpu in related cpu listAbhishek Goel2019-06-041-0/+2
| | | | | | * | cpupower: correct spelling of intervalNick Black2019-06-046-6/+6
| | | | | | |/
* | | | | | | Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-07-091-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'gpio-v5.3-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Walleij2019-06-271-1/+1
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | tools: gpio: Add include/linux/gpio.h to .gitignoreKelsey Skunberg2019-05-201-1/+1
* | | | | | | | Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-07-081-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | docs: cgroup-v1: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-0829-89/+203
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-06-2829-89/+203
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge LKMM and RCU commitsPaul E. McKenney2019-06-2418-58/+107
| | |\ \ \ \ \ \ \ \
| | | | \ \ \ \ \ \ \
| | | | \ \ \ \ \ \ \
| | | *-. \ \ \ \ \ \ \ Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1...Paul E. McKenney2019-06-1918-58/+107
| | | |\ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / | | | |/| | | | | | | |
| | | | | * | | | | | | torture: Suppress propagating trace_printk() warningPaul E. McKenney2019-05-281-0/+1
| | | | | * | | | | | | torture: Add --trust-make to suppress "make clean"Paul E. McKenney2019-05-283-2/+11
| | | | | * | | | | | | torture: Make --cpus override idleness calculationsPaul E. McKenney2019-05-282-0/+8
| | | | | * | | | | | | torture: Run kernel build in source directoryPaul E. McKenney2019-05-284-47/+22
| | | | | * | | | | | | torture: Add function graph-tracing cheat sheetPaul E. McKenney2019-05-281-0/+2
| | | | | * | | | | | | torture: Capture qemu outputPaul E. McKenney2019-05-282-2/+10
| | | | | * | | | | | | rcutorture: Tweak kvm optionsSebastian Andrzej Siewior2019-05-282-1/+15
| | | | | * | | | | | | rcutorture: Add trivial RCU implementationPaul E. McKenney2019-05-282-0/+17
| | | | | * | | | | | | rcutorture: Exempt TREE01 from forward-progress testingPaul E. McKenney2019-05-281-0/+1
| | | | | * | | | | | | rcutorture: Provide rudimentary MakefilePaul E. McKenney2019-05-281-0/+3
| | | | | * | | | | | | torture: Make kvm-find-errors.sh and kvm-recheck.sh provide exit statusPaul E. McKenney2019-05-282-0/+6
| | | | | * | | | | | | rcutorture: Add cpu0 to the set of CPUs to add jitterJoel Fernandes (Google)2019-05-281-2/+6
| | | | | * | | | | | | rcutorture: Select from only online CPUsJoel Fernandes (Google)2019-05-281-2/+3
| | | | |/ / / / / / / | | | |/| | | | | | |
| | | | * | | | | | | rcu: Don't return a value from rcu_assign_pointer()Andrea Parri2019-06-132-3/+3
| | | |/ / / / / / /
| | * | | | | | | | tools/memory-model: Improve data-race detectionAlan Stern2019-06-241-3/+5
| | * | | | | | | | tools/memory-model: Change definition of rcu-fenceAlan Stern2019-06-211-10/+13
| | * | | | | | | | tools/memory-model: Expand definition of barrierAlan Stern2019-06-211-1/+2
| | * | | | | | | | tools/memory-model: Do not use "herd" to refer to "herd7"Andrea Parri2019-06-197-8/+8
| | * | | | | | | | tools/memory-model: Fix comment in MP+poonceonces.litmusAndrea Parri2019-06-191-1/+1
| | * | | | | | | | tools/memory-model: Add data-race detectionAlan Stern2019-05-283-1/+51
| | * | | | | | | | tools/memory-model: Add definitions of plain and marked accessesAlan Stern2019-05-282-7/+14
| | * | | | | | | | tools/memory-model: Prepare for data-race detectionAlan Stern2019-05-281-7/+9
| | |/ / / / / / /
* | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-07-083-29/+311
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | selftests/x86/fsgsbase: Fix some test case bugsAndy Lutomirski2019-07-031-34/+40
| * | | | | | | | | selftests/x86: Test SYSCALL and SYSENTER manually with TF setAndy Lutomirski2019-07-022-7/+110
| * | | | | | | | | selftests/x86/fsgsbase: Test ptracer-induced GSBASE write with FSGSBASEChang S. Bae2019-06-221-2/+9
| * | | | | | | | | selftests/x86/fsgsbase: Test RD/WRGSBASEAndy Lutomirski2019-06-221-3/+99
| * | | | | | | | | selftests/x86/fsgsbase: Test ptracer-induced GSBASE writeChang S. Bae2019-06-221-0/+70
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-081-25/+95
|\ \ \ \ \ \ \ \ \