summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2019-02-08selftests: mlxsw: spectrum-2: Add simple delta rehash testJiri Pirko-3/+74
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-71/+1332
2019-02-08selftests: add TPM 2.0 testsJarkko Sakkinen-0/+936
2019-02-08tools/bpf: remove btf__get_strings() superseded by raw data APIAndrii Nakryiko-23/+26
2019-02-08btf: expose API to work with raw btf_ext dataAndrii Nakryiko-48/+57
2019-02-08btf: expose API to work with raw btf dataAndrii Nakryiko-0/+8
2019-02-08btf: separate btf creation and loadingAndrii Nakryiko-25/+33
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-34/+815
2019-02-08Merge tag 'char-misc-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+286
2019-02-08Merge tag 'staging-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2019-02-08selftests: firmware: fix verify_reqs() return valueLuis Chamberlain-1/+1
2019-02-08Revert "selftests: firmware: remove use of non-standard diff -Z option"Luis Chamberlain-3/+6
2019-02-08Revert "selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to con...Luis Chamberlain-1/+0
2019-02-07tools/bpf: add log_level to bpf_load_program_attrYonghong Song-6/+26
2019-02-07tools/bpf: add missing strings.h includeAndrii Nakryiko-0/+3
2019-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-377/+2722
2019-02-06selftests: mlxsw: Add a test for blackhole routesIdo Schimmel-0/+200
2019-02-06bpf: test_maps: fix possible out of bound access warningBreno Leitao-13/+14
2019-02-06tools: bpftool: doc, fix incorrect textPrashant Bhole-5/+5
2019-02-06selftests/bpf: test reading the offloaded programJakub Kicinski-9/+20
2019-02-06selftests/bpf: add test for mixing generic and offload XDPJakub Kicinski-54/+62
2019-02-06selftests/bpf: print traceback when test failsJakub Kicinski-1/+4
2019-02-06selftests/bpf: fix the expected messagesJakub Kicinski-2/+5
2019-02-06perf auxtrace: Add timestamp to auxtrace errorsAdrian Hunter-16/+48
2019-02-06perf intel-pt: Packet splitting can happen only on 32-bitAdrian Hunter-1/+1
2019-02-06perf intel-pt: Fix CYC timestamp calculation after OVFAdrian Hunter-1/+0
2019-02-06perf intel-pt: Fix overlap calculation for paddingAdrian Hunter-2/+34
2019-02-06perf auxtrace: Define auxtrace record alignmentAdrian Hunter-2/+5
2019-02-06perf thread-stack: Represent jmps to the start of a different symbolAdrian Hunter-4/+33
2019-02-06perf thread-stack: Tidy thread_stack__no_call_return() by adding more local v...Adrian Hunter-18/+17
2019-02-06perf thread-stack: Tidy thread_stack__push_cp() usageAdrian Hunter-10/+3
2019-02-06perf tools: Fix split_kallsyms_for_kcore() for trampoline symbolsAdrian Hunter-0/+2
2019-02-06perf vendor events intel: Fix Load_Miss_Real_Latency on CLXWilliam Cohen-1/+1
2019-02-06perf cs-etm: Set sample flags for exception return packetLeo Yan-0/+44
2019-02-06perf cs-etm: Set sample flags for exception packetLeo Yan-0/+259
2019-02-06perf cs-etm: Add traceID in packetLeo Yan-0/+3
2019-02-06perf cs-etm: Change tuple from traceID-CPU# to traceID-metadataLeo Yan-12/+31
2019-02-06perf cs-etm: Add exception number in exception packetLeo Yan-4/+17
2019-02-06perf cs-etm: Set sample flags for trace discontinuityLeo Yan-0/+19
2019-02-06perf cs-etm: Set sample flags for instruction range packetLeo Yan-2/+91
2019-02-06perf cs-etm: Add last instruction information in packetLeo Yan-0/+12
2019-02-06perf tools: Add documentation for BPF event selectionChangbin Du-0/+45
2019-02-06perf report: Move symbol annotation to the resort phaseJiri Olsa-9/+19
2019-02-06perf evsel: Add output_resort_cb methodJiri Olsa-2/+10
2019-02-06perf hists: Add argument to hists__resort_cb_t callbackJiri Olsa-10/+11
2019-02-06perf clang: Do not use 'return std::move(something)'Arnaldo Carvalho de Melo-1/+1
2019-02-06perf record: Apply affinity masks when reading mmap buffersAlexey Budankov-1/+53
2019-02-06perf tools: Add fallback versions for CPU_{OR,EQUAL}()Arnaldo Carvalho de Melo-0/+50
2019-02-06perf record: Bind the AIO user space buffers to nodesAlexey Budankov-4/+78
2019-02-06perf record: Allocate affinity masksAlexey Budankov-6/+28