summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-105-42/+437
|\
| * tests: add pidfd_open() testsChristian Brauner2019-06-285-44/+234
| * pidfd: add polling selftestsJoel Fernandes (Google)2019-06-282-1/+211
* | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-092-2/+2
|\ \
| * | docs: fault-injection: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
| * | Merge tag 'v5.2-rc4' into mauroJonathan Corbet2019-06-14260-1131/+1049
| |\ \
| * | | docs: move protection-keys.rst to the core-api bookMauro Carvalho Chehab2019-06-081-1/+1
| | |/ | |/|
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-0817-56/+105
|\ \ \
| * \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-06-2817-56/+105
| |\ \ \
| | | \ \
| | | \ \
| | *-. \ \ Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1...Paul E. McKenney2019-06-1917-56/+105
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | | * | 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-131-1/+1
| | |/ /
* | | | 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
|\ \ \ \
| * | | | selftests/x86: Add a test for process_vm_readv() on the vsyscall pageAndy Lutomirski2019-06-281-0/+35
| * | | | selftests/x86/vsyscall: Verify that vsyscall=none blocks executionAndy Lutomirski2019-06-281-24/+52
| * | | | x86/vsyscall: Document odd SIGSEGV error code for vsyscallsAndy Lutomirski2019-06-281-1/+8
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-081-3/+3
|\ \ \ \ \
| * | | | | Merge branch 'timers/vdso' into timers/coreThomas Gleixner2019-07-0351-173/+1146
| |\| | | |
| * | | | | Merge branch 'linus' into timers/coreThomas Gleixner2019-06-221-0/+2
| |\ \ \ \ \
| * | | | | | kselftests: timers: freq-step: Update maximum acceptable precision and errorsMiroslav Lichvar2019-06-221-3/+3
| | |_|/ / / | |/| | | |
* | | | | | KVM: nVMX: Change KVM_STATE_NESTED_EVMCS to signal vmcs12 is copied from eVMCSLiran Alon2019-07-021-0/+1
* | | | | | Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2019-06-291-0/+46
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | idr: Fix idr_get_next race with idr_removeMatthew Wilcox (Oracle)2019-06-021-0/+46
* | | | | | Merge tag 'powerpc-5.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-06-243-2/+92
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Merge branch 'context-id-fix' into fixesMichael Ellerman2019-06-133-2/+92
| |\ \ \ \ \
| | * | | | | selftests/powerpc: Add test of fork with mapping above 512TBMichael Ellerman2019-06-133-2/+92
* | | | | | | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-2139-106/+39
|\ \ \ \ \ \ \
| * | | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1910-40/+10
| * | | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner2019-06-191-3/+1
| * | | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 485Thomas Gleixner2019-06-191-9/+1
| * | | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2019-06-1920-47/+20
| * | | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 481Thomas Gleixner2019-06-192-2/+2