summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf trace beautify ioctl: Beautify sound ioctl's 'cmd' argArnaldo Carvalho de Melo2017-08-014-7/+63
* tools include uapi: Grab a copy of sound/asound.hArnaldo Carvalho de Melo2017-08-013-0/+1028
* perf trace beauty ioctl: Beautify DRM ioctl cmdsArnaldo Carvalho de Melo2017-08-013-3/+40
* tools include uapi: Grab copies of drm/{drm,i915_drm}.hArnaldo Carvalho de Melo2017-08-014-0/+2411
* perf trace beauty ioctl: Improve 'cmd' beautifierArnaldo Carvalho de Melo2017-08-014-43/+95
* tools headers: Fixup tools/include/uapi/linux/bpf.h copy of kernel ABI headerArnaldo Carvalho de Melo2017-07-311-6/+8
* tools perf: Do not check spaces/blank lines when checking header file copy driftArnaldo Carvalho de Melo2017-07-311-5/+5
* tools include uapi: Grab a copy of asm-generic/ioctls.hArnaldo Carvalho de Melo2017-07-313-0/+120
* tools headers: Fixup tools/include/uapi/linux/bpf.h copy of kernel ABI headerArnaldo Carvalho de Melo2017-07-311-1/+1
* tools headers: Sync kernel ABI headers with tooling headersIngo Molnar2017-07-316-1/+34
* perf build: Clarify open-coded header version warning messageIngo Molnar2017-07-312-3/+3
* perf build: Clarify header version warning messageIngo Molnar2017-07-311-1/+1
* Merge tag 'perf-core-for-mingo-4.14-20170728' of git://git.kernel.org/pub/scm...Ingo Molnar2017-07-3013-32/+334
|\
| * perf data: Add doc when no conversion support compiledGeneviève Bastien2017-07-281-1/+1
| * perf data: Add mmap[2] events to CTF conversionGeneviève Bastien2017-07-281-0/+35
| * perf data: Add callchain to CTF conversionGeneviève Bastien2017-07-281-1/+91
| * perf annotate TUI: Set appropriate column width for period/percentArnaldo Carvalho de Melo2017-07-281-4/+6
| * perf annotate TUI: Fix column header when toggling period/percentTaeung Song2017-07-281-1/+1
| * perf annotate TUI: Clarify calculation of column header widthsArnaldo Carvalho de Melo2017-07-281-9/+11
| * perf annotate TUI: Fix --show-total-periodTaeung Song2017-07-281-1/+1
| * perf annotate TUI: Use sym_hist_entry in disasm_line_samplesArnaldo Carvalho de Melo2017-07-281-4/+4
| * perf annotate: Fix storing per line sym_hist_entryArnaldo Carvalho de Melo2017-07-281-2/+3
| * perf annotate stdio: Set enough columns for --show-total-periodArnaldo Carvalho de Melo2017-07-261-3/+3
| * perf sort: Use default sort if evlist is emptyDavid Carrillo-Cisneros2017-07-262-1/+6
| * perf annotate: Do not overwrite perf_sample->weightArnaldo Carvalho de Melo2017-07-261-2/+0
| * perf stat: Use group read for event groupsJiri Olsa2017-07-263-3/+38
| * perf evsel: Add read_counter()Jiri Olsa2017-07-264-2/+109
| * perf tools: Add perf_evsel__read_size functionJiri Olsa2017-07-261-1/+28
* | Merge branch 'perf/urgent' into perf/core, to pick up latest fixes and refres...Ingo Molnar2017-07-3098-1445/+8390
|\ \ | |/ |/|
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-213-5/+7
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-204-9/+479
| |\ \
| | * | bpf: more tests for mixed signed and unsigned bounds checksDaniel Borkmann2017-07-201-0/+418
| | * | bpf: add test for mixed signed and unsigned bounds checksEdward Cree2017-07-201-0/+52
| | * | bpf: fix up test cases with mixed signed/unsigned boundsDaniel Borkmann2017-07-201-4/+4
| | * | bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann2017-07-204-5/+5
| * | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-143-0/+633
| |\ \ \
| | * | | kmod: throttle kmod thread limitLuis R. Rodriguez2017-07-141-22/+2
| | * | | kmod: add test driver to stress test the module loaderLuis R. Rodriguez2017-07-143-0/+653
| * | | | Merge tag 'ntb-4.13' of git://github.com/jonmason/ntbLinus Torvalds2017-07-141-2/+9
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | NTB: ntb_test: add parameter for doorbell bitmaskAllen Hubbe2017-07-061-2/+5
| | * | | NTB: ntb_test: modprobe on remote hostAllen Hubbe2017-07-061-0/+4
| * | | | Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2017-07-133-2/+66
| |\ \ \ \
| | * | | | selftests/ftrace: Add a testcase for kprobe event namingMasami Hiramatsu2017-07-091-0/+36
| | * | | | selftests/ftrace: Add a test to probe module functionsNaveen N. Rao2017-07-091-0/+28
| | * | | | selftests/ftrace: Update multiple kprobes test for powerpcNaveen N. Rao2017-07-091-2/+2
| * | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-137-221/+777
| |\ \ \ \ \
| | * | | | | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-121-1/+1
| | * | | | | test_sysctl: test against int proc_dointvec() array supportLuis R. Rodriguez2017-07-121-0/+89
| | * | | | | test_sysctl: add simple proc_douintvec() caseLuis R. Rodriguez2017-07-121-0/+63
| | * | | | | test_sysctl: add simple proc_dointvec() caseLuis R. Rodriguez2017-07-121-0/+62