summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-11-031-2/+4
|\
| * usbip: tools: Fix read_usb_vudc_device() error path handlingGwanYeong Kim2019-10-281-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-015-2/+29
|\ \ | |/ |/|
| * selftests: bpf: Skip write only files in debugfsJakub Kicinski2019-11-011-0/+5
| * selftests: net: reuseport_dualstack: fix uninitalized parameterWei Wang2019-11-011-1/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-10-261-1/+1
| |\
| | * selftests/bpf: More compatible nc options in test_tc_edtJiri Benc2019-10-181-1/+1
| * | selftests: fib_tests: add more tests for metric updatePaolo Abeni2019-10-261-0/+21
| * | selftests: Make l2tp.sh executableDavid Ahern2019-10-221-0/+0
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-10-2712-17/+65
|\ \ \
| * | | perf kmem: Fix memory leak in compact_gfp_flags()Yunfeng Ye2019-10-161-0/+1
| * | | tools headers UAPI: Sync sched.h with the kernelArnaldo Carvalho de Melo2019-10-151-2/+28
| * | | tools headers kvm: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo2019-10-151-0/+2
| * | | tools headers kvm: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo2019-10-151-0/+1
| * | | tools headers kvm: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo2019-10-151-1/+5
| * | | perf c2c: Fix memory leak in build_cl_output()Yunfeng Ye2019-10-151-5/+9
| * | | perf tools: Fix mode setting in copyfile_mode_ns()Adrian Hunter2019-10-151-3/+5
| * | | perf annotate: Fix multiple memory and file descriptor leaksGustavo A. R. Silva2019-10-151-1/+1
| * | | perf tools: Fix resource leak of closedir() on the error pathsYunfeng Ye2019-10-152-3/+7
| * | | perf evlist: Fix fix for freed id arraysAndi Kleen2019-10-151-1/+1
| * | | perf jvmti: Link against tools/lib/ctype.h to have weak strlcpy()Thomas Richter2019-10-151-1/+5
* | | | selftests: kvm: fix sync_regs_test with newer gccsVitaly Kuznetsov2019-10-221-10/+11
* | | | selftests: kvm: vmx_dirty_log_test: skip the test when VMX is not supportedVitaly Kuznetsov2019-10-221-0/+2
* | | | selftests: kvm: consolidate VMX support checksVitaly Kuznetsov2019-10-225-15/+15
* | | | selftests: kvm: vmx_set_nested_state_test: don't check for VMX support twiceVitaly Kuznetsov2019-10-221-6/+1
* | | | selftests: kvm: synchronize .gitignore to MakefileVitaly Kuznetsov2019-10-221-0/+2
| |/ / |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-10-198-18/+55
|\ \ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-10-128-18/+55
| |\ \
| | * | selftests/bpf: More compatible nc options in test_lwt_ip_encapJiri Benc2019-10-081-3/+3
| | * | selftests/bpf: Set rp_filter in test_flow_dissectorJiri Benc2019-10-081-0/+3
| | * | selftests/bpf: test_progs: Don't leak server_fd in test_sockopt_inheritBrian Vazquez2019-10-021-1/+1
| | * | selftests/bpf: test_progs: Don't leak server_fd in tcp_rttBrian Vazquez2019-10-021-1/+2
| | * | libbpf: handle symbol versioning properly for libbpf.aYonghong Song2019-09-303-11/+36
| | * | tools: bpf: Use !building_out_of_srctree to determine srctreeShuah Khan2019-09-302-2/+10
* | | | mm/gup_benchmark: add a missing "w" to getopt stringJohn Hubbard2019-10-191-1/+1
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-10-153-0/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | tools/virtio: xen stubMichael S. Tsirkin2019-10-131-0/+6
| * | | tools/virtio: more stubsMichael S. Tsirkin2019-10-112-0/+2
| |/ /
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-10-1238-99/+315
|\ \ \
| * \ \ Merge tag 'perf-urgent-for-mingo-5.4-20191001' of git://git.kernel.org/pub/sc...Ingo Molnar2019-10-0738-99/+315
| |\ \ \ | | |/ / | |/| |
| | * | perf annotate: Don't return -1 for error when doing BPF disassemblyArnaldo Carvalho de Melo2019-09-302-4/+17
| | * | perf annotate: Return appropriate error code for allocation failuresArnaldo Carvalho de Melo2019-09-301-2/+2
| | * | perf annotate: Fix arch specific ->init() failure errorsArnaldo Carvalho de Melo2019-09-306-8/+20
| | * | perf annotate: Propagate the symbol__annotate() error returnArnaldo Carvalho de Melo2019-09-301-1/+1
| | * | perf annotate: Fix the signedness of failure returnsArnaldo Carvalho de Melo2019-09-301-1/+1
| | * | perf annotate: Propagate perf_env__arch() errorArnaldo Carvalho de Melo2019-09-301-1/+1
| | * | perf evsel: Fall back to global 'perf_env' in perf_evsel__env()Arnaldo Carvalho de Melo2019-09-302-1/+8
| | * | perf tools: Propagate get_cpuid() errorArnaldo Carvalho de Melo2019-09-304-9/+13
| | * | perf jevents: Fix period for Intel fixed countersAndi Kleen2019-09-301-6/+6
| | * | perf script brstackinsn: Fix recovery from LBR/binary mismatchAndi Kleen2019-09-301-1/+5