summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2019-05-02tools arch uapi: Copy missing unistd.h headers for arc, hexagon and riscvArnaldo Carvalho de Melo
2019-05-02tools build: Add -ldl to the disassembler-four-args feature testArnaldo Carvalho de Melo
2019-05-02perf cs-etm: Always allocate memory for cs_etm_queue::prev_packetLeo Yan
2019-05-02perf cs-etm: Don't check cs_etm_queue::prev_packet validityLeo Yan
2019-05-02perf report: Report OOM in status line in the GTK UIThomas Richter
2019-05-02perf bench numa: Add define for RUSAGE_THREAD if not presentArnaldo Carvalho de Melo
2019-05-02tools lib traceevent: Change tag string for errorLeo Yan
2019-05-02perf annotate: Fix build on 32 bit for BPF annotationThadeu Lima de Souza Cascardo
2019-05-02tools uapi x86: Sync vmx.h with the kernelArnaldo Carvalho de Melo
2019-05-02perf bpf: Return value with unlocking in perf_env__find_btf()Bo YU
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-05-01selftests: fib_rule_tests: print the result and return 1 if any tests failedHangbin Liu
2019-05-01selftests: fib_rule_tests: Fix icmp proto with ipv6David Ahern
2019-04-30KVM: selftests: make hyperv_cpuid test pass on AMDVitaly Kuznetsov
2019-04-30KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned sizePaolo Bonzini
2019-04-29Merge tag 'seccomp-v5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-04-25selftests/bpf: test cases for pkt/null checks in subprogsPaul Chaignon
2019-04-25libbpf: add binary to gitignoreMatteo Croce
2019-04-25tools: bpftool: fix infinite loop in map createAlban Crequy
2019-04-25selftests/seccomp: Prepare for exclusive seccomp flagsKees Cook
2019-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-04-20selftests/net: correct the return value for run_afpackettestsPo-Hsu Lin
2019-04-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-04-19selftests/net: correct the return value for run_netsocktestsPo-Hsu Lin
2019-04-19proc: fixup proc-pid-vm testAlexey Dobriyan
2019-04-19proc: fix map_files test on F29Alexey Dobriyan
2019-04-17perf bpf: Return NULL when RB tree lookup fails in perf_env__find_btf()Jiri Olsa
2019-04-17perf tools: Fix map reference countingJiri Olsa
2019-04-17perf evlist: Fix side band thread drainingJiri Olsa
2019-04-17perf tools: Check maps for bpf programsSong Liu
2019-04-17perf bpf: Return NULL when RB tree lookup fails in perf_env__find_bpf_prog_in...Jiri Olsa
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-04-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-04-16tools include uapi: Sync sound/asound.h copyArnaldo Carvalho de Melo
2019-04-16perf top: Always sample time to satisfy needs of use of ordered queuingJiri Olsa
2019-04-16perf evsel: Use hweight64() instead of hweight_long(attr.sample_regs_user)Mao Han
2019-04-16tools lib traceevent: Fix missing equality check for strcmpRikard Falkeborn
2019-04-16perf stat: Disable DIR_FORMAT feature for 'perf stat record'Jiri Olsa
2019-04-16perf scripts python: export-to-sqlite.py: Fix use of parent_id in calls_viewAdrian Hunter
2019-04-16perf header: Fix lock/unlock imbalances when processing BPF/BTF infoGustavo A. R. Silva
2019-04-16selftests: kvm: add a selftest for SMMVitaly Kuznetsov
2019-04-16selftests: kvm: fix for compilers that do not support -no-piePaolo Bonzini
2019-04-16selftests: kvm/evmcs_test: complete I/O before migrating guest statePaolo Bonzini
2019-04-15Merge tag 'libnvdimm-fixes-5.1-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-04-15netfilter: nat: fix icmp id randomizationFlorian Westphal