summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-2213-237/+603
|\
| * selftests: pmtu: fix init mtu value in descriptionHangbin Liu2019-12-201-3/+3
| * tc-testing: initial tdc selftests for cls_u32Davide Caratti2019-12-192-22/+205
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-12-193-24/+176
| |\
| | * bpf: Add further test_verifier cases for record_func_keyDaniel Borkmann2019-12-193-24/+176
| * | selftests: net: tls: remove recv_rcvbuf testThadeu Lima de Souza Cascardo2019-12-141-28/+0
| |/
| * selftests/bpf: Test function_graph tracer and bpf trampoline togetherAlexei Starovoitov2019-12-111-0/+39
| * bpftool: Don't crash on missing jited insns or ksymsToke Høiland-Jørgensen2019-12-112-2/+2
| * tc-testing: unbreak full listing of tdc testcasesDavide Caratti2019-12-091-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-12-091-156/+176
| |\
| | * selftests: netfilter: use randomized netns namesFlorian Westphal2019-12-071-156/+176
| * | selftests: forwarding: Delete IPv6 address at the endIdo Schimmel2019-12-091-1/+1
* | | Merge tag 'libnvdimm-fix-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-12-212-0/+7
|\ \ \
| * | | tools/testing/nvdimm: Fix mock support for ioremapDan Williams2019-12-112-0/+7
| |/ /
* | | Merge tag 'tpmdd-next-20191219' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds2019-12-183-2/+36
|\ \ \
| * | | tpm: selftest: cleanup after unseal with wrong auth/policy testTadeusz Struk2019-12-171-0/+5
| * | | tpm: selftest: add test covering async modeTadeusz Struk2019-12-173-2/+31
| |/ /
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-12-1765-289/+976
|\ \ \
| * | | perf vendor events s390: Remove name from L1D_RO_EXCL_WRITES descriptionEd Maste2019-12-161-1/+1
| * | | perf vendor events s390: Fix counter long description for DTLB1_GPAGE_WRITESEd Maste2019-12-161-1/+1
| * | | libtraceevent: Allow custom libdir pathSudip Mukherjee2019-12-162-4/+6
| * | | perf header: Fix false warning when there are no duplicate cache entriesMichael Petlan2019-12-111-15/+6
| * | | perf metricgroup: Fix printing event names of metric group with multiple eventsKajol Jain2019-12-111-2/+5
| * | | perf/x86/pmu-events: Fix Kernel_Utilization metricRavi Bangoria2019-12-1112-12/+12
| * | | perf top: Do not bail out when perf_env__read_cpuid() returns ENOSYSArnaldo Carvalho de Melo2019-12-111-3/+7
| * | | perf arch: Make the default get_cpuid() return compatible errorArnaldo Carvalho de Melo2019-12-111-1/+1
| * | | tools headers kvm: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2019-12-111-0/+1
| * | | Merge remote-tracking branch 'torvalds/master' into perf/urgentArnaldo Carvalho de Melo2019-12-1124-89/+3240
| |\| |
| * | | tools headers UAPI: Update tools's copy of drm.h headersArnaldo Carvalho de Melo2019-12-041-1/+2
| * | | tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2019-12-041-3/+125
| * | | perf inject: Fix processing of ID index for injected instruction tracingAdrian Hunter2019-12-041-12/+1
| * | | perf report: Bail out --mem-mode if mem info is not availableRavi Bangoria2019-12-041-0/+8
| * | | perf report: Make -F more strict like -sRavi Bangoria2019-12-041-0/+6
| * | | perf report/top TUI: Replace pr_err() with ui__error()Ravi Bangoria2019-12-041-5/+5
| * | | Merge tag 'perf-core-for-mingo-5.5-20191203' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-12-0442-229/+789
| |\ \ \
| | * | | libtraceevent: Copy pkg-config file to output folder when using O=Sudip Mukherjee2019-12-021-2/+3
| | * | | libtraceevent: Fix lib installation with O=Sudip Mukherjee2019-12-021-0/+1
| | * | | perf kvm: Clarify the 'perf kvm' -i and -o command line optionsArnaldo Carvalho de Melo2019-12-021-2/+3
| | * | | tools arch x86: Sync asm/cpufeatures.h with the kernel sourcesArnaldo Carvalho de Melo2019-12-021-0/+3
| | * | | perf beauty: Add CLEAR_SIGHAND support for clone's flags argArnaldo Carvalho de Melo2019-12-021-0/+1
| | * | | tools headers UAPI: Sync sched.h with the kernelArnaldo Carvalho de Melo2019-12-021-18/+42
| | * | | tools headers kvm: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo2019-12-024-2/+20
| | * | | tools headers uapi: Sync linux/stat.h with the kernel sourcesArnaldo Carvalho de Melo2019-12-021-1/+1
| | * | | tools headers uapi: Sync linux/fscrypt.h with the kernel sourcesArnaldo Carvalho de Melo2019-12-021-1/+2
| | * | | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2019-12-021-0/+18
| | * | | perf bench: Update the copies of x86's mem{cpy,set}_64.SArnaldo Carvalho de Melo2019-12-027-31/+114
| | * | | perf machine: Fill map_symbol->maps in append_inlines() to fix segfaultArnaldo Carvalho de Melo2019-11-291-0/+1
| | * | | perf jit: Move test functionality in to a testIan Rogers2019-11-295-46/+57
| | * | | perf stat: Use affinity for enabling/disabling eventsAndi Kleen2019-11-291-3/+37
| | * | | perf evsel: Add functions to enable/disable for a specific CPUAndi Kleen2019-11-294-14/+52