summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2018-04-17tools/headers: Synchronize kernel ABI headers, v4.17-rc1Ingo Molnar
2018-04-16Merge tag 'perf-core-for-mingo-4.17-20180413' of git://git.kernel.org/pub/scm...Ingo Molnar
2018-04-15Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2018-04-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-04-13perf annotate: Handle variables in 'sub', 'or' and many other instructionsArnaldo Carvalho de Melo
2018-04-13perf annotate: Allow setting the offset level in .perfconfigArnaldo Carvalho de Melo
2018-04-13perf report: Fix switching to another perf.data fileArnaldo Carvalho de Melo
2018-04-13perf record: Change warning for missing sysfs entry to debugThomas Richter
2018-04-12proc: fixup copyright signAlexey Dobriyan
2018-04-12perf tests: Disable breakpoint accounting test for powerpcSandipan Das
2018-04-12perf sched: Fix documentation for timehistTakuya Yamamoto
2018-04-12perf version: Print status for syscall_tableJin Yao
2018-04-12perf tools: Rename HAVE_SYSCALL_TABLE to HAVE_SYSCALL_TABLE_SUPPORTJin Yao
2018-04-12perf script: Use HAVE_LIBXXX_SUPPORT to replace NO_LIBXXXJin Yao
2018-04-12perf tests bpf: Remove unused ptrace.h include from LLVM testArnaldo Carvalho de Melo
2018-04-12perf jvmti: Give hints about package names needed to buildArnaldo Carvalho de Melo
2018-04-12perf annotate browser: Allow showing offsets in more than just jump targetsArnaldo Carvalho de Melo
2018-04-12perf annotate: Allow showing offsets in more than just jump targetsArnaldo Carvalho de Melo
2018-04-12perf tests: Run dwarf unwind test on arm32Kim Phillips
2018-04-12tools headers: Restore READ_ONCE() C++ compatibilityMark Rutland
2018-04-12perf stat: Enable 1ms interval for printing event counters valuesAlexey Budankov
2018-04-11Merge tag 'ktest-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-04-11xarray: add the xa_lock to the radix_tree_rootMatthew Wilcox
2018-04-11radix tree: use GFP_ZONEMASK bits of gfp_t for flagsMatthew Wilcox
2018-04-11proc: selftests: test /proc/uptimeAlexey Dobriyan
2018-04-11proc: selftests: shotgun testing of read/readdir/readlink/writeAlexey Dobriyan
2018-04-11proc: add selftest for last field of /proc/loadavgAlexey Dobriyan
2018-04-11proc: fix /proc/*/map_files lookup some moreAlexey Dobriyan
2018-04-11proc: test /proc/self/syscallAlexey Dobriyan
2018-04-11proc: test /proc/self/wchanAlexey Dobriyan
2018-04-10ktest: Take submenu into account for grub2 menusSatoru Takeuchi
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-11Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-04-09Merge branch 'for-4.17/libnvdimm' into libnvdimm-for-nextDan Williams
2018-04-09perf tests clang: Fix function name for clang IR testSandipan Das
2018-04-09perf clang: Add support for recent clang versionsSandipan Das
2018-04-09perf tools: Fix perf builds with clang supportSandipan Das
2018-04-09perf tools: No need to include namespaces.h in util.hArnaldo Carvalho de Melo
2018-04-07ktest.pl: Add MAIL_COMMAND option to define how to send emailSteven Rostedt (VMware)
2018-04-07ktest.pl: Use run_command to execute sending mailSteven Rostedt (VMware)
2018-04-07ktest.pl: Allow dodie be recursiveSteven Rostedt (VMware)
2018-04-07ktest.pl: Kill test if mailer is not supportedSteven Rostedt (VMware)
2018-04-07ktest.pl: Add MAIL_PATH option to define where to find the mailerSteven Rostedt (VMware)
2018-04-07Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-04-07Merge tag 'linux-kselftest-4.17-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-04-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-04-06ktest.pl: No need to print no mailer is specified when mailto is notSteven Rostedt (VMware)
2018-04-06Ktest: add email options to sample.configTim Tianyang Chen