index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2020-08-07
tools headers UAPI: Sync drm/i915_drm.h with the kernel sources
Arnaldo Carvalho de Melo
2020-08-07
tools arch x86: Sync asm/cpufeatures.h with the kernel sources
Arnaldo Carvalho de Melo
2020-08-07
tools arch x86: Sync the msr-index.h copy with the kernel sources
Arnaldo Carvalho de Melo
2020-08-07
tools headers UAPI: update linux/in.h copy
Arnaldo Carvalho de Melo
2020-08-06
bpf: Fix compilation warning of selftests
Jianlin Lv
2020-08-06
selftests: bpf: Switch off timeout
Jiri Benc
2020-08-06
bpf: Add missing return to resolve_btfids
Stanislav Fomichev
2020-08-06
libbf: Fix uninitialized pointer at btf__parse_raw()
Daniel T. Lee
2020-08-06
tools/bpf: Support new uapi for map element bpf iterator
Yonghong Song
2020-08-06
selftests/bpf: Prevent runqslower from racing on building bpftool
Andrii Nakryiko
2020-08-06
Merge tag 'livepatching-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2020-08-06
Merge tag 'csky-for-linus-5.9-rc1' of https://github.com/c-sky/csky-linux
Linus Torvalds
2020-08-06
Merge tag 'xtensa-20200805' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
2020-08-06
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-08-06
tools headers API: Update close_range affected files
Arnaldo Carvalho de Melo
2020-08-06
perf script: Add 'tod' field to display time of day
Jiri Olsa
2020-08-06
perf script: Change the 'enum perf_output_field' enumerators to be 64 bits
Jiri Olsa
2020-08-06
perf data: Add support to store time of day in CTF data conversion
Jiri Olsa
2020-08-06
perf tools: Move clockid_res_ns under clock struct
Jiri Olsa
2020-08-06
perf header: Store clock references for -k/--clockid option
Jiri Olsa
2020-08-06
perf tools: Add clockid_name function
Jiri Olsa
2020-08-06
perf clockid: Move parse_clockid() to new clockid object
Jiri Olsa
2020-08-06
tools lib traceevent: Handle possible strdup() error in tep_add_plugin_path()...
Tzvetomir Stoyanov (VMware)
2020-08-06
libtraceevent: Fixed description of tep_add_plugin_path() API
Tzvetomir Stoyanov (VMware)
2020-08-06
libtraceevent: Fixed type in PRINT_FMT_STING
Tzvetomir Stoyanov (VMware)
2020-08-06
libtraceevent: Fixed broken indentation in parse_ip4_print_args()
Tzvetomir Stoyanov (VMware)
2020-08-06
libtraceevent: Improve error handling of tep_plugin_add_option() API
Tzvetomir Stoyanov (VMware)
2020-08-06
libtraceevent: Fix typo in tep_plugin_add_option() description
Tzvetomir Stoyanov (VMware)
2020-08-06
libtraceevent: Handle strdup() error in parse_option_name()
Tzvetomir Stoyanov (VMware)
2020-08-06
libtraceevent: Document tep_load_plugins_hook()
Tzvetomir Stoyanov (VMware)
2020-08-06
perf evsel: Extend message to mention CAP_SYS_PTRACE and perf security doc link
Alexey Budankov
2020-08-06
perf intel-pt: Add support for decoding PSB+ only
Adrian Hunter
2020-08-06
perf intel-pt: Add support for decoding FUP/TIP only
Adrian Hunter
2020-08-06
perf auxtrace: Add itrace 'q' option for quicker, less detailed decoding
Adrian Hunter
2020-08-06
perf intel-pt: Time filter logged perf events
Adrian Hunter
2020-08-06
perf intel-pt: Use itrace debug log flags to suppress some messages
Adrian Hunter
2020-08-06
perf auxtrace: Add optional log flags to the itrace 'd' option
Adrian Hunter
2020-08-06
perf intel-pt: Use itrace error flags to suppress some errors
Adrian Hunter
2020-08-06
perf auxtrace: Add optional error flags to the itrace 'e' option
Adrian Hunter
2020-08-06
perf auxtrace: Add missing itrace options to help text
Adrian Hunter
2020-08-06
perf tools: Improve aux_output not supported error
Adrian Hunter
2020-08-06
perf intel-pt: Fix duplicate branch after CBR
Adrian Hunter
2020-08-06
perf intel-pt: Fix FUP packet state
Adrian Hunter
2020-08-06
Mgerge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2020-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-08-05
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
2020-08-05
Merge tag 'gpio-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2020-08-05
selftests/net: relax cpu affinity requirement in msg_zerocopy test
Willem de Bruijn
2020-08-05
selftests: rtnetlink: make kci_test_encap() return sub-test result
Po-Hsu Lin
2020-08-05
selftests: rtnetlink: correct the final return value for the test
Po-Hsu Lin
[prev]
[next]