summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2020-08-06libtraceevent: Fix typo in tep_plugin_add_option() descriptionTzvetomir Stoyanov (VMware)-1/+1
2020-08-06libtraceevent: Handle strdup() error in parse_option_name()Tzvetomir Stoyanov (VMware)-3/+5
2020-08-06libtraceevent: Document tep_load_plugins_hook()Tzvetomir Stoyanov (VMware)-1/+40
2020-08-06perf evsel: Extend message to mention CAP_SYS_PTRACE and perf security doc linkAlexey Budankov-2/+4
2020-08-06perf intel-pt: Add support for decoding PSB+ onlyAdrian Hunter-0/+33
2020-08-06perf intel-pt: Add support for decoding FUP/TIP onlyAdrian Hunter-5/+200
2020-08-06perf auxtrace: Add itrace 'q' option for quicker, less detailed decodingAdrian Hunter-0/+9
2020-08-06perf intel-pt: Time filter logged perf eventsAdrian Hunter-3/+19
2020-08-06perf intel-pt: Use itrace debug log flags to suppress some messagesAdrian Hunter-8/+14
2020-08-06perf auxtrace: Add optional log flags to the itrace 'd' optionAdrian Hunter-1/+17
2020-08-06perf intel-pt: Use itrace error flags to suppress some errorsAdrian Hunter-1/+17
2020-08-06perf auxtrace: Add optional error flags to the itrace 'e' optionAdrian Hunter-1/+61
2020-08-06perf auxtrace: Add missing itrace options to help textAdrian Hunter-1/+5
2020-08-06perf tools: Improve aux_output not supported errorAdrian Hunter-0/+4
2020-08-06perf intel-pt: Fix duplicate branch after CBRAdrian Hunter-2/+6
2020-08-06perf intel-pt: Fix FUP packet stateAdrian Hunter-14/+7
2020-08-06Mgerge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo-2677/+18034
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-1663/+14723
2020-08-05Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds-4/+90
2020-08-05Merge tag 'gpio-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds-4/+6
2020-08-05selftests/net: relax cpu affinity requirement in msg_zerocopy testWillem de Bruijn-3/+2
2020-08-05selftests: rtnetlink: make kci_test_encap() return sub-test resultPo-Hsu Lin-0/+3
2020-08-05selftests: rtnetlink: correct the final return value for the testPo-Hsu Lin-22/+43
2020-08-05Merge tag 'usb-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-4/+6
2020-08-05Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+13
2020-08-05Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+7
2020-08-05Merge tag 'linux-kselftest-5.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-247/+458
2020-08-05Merge tag 'linux-kselftest-kunit-5.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-34/+10
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2020-08-04Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-6/+295
2020-08-05selftests/powerpc: Fix pkey syscall redefinitionsSandipan Das-6/+6
2020-08-04Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+236
2020-08-04Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+186
2020-08-04Merge tag 'threads-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds-0/+80
2020-08-04Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-232/+573
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+0
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-1/+125
2020-08-04selftests: pmtu.sh: Add tests for UDP tunnels handled by Open vSwitchStefano Brivio-0/+180
2020-08-04selftests: pmtu.sh: Add tests for bridged UDP tunnelsStefano Brivio-7/+159
2020-08-04perf evsel: Don't set sample_regs_intr/sample_regs_user for dummy eventJin Yao-2/+4
2020-08-04perf record: Introduce --control fd:ctl-fd[,ack-fd] optionsAlexey Budankov-0/+78
2020-08-04perf record: Implement control commands handlingAlexey Budankov-0/+16
2020-08-04perf record: Extend -D,--delay option with -1 valueAlexey Budankov-8/+13
2020-08-04perf stat: Introduce --control fd:ctl-fd[,ack-fd] optionsAlexey Budankov-1/+80
2020-08-03Merge tag 'acpi-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-1/+1
2020-08-03Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-112/+159
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-380/+2352
2020-08-03selftests: mlxsw: RED: Test offload of trapping on RED qeventsPetr Machata-6/+40
2020-08-03Merge tag 'platform-drivers-x86-v5.9-1' of git://git.infradead.org/linux-plat...Linus Torvalds-20/+61
2020-08-03Merge tag 'x86-fpu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+119