summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-01-1522-105/+956
|\
| * selftests/powerpc: Add script to test HMI functionalityDaniel Axtens2015-12-171-0/+89
| * selftests/powerpc: Make context_switch touch FP/altivec/vector by defaultMichael Ellerman2015-12-171-6/+6
| * selftests/powerpc: Make context_switch do something with no argsMichael Ellerman2015-12-172-9/+24
| * selftests/powerpc: Import Anton's context_switch2 benchmarkMichael Ellerman2015-12-173-1/+456
| * selftests/powerpc: Move pick_online_cpu() up into utils.cMichael Ellerman2015-12-175-28/+31
| * selftests/powerpc: Add test to check if VSRs are corruptedRashmica Gupta2015-12-143-1/+105
| * selftests/powerpc: Add TM signal with invalid stack testMichael Neuling2015-12-143-1/+78
| * selftests/powerpc: Add TM signal return testMichael Neuling2015-12-143-1/+76
| * selftests/powerpc: Skip tm-resched-dscr if we don't have TMMichael Ellerman2015-12-142-2/+5
| * selftests/powerpc: Move TM helpers into tm.hMichael Ellerman2015-12-142-11/+35
| * selftests/powerpc: Add have_hwcap2() helperMichael Ellerman2015-12-143-4/+8
| * selftests/powerpc: Move get_auxv_entry() into utils.cMichael Ellerman2015-12-145-45/+63
| * powerpc: Fix DSCR inheritance over fork()Anton Blanchard2015-12-102-16/+0
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-142-2/+92
|\ \
| * | selftests/x86: Test __kernel_sigreturn and __kernel_rt_sigreturnAndy Lutomirski2016-01-132-1/+90
| * | selftests/x86: Disable the ldt_gdt_64 test for nowAndy Lutomirski2016-01-121-2/+3
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-01-1428-66/+918
|\ \ \
| * | | perf tools: Fallback to srcdir/Documentation/tips.txtNamhyung Kim2016-01-122-6/+15
| * | | perf ui/tui: Print helpline message as isNamhyung Kim2016-01-121-1/+1
| * | | perf tools: Set and pass DOCDIR to builtin-report.cNamhyung Kim2016-01-122-0/+4
| * | | perf tools: Add file_only config option to strlistNamhyung Kim2016-01-122-1/+16
| * | | perf tools: Add more usage tipsNamhyung Kim2016-01-121-0/+15
| * | | perf record: Add --buildid-all optionNamhyung Kim2016-01-122-6/+23
| * | | tools subcmd: Add missing NORETURN define for parse-options.hJosh Poimboeuf2016-01-121-0/+4
| * | | tools: Fix formatting of the "make -C tools" help messageJosh Poimboeuf2016-01-121-16/+16
| * | | tools: Make list.h self-sufficientJosh Poimboeuf2016-01-121-6/+747
| * | | perf tools: Fix mmap2 event allocation in synthesize codeWang Nan2016-01-121-2/+2
| * | | perf stat: Fix recort_usage typoJiri Olsa2016-01-121-4/+4
| * | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2016-01-1215-23/+70
| |\ \ \ | | |/ / | |/| |
| | * | perf test: Reset err after using it hold errcode in hist testcasesWang Nan2016-01-114-0/+4
| | * | perf test: Fix false TEST_OK result for 'perf test hist'Wang Nan2016-01-111-5/+0
| | * | tools build: Add BPF feature check to test-allWang Nan2016-01-111-0/+5
| | * | perf bpf: Fix build breakage due to libbpfNaveen N. Rao2016-01-111-8/+8
| | * | tools: Move Makefile.arch from perf/config to tools/scriptsWang Nan2016-01-113-2/+16
| | * | perf tools: Fix PowerPC native buildingWang Nan2016-01-112-3/+21
| | * | perf tools: Fix phony build target for build-testWang Nan2016-01-111-1/+1
| | * | perf tools: Add -lutil in python lib list for broken python-configWang Nan2016-01-111-1/+1
| | * | perf tools: Add missing sources to perf's MANIFESTJiri Olsa2016-01-111-0/+2
| | * | tools lockdep: Add *.cmd files clean upJiri Olsa2016-01-111-1/+1
| | * | tools bpf: Add *.cmd files clean upJiri Olsa2016-01-111-1/+1
| | * | tools: Add clean targets for tools directoryJiri Olsa2016-01-111-1/+10
* | | | Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-133-34/+72
|\ \ \ \
| * \ \ \ Merge branch 'for-4.5/block-dax' into for-4.5/libnvdimmDan Williams2016-01-104-13/+30
| |\ \ \ \
| | * | | | nfit_test: Enable DSMs for all test NFITsDan Williams2016-01-091-0/+11
| * | | | | tools/testing/libnvdimm: cleanup mock resource lookupDan Williams2015-12-241-46/+23
| * | | | | libnvdimm, pfn: enable pfn sysfs interface unit testingDan Williams2015-12-152-0/+50
* | | | | | Merge tag 'spi-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2016-01-135-3/+567
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge remote-tracking branches 'spi/topic/overlay', 'spi/topic/pxa2xx', 'spi/...Mark Brown2016-01-115-3/+567
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | | * | | | | spi: spidev_test: Fix typo in error messageFabio Estevam2015-12-081-1/+1
OpenPOWER on IntegriCloud