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
2019-07-31
selftests: mlxsw: Add a test for leftover DSCP rule
Petr Machata
2019-07-31
selftests: mlxsw: Fix local variable declarations in DSCP tests
Petr Machata
2019-07-30
tools: bpftool: add support for reporting the effective cgroup progs
Jakub Kicinski
2019-07-30
selftests/bpf: fix clearing buffered output between tests/subtests
Andrii Nakryiko
2019-07-30
selftests/bpf: add test for bpf_tcp_gen_syncookie
Petar Penkov
2019-07-30
selftests/bpf: bpf_tcp_gen_syncookie->bpf_helpers
Petar Penkov
2019-07-30
bpf: sync bpf.h to tools/
Petar Penkov
2019-07-30
selftests/livepatch: push and pop dynamic debug config
Joe Lawrence
2019-07-30
kselftest: save-and-restore errno to allow for %m formatting
Aleksa Sarai
2019-07-30
Merge tag 'for-linus-20190730' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-07-30
Merge tag 'linux-kselftest-5.3-rc3' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-07-29
Merge tag 'perf-urgent-for-mingo-5.3-20190729' of git://git.kernel.org/pub/sc...
Ingo Molnar
2019-07-29
tools: Add definitions for devmap_hash map type
Toke Høiland-Jørgensen
2019-07-29
tools/libbpf_probes: Add new devmap_hash type
Toke Høiland-Jørgensen
2019-07-29
tools/include/uapi: Add devmap_hash BPF map type
Toke Høiland-Jørgensen
2019-07-29
pidfd: remove obsolete comments from test
Christian Brauner
2019-07-29
libbpf: fix missing __WORDSIZE definition
Andrii Nakryiko
2019-07-29
perf tools: Fix perf.data documentation units for memory size
Vince Weaver
2019-07-29
perf header: Fix use of unitialized value warning
Numfor Mbiziwo-Tiapo
2019-07-29
perf header: Fix divide by zero error if f_header.attr_size==0
Vince Weaver
2019-07-29
tools headers UAPI: Sync if_link.h with the kernel
Arnaldo Carvalho de Melo
2019-07-29
tools headers UAPI: Sync sched.h with the kernel
Arnaldo Carvalho de Melo
2019-07-29
tools headers UAPI: Sync usbdevice_fs.h with the kernels to get new ioctl
Arnaldo Carvalho de Melo
2019-07-29
tools perf beauty: Fix usbdevfs_ioctl table generator to handle _IOC()
Arnaldo Carvalho de Melo
2019-07-29
tools headers UAPI: Update tools's copy of drm.h headers
Arnaldo Carvalho de Melo
2019-07-29
tools headers UAPI: Update tools's copy of mman.h headers
Arnaldo Carvalho de Melo
2019-07-27
selftests/bpf: convert send_signal.c to use subtests
Andrii Nakryiko
2019-07-27
selftests/bpf: convert bpf_verif_scale.c to sub-tests API
Andrii Nakryiko
2019-07-27
selftests/bpf: add sub-tests support for test_progs
Andrii Nakryiko
2019-07-27
selftests/bpf: abstract away test log output
Andrii Nakryiko
2019-07-27
selftest/bpf: centralize libbpf logging management for test_progs
Andrii Nakryiko
2019-07-27
libbpf: return previous print callback from libbpf_set_print
Andrii Nakryiko
2019-07-27
selftests/bpf: add test selectors by number and name to test_progs
Andrii Nakryiko
2019-07-27
selftests/bpf: revamp test_progs to allow more control
Andrii Nakryiko
2019-07-27
selftests/bpf: prevent headers to be compiled as C code
Andrii Nakryiko
2019-07-27
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-07-27
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-07-26
libbpf: fix erroneous multi-closing of BTF FD
Andrii Nakryiko
2019-07-26
tools headers UAPI: Update tools's copy of kvm.h headers
Arnaldo Carvalho de Melo
2019-07-26
tools include UAPI: Sync x86's syscalls_64.tbl and generic unistd.h to pick u...
Arnaldo Carvalho de Melo
2019-07-25
selftests/bpf: support BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAP
Stanislav Fomichev
2019-07-25
bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_...
Stanislav Fomichev
2019-07-25
selftests/bpf: support BPF_FLOW_DISSECTOR_F_PARSE_1ST_FRAG
Stanislav Fomichev
2019-07-25
tools/bpf: sync bpf_flow_keys flags
Stanislav Fomichev
2019-07-25
selftests/bpf: Add selftests for bpf_perf_event_output
Allan Zhang
2019-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-07-25
selftests/net: add missing gitignores (ipv6_flowlabel)
Jakub Kicinski
2019-07-25
libbpf: silence GCC8 warning about string truncation
Andrii Nakryiko
2019-07-25
Merge tag 'ktest-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2019-07-25
objtool: Improve UACCESS coverage
Peter Zijlstra
[prev]
[next]