summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * perf tests: objdump output can contain multi byte chunksJan Stancek2016-08-021-29/+71
| | * perf record: Add --sample-cpu optionJiri Olsa2016-08-024-1/+6
| | * perf hists: Introduce output_resort_cb methodJiri Olsa2016-08-022-3/+16
| | * perf tools: Move config/Makefile into Makefile.configJiri Olsa2016-08-022-3/+3
| | * perf tests: Add test for bitmap_scnprintf functionJiri Olsa2016-08-024-0/+59
| | * tools lib: Add bitmap_and functionJiri Olsa2016-08-022-0/+32
| | * tools lib: Add bitmap_scnprintf functionJiri Olsa2016-08-022-0/+39
| | * tools lib: Add bitmap_alloc functionJiri Olsa2016-08-021-0/+10
| | * tools lib traceevent: Ignore generated library filesNamhyung Kim2016-08-021-0/+1
| | * perf tools: Fix build failure on perl script contextNamhyung Kim2016-08-021-1/+3
| | * perf annotate: Plug filename string leakArnaldo Carvalho de Melo2016-08-011-3/+2
| | * perf annotate: Introduce strerror for handling symbol__disassemble() errorsArnaldo Carvalho de Melo2016-08-015-31/+78
| | * perf annotate: Rename symbol__annotate() to symbol__disassemble()Arnaldo Carvalho de Melo2016-08-015-6/+6
| | * perf target: str_error_r() always returns the buffer it receivesArnaldo Carvalho de Melo2016-07-291-5/+1
| | * perf annotate: Use pipe + fork instead of popenArnaldo Carvalho de Melo2016-07-291-4/+35
| | * perf evsel: Introduce constructor for cycles eventArnaldo Carvalho de Melo2016-07-283-20/+32
* | | Merge tag 'ntb-4.8' of git://github.com/jonmason/ntbLinus Torvalds2016-08-051-0/+422
|\ \ \
| * | | ntb_test: Add a selftest script for the NTB subsystemLogan Gunthorpe2016-08-051-0/+422
* | | | Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-08-051-3/+10
|\ \ \ \
| * | | | rtc: rtctest: Change no IRQ detection for RTC_IRQP_SETAndrey Smirnov2016-06-261-1/+1
| * | | | rtc: rtctest: Change no IRQ detection for RTC_IRQP_READAndrey Smirnov2016-06-261-1/+1
| * | | | rtc: rtctest: Change alarm IRQ support detectionAndrey Smirnov2016-06-261-1/+8
* | | | | tools/testing/radix-tree/linux/gfp.h: fix bitrotted valueValdis Kletnieks2016-08-021-1/+1
* | | | | Merge tag 'linux-kselftest-4.8-rc1-update' of git://git.kernel.org/pub/scm/li...Linus Torvalds2016-08-0111-13/+268
|\ \ \ \ \
| * | | | | selftests: media_tests add a new video device testShuah Khan2016-07-263-2/+103
| * | | | | selftests: media_tests - Add media_device_open to .gitignoreShuah Khan2016-06-271-0/+1
| * | | | | selftests: add media controller regression test scripts and documentShuah Khan2016-06-273-0/+65
| * | | | | selftests: add media_device_open testShuah Khan2016-06-272-2/+83
| * | | | | selftests: media_device_test change it to randomize loop countShuah Khan2016-06-271-6/+13
| * | | | | selftests/vm: Don't mlockall MCL_CURRENT in on-fault-limit testYannick Brosseau2016-06-271-1/+1
| * | | | | selftests/vm: write strlen length instead of sizeof to nr_hugepagesYannick Brosseau2016-06-271-5/+5
| * | | | | selftests/lib: set printf.sh executableSeongJae Park2016-06-271-0/+0
| |/ / / /
* | | | | Merge tag 'linux-kselftest-4.8-rc1-fixes' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2016-08-013-2/+123
|\ \ \ \ \
| * | | | | selftests/exec: Makefile is a run-time dependency, add it to the install listYannick Brosseau2016-06-151-1/+2
| * | | | | kselftests: timers: Add set-tz test caseJohn Stultz2016-06-022-1/+121
| |/ / / /
* | | | | Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-07-3032-32/+810
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | selftests/powerpc: exec() with suspended transactionCyril Bur2016-07-265-18/+98
| * | | | selftests/powerpc: Add a test for PROT_SAOMichael Ellerman2016-07-144-1/+51
| * | | | selftests/powerpc: Use "Delta" rather than "Error" in normal outputMichael Ellerman2016-07-071-1/+1
| * | | | selftests/powerpc: Test unaligned copy and pasteChris Smart2016-07-0510-1/+332
| * | | | selftests/powerpc: Import Anton's mmap & futex micro benchmarksMichael Ellerman2016-07-054-1/+86
| * | | | selftests/powerpc: Fix generation of vector instructions/types in context_switchCyril Bur2016-07-052-3/+9
| * | | | selftests/powerpc: Fix usage message in context_switchCyril Bur2016-07-051-3/+3
| * | | | selftests/powerpc/pmu: Use signed long to read perf_event_paranoidCyril Bur2016-07-051-3/+3
| * | | | selftests/powerpc: Load Monitor Register TestsJack Miller2016-06-216-1/+227
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-308-7/+41
|\ \ \ \ \
| * | | | | tools lib api: Add str_error_c to libapiArnaldo Carvalho de Melo2016-07-273-6/+5
| * | | | | Merge tag 'perf-urgent-for-mingo-20160726' of git://git.kernel.org/pub/scm/li...Ingo Molnar2016-07-275-1/+36
| |\ \ \ \ \
| | * | | | | perf s390: Fix 'start' address of module's mapSong Shan Gong2016-07-264-0/+30
| | * | | | | tools lib bpf: Use official ELF e_machine valueWang Nan2016-07-261-1/+6
| | | |_|_|/ | | |/| | |