summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-tools-fixes-for-v5.9-2020-09-03' of git://git.kernel.org/pub/...Linus Torvalds2020-09-0311-18/+49
|\
| * perf tools: Add bpf image check to __map__is_kmoduleJiri Olsa2020-09-033-7/+24
| * perf record/stat: Explicitly call out event modifiers in the documentationKim Phillips2020-09-032-0/+8
| * perf bench: The do_run_multi_threaded() function must use IS_ERR(perf_session...YueHaibing2020-09-031-2/+2
| * perf stat: Turn off summary for interval mode by defaultJin Yao2020-09-033-3/+9
| * libtraceevent: Fix build warning on 32-bit archesTzvetomir Stoyanov (VMware)2020-09-031-1/+1
| * perf jevents: Fix suspicious code in fixregex()Namhyung Kim2020-09-031-1/+1
| * perf parse-events: Use uintptr_t when casting numbers to pointersArnaldo Carvalho de Melo2020-09-031-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-033-31/+42
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-08-311-30/+37
| |\ \
| | * | selftests: netfilter: add command usageFabian Frederick2020-08-281-0/+11
| | * | selftests: netfilter: simplify command testingFabian Frederick2020-08-281-23/+11
| | * | selftests: netfilter: remove unused variable in make_file()Fabian Frederick2020-08-281-3/+2
| | * | selftests: netfilter: exit on invalid parametersFabian Frederick2020-08-281-3/+12
| | * | selftests: netfilter: fix header exampleFabian Frederick2020-08-281-1/+1
| * | | selftests/bpf: Fix massive output from test_mapsJesper Dangaard Brouer2020-08-281-0/+2
| * | | selftests/bpf: Fix test_progs-flavor run getting number of testsJesper Dangaard Brouer2020-08-241-1/+3
| |/ /
* | | Merge branch 'gate-page-refcount' (patches from Dave Hansen)Linus Torvalds2020-09-031-2/+20
|\ \ \ | |_|/ |/| |
| * | selftests/x86/test_vsyscall: Improve the process_vm_readv() testAndy Lutomirski2020-09-031-2/+20
* | | Merge tag 'perf-tools-fixes-for-v5.9-2020-09-01' of git://git.kernel.org/pub/...Linus Torvalds2020-09-0117-27/+62
|\ \ \
| * | | perf report: Disable ordered_events for raw dumpJiri Olsa2020-09-011-0/+3
| * | | perf tools: Correct SNOOPX field offsetAl Grant2020-09-011-1/+1
| * | | perf intel-pt: Fix corrupt data after perf inject fromAl Grant2020-09-011-1/+8
| * | | perf cs-etm: Fix corrupt data after perf inject fromAl Grant2020-09-011-1/+8
| * | | perf top/report: Fix infinite loop in the TUI for grouped eventsArnaldo Carvalho de Melo2020-09-011-1/+2
| * | | perf parse-events: Avoid an uninitialized read when using fake PMUsIan Rogers2020-09-011-13/+17
| * | | perf stat: Fix out of bounds array access in the print_counters() evlist methodThomas Richter2020-09-011-1/+1
| * | | perf test: Set NULL sentinel in pmu_events table in "Parse and process metric...Thomas Richter2020-09-011-0/+3
| * | | perf parse-events: Set exclude_guest=1 for user-space countingJin Yao2020-09-012-2/+5
| * | | perf record: Correct the help info of option "--no-bpf-event"Wei Li2020-09-011-1/+1
| * | | perf tools: Use %zd for size_t printf formats on 32-bitChris Wilson2020-09-012-2/+2
| * | | perf: arm-spe: Fix check error when synthesizing eventsWei Li2020-08-211-3/+3
| * | | perf symbols: Add mwait_idle_with_hints.constprop.0 to the list of idle symbolsArnaldo Carvalho de Melo2020-08-211-0/+1
| * | | perf top: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not setTiezhu Yang2020-08-211-0/+2
| * | | perf sched timehist: Fix use of CPU list with summary optionDavid Ahern2020-08-211-1/+5
| * | | perf test: Fix basic bpf filtering testSumanth Korikkar2020-08-211-1/+1
* | | | Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-303-1/+47
|\ \ \ \
| * | | | selftests/powerpc: Update PROT_SAO test to skip ISA 3.1Shawn Anastasio2020-08-241-2/+3
| * | | | Revert "powerpc/64s: Remove PROT_SAO support"Shawn Anastasio2020-08-243-1/+46
* | | | | Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-302-8/+47
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | tools: usb: move to tools buildsystemHeikki Krogerus2020-08-192-8/+47
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-238-10/+47
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-218-10/+47
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | bpf: Fix two typos in uapi/linux/bpf.hTobias Klauser2020-08-211-5/+5
| | * | | bpf: selftests: global_funcs: Check err_str before strstrYauheni Kaliuta2020-08-201-1/+1
| | * | | selftests/bpf: Remove test_align leftoversVeronika Kabatova2020-08-202-2/+1
| | * | | tools/resolve_btfids: Fix sections with wrong alignmentJiri Olsa2020-08-201-0/+36
| | * | | libbpf: Fix map index used in error messageToke Høiland-Jørgensen2020-08-201-1/+1
| | * | | bpftool: Handle EAGAIN error code properly in pids collectionYonghong Song2020-08-181-0/+2
| | * | | libbpf: Fix build on ppc64le architectureAndrii Nakryiko2020-08-181-1/+1