summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2016-08-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-106/+394
2016-08-05Merge tag 'ntb-4.8' of git://github.com/jonmason/ntbLinus Torvalds-0/+422
2016-08-05ntb_test: Add a selftest script for the NTB subsystemLogan Gunthorpe-0/+422
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds-3/+10
2016-08-04Merge tag 'perf-core-for-mingo-20160803' of git://git.kernel.org/pub/scm/linu...Ingo Molnar-106/+394
2016-08-03perf tests bpf: Use SyS_epoll_wait aliasArnaldo Carvalho de Melo-2/+2
2016-08-02tools/testing/radix-tree/linux/gfp.h: fix bitrotted valueValdis Kletnieks-1/+1
2016-08-02perf tests: objdump output can contain multi byte chunksJan Stancek-29/+71
2016-08-02perf record: Add --sample-cpu optionJiri Olsa-1/+6
2016-08-02perf hists: Introduce output_resort_cb methodJiri Olsa-3/+16
2016-08-02perf tools: Move config/Makefile into Makefile.configJiri Olsa-3/+3
2016-08-02perf tests: Add test for bitmap_scnprintf functionJiri Olsa-0/+59
2016-08-02tools lib: Add bitmap_and functionJiri Olsa-0/+32
2016-08-02tools lib: Add bitmap_scnprintf functionJiri Olsa-0/+39
2016-08-02tools lib: Add bitmap_alloc functionJiri Olsa-0/+10
2016-08-02tools lib traceevent: Ignore generated library filesNamhyung Kim-0/+1
2016-08-02perf tools: Fix build failure on perl script contextNamhyung Kim-1/+3
2016-08-01perf annotate: Plug filename string leakArnaldo Carvalho de Melo-3/+2
2016-08-01perf annotate: Introduce strerror for handling symbol__disassemble() errorsArnaldo Carvalho de Melo-31/+78
2016-08-01Merge tag 'linux-kselftest-4.8-rc1-update' of git://git.kernel.org/pub/scm/li...Linus Torvalds-13/+268
2016-08-01Merge tag 'linux-kselftest-4.8-rc1-fixes' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-2/+123
2016-08-01perf annotate: Rename symbol__annotate() to symbol__disassemble()Arnaldo Carvalho de Melo-6/+6
2016-07-30Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-32/+810
2016-07-30Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-7/+41
2016-07-30Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-154/+310
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-11/+165
2016-07-29objtool: Un-capitalize "Warning" for out-of-sync instruction decoderJosh Poimboeuf-1/+1
2016-07-29objtool: Resync x86 instruction decoder with the kernel'sJosh Poimboeuf-101/+220
2016-07-29objtool: Support new GCC 6 switch jump table patternJosh Poimboeuf-52/+88
2016-07-29perf target: str_error_r() always returns the buffer it receivesArnaldo Carvalho de Melo-5/+1
2016-07-29perf annotate: Use pipe + fork instead of popenArnaldo Carvalho de Melo-4/+35
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-148/+170
2016-07-28mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocationsVlastimil Babka-0/+1
2016-07-28perf evsel: Introduce constructor for cycles eventArnaldo Carvalho de Melo-20/+32
2016-07-27tools lib api: Add str_error_c to libapiArnaldo Carvalho de Melo-6/+5
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-5/+401
2016-07-27objtool: Add 'fixdep' to objtool/.gitignorePaul Gortmaker-0/+1
2016-07-27Merge tag 'perf-urgent-for-mingo-20160726' of git://git.kernel.org/pub/scm/li...Ingo Molnar-1/+36
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+7
2016-07-26Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds-9/+457
2016-07-26Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-3/+4
2016-07-26Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-4/+4
2016-07-26tools/vm/page_owner: increase temporary buffer sizeJoonsoo Kim-2/+7
2016-07-26perf s390: Fix 'start' address of module's mapSong Shan Gong-0/+30
2016-07-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-121/+4000
2016-07-26selftests: media_tests add a new video device testShuah Khan-2/+103
2016-07-26tools lib bpf: Use official ELF e_machine valueWang Nan-1/+6
2016-07-26selftests/powerpc: exec() with suspended transactionCyril Bur-18/+98
2016-07-25Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2342
2016-07-25Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2309/+13229