summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-245-11/+317
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-04-223-10/+311
| |\
| | * netfilter: nat: fix icmp id randomizationFlorian Westphal2019-04-151-9/+27
| | * selftests: netfilter: check icmp pkttoobig errors are set as relatedFlorian Westphal2019-04-132-1/+284
| * | selftests/net: correct the return value for run_afpackettestsPo-Hsu Lin2019-04-201-0/+5
| * | selftests/net: correct the return value for run_netsocktestsPo-Hsu Lin2019-04-191-1/+1
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-04-2011-28/+59
|\ \ \
| * | | perf bpf: Return NULL when RB tree lookup fails in perf_env__find_btf()Jiri Olsa2019-04-171-1/+3
| * | | perf tools: Fix map reference countingJiri Olsa2019-04-171-3/+1
| * | | perf evlist: Fix side band thread drainingJiri Olsa2019-04-171-5/+9
| * | | perf tools: Check maps for bpf programsSong Liu2019-04-172-1/+19
| * | | perf bpf: Return NULL when RB tree lookup fails in perf_env__find_bpf_prog_in...Jiri Olsa2019-04-171-1/+3
| * | | tools include uapi: Sync sound/asound.h copyArnaldo Carvalho de Melo2019-04-161-0/+1
| * | | perf top: Always sample time to satisfy needs of use of ordered queuingJiri Olsa2019-04-161-0/+1
| * | | perf evsel: Use hweight64() instead of hweight_long(attr.sample_regs_user)Mao Han2019-04-161-6/+6
| * | | tools lib traceevent: Fix missing equality check for strcmpRikard Falkeborn2019-04-161-1/+1
| * | | perf stat: Disable DIR_FORMAT feature for 'perf stat record'Jiri Olsa2019-04-161-0/+1
| * | | perf scripts python: export-to-sqlite.py: Fix use of parent_id in calls_viewAdrian Hunter2019-04-161-1/+1
| * | | perf header: Fix lock/unlock imbalances when processing BPF/BTF infoGustavo A. R. Silva2019-04-161-9/+13
* | | | proc: fixup proc-pid-vm testAlexey Dobriyan2019-04-191-2/+2
* | | | proc: fix map_files test on F29Alexey Dobriyan2019-04-191-10/+10
| |/ / |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-172-54/+60
|\ \ \ | | |/ | |/|
| * | selftests: fib_tests: Fix 'Command line is not complete' errorsDavid Ahern2019-04-111-54/+40
| * | selftests: mlxsw: Test VRF MAC vetoingIdo Schimmel2019-04-101-0/+20
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-04-167-23/+215
|\ \ \ | |_|/ |/| |
| * | selftests: kvm: add a selftest for SMMVitaly Kuznetsov2019-04-164-6/+191
| * | selftests: kvm: fix for compilers that do not support -no-piePaolo Bonzini2019-04-161-1/+7
| * | selftests: kvm/evmcs_test: complete I/O before migrating guest statePaolo Bonzini2019-04-164-16/+17
| |/
* | Merge tag 'libnvdimm-fixes-5.1-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-04-151-4/+13
|\ \
| * | tools/testing/nvdimm: Retain security state after overwriteDave Jiang2019-04-081-2/+4
| * | libnvdimm/security: provide fix for secure-erase to use zero-keyDave Jiang2019-03-301-2/+9
* | | Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-blockLinus Torvalds2019-04-131-28/+4
|\ \ \
| * | | tools/io_uring: remove IOCQE_FLAG_CACHEHITJens Axboe2019-04-081-28/+4
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-04-121-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | objtool: Add rewind_stack_do_exit() to the noreturn listJosh Poimboeuf2019-04-051-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-081-0/+20
|\ \ \ \
| * | | | selftests: add a tc matchall test caseNicolas Dichtel2019-04-071-0/+20
| | |/ / | |/| |
* | | | selftests/tpm2: Open tpm dev in unbuffered modeTadeusz Struk2019-04-081-2/+2
* | | | selftests/tpm2: Extend tests to cover partial readsTadeusz Struk2019-04-082-0/+64
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-047-15/+191
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-04-042-12/+75
| |\ \ \
| | * | | net/flow_dissector: pass flow_keys->n_proto to BPF programsStanislav Fomichev2019-04-031-2/+4
| | * | | selftests/bpf: fix vlan handling in flow dissector programStanislav Fomichev2019-04-032-11/+72
| * | | | net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti2019-04-041-0/+24
| |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-294-3/+92
| |\ \ \
| | * | | bpf, libbpf: fix quiet install_headersDaniel Borkmann2019-03-281-2/+2
| | * | | libbpf: add libelf dependency to shared library buildBjörn Töpel2019-03-281-1/+1
| | * | | libbpf: add xsk.h to install_headers targetBjörn Töpel2019-03-281-0/+1
| | * | | selftests/bpf: add btf_dedup test for VOID equivalence checkAndrii Nakryiko2019-03-271-0/+47
| | * | | libbpf: fix btf_dedup equivalence check handling of different kindsAndrii Nakryiko2019-03-271-0/+3