summaryrefslogtreecommitdiffstats
path: root/tools/testing (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-0332-108/+65
|\
| * rcu: Remove RCU CPU stall warnings from Tiny RCUPaul E. McKenney2017-06-091-1/+0
| * rcu: Eliminate NOCBs CPU-state Kconfig optionsPaul E. McKenney2017-06-096-8/+5
| * rcu: Remove debugfs tracingPaul E. McKenney2017-06-093-46/+0
| * srcu: Remove Classic SRCUPaul E. McKenney2017-06-093-28/+0
| * rcu: Remove SPARSE_RCU_POINTER Kconfig optionPaul E. McKenney2017-06-091-4/+0
| * rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig optionPaul E. McKenney2017-06-092-2/+0
| * rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney2017-06-093-8/+1
| * rcu: Remove the RCU_KTHREAD_PRIO Kconfig optionPaul E. McKenney2017-06-093-2/+1
| * rcu: Remove *_SLOW_* Kconfig optionsPaul E. McKenney2017-06-0912-30/+12
| * rcutorture: Add "git diff" output to testid.txt filePaul E. McKenney2017-06-081-4/+1
| * srcu-cbmc: Use /usr/bin/awk instead of /bin/awkPriyalee Kushwaha2017-06-081-1/+1
| * rcutorture: Reduce CPUs dedicated to testing Classic SRCUPaul E. McKenney2017-06-081-1/+1
| * rcuperf: Add the ability to test tiny RCU flavorsPaul E. McKenney2017-06-081-0/+16
| * rcuperf: Add a Kconfig-fragment file for Classic SRCUPaul E. McKenney2017-06-081-0/+16
| * rcuperf: Remove conflicting Kconfig optionsPaul E. McKenney2017-06-082-2/+0
| * rcutorture: Update test scenarios based on new Kconfig dependenciesPaul E. McKenney2017-06-086-5/+5
| * rcutorture: Correctly handle CONFIG_RCU_TORTURE_TEST_* optionsPaul E. McKenney2017-06-081-1/+1
| * rcutorture: Add a scenario for Classic SRCUPaul E. McKenney2017-06-083-0/+13
| * rcutorture: Add a scenario for Tiny SRCUPaul E. McKenney2017-06-085-0/+23
| * rcutorture: Fix bug in reporting Kconfig mis-settingsPaul E. McKenney2017-06-081-1/+1
| * rcutorture: Add three-level tree test for Tree SRCUPaul E. McKenney2017-06-082-2/+4
| * rcutorture: Add lockdep to one of the SRCU scenariosPaul E. McKenney2017-06-081-0/+2
* | Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds2017-07-033-5/+7
|\ \
| * | ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko2017-06-073-5/+7
| |/
* | bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann2017-06-291-0/+66
* | NTB: ntb_test: fix bug printing ntb_perf resultsLogan Gunthorpe2017-06-191-1/+1
* | bpf, tests: fix endianness selectionDaniel Borkmann2017-06-081-11/+30
|/
* Merge tag 'powerpc-4.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-271-1/+1
|\
| * selftests/powerpc: Fix TM resched DSCR test with some compilersMichael Ellerman2017-05-191-1/+1
* | Merge tag 'trace-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-271-0/+21
|\ \
| * | selftests/ftrace: Add a testcase for many kprobe eventsMasami Hiramatsu2017-05-271-0/+21
* | | bpf: add various verifier test casesDaniel Borkmann2017-05-251-4/+235
|/ /
* | Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-214-6/+10
|\ \
| * | selftests/ftrace: Add test to remove instance with active event triggersNaveen N. Rao2017-05-181-2/+6
| * | selftests/ftrace: Fix bashismsNaveen N. Rao2017-05-183-4/+4
* | | Merge tag 'powerpc-4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-193-1/+122
|\ \ \ | | |/ | |/|
| * | selftests/powerpc: Test TM and VMX register stateMichael Neuling2017-05-163-1/+122
| |/
* | selftests/bpf: fix broken build due to types.hYonghong Song2017-05-182-0/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-163-2/+463
|\ \ | |/ |/|
| * bpf: Handle multiple variable additions into packet pointers in verifier.David S. Miller2017-05-121-0/+37
| * bpf: Remove commented out debugging hack in test_align.David S. Miller2017-05-121-1/+0
| * bpf: Provide a linux/types.h override for bpf selftests.David S. Miller2017-05-112-1/+8
| * bpf: Add verifier test case for alignment.David S. Miller2017-05-112-1/+419
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-101-1/+1
|\ \ | |/ |/|
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-231-1/+1
| |\
| | * torture: Use correct path for Kconfig fragment for duplicatesPaul E. McKenney2017-04-191-1/+1
* | | Merge tag 'linux-kselftest-4.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-0924-68/+124
|\ \ \
| * | | selftests: x86: add missing executables to .gitignoreShuah Khan2017-05-031-0/+13
| * | | selftests: watchdog: accept multiple params on command lineTimur Tabi2017-05-021-27/+34