summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-09-15perf metric: Release expr_parse_ctx after testingNamhyung Kim1-3/+5
2020-09-15perf test: Fix memory leaks in parse-metric testNamhyung Kim1-5/+9
2020-09-15perf parse-event: Fix memory leak in evsel->unitNamhyung Kim1-1/+1
2020-09-15selftests/powerpc: Tests for kernel accessing user memoryRavi Bangoria1-2/+46
2020-09-15perf evlist: Fix cpu/thread map leakNamhyung Kim1-3/+8
2020-09-15perf metric: Fix some memory leaks - part 2Namhyung Kim1-0/+2
2020-09-15perf metric: Fix some memory leaksNamhyung Kim1-2/+5
2020-09-15perf test: Free aliases for PMU event map aliases testNamhyung Kim3-1/+7
2020-09-15perf vendor events amd: Remove trailing commasHenry Burns2-2/+2
2020-09-15libbpf: Fix a compilation error with xsk.c for ubuntu 16.04Yonghong Song1-0/+1
2020-09-15bpftool: Fix build failureYonghong Song1-1/+1
2020-09-15perf test: Leader sampling shouldn't clear sample periodIan Rogers2-0/+30
2020-09-15perf record: Don't clear event's period if set by a termIan Rogers1-8/+26
2020-09-15tools headers UAPI: update linux/in.h copyArnaldo Carvalho de Melo1-1/+1
2020-09-15tools headers UAPI: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo1-2/+4
2020-09-15perf record: Prevent override of attr->sample_period for libpfm4 eventsStephane Eranian1-2/+1
2020-09-15perf record: Set PERF_RECORD_PERIOD if attr->freq is set.David Sharp1-1/+6
2020-09-15perf bench: Fix 2 memory sanitizer warningsIan Rogers1-2/+2
2020-09-15perf test: Fix the "signal" test inline assemblyJiri Olsa1-1/+4
2020-09-14mptcp: simult flow self-testsPaolo Abeni2-1/+295
2020-09-14Merge branch 'fixes' into nextMichael Ellerman3-1/+52
2020-09-14Merge 5.9-rc5 into char-misc-nextGreg Kroah-Hartman34-78/+175
2020-09-14Merge 5.9-rc5 into staging-nextGreg Kroah-Hartman75-237/+691
2020-09-11Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini182-1499/+7254
2020-09-11tools: bpftool: Automate generation for "SEE ALSO" sections in man pagesQuentin Monnet13-198/+11
2020-09-11bpf: Fix comment for helper bpf_current_task_under_cgroup()Song Liu1-2/+2
2020-09-11selftests/bpf: Define string const as global for test_sysctl_prog.cYonghong Song1-2/+2
2020-09-11selftests/bpf: Fix test_ksyms on non-SMP kernelsIlya Leoshkevich1-2/+4
2020-09-11tools: bpftool: Add "inner_map" to "bpftool map create" outer mapsQuentin Monnet3-18/+62
2020-09-11tools: bpftool: Keep errors for map-of-map dumps if distinct from ENOENTQuentin Monnet1-2/+2
2020-09-11tools: bpftool: Clean up function to dump map entryQuentin Monnet1-49/+52
2020-09-11selftests: rtnetlink: Test bridge enslavement with different parent IDsIdo Schimmel1-0/+47
2020-09-10selftests/mptcp: Better delay & reordering configurationChristoph Paasch1-8/+9
2020-09-10selftests: bpf: Test iterating a sockmapLorenz Bauer4-0/+144
2020-09-10tools: bpftool: Include common options from separate fileQuentin Monnet14-196/+35
2020-09-10tools: bpftool: Print optional built-in features along with versionQuentin Monnet2-3/+38
2020-09-10selftests, bpftool: Add bpftool (and eBPF helpers) documentation buildQuentin Monnet2-0/+26
2020-09-10tools: bpftool: Log info-level messages when building bpftool man pagesQuentin Monnet4-1/+12
2020-09-10selftests/lkdtm: Use "comm" instead of "diff" for dmesgKees Cook1-1/+1
2020-09-10objtool: Decode unwind hint register depending on architectureJulien Thierry3-26/+40
2020-09-10objtool: Make unwind hint definitions available to other architecturesJulien Thierry6-41/+144
2020-09-10objtool: Refactor jump table code to support other architecturesRaphael Gault4-87/+103
2020-09-10objtool: Make relocation in alternative handling arch dependentJulien Thierry4-13/+29
2020-09-10objtool: Abstract alternative special case handlingJulien Thierry6-29/+47
2020-09-10objtool: Move macros describing structures to arch-dependent codeJulien Thierry2-15/+21
2020-09-10objtool: Make sync-check consider the target architectureJulien Thierry1-0/+7
2020-09-10objtool: Group headers to check in a single listJulien Thierry1-9/+14
2020-09-10perf tests: Call test_attr__open() directlyJiri Olsa5-22/+15
2020-09-10perf vendor events power9: Add hv_24x7 core level metric eventsKajol Jain1-13/+22
2020-09-10perf metricgroup: Pass pmu_event structure as a parameter for arch_get_runtim...Kajol Jain3-6/+9