summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | perf tools: Rename HAVE_SYSCALL_TABLE to HAVE_SYSCALL_TABLE_SUPPORTJin Yao2018-04-125-8/+8
| | * | | perf script: Use HAVE_LIBXXX_SUPPORT to replace NO_LIBXXXJin Yao2018-04-122-4/+4
| | * | | perf tests bpf: Remove unused ptrace.h include from LLVM testArnaldo Carvalho de Melo2018-04-121-1/+0
| | * | | perf jvmti: Give hints about package names needed to buildArnaldo Carvalho de Melo2018-04-121-1/+1
| | * | | perf annotate browser: Allow showing offsets in more than just jump targetsArnaldo Carvalho de Melo2018-04-121-0/+5
| | * | | perf annotate: Allow showing offsets in more than just jump targetsArnaldo Carvalho de Melo2018-04-122-2/+18
| | * | | perf tests: Run dwarf unwind test on arm32Kim Phillips2018-04-123-0/+30
| | * | | tools headers: Restore READ_ONCE() C++ compatibilityMark Rutland2018-04-121-5/+15
| | * | | perf stat: Enable 1ms interval for printing event counters valuesAlexey Budankov2018-04-122-13/+3
* | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-04-221-2/+2
|\ \ \ \ \
| * | | | | objtool: Support HOSTCFLAGS and HOSTLDFLAGSLaura Abbott2018-04-171-2/+2
* | | | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-211-19/+65
|\ \ \ \ \ \
| * | | | | | tools/testing/nvdimm: enable labels for nfit_test.1 dimmsDan Williams2018-04-161-0/+3
| * | | | | | tools/testing/nvdimm: fix missing newline in nfit_test_dimm 'handle' attributeDan Williams2018-04-161-1/+1
| * | | | | | tools/testing/nvdimm: support nfit_test_dimm attributes under nfit_test.1Dan Williams2018-04-161-18/+25
| * | | | | | tools/testing/nvdimm: allow custom error code injectionDan Williams2018-04-161-1/+37
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'linux-kselftest-4.17-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-04-211-5/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | selftests/filesystems: Don't run dnotify_test by defaultMichael Ellerman2018-04-171-5/+3
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-201-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | selftests: net: add in_netns.sh to TEST_PROGSAnders Roxell2018-04-121-1/+1
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-167-17/+995
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | kvm: selftests: add vmx_tsc_adjust_testPaolo Bonzini2018-04-166-13/+991
| * | | | kvm: selftests: add -std=gnu99 cflagsPeng Hao2018-04-121-1/+1
| * | | | kvm: selftests: fix spelling mistake: "divisable" and "divisible"Colin Ian King2018-04-102-3/+3
* | | | | Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-04-153-3/+6
|\ \ \ \ \
| * | | | | Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes2018-04-113-3/+6
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-04-1529-177/+585
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | perf tests clang: Fix function name for clang IR testSandipan Das2018-04-091-1/+1
| * | | | | perf clang: Add support for recent clang versionsSandipan Das2018-04-091-1/+10
| * | | | | perf tools: Fix perf builds with clang supportSandipan Das2018-04-091-1/+2
| * | | | | perf tools: No need to include namespaces.h in util.hArnaldo Carvalho de Melo2018-04-091-2/+2
| * | | | | perf hists browser: Remove leftover from row returned from refreshArnaldo Carvalho de Melo2018-04-061-8/+2
| * | | | | perf hists browser: Show extra_title_lines in the 'D' debug hotkeyArnaldo Carvalho de Melo2018-04-061-1/+2
| * | | | | perf auxtrace: Make auxtrace_queues__add_buffer() do CPU filteringAdrian Hunter2018-04-061-10/+10
| * | | | | tools headers uapi: Synchronize i915_drm.hArnaldo Carvalho de Melo2018-04-051-4/+108
| * | | | | perf report: Remove duplicated 'samples' in lost samples warningArnaldo Carvalho de Melo2018-04-051-1/+1
| * | | | | perf ui browser: Fixup cleaning unused lines at the bottomArnaldo Carvalho de Melo2018-04-051-2/+2
| * | | | | perf annotate browser: Fixup vertical line separating metrics from instructionsArnaldo Carvalho de Melo2018-04-051-1/+1
| * | | | | perf annotate: Show group details on the title lineArnaldo Carvalho de Melo2018-04-051-2/+5
| * | | | | perf auxtrace: Make auxtrace_queues__add_buffer() allocate struct bufferAdrian Hunter2018-04-051-30/+24
| * | | | | Merge tag 'perf-core-for-mingo-4.17-20180403' of git://git.kernel.org/pub/scm...Ingo Molnar2018-04-0422-116/+418
| |\ \ \ \ \
| | * | | | | perf trace: Remove redundant ')'Changbin Du2018-04-031-1/+1
| | * | | | | perf annotate stdio2: Print more descriptive event information headerArnaldo Carvalho de Melo2018-04-031-7/+3
| | * | | | | perf annotate browser: Show extra title line with event informationArnaldo Carvalho de Melo2018-04-031-4/+27
| | * | | | | perf annotate: Introduce annotation__scnprintf_samples_period() methodArnaldo Carvalho de Melo2018-04-032-0/+50
| | * | | | | perf ui browser: Move the extra title lines from the hists browserArnaldo Carvalho de Melo2018-04-033-20/+33
| | * | | | | perf hists: Move hists__scnprintf_title() away from the TUI codeArnaldo Carvalho de Melo2018-04-032-79/+81
| | * | | | | perf hists: Introduce hists__scnprint_title()Arnaldo Carvalho de Melo2018-04-032-4/+17
| | * | | | | perf hists browser: Rename perf_evsel_browser_title to a more descriptive nameArnaldo Carvalho de Melo2018-04-031-5/+3
| | * | | | | perf version: Add man pageJin Yao2018-04-021-0/+24
OpenPOWER on IntegriCloud