summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds86-495/+86
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 25Thomas Gleixner4-40/+4
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner35-455/+35
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner45-0/+45
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-101/+338
2019-05-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds94-214/+5414
2019-05-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+2
2019-05-18kselftests: netfilter: fix leftover net/net-next merge conflictFlorian Westphal1-51/+26
2019-05-18Merge tag 'perf-core-for-mingo-5.2-20190517' of git://git.kernel.org/pub/scm/...Ingo Molnar94-214/+5414
2019-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller10-21/+22
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-4/+398
2019-05-17bpftool: fix BTF raw dump of FWD's fwd_kindAndrii Nakryiko1-2/+2
2019-05-17selftests/bpf: fix bpf_get_current_taskAlexei Starovoitov1-1/+1
2019-05-17objtool: Allow AR to be overridden with HOSTARNathan Chancellor1-1/+2
2019-05-16Merge tag 'linux-kselftest-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds32-220/+875
2019-05-16selftests: pmtu.sh: Remove quotes around commands in setup_xfrmDavid Ahern1-9/+9
2019-05-16libbpf: move logging helpers into libbpf_internal.hAndrii Nakryiko5-16/+15
2019-05-16tools/bpftool: move set_max_rlimit() before __bpf_object__open_xattr()Yonghong Song1-2/+2
2019-05-16selftests/bpf: add test_sysctl and map_tests/tests.h to .gitignoreStanislav Fomichev2-0/+2
2019-05-16Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-5/+8
2019-05-16perf stat: Support 'percore' event qualifierJin Yao4-7/+69
2019-05-16perf stat: Factor out aggregate counts printingJin Yao1-25/+39
2019-05-16perf tools: Add a 'percore' event qualifierJin Yao6-0/+46
2019-05-16perf docs: Add description for stderrThomas Richter1-0/+2
2019-05-16perf intel-pt: Fix sample timestamp wrt non-taken branchesAdrian Hunter1-1/+4
2019-05-16perf intel-pt: Fix improved sample timestampAdrian Hunter1-3/+10
2019-05-16perf intel-pt: Fix instructions sampling rateAdrian Hunter1-3/+10
2019-05-16perf regs x86: Add X86 specific arch__intr_reg_mask()Kan Liang2-0/+29
2019-05-16perf parse-regs: Add generic support for arch__intr/user_reg_mask()Kan Liang3-3/+22
2019-05-15Merge tag 'libnvdimm-fixes-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-0/+33
2019-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-20/+281
2019-05-15Merge tag 'ktest-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2-47/+62
2019-05-16selftests/bpf: add prog detach to flow_dissector testStanislav Fomichev1-0/+1
2019-05-16selftests/bpf: add missing \n to flow_dissector CHECK errorsStanislav Fomichev1-4/+4
2019-05-16libbpf: don't fail when feature probing failsStanislav Fomichev1-1/+1
2019-05-15Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds5-28/+139
2019-05-15perf parse-regs: Split parse_regsKan Liang4-7/+22
2019-05-15perf vendor events arm64: Add Cortex-A57 and Cortex-A72 eventsFlorian Fainelli2-0/+181
2019-05-15perf vendor events arm64: Map Brahma-B53 CPUID to cortex-a53 eventsFlorian Fainelli1-0/+1
2019-05-15perf vendor events arm64: Remove [[:xdigit:]] wildcardFlorian Fainelli1-1/+1
2019-05-15perf jevents: Remove unused variableZenghui Yu1-1/+0
2019-05-15perf test zstd: Fixup verbose mode outputArnaldo Carvalho de Melo1-5/+4
2019-05-15perf tests: Implement Zstd comp/decomp integration testAlexey Budankov1-0/+35
2019-05-15perf inject: Enable COMPRESSED record decompressionAlexey Budankov1-0/+4
2019-05-15perf report: Implement perf.data record decompressionAlexey Budankov5-2/+181
2019-05-15perf record: Implement -z,--compression_level[=<n>] optionAlexey Budankov2-0/+35
2019-05-15perf report: Add stub processing of compressed events for -DAlexey Budankov2-1/+20
2019-05-15perf record: Implement compression for AIO trace streamingAlexey Budankov3-113/+89