summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-08-16perf record: Fix module size on s390Thomas Richter3-3/+16
2019-08-16perf db-export: Fix thread__exec_comm()Adrian Hunter1-1/+11
2019-08-16perf annotate: Fix s390 gap between kernel end and module startThomas Richter3-1/+24
2019-08-06objtool: Support GCC 9 cold subfunction naming schemeJosh Poimboeuf1-1/+1
2019-08-06cgroup: kselftest: relax fs_spec checksChris Down1-2/+1
2019-08-06perf version: Fix segfault due to missing OPT_END()Ravi Bangoria1-0/+1
2019-07-31perf hists browser: Fix potential NULL pointer dereference found by the smatc...Leo Yan1-4/+11
2019-07-31perf annotate: Fix dereferencing freed memory found by the smatch toolLeo Yan1-4/+2
2019-07-31perf session: Fix potential NULL pointer dereference found by the smatch toolLeo Yan1-0/+3
2019-07-31perf top: Fix potential NULL pointer dereference detected by the smatch toolLeo Yan1-2/+6
2019-07-31perf stat: Fix use-after-freed pointer detected by the smatch toolLeo Yan1-1/+1
2019-07-31perf test mmap-thread-lookup: Initialize variable to suppress memory sanitize...Numfor Mbiziwo-Tiapo1-1/+1
2019-07-31iio: iio-utils: Fix possible incorrect mask calculationBastien Nocera1-2/+2
2019-07-26perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64Seeteena Thoufeek1-1/+1
2019-07-26tools: bpftool: Fix json dump crash on powerpcJiri Olsa1-4/+7
2019-07-26selftests: bpf: fix inlines in test_lwt_seg6localJiri Benc1-6/+6
2019-07-26bpf, libbpf, smatch: Fix potential NULL pointer dereferenceLeo Yan1-4/+4
2019-07-26perf stat: Fix group lookup for metric groupAndi Kleen1-12/+35
2019-07-26perf stat: Make metric event lookup more robustAndi Kleen1-2/+3
2019-07-26bpf: fix uapi bpf_prog_info fields alignmentBaruch Siach1-0/+1
2019-07-26perf tools: Increase MAX_NR_CPUS and MAX_CACHESKyle Meyer2-2/+2
2019-07-26perf evsel: Make perf_evsel__name() accept a NULL argumentArnaldo Carvalho de Melo1-1/+7
2019-07-26perf report: Fix OOM error in TUI mode on s390Thomas Richter1-3/+2
2019-07-26perf test 6: Fix missing kvm module load for s390Thomas Richter1-0/+27
2019-07-26perf cs-etm: Properly set the value of 'old' and 'head' in snapshot modeMathieu Poirier1-4/+123
2019-07-26perf jvmti: Address gcc string overflow warning for strncpy()Jiri Olsa1-2/+2
2019-07-26cpupower : frequency-set -r option misses the last cpu in related cpu listAbhishek Goel1-0/+2
2019-07-26perf annotate TUI browser: Do not use member from variable within its own ini...Arnaldo Carvalho de Melo1-2/+3
2019-07-14perf pmu: Fix uncore PMU alias list for ARM64John Garry1-16/+12
2019-07-10selftests: fib_rule_tests: Fix icmp proto with ipv6David Ahern1-2/+2
2019-07-03bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon1-3/+38
2019-07-03perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo1-1/+1
2019-07-03perf help: Remove needless use of strncpy()Arnaldo Carvalho de Melo1-1/+1
2019-07-03perf ui helpline: Use strlcpy() as a shorter form of strncpy() + explicit set...Arnaldo Carvalho de Melo1-1/+1
2019-06-25selftests: vm: install test_vmalloc.sh for run_vmtestsNaresh Kamboju1-0/+2
2019-06-25kselftest/cgroup: fix incorrect test_core skipAlex Shi1-1/+1
2019-06-25kselftest/cgroup: fix unexpected testing failure on test_coreAlex Shi1-0/+5
2019-06-25kselftest/cgroup: fix unexpected testing failure on test_memcontrolAlex Shi1-0/+4
2019-06-25objtool: Support per-function rodata sectionsAllan Xavier4-9/+37
2019-06-22perf record: Fix s390 missing module symbol and warning for non-root usersThomas Richter1-3/+6
2019-06-22perf namespace: Protect reading thread's namespaceNamhyung Kim1-2/+13
2019-06-22perf data: Fix 'strncat may truncate' build failure with recent gccShawn Landden1-1/+1
2019-06-22selftests: netfilter: missing error check when setting up veth interfaceJeffrin Jose T1-1/+5
2019-06-19tools/kvm_stat: fix fields filter for child eventsStefan Raspl2-4/+14
2019-06-19selftests/timers: Add missing fflush(stdout) callsKees Cook10-0/+12
2019-06-19selftests: fib_rule_tests: fix local IPv4 address typoHangbin Liu1-1/+1
2019-06-15objtool: Don't use ignore flag for fake jumpsJosh Poimboeuf1-3/+5
2019-06-04jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-3/+3
2019-05-31selftests/bpf: ksym_search won't check symbols existsDaniel T. Lee1-0/+4
2019-05-31selftests: cgroup: fix cleanup path in test_memcg_subtree_control()Roman Gushchin1-17/+21