summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)Author
2019-07-26perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64Seeteena Thoufeek
2019-07-26tools: bpftool: Fix json dump crash on powerpcJiri Olsa
2019-07-26selftests: bpf: fix inlines in test_lwt_seg6localJiri Benc
2019-07-26bpf, libbpf, smatch: Fix potential NULL pointer dereferenceLeo Yan
2019-07-26perf stat: Fix group lookup for metric groupAndi Kleen
2019-07-26perf stat: Make metric event lookup more robustAndi Kleen
2019-07-26bpf: fix uapi bpf_prog_info fields alignmentBaruch Siach
2019-07-26perf tools: Increase MAX_NR_CPUS and MAX_CACHESKyle Meyer
2019-07-26perf evsel: Make perf_evsel__name() accept a NULL argumentArnaldo Carvalho de Melo
2019-07-26perf report: Fix OOM error in TUI mode on s390Thomas Richter
2019-07-26perf test 6: Fix missing kvm module load for s390Thomas Richter
2019-07-26perf cs-etm: Properly set the value of 'old' and 'head' in snapshot modeMathieu Poirier
2019-07-26perf jvmti: Address gcc string overflow warning for strncpy()Jiri Olsa
2019-07-26cpupower : frequency-set -r option misses the last cpu in related cpu listAbhishek Goel
2019-07-26perf annotate TUI browser: Do not use member from variable within its own ini...Arnaldo Carvalho de Melo
2019-07-14perf pmu: Fix uncore PMU alias list for ARM64John Garry
2019-07-10selftests: fib_rule_tests: Fix icmp proto with ipv6David Ahern
2019-07-03bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon
2019-07-03perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo
2019-07-03perf help: Remove needless use of strncpy()Arnaldo Carvalho de Melo
2019-07-03perf ui helpline: Use strlcpy() as a shorter form of strncpy() + explicit set...Arnaldo Carvalho de Melo
2019-06-25selftests: vm: install test_vmalloc.sh for run_vmtestsNaresh Kamboju
2019-06-25kselftest/cgroup: fix incorrect test_core skipAlex Shi
2019-06-25kselftest/cgroup: fix unexpected testing failure on test_coreAlex Shi
2019-06-25kselftest/cgroup: fix unexpected testing failure on test_memcontrolAlex Shi
2019-06-25objtool: Support per-function rodata sectionsAllan Xavier
2019-06-22perf record: Fix s390 missing module symbol and warning for non-root usersThomas Richter
2019-06-22perf namespace: Protect reading thread's namespaceNamhyung Kim
2019-06-22perf data: Fix 'strncat may truncate' build failure with recent gccShawn Landden
2019-06-22selftests: netfilter: missing error check when setting up veth interfaceJeffrin Jose T
2019-06-19tools/kvm_stat: fix fields filter for child eventsStefan Raspl
2019-06-19selftests/timers: Add missing fflush(stdout) callsKees Cook
2019-06-19selftests: fib_rule_tests: fix local IPv4 address typoHangbin Liu
2019-06-15objtool: Don't use ignore flag for fake jumpsJosh Poimboeuf
2019-06-04jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2019-05-31selftests/bpf: ksym_search won't check symbols existsDaniel T. Lee
2019-05-31selftests: cgroup: fix cleanup path in test_memcg_subtree_control()Roman Gushchin
2019-05-31libbpf: fix samples/bpf build failure due to undefined UINT32_MAXDaniel T. Lee
2019-05-31bpftool: exclude bash-completion/bpftool from .gitignore patternMasahiro Yamada
2019-05-31selftests/bpf: set RLIMIT_MEMLOCK properly for test_libbpf_open.cYonghong Song
2019-05-31tools/bpf: fix perf build error with uClibc (seen on ARC)Vineet Gupta
2019-05-25Revert "selftests/bpf: skip verifier tests for unsupported program types"Greg Kroah-Hartman
2019-05-25perf bench numa: Add define for RUSAGE_THREAD if not presentArnaldo Carvalho de Melo
2019-05-25objtool: Allow AR to be overridden with HOSTARNathan Chancellor
2019-05-25perf intel-pt: Fix sample timestamp wrt non-taken branchesAdrian Hunter
2019-05-25perf intel-pt: Fix improved sample timestampAdrian Hunter
2019-05-25perf intel-pt: Fix instructions sampling rateAdrian Hunter
2019-05-22objtool: Fix function fallthrough detectionJosh Poimboeuf
2019-05-16selftests/net: correct the return value for run_netsocktestsPo-Hsu Lin
2019-05-16selftests: netfilter: check icmp pkttoobig errors are set as relatedFlorian Westphal