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
2024-05-10
libsubcmd: Fix parse-options memory leak
Ian Rogers
2024-05-10
perf lock: Avoid memory leaks from strdup()
Ian Rogers
2024-05-10
perf sched: Rename 'switches' column header to 'count' and add usage descript...
Madadi Vineeth Reddy
2024-05-10
perf tools: Ignore deleted cgroups
Namhyung Kim
2024-05-10
perf parse: Allow tracepoint names to start with digits
Dominique Martinet
2024-05-10
perf parse-events: Add new 'fake_tp' parameter for tests
Dominique Martinet
2024-05-10
perf parse-events: pass parse_state to add_tracepoint
Dominique Martinet
2024-05-10
selftests: netfilter: add packetdrill based conntrack tests
Florian Westphal
2024-05-10
selftests: add F_DUPDFD_QUERY selftests
Christian Brauner
2024-05-10
selftests/ftrace: Fix required features for VFS type test case
Masami Hiramatsu (Google)
2024-05-09
perf symbols: Fix ownership of string in dso__load_vmlinux()
James Clark
2024-05-09
perf symbols: Update kcore map before merging in remaining symbols
James Clark
2024-05-09
perf maps: Re-use __maps__free_maps_by_name()
James Clark
2024-05-09
perf symbols: Remove map from list before updating addresses
James Clark
2024-05-09
perf tracepoint: Don't scan all tracepoints to test if one exists
Ian Rogers
2024-05-09
perf dwarf-aux: Fix build with HAVE_DWARF_CFI_SUPPORT
James Clark
2024-05-09
perf thread: Fixes to thread__new() related to initializing comm
Ian Rogers
2024-05-09
perf report: Avoid SEGV in report__setup_sample_type()
Ian Rogers
2024-05-09
perf comm: Fix comm_str__put() for reference count checking
Ian Rogers
2024-05-09
perf ui browser: Avoid SEGV on title
Ian Rogers
2024-05-09
selftests/bpf: Drop get_port in test_tcp_check_syncookie
Geliang Tang
2024-05-09
selftests/bpf: Use connect_to_fd in test_tcp_check_syncookie
Geliang Tang
2024-05-09
selftests/bpf: Use connect_to_fd in sockopt_inherit
Geliang Tang
2024-05-09
selftests/bpf: Use start_server_addr in test_tcp_check_syncookie
Geliang Tang
2024-05-09
selftests/bpf: Use start_server_addr in sockopt_inherit
Geliang Tang
2024-05-09
selftests/bpf: Add post_socket_cb for network_helper_opts
Geliang Tang
2024-05-09
selftest: epoll_busy_poll: epoll busy poll tests
Joe Damato
2024-05-09
selftests/bpf: Retire bpf_tcp_helpers.h
Martin KaFai Lau
2024-05-09
selftests/bpf: Remove the bpf_tcp_helpers.h usages from other non tcp-cc tests
Martin KaFai Lau
2024-05-09
selftests/bpf: Remove bpf_tcp_helpers.h usages from other misc bpf tcp-cc tests
Martin KaFai Lau
2024-05-09
selftests/bpf: Use bpf_tracing_net.h in bpf_dctcp
Martin KaFai Lau
2024-05-09
selftests/bpf: Use bpf_tracing_net.h in bpf_cubic
Martin KaFai Lau
2024-05-09
selftests/bpf: Rename tcp-cc private struct in bpf_cubic and bpf_dctcp
Martin KaFai Lau
2024-05-09
selftests/bpf: Sanitize the SEC and inline usages in the bpf-tcp-cc tests
Martin KaFai Lau
2024-05-09
selftests/bpf: Reuse the tcp_sk() from the bpf_tracing_net.h
Martin KaFai Lau
2024-05-09
selftests/bpf: Add a few tcp helper functions and macros to bpf_tracing_net.h
Martin KaFai Lau
2024-05-09
selftests/bpf: Remove bpf_tracing_net.h usages from two networking tests
Martin KaFai Lau
2024-05-09
Merge branch kvm-arm64/mpidr-reset into kvmarm-master/next
Marc Zyngier
2024-05-09
KVM: selftests: arm64: Test vCPU-scoped feature ID registers
Oliver Upton
2024-05-09
KVM: selftests: arm64: Test that feature ID regs survive a reset
Oliver Upton
2024-05-09
KVM: selftests: arm64: Store expected register value in set_id_regs
Oliver Upton
2024-05-09
KVM: selftests: arm64: Rename helper in set_id_regs to imply VM scope
Oliver Upton
2024-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-05-09
Merge tag 'net-6.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2024-05-09
Merge branch 'for-next/selftests' into for-next/core
Will Deacon
2024-05-08
net: selftest: add test for netdev netlink queue-get API
David Wei
2024-05-08
selftests: drv-net: add checksum tests
Willem de Bruijn
2024-05-08
selftests/sgx: Include KHDR_INCLUDES in Makefile
Edward Liaw
2024-05-08
selftests: Compile kselftest headers with -D_GNU_SOURCE
Edward Liaw
2024-05-08
selftests/resctrl: fix clang build warnings related to abs(), labs() calls
John Hubbard
[prev]
[next]