summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2019-07-03selftests: bpf: add tests for shifts by zeroLuke Nelson-0/+85
2019-07-03xfrm: policy: fix bydst hlist corruption on hash rebuildFlorian Westphal-1/+26
2019-07-03Merge branch 'timers/vdso' into timers/coreThomas Gleixner-307/+1229
2019-07-03selftests/powerpc: Add missing newline at end of fileGeert Uytterhoeven-1/+1
2019-07-03perf script: Allow specifying the files to process guest samplesArnaldo Carvalho de Melo-0/+19
2019-07-02selftests/net: skip psock_tpacket test if KALLSYMS was not enabledPo-Hsu Lin-5/+10
2019-07-02kselftests: cgroup: remove duplicated include from test_freezer.cYueHaibing-1/+0
2019-07-02perf tools metric: Don't include duration_time in groupAndi Kleen-2/+17
2019-07-02perf list: Avoid extra : for --raw metricsAndi Kleen-1/+1
2019-07-02perf vendor events intel: Metric fixes for SKX/CLXAndi Kleen-22/+4
2019-07-02perf tools: Fix typos / broken sentencesAndi Kleen-2/+2
2019-07-02perf jevents: Add support for Hisi hip08 L3C PMU aliasingJohn Garry-0/+38
2019-07-02perf jevents: Add support for Hisi hip08 HHA PMU aliasingJohn Garry-0/+52
2019-07-02perf jevents: Add support for Hisi hip08 DDRC PMU aliasingJohn Garry-0/+45
2019-07-02perf pmu: Support more complex PMU event aliasingJohn Garry-5/+41
2019-07-02memremap: provide an optional internal refcount in struct dev_pagemapChristoph Hellwig-12/+46
2019-07-02memremap: pass a struct dev_pagemap to ->kill and ->cleanupChristoph Hellwig-2/+2
2019-07-02memremap: move dev_pagemap callbacks into a separate structureChristoph Hellwig-3/+4
2019-07-02KVM: nVMX: Change KVM_STATE_NESTED_EVMCS to signal vmcs12 is copied from eVMCSLiran Alon-0/+1
2019-07-02perf diff: Documentation -c cycles optionJin Yao-3/+14
2019-07-02perf diff: Print the basic block cycles diffJin Yao-6/+130
2019-07-02perf diff: Link same basic blocks among different dataJin Yao-0/+87
2019-07-02perf diff: Use hists to manage basic blocks per symbolJin Yao-3/+202
2019-07-02perf diff: Check if all data files with branch stacksJin Yao-0/+29
2019-07-02perf hists: Add block_info in hist_entryJin Yao-2/+24
2019-07-02perf symbol: Create block_info structureJin Yao-0/+45
2019-07-02objtool: Fix build by linking against tools/lib/ctype.o sourcesJiri Olsa-0/+5
2019-07-02selftests/x86: Test SYSCALL and SYSENTER manually with TF setAndy Lutomirski-7/+110
2019-07-01blackhole_dev: add a selftestMahesh Bandewar-1/+13
2019-07-01tc-testing: added tdc tests for prio qdiscRoman Mashak-0/+276
2019-07-01tc-testing: updated mirred action tests with batch create/deleteRoman Mashak-0/+94
2019-07-01selftests: add a test case for cls_lower handle overflowDavide Caratti-0/+19
2019-07-01perf jevents: Use nonlocal include statements in pmu-events.cLuke Mujica-2/+2
2019-07-01perf annotate: Add csky supportMao Han-0/+53
2019-07-01perf stat: Fix metrics with --no-mergeAndi Kleen-1/+17
2019-07-01perf stat: Fix group lookup for metric groupAndi Kleen-12/+35
2019-07-01perf stat: Don't merge events in the same PMUAndi Kleen-1/+2
2019-07-01perf stat: Make metric event lookup more robustAndi Kleen-2/+3
2019-07-01tools lib: Move argv_{split,free} from tools/perf/util/Arnaldo Carvalho de Melo-93/+109
2019-07-01perf tools: Drop strxfrchar(), use strreplace() equivalent from kernelArnaldo Carvalho de Melo-20/+2
2019-07-01tools lib: Adopt strreplace() from the kernelArnaldo Carvalho de Melo-0/+18
2019-07-01perf tools: Ditch rtrim(), use strim() from tools/libArnaldo Carvalho de Melo-33/+13
2019-07-01Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman-2/+2
2019-07-01selftests/powerpc: ppc_asm.h: typo in the header guardDenis Efremov-1/+1
2019-07-01Merge branch 'fixes' into nextMichael Ellerman-2/+92
2019-06-29selftests: rtnetlink: skip ipsec offload tests if netdevsim isn't presentFlorian Westphal-6/+10
2019-06-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+5
2019-06-29Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds-0/+46
2019-06-29bpf: fix uapi bpf_prog_info fields alignmentBaruch Siach-0/+1
2019-06-29selftests/bpf: fix -Wstrict-aliasing in test_sockopt_sk.cStanislav Fomichev-27/+24