summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2020-09-10selftests/mptcp: Better delay & reordering configurationChristoph Paasch-8/+9
2020-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-2/+1
2020-09-08selftests/net: replace obsolete NFT_CHAIN configurationFabian Frederick-2/+1
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-87/+267
2020-09-03Merge tag 'perf-tools-fixes-for-v5.9-2020-09-03' of git://git.kernel.org/pub/...Linus Torvalds-18/+49
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-31/+42
2020-09-03Merge branch 'gate-page-refcount' (patches from Dave Hansen)Linus Torvalds-2/+20
2020-09-03selftests/x86/test_vsyscall: Improve the process_vm_readv() testAndy Lutomirski-2/+20
2020-09-03selftests/net: improve descriptions for XFAIL cases in psock_snd.shPo-Hsu Lin-8/+8
2020-09-03perf tools: Add bpf image check to __map__is_kmoduleJiri Olsa-7/+24
2020-09-03perf record/stat: Explicitly call out event modifiers in the documentationKim Phillips-0/+8
2020-09-03perf bench: The do_run_multi_threaded() function must use IS_ERR(perf_session...YueHaibing-2/+2
2020-09-03perf stat: Turn off summary for interval mode by defaultJin Yao-3/+9
2020-09-03libtraceevent: Fix build warning on 32-bit archesTzvetomir Stoyanov (VMware)-1/+1
2020-09-03perf jevents: Fix suspicious code in fixregex()Namhyung Kim-1/+1
2020-09-03perf parse-events: Use uintptr_t when casting numbers to pointersArnaldo Carvalho de Melo-4/+4
2020-09-02selftests: mptcp: fix typo in mptcp_connect usageDavide Caratti-2/+2
2020-09-01Merge tag 'perf-tools-fixes-for-v5.9-2020-09-01' of git://git.kernel.org/pub/...Linus Torvalds-27/+62
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-1018/+6671
2020-09-01perf report: Disable ordered_events for raw dumpJiri Olsa-0/+3
2020-09-01perf tools: Correct SNOOPX field offsetAl Grant-1/+1
2020-09-01perf intel-pt: Fix corrupt data after perf inject fromAl Grant-1/+8
2020-09-01perf cs-etm: Fix corrupt data after perf inject fromAl Grant-1/+8
2020-09-01perf top/report: Fix infinite loop in the TUI for grouped eventsArnaldo Carvalho de Melo-1/+2
2020-09-01perf parse-events: Avoid an uninitialized read when using fake PMUsIan Rogers-13/+17
2020-09-01perf stat: Fix out of bounds array access in the print_counters() evlist methodThomas Richter-1/+1
2020-09-01perf test: Set NULL sentinel in pmu_events table in "Parse and process metric...Thomas Richter-0/+3
2020-09-01perf parse-events: Set exclude_guest=1 for user-space countingJin Yao-2/+5
2020-09-01perf record: Correct the help info of option "--no-bpf-event"Wei Li-1/+1
2020-09-01perf tools: Use %zd for size_t printf formats on 32-bitChris Wilson-2/+2
2020-08-31bpf: Remove bpf_lsm_file_mprotect from sleepable list.Alexei Starovoitov-17/+17
2020-08-31libbpf: Support shared umems between queues and devicesMagnus Karlsson-132/+254
2020-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-30/+37
2020-08-30Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-1/+47
2020-08-30Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-8/+47
2020-08-28selftests/bpf: Add sleepable testsAlexei Starovoitov-2/+99
2020-08-28libbpf: Support sleepable progsAlexei Starovoitov-1/+24
2020-08-28bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov-0/+8
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov-0/+8
2020-08-28selftests: netfilter: add command usageFabian Frederick-0/+11
2020-08-28selftests: netfilter: simplify command testingFabian Frederick-23/+11
2020-08-28selftests: netfilter: remove unused variable in make_file()Fabian Frederick-3/+2
2020-08-28selftests: netfilter: exit on invalid parametersFabian Frederick-3/+12
2020-08-28selftests: netfilter: fix header exampleFabian Frederick-1/+1
2020-08-28bpf: selftests: Add test for different inner map sizeMartin KaFai Lau-1/+65
2020-08-28bpf: Make bpf_link_info.iter similar to bpf_iter_link_infoYonghong Song-2/+4
2020-08-28tools, bpf/build: Cleanup feature files on make cleanJesper Dangaard Brouer-3/+9
2020-08-28selftests/bpf: Fix massive output from test_mapsJesper Dangaard Brouer-0/+2
2020-08-26libbpf: Fix compilation warnings for 64-bit printf argsAndrii Nakryiko-3/+5
2020-08-26selftests/bpf: Add verifier tests for xor operationYonghong Song-0/+146