summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-kselftest-4.10-rc1-update' of git://git.kernel.org/pub/scm/l...Linus Torvalds2016-12-1524-0/+1948
|\
| * selftest/gpio: add gpio test caseBamvor Jian Zhang2016-12-135-0/+683
| * selftest: sync: improve assert() failure messageGustavo Padovan2016-12-131-1/+1
| * kselftests: Exercise hw-independent mock tests for i915.koChris Wilson2016-12-081-0/+14
| * selftests: add missing gitignore files/dirsShuah Khan2016-12-083-0/+4
| * selftests: add missing set-tz to timers .gitignoreShuah Khan2016-12-081-0/+1
| * selftest: sync: stress test for mergesEmilio López2016-12-014-0/+120
| * selftest: sync: stress consumer/producer testEmilio López2016-12-014-0/+190
| * selftest: sync: stress test for parallelismEmilio López2016-12-014-0/+116
| * selftest: sync: wait tests for sw_sync frameworkEmilio López2016-12-014-0/+96
| * selftest: sync: merge tests for sw_sync frameworkEmilio López2016-12-014-0/+65
| * selftest: sync: fence tests for sw_sync frameworkEmilio López2016-12-014-0/+140
| * selftest: sync: basic tests for sw_sync frameworkEmilio López2016-12-019-0/+519
* | Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2016-12-157-7/+131
|\ \
| * | selftests: ftrace: Shift down default message verbosityMasami Hiramatsu2016-12-131-11/+7
| * | selftests: ftrace: Add a testcase for types of kprobe eventMasami Hiramatsu2016-11-221-0/+37
| * | selftests: ftrace: Add a testcase for function filter glob matchMasami Hiramatsu2016-11-221-0/+49
| * | selftests: ftrace: Introduce TMPDIR for temporary filesMasami Hiramatsu2016-11-221-0/+2
| * | selftests: ftrace: Hide ftracetest logs from gitMasami Hiramatsu2016-11-221-0/+1
| * | selftests: ftrace: Fix trigger-mod to run without syscall traceMasami Hiramatsu2016-11-221-1/+1
| * | selftests: ftrace: Check whether snapshot trigger is supported correctlyMasami Hiramatsu2016-11-221-0/+5
| * | selftests: ftrace: Add --quiet option not to show error logs on screenMasami Hiramatsu2016-11-221-1/+7
| * | selftests: ftrace: Initialize ftrace before each testMasami Hiramatsu2016-11-222-1/+29
* | | redo: radix tree test suite: fix compilationMatthew Wilcox2016-12-152-29/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-1424-302/+842
|\ \ \
| * | | radix tree test suite: delete unused rcupdate.cMatthew Wilcox2016-12-141-86/+0
| * | | radix tree test suite: add new tag checkMatthew Wilcox2016-12-141-0/+3
| * | | radix-tree: ensure counts are initialisedMatthew Wilcox2016-12-141-4/+41
| * | | radix tree test suite: cache recently freed objectsMatthew Wilcox2016-12-142-12/+41
| * | | radix tree test suite: add some more functionalityMatthew Wilcox2016-12-143-0/+21
| * | | radix tree test suite: check multiorder iterationMatthew Wilcox2016-12-144-35/+73
| * | | radix-tree: fix replacement for multiorder entriesMatthew Wilcox2016-12-141-12/+75
| * | | radix-tree: add radix_tree_split_preload()Matthew Wilcox2016-12-142-2/+45
| * | | radix-tree: add radix_tree_splitMatthew Wilcox2016-12-141-0/+64
| * | | radix-tree: add radix_tree_joinMatthew Wilcox2016-12-141-0/+58
| * | | radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox2016-12-146-19/+50
| * | | radix-tree: delete radix_tree_locate_item()Matthew Wilcox2016-12-143-4/+28
| * | | radix-tree: improve multiorder iteratorsMatthew Wilcox2016-12-144-19/+30
| * | | radix tree test suite: use common find-bit codeMatthew Wilcox2016-12-145-80/+48
| * | | tools: add more bitmap functionsMatthew Wilcox2016-12-141-0/+26
| * | | radix tree test suite: record order in each itemMatthew Wilcox2016-12-143-14/+23
| * | | radix tree test suite: handle exceptional entriesMatthew Wilcox2016-12-141-0/+7
| * | | radix tree test suite: use rcu_barrierMatthew Wilcox2016-12-142-2/+15
| * | | radix tree test suite: benchmark for iteratorKonstantin Khlebnikov2016-12-145-1/+110
| * | | radix tree test suite: iteration test misuses RCUMatthew Wilcox2016-12-141-2/+26
| * | | radix tree test suite: make runs more reproducibleMatthew Wilcox2016-12-142-6/+14
| * | | radix tree test suite: free preallocated nodesMatthew Wilcox2016-12-142-0/+4
| * | | radix tree test suite: track preempt_countMatthew Wilcox2016-12-143-13/+24
| * | | radix tree test suite: allow GFP_ATOMIC allocations to failMatthew Wilcox2016-12-143-9/+25
| * | | tools: add WARN_ON_ONCEMatthew Wilcox2016-12-144-4/+13