aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-08-18tools: iio: add .gitignoreBartosz Golaszewski1-0/+4
2019-08-17Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds5-39/+52
2019-08-17selftests/bpf: add sockopt clone/inheritance testStanislav Fomichev4-1/+353
2019-08-17bpf: sync bpf.h to tools/Stanislav Fomichev1-0/+3
2019-08-17selftests/bpf: fix race in test_tcp_rtt testPetar Penkov1-0/+31
2019-08-17libbpf: relicense bpf_helpers.h and bpf_endian.hAndrii Nakryiko2-2/+2
2019-08-17libbpf: add support for need_wakeup flag in AF_XDP partMagnus Karlsson3-0/+23
2019-08-17selftests: devlink_trap: Add test cases for devlink-trapIdo Schimmel1-0/+364
2019-08-17selftests: forwarding: devlink_lib: Add devlink-trap helpersIdo Schimmel1-0/+163
2019-08-17selftests: forwarding: devlink_lib: Allow tests to define devlink deviceIdo Schimmel1-12/+14
2019-08-17tools: hv: fix typos in toolchainAdrian Vladu4-6/+6
2019-08-17tools: hv: fix KVP and VSS daemons exit codeAdrian Vladu2-0/+4
2019-08-17tools: hv: fixed Python pep8/flake8 warnings for lsvmbusAdrian Vladu1-33/+42
2019-08-16selftests: Fix get_ifidx and callers in nettest.cDavid Ahern1-12/+13
2019-08-16perf unwind: Remove unnecessary testJohn Keeping1-6/+0
2019-08-16perf unwind: Fix libunwind when tid != pidJohn Keeping7-47/+48
2019-08-16perf map: Use zalloc for map_groupsJohn Keeping1-1/+1
2019-08-16perf report: Add --switch-on/--switch-off eventsArnaldo Carvalho de Melo2-0/+27
2019-08-15tools: bpftool: close prog FD before exit on showing a single programQuentin Monnet1-1/+3
2019-08-15tools: bpftool: move "__printf()" attributes to header fileQuentin Monnet5-10/+12
2019-08-15tools: bpftool: fix format string for p_err() in detect_common_prefix()Quentin Monnet1-1/+1
2019-08-15tools: bpftool: fix format string for p_err() in query_flow_dissector()Quentin Monnet1-1/+1
2019-08-15tools: bpftool: fix argument for p_err() in BTF do_dump()Quentin Monnet1-1/+1
2019-08-15tools: bpftool: fix format strings and arguments for jsonw_printf()Quentin Monnet1-4/+4
2019-08-15tools: bpftool: fix arguments for p_err() in do_event_pipe()Quentin Monnet1-2/+2
2019-08-15libbpf: make libbpf.map source of truth for libbpf versionAndrii Nakryiko2-12/+11
2019-08-15tools: bpftool: add documentation for net attach/detachDaniel T. Lee1-3/+54
2019-08-15tools: bpftool: add bash-completion for net attach/detachDaniel T. Lee1-10/+55
2019-08-15tools: bpftool: add net detach command to detach XDP on interfaceDaniel T. Lee1-1/+41
2019-08-15tools: bpftool: add net attach command to attach XDP on interfaceDaniel T. Lee1-7/+129
2019-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+48
2019-08-15perf top: Add --switch-on/--switch-off eventsArnaldo Carvalho de Melo3-1/+49
2019-08-15selftests: netdevsim: add devlink regions testsJiri Pirko1-1/+53
2019-08-15selftests: netdevsim: add devlink params testsJiri Pirko1-1/+61
2019-08-15selftests: net: push jq workaround into separate helperJiri Pirko2-13/+23
2019-08-15selftests: net: tcp_fastopen_backup_key.sh: fix shellcheck issueAnders Roxell1-1/+1
2019-08-15perf trace: Add --switch-on/--switch-off eventsArnaldo Carvalho de Melo2-0/+19
2019-08-15perf evswitch: Add hint when not finding specified on/off eventsArnaldo Carvalho de Melo1-1/+3
2019-08-15perf evswitch: Move enoent error message printing to separate functionArnaldo Carvalho de Melo1-2/+7
2019-08-15perf evswitch: Introduce init() method to set the on/off evsels from the command lineArnaldo Carvalho de Melo3-18/+30
2019-08-15perf evswitch: Introduce OPTS_EVSWITCH() for cmd line processingArnaldo Carvalho de Melo2-6/+9
2019-08-15perf evswitch: Add the names of on/off eventsArnaldo Carvalho de Melo2-10/+9
2019-08-15perf evswitch: Move switch logic to use in other toolsArnaldo Carvalho de Melo4-21/+36
2019-08-15perf evswitch: Move struct to a separate header to use in other toolsArnaldo Carvalho de Melo2-7/+17
2019-08-15perf script: Allow specifying event to switch off processing of other eventsArnaldo Carvalho de Melo2-4/+32
2019-08-15perf script: Allow showing the --switch-on eventArnaldo Carvalho de Melo2-0/+9
2019-08-15perf script: Allow specifying event to switch on processing of other eventsArnaldo Carvalho de Melo2-0/+29
2019-08-15perf vendor events intel: Add Tremontx event file v1.02Haiyan Song10-0/+902
2019-08-15selftests: kvm: fix vmx_set_nested_state_testPaolo Bonzini1-3/+14
2019-08-15selftests: kvm: provide common function to enable eVMCSPaolo Bonzini4-21/+28