summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf pmu: Fix uncore PMU alias list for ARM64John Garry2019-07-141-16/+12
* selftests: fib_rule_tests: Fix icmp proto with ipv6David Ahern2019-07-101-2/+2
* bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon2019-07-031-3/+38
* perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-07-031-1/+1
* perf help: Remove needless use of strncpy()Arnaldo Carvalho de Melo2019-07-031-1/+1
* perf ui helpline: Use strlcpy() as a shorter form of strncpy() + explicit set...Arnaldo Carvalho de Melo2019-07-031-1/+1
* selftests: vm: install test_vmalloc.sh for run_vmtestsNaresh Kamboju2019-06-251-0/+2
* kselftest/cgroup: fix incorrect test_core skipAlex Shi2019-06-251-1/+1
* kselftest/cgroup: fix unexpected testing failure on test_coreAlex Shi2019-06-251-0/+5
* kselftest/cgroup: fix unexpected testing failure on test_memcontrolAlex Shi2019-06-251-0/+4
* objtool: Support per-function rodata sectionsAllan Xavier2019-06-254-9/+37
* perf record: Fix s390 missing module symbol and warning for non-root usersThomas Richter2019-06-221-3/+6
* perf namespace: Protect reading thread's namespaceNamhyung Kim2019-06-221-2/+13
* perf data: Fix 'strncat may truncate' build failure with recent gccShawn Landden2019-06-221-1/+1
* selftests: netfilter: missing error check when setting up veth interfaceJeffrin Jose T2019-06-221-1/+5
* tools/kvm_stat: fix fields filter for child eventsStefan Raspl2019-06-192-4/+14
* selftests/timers: Add missing fflush(stdout) callsKees Cook2019-06-1910-0/+12
* selftests: fib_rule_tests: fix local IPv4 address typoHangbin Liu2019-06-191-1/+1
* objtool: Don't use ignore flag for fake jumpsJosh Poimboeuf2019-06-151-3/+5
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-06-041-3/+3
* selftests/bpf: ksym_search won't check symbols existsDaniel T. Lee2019-05-311-0/+4
* selftests: cgroup: fix cleanup path in test_memcg_subtree_control()Roman Gushchin2019-05-311-17/+21
* libbpf: fix samples/bpf build failure due to undefined UINT32_MAXDaniel T. Lee2019-05-311-0/+1
* bpftool: exclude bash-completion/bpftool from .gitignore patternMasahiro Yamada2019-05-311-1/+1
* selftests/bpf: set RLIMIT_MEMLOCK properly for test_libbpf_open.cYonghong Song2019-05-311-0/+2
* tools/bpf: fix perf build error with uClibc (seen on ARC)Vineet Gupta2019-05-311-0/+2
* Revert "selftests/bpf: skip verifier tests for unsupported program types"Greg Kroah-Hartman2019-05-251-8/+1
* perf bench numa: Add define for RUSAGE_THREAD if not presentArnaldo Carvalho de Melo2019-05-251-0/+4
* objtool: Allow AR to be overridden with HOSTARNathan Chancellor2019-05-251-1/+2
* perf intel-pt: Fix sample timestamp wrt non-taken branchesAdrian Hunter2019-05-251-1/+4
* perf intel-pt: Fix improved sample timestampAdrian Hunter2019-05-251-3/+10
* perf intel-pt: Fix instructions sampling rateAdrian Hunter2019-05-251-3/+10
* objtool: Fix function fallthrough detectionJosh Poimboeuf2019-05-221-1/+2
* selftests/net: correct the return value for run_netsocktestsPo-Hsu Lin2019-05-161-1/+1
* selftests: netfilter: check icmp pkttoobig errors are set as relatedFlorian Westphal2019-05-162-1/+284
* tools lib traceevent: Fix missing equality check for strcmpRikard Falkeborn2019-05-161-1/+1
* selftests: fib_tests: Fix 'Command line is not complete' errorsDavid Ahern2019-05-161-54/+40
* x86/msr-index: Cleanup bit definesThomas Gleixner2019-05-142-2/+2
* x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2019-05-141-23/+23
* objtool: Add rewind_stack_do_exit() to the noreturn listJosh Poimboeuf2019-05-101-0/+1
* selftests: fib_rule_tests: print the result and return 1 if any tests failedHangbin Liu2019-05-051-0/+6
* perf machine: Update kernel map address and re-order properlyWei Li2019-05-041-12/+20
* tools include: Adopt linux/bits.hArnaldo Carvalho de Melo2019-04-273-5/+29
* usbip: fix vhci_hcd controller countingMaciej Żenczykowski2019-04-201-1/+1
* perf tests: Fix a memory leak in test__perf_evsel__tp_sched_test()Changbin Du2019-04-201-0/+1
* perf tests: Fix memory leak by expr__find_other() in test__expr()Changbin Du2019-04-201-1/+4
* perf tests: Fix a memory leak of cpu_map object in the openat_syscall_event_o...Changbin Du2019-04-201-1/+3
* perf evsel: Free evsel->counts in perf_evsel__exit()Arnaldo Carvalho de Melo2019-04-201-0/+1
* perf hist: Add missing map__put() in error caseChangbin Du2019-04-201-1/+3
* perf top: Fix error handling in cmd_top()Changbin Du2019-04-201-2/+3