summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-kselftest-4.20-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-2867-466/+564
|\
| * selftests/ftrace: Strip escape sequences for log fileMasami Hiramatsu2018-10-241-2/+9
| * selftests/ftrace: Use colored output when availableDaniel Díaz2018-10-241-7/+22
| * selftests: fix warning: "_GNU_SOURCE" redefinedPeng Hao2018-10-242-2/+2
| * selftests: kvm: Fix -Wformat warningsAndrea Parri2018-10-241-2/+2
| * selftests/ftrace: Add color to the PASS / FAIL resultsSteven Rostedt (VMware)2018-10-241-8/+8
| * kvm: selftests: fix spelling mistake "Insufficent" -> "Insufficient"Colin Ian King2018-10-241-1/+1
| * selftests: gpio: Fix OUTPUT directory in MakefileDaniel Díaz2018-10-241-3/+3
| * selftests: gpio: restructure MakefileFathi Boudra2018-10-241-17/+15
| * selftests: watchdog: Fix ioctl SET* error paths to take oneshot exit pathShuah Khan (Samsung OSG)2018-10-241-4/+12
| * selftests: watchdog: Add gettimeout and get|set pretimeoutJerry Hoemann2018-10-241-1/+32
| * selftests: watchdog: Fix error message.Jerry Hoemann2018-10-241-4/+4
| * selftests: watchdog: fix message when /dev/watchdog open failsShuah Khan (Samsung OSG)2018-10-241-1/+7
| * selftests/ftrace: Add ftrace cpumask testcaseMasami Hiramatsu2018-10-241-0/+42
| * selftests/ftrace: Add wakeup_rt tracer testcaseMasami Hiramatsu2018-10-241-0/+25
| * selftests/ftrace: Add wakeup tracer testcaseMasami Hiramatsu2018-10-242-0/+26
| * selftests/ftrace: Add stacktrace ftrace filter command testcaseMasami Hiramatsu2018-10-241-0/+12
| * selftests/ftrace: Add trace_pipe testcaseMasami Hiramatsu2018-10-241-0/+16
| * selftests/ftrace: Add function filter on module testcaseMasami Hiramatsu2018-10-241-0/+24
| * selftests/ftrace: Add max stack tracer testcaseMasami Hiramatsu2018-10-241-0/+39
| * selftests/ftrace: Add function profiling stat testcaseMasami Hiramatsu2018-10-241-0/+22
| * selftests/ftrace: Add ringbuffer size changing testcaseMasami Hiramatsu2018-10-241-0/+22
| * selftests/ftrace: Add trace_printk sample module testMasami Hiramatsu2018-10-241-0/+27
| * selftests/ftrace: Add kprobe-event with symbol argument testMasami Hiramatsu2018-10-242-0/+40
| * selftests/ftrace: Add kprobe profile testcaseMasami Hiramatsu2018-10-241-0/+15
| * selftests/ftrace: Add kprobe event with $comm argument testcaseMasami Hiramatsu2018-10-241-0/+17
| * selftests/ftrace: Check set_event_pid resultMasami Hiramatsu2018-10-241-0/+1
| * selftests/ftrace: Test kprobe-event argument with various bitsizeMasami Hiramatsu2018-10-241-16/+32
| * selftests/ftrace: Improve kretprobe testcase to check log dataMasami Hiramatsu2018-10-241-1/+6
| * selftests/ftrace: Improve kprobe testcase to check log dataMasami Hiramatsu2018-10-241-1/+5
| * selftests/ftrace: Improve kprobe on module testcase to load/unload moduleMasami Hiramatsu2018-10-242-3/+36
| * selftests/ftrace: Use loopback address instead of localhostMasami Hiramatsu2018-10-2411-25/+14
| * selftests/ftrace: Fix checkbashisms errorsMasami Hiramatsu2018-10-241-2/+2
| * selftests/ftrace: Fix to test kprobe $comm arg only if availableMasami Hiramatsu2018-10-241-0/+3
| * selftests/ftrace: Remove unneeded per-test init/cleanup ftraceMasami Hiramatsu2018-10-2444-378/+1
| * selftests/ftrace: Cleanup ftrace after running testMasami Hiramatsu2018-10-241-0/+1
| * selftests/ftrace: Add SPDX License Identifier to templateMasami Hiramatsu2018-10-241-0/+1
| * selftests/ftrace: More initialize features in initialize_ftraceMasami Hiramatsu2018-10-241-0/+5
| * selftests/ftrace: Add case number prefix to logfileMasami Hiramatsu2018-10-241-2/+2
| * selftests/ftrace: Add --console hidden optionMasami Hiramatsu2018-10-241-1/+13
| * selftests/ftrace: Add --stop-fail hidden option for debugMasami Hiramatsu2018-10-241-0/+13
* | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-2828-1008/+497
|\ \
| * | radix tree: Remove multiorder supportMatthew Wilcox2018-10-211-1/+0
| * | radix tree test: Convert multiorder tests to XArrayMatthew Wilcox2018-10-211-56/+49
| * | radix tree tests: Convert item_delete_rcu to XArrayMatthew Wilcox2018-10-212-3/+3
| * | radix tree tests: Convert item_kill_tree to XArrayMatthew Wilcox2018-10-211-21/+9
| * | radix tree tests: Move item_insert_orderMatthew Wilcox2018-10-213-11/+22
| * | radix tree test suite: Remove multiorder benchmarkingMatthew Wilcox2018-10-211-29/+21
| * | radix tree test suite: Remove __item_insertMatthew Wilcox2018-10-212-7/+1
| * | xarray: Move multiorder_check to in-kernel testsMatthew Wilcox2018-10-211-48/+0