summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-07-14perf header: Assign proper ff->ph in perf_event__synthesize_features()Song Liu
2019-07-14perf thread-stack: Fix thread stack return from kernel for kernel-only caseAdrian Hunter
2019-07-14perf pmu: Fix uncore PMU alias list for ARM64John Garry
2019-07-14perf intel-pt: Fix itrace defaults for perf script intel-pt documentationAdrian Hunter
2019-07-14perf auxtrace: Fix itrace defaults for perf scriptAdrian Hunter
2019-07-14perf intel-pt: Fix itrace defaults for perf scriptAdrian Hunter
2019-07-14bpf: fix div64 overflow tests to properly detect errorsNaveen N. Rao
2019-07-14tools: bpftool: Fix JSON output when lookup failsKrzesimir Nowak
2019-07-10idr: Fix idr_get_next race with idr_removeMatthew Wilcox (Oracle)
2019-07-03bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon
2019-06-25tests: fix pidfd-test compilationChristian Brauner
2019-06-25selftests: set sysctl bc_forwarding properly in router_broadcast.shXin Long
2019-06-25selftests: vm: install test_vmalloc.sh for run_vmtestsNaresh Kamboju
2019-06-25userfaultfd: selftest: fix compiler warningAlakesh Haloi
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-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-19kvm: selftests: aarch64: fix default vm modeAndrew Jones
2019-06-19kvm: selftests: aarch64: dirty_log_test: fix unaligned memslot sizeAndrew Jones
2019-06-19KVM: selftests: Fix a condition in test_hv_cpuid()Dan Carpenter
2019-06-19tools/io_uring: fix Makefile for pthread library linkJens Axboe
2019-06-19selftests/timers: Add missing fflush(stdout) callsKees Cook
2019-06-19selftests: fib_rule_tests: fix local IPv4 address typoHangbin Liu
2019-06-19selftests/bpf: fix bpf_get_current_taskAlexei Starovoitov
2019-06-19tools/bpftool: move set_max_rlimit() before __bpf_object__open_xattr()Yonghong Song
2019-06-15objtool: Don't use ignore flag for fake jumpsJosh Poimboeuf
2019-06-04selftests/tls: add test for sleeping even though there is dataJakub Kicinski
2019-06-04selftests/tls: test for lowat overshoot with multiple recordsJakub Kicinski
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-31libbpf: fix invalid munmap callBjörn Töpel
2019-05-31tools/bpf: fix perf build error with uClibc (seen on ARC)Vineet Gupta
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/seccomp: Handle namespace failures gracefullyKees Cook
2019-05-14x86/msr-index: Cleanup bit definesThomas Gleixner
2019-05-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-05-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-05-02perf tools: Remove needless asm/unistd.h include fixing build in some placesArnaldo Carvalho de Melo