summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2017-07-03bpf: add various test cases for verifier selftestDaniel Borkmann-0/+165
2017-07-03bpf: add bpf_skb_adjust_room helperDaniel Borkmann-1/+15
2017-07-01bpf: update tools/include/uapi/linux/bpf.hLawrence Brakmo-1/+65
2017-07-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+6
2017-06-30selftests: membarrier: use ksft_* var arg msg apiShuah Khan-50/+41
2017-06-30selftests: breakpoints: breakpoint_test_arm64: convert test to use TAP13Shuah Khan-36/+58
2017-06-30selftests: breakpoints: step_after_suspend_test use ksft_* var arg msg apiShuah Khan-26/+33
2017-06-30selftests: breakpoint_test: use ksft_* var arg msg apiShuah Khan-12/+16
2017-06-30kselftest: add ksft_print_msg() function to output general informationPaul Elder-0/+10
2017-06-30kselftest: make ksft_* output functions variadicPaul Elder-12/+43
2017-06-30objtool: Silence warnings for functions which use IRETJosh Poimboeuf-8/+6
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+67
2017-06-30selftests/capabilities: Fix the test_execve testAndy Lutomirski-5/+2
2017-06-30selftests: intel_pstate: add .gitignoreShuah Khan-0/+2
2017-06-30selftests: fix memory-hotplug testPo-Hsu Lin-16/+54
2017-06-30selftests: add missing test name in memory-hotplug testPo-Hsu Lin-0/+1
2017-06-30selftests: check percentage range for memory-hotplug testPo-Hsu Lin-0/+4
2017-06-30selftests: check hot-pluggagble memory for memory-hotplug testPo-Hsu Lin-0/+5
2017-06-30selftests: typo correction for memory-hotplug testPo-Hsu Lin-5/+5
2017-06-30selftests: ftrace: Use md5sum to take less time of checking logsMasami Hiramatsu-3/+3
2017-06-30perf auxtrace: Add CPU filter supportAdrian Hunter-0/+14
2017-06-30perf intel-pt: Do not use TSC packets for calculating CPU cycles to TSCAdrian Hunter-0/+14
2017-06-30perf intel-pt: Update documentation to include new ptwrite and power eventsAdrian Hunter-2/+40
2017-06-30perf intel-pt: Add example script for power events and PTWRITEAdrian Hunter-0/+144
2017-06-30perf intel-pt: Synthesize new power and "ptwrite" eventsAdrian Hunter-0/+283
2017-06-30perf intel-pt: Move code in intel_pt_synth_events() to simplify attr settingAdrian Hunter-23/+22
2017-06-30perf intel-pt: Factor out intel_pt_set_event_name()Adrian Hunter-8/+16
2017-06-30perf intel-pt: Tidy messages into called function intel_pt_synth_event()Adrian Hunter-24/+18
2017-06-30perf intel-pt: Tidy Intel PT evsel lookup into separate functionAdrian Hunter-10/+15
2017-06-30perf intel-pt: Join needlessly wrapped linesAdrian Hunter-4/+2
2017-06-30perf intel-pt: Remove unused instructions_sample_periodAdrian Hunter-2/+0
2017-06-30perf intel-pt: Factor out common code synthesizing event samplesAdrian Hunter-122/+100
2017-06-30perf script: Add synthesized Intel PT power and ptwrite eventsAdrian Hunter-1/+231
2017-06-30objtool: Implement stack validation 2.0Josh Poimboeuf-320/+1130
2017-06-30objtool: Move checking code to check.cJosh Poimboeuf-1268/+1328
2017-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-0/+66
2017-06-29bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann-0/+66
2017-06-27tools/testing/selftests/sysctl: Add pre-check to the value of writes_strictOrson Zhai-2/+24
2017-06-27ACPICA: Unix application OSL: Correctly handle control-c (EINTR)Bob Moore-3/+7
2017-06-27perf script: Add 'synth' field for synthesized event payloadsAdrian Hunter-3/+23
2017-06-27perf auxtrace: Add itrace option to output power eventsAdrian Hunter-2/+9
2017-06-27perf auxtrace: Add itrace option to output ptwrite eventsAdrian Hunter-3/+10
2017-06-27tools include: Add byte-swapping macros to kernel.hAdrian Hunter-6/+29
2017-06-27perf script: Add 'synth' event type for synthesized eventsAdrian Hunter-16/+61
2017-06-27x86/insn: perf tools: Add new ptwrite instructionAdrian Hunter-2/+74
2017-06-27perf jit: fix typo: "incalid" -> "invalid"Colin Ian King-1/+1
2017-06-27perf tools: Kill die()Arnaldo Carvalho de Melo-27/+5
2017-06-27perf config: Do not die when parsing u64 or int config valuesArnaldo Carvalho de Melo-24/+34
2017-06-27tools/kvm_stat: add new interactive command 'b'Stefan Raspl-10/+79
2017-06-27tools/kvm_stat: add new command line switch '-i'Stefan Raspl-4/+34