summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-271-1/+1
|\
| * selftests/powerpc: Fix TM resched DSCR test with some compilersMichael Ellerman2017-05-191-1/+1
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-2718-47/+176
|\ \
| * | tools/include: Sync kernel ABI headers with tooling headersIngo Molnar2017-05-2410-19/+84
| * | perf tools: Put caller above callee in --children modeNamhyung Kim2017-05-241-0/+2
| * | perf report: Do not drop last inlined frameMilian Wolff2017-05-241-4/+14
| * | perf report: Always honor callchain order for inlined nodesMilian Wolff2017-05-241-14/+4
| * | perf script: Add --inline option for debuggingNamhyung Kim2017-05-243-0/+39
| * | perf report: Fix off-by-one for non-activation framesMilian Wolff2017-05-242-1/+16
| * | perf report: Fix memory leak in addr2line when called by addr2inlinesMilian Wolff2017-05-241-10/+13
| * | perf report: Don't crash on invalid maps in `-g srcline` modeMilian Wolff2017-05-241-4/+9
* | | Merge tag 'trace-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-271-0/+21
|\ \ \
| * | | selftests/ftrace: Add a testcase for many kprobe eventsMasami Hiramatsu2017-05-261-0/+21
* | | | bpf: add various verifier test casesDaniel Borkmann2017-05-252-4/+245
| |/ / |/| |
| | |
| \ \
*-. \ \ Merge branches 'acpi-button' and 'acpi-tools'Rafael J. Wysocki2017-05-221-0/+4
|\ \ \ \ | |_|/ / |/| | |
| | * | tools/power/acpi: Add .gitignore filePrarit Bhargava2017-05-121-0/+4
| |/ /
* | | Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-204-6/+10
|\ \ \
| * | | selftests/ftrace: Add test to remove instance with active event triggersNaveen N. Rao2017-05-171-2/+6
| * | | selftests/ftrace: Fix bashismsNaveen N. Rao2017-05-173-4/+4
* | | | Merge tag 'powerpc-4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-193-1/+122
|\ \ \ \ | | |_|/ | |/| |
| * | | selftests/powerpc: Test TM and VMX register stateMichael Neuling2017-05-163-1/+122
| |/ /
* | | selftests/bpf: fix broken build due to types.hYonghong Song2017-05-172-0/+17
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-157-4/+499
|\ \ \ | |/ / |/| |
| * | bpf: Handle multiple variable additions into packet pointers in verifier.David S. Miller2017-05-111-0/+37
| * | bpf: Remove commented out debugging hack in test_align.David S. Miller2017-05-111-1/+0
| * | bpf: Provide a linux/types.h override for bpf selftests.David S. Miller2017-05-112-1/+8
| * | bpf: Add verifier test case for alignment.David S. Miller2017-05-112-1/+419
| * | bpf: Add bpf_verify_program() to the library.David S. Miller2017-05-112-0/+26
| * | bpf: Add strict alignment flag for BPF_PROG_LOAD.David S. Miller2017-05-112-2/+10
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-1246-166/+245
|\ \ \
| * | | tools build: Fixup sched_getcpu feature testArnaldo Carvalho de Melo2017-05-041-0/+2
| * | | perf tests kmod-path: Don't fail if compressed modules aren't supportedKim Phillips2017-05-041-0/+2
| * | | perf annotate: Fix AArch64 comment charKim Phillips2017-05-041-1/+1
| * | | perf tools: Fix spelling mistakesKim Phillips2017-05-046-10/+10
| * | | Merge tag 'perf-core-for-mingo-4.12-20170503' of git://git.kernel.org/pub/scm...Ingo Molnar2017-05-03332-1908/+7593
| |\ \ \ | | |_|/ | |/| |
| | * | perf config: Refactor a duplicated code for obtaining config file nameTaeung Song2017-05-021-11/+8
| | * | perf symbols: Allow user probes on versioned symbolsPaul Clarke2017-05-025-20/+74
| | * | perf symbols: Accept symbols starting at address 0Arnaldo Carvalho de Melo2017-05-025-28/+37
| | * | tools lib string: Adopt prefixcmp() from perf and subcmdArnaldo Carvalho de Melo2017-04-267-20/+13
| | * | perf units: Move parse_tag_value() to units.[ch]Arnaldo Carvalho de Melo2017-04-264-34/+36
| | * | perf ui gtk: Move gtk .so name to the only place where it is usedArnaldo Carvalho de Melo2017-04-262-2/+3
| | * | perf tools: Move HAS_BOOL define to where perl headers are usedArnaldo Carvalho de Melo2017-04-262-2/+3
| | * | perf memswap: Split the byteswap memory range wrappers from util.[ch]Arnaldo Carvalho de Melo2017-04-258-25/+35
| | * | perf tools: Move event prototypes from util.h to event.hArnaldo Carvalho de Melo2017-04-2511-9/+17
| | * | perf buildid: Move prototypes from util.h to build-id.hArnaldo Carvalho de Melo2017-04-253-4/+4
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-05-106-6/+26
|\ \ \ \
| * | | | tools/virtio: fix spelling mistake: "wakeus" -> "wakeups"Colin Ian King2017-05-091-1/+1
| * | | | ptr_ring: support testing different batching sizesMichael S. Tsirkin2017-05-091-0/+3
| * | | | ringtest: support test specific parametersMichael S. Tsirkin2017-05-092-0/+15
| * | | | tools/virtio: fix build breakageSekhar Nori2017-05-023-4/+6