summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2020-09-03Replace HTTP links with HTTPS ones: LKMMAlexander A. Klimov
2020-09-03Merge branch 'scftorture.2020.08.24a' into HEADPaul E. McKenney
2020-09-03libbpf: Remove arch-specific include path in MakefileNaveen N. Rao
2020-09-02selftests: mptcp: fix typo in mptcp_connect usageDavide Caratti
2020-09-02selftests/bpf: Test task_file iterator without visiting pthreadsYonghong Song
2020-09-01Merge tag 'perf-tools-fixes-for-v5.9-2020-09-01' of git://git.kernel.org/pub/...Linus Torvalds
2020-09-01blk-iocost: update iocost_monitor.pyTejun Heo
2020-09-01objtool: Define 'struct orc_entry' only when neededJulien Thierry
2020-09-01objtool: Skip ORC entry creation for non-text sectionsJulien Thierry
2020-09-01objtool: Move ORC logic out of check()Julien Thierry
2020-09-01objtool: Move object file loading out of check()Julien Thierry
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-09-01tools/bpf: build: Make sure resolve_btfids cleans up after itselfToke Høiland-Jørgensen
2020-09-01perf report: Disable ordered_events for raw dumpJiri Olsa
2020-09-01perf tools: Correct SNOOPX field offsetAl Grant
2020-09-01perf intel-pt: Fix corrupt data after perf inject fromAl Grant
2020-09-01perf cs-etm: Fix corrupt data after perf inject fromAl Grant
2020-09-01perf top/report: Fix infinite loop in the TUI for grouped eventsArnaldo Carvalho de Melo
2020-09-01perf parse-events: Avoid an uninitialized read when using fake PMUsIan Rogers
2020-09-01perf stat: Fix out of bounds array access in the print_counters() evlist methodThomas Richter
2020-09-01perf test: Set NULL sentinel in pmu_events table in "Parse and process metric...Thomas Richter
2020-09-01perf parse-events: Set exclude_guest=1 for user-space countingJin Yao
2020-09-01perf record: Correct the help info of option "--no-bpf-event"Wei Li
2020-09-01perf tools: Use %zd for size_t printf formats on 32-bitChris Wilson
2020-09-01selftests/powerpc: Skip PROT_SAO test in guests/LPARSMichael Ellerman
2020-09-01selftests: vm: add fragment CONFIG_GUP_BENCHMARKAnatoly Pugachev
2020-09-01perf: Fix opt help text for --no-bpf-eventFam Zheng
2020-09-01static_call: Handle tail-callsPeter Zijlstra
2020-09-01x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf
2020-09-01notifier: Fix broken error handling patternPeter Zijlstra
2020-08-31kunit: tool: allow generating test results in JSONHeidi Fahim
2020-08-31kunit: tool: fix running kunit_tool from outside kernel treeBrendan Higgins
2020-08-31selftests: more general make nesting supportGreg Thelen
2020-08-31bpf: Remove bpf_lsm_file_mprotect from sleepable list.Alexei Starovoitov
2020-08-31selftests: use "$(MAKE)" instead of "make" for headers_installDenys Vlasenko
2020-08-31libbpf: Support shared umems between queues and devicesMagnus Karlsson
2020-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-08-31libbpf: Fix build failure from uninitialized variable warningTony Ambardar
2020-08-30Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-08-30Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-08-28selftests/bpf: Add sleepable testsAlexei Starovoitov
2020-08-28libbpf: Support sleepable progsAlexei Starovoitov
2020-08-28bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov
2020-08-28selftests: netfilter: add command usageFabian Frederick
2020-08-28selftests: netfilter: simplify command testingFabian Frederick
2020-08-28selftests: netfilter: remove unused variable in make_file()Fabian Frederick
2020-08-28selftests: netfilter: exit on invalid parametersFabian Frederick
2020-08-28selftests: netfilter: fix header exampleFabian Frederick
2020-08-28bpf: selftests: Add test for different inner map sizeMartin KaFai Lau