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-01-23
selftests/bpf: Add cookies check for perf_event fill_link_info test
Jiri Olsa
2024-01-23
selftests/bpf: Add cookies check for kprobe_multi fill_link_info test
Jiri Olsa
2024-01-23
bpftool: Fix wrong free call in do_show_link
Jiri Olsa
2024-01-23
bpf: Store cookies in kprobe_multi bpf_link_info data
Jiri Olsa
2024-01-23
bpf: Add cookie to perf_event bpf_link_info records
Jiri Olsa
2024-01-23
bpf: Use r constraint instead of p constraint in selftests
Jose E. Marchesi
2024-01-23
bpf: fix constraint in test_tcpbpf_kern.c
Jose E. Marchesi
2024-01-23
bpf: avoid VLAs in progs/test_xdp_dynptr.c
Jose E. Marchesi
2024-01-23
libbpf: call dup2() syscall directly
Andrii Nakryiko
2024-01-23
selftests/bpf: Enable kptr_xchg_inline test for arm64
Hou Tao
2024-01-23
selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY values
Andrey Grafin
2024-01-23
libbpf: Apply map_set_def_max_entries() for inner_maps on creation
Andrey Grafin
2024-01-23
bpf: Sync uapi bpf.h header for the tooling infra
Daniel Borkmann
2024-01-23
selftest: bpf: Test bpf_sk_assign_tcp_reqsk().
Kuniyuki Iwashima
2024-01-23
selftests/bpf: Fix potential premature unload in bpf_testmod
Artem Savkov
2024-01-23
bpftool: Silence build warning about calloc()
Tiezhu Yang
2024-01-23
bpf: Minor improvements for bpf_cmp.
Alexei Starovoitov
2024-01-23
selftests/bpf: Add a selftest with not-8-byte aligned BPF_ST
Yonghong Song
2024-01-23
bpf: Track aligned st store as imprecise spilled registers
Yonghong Song
2024-01-23
selftests/bpf: Test assigning ID to scalars on spill
Maxim Mikityanskiy
2024-01-23
bpf: Assign ID to scalars on spill
Maxim Mikityanskiy
2024-01-23
selftests/bpf: Add a test case for 32-bit spill tracking
Maxim Mikityanskiy
2024-01-23
selftests/bpf: check if imprecise stack spills confuse infinite loop detection
Eduard Zingerman
2024-01-23
selftests/bpf: Fix the u64_offset_to_skb_data test
Maxim Mikityanskiy
2024-01-23
selftests/bpf: Update LLVM Phabricator links
Nathan Chancellor
2024-01-23
selftests/bpf: detect testing prog flags support
Andrii Nakryiko
2024-01-23
selftests/bpf: fix test_loader check message
Andrii Nakryiko
2024-01-23
selftests/bpf: Test the inlining of bpf_kptr_xchg()
Hou Tao
2024-01-23
selftests/bpf: Factor out get_xlated_program() helper
Hou Tao
2024-01-23
selftest: Don't reuse port for SO_INCOMING_CPU test.
Kuniyuki Iwashima
2024-01-20
Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-01-19
selftests: bonding: Increase timeout to 1200s
Benjamin Poirier
2024-01-19
Merge tag 'perf-tools-for-v6.8-1-2024-01-09' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-01-18
Merge tag 'net-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2024-01-18
Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
2024-01-18
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-01-18
Merge tag 'trace-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2024-01-18
Merge tag 'x86_sgx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-01-18
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-01-18
selftests: mlxsw: qos_pfc: Adjust the test to support 8 lanes
Amit Cohen
2024-01-18
selftests: mlxsw: qos_pfc: Remove wrong description
Amit Cohen
2024-01-18
mlxsw: spectrum_acl_tcam: Fix stack corruption
Ido Schimmel
2024-01-18
mlxsw: spectrum_acl_erp: Fix error flow of pool allocation failure
Amit Cohen
2024-01-18
selftests: bonding: Add more missing config options
Benjamin Poirier
2024-01-18
selftests: netdevsim: add a config file
Jakub Kicinski
2024-01-17
libbpf: warn on unexpected __arg_ctx type when rewriting BTF
Andrii Nakryiko
2024-01-17
selftests/bpf: add tests confirming type logic in kernel for __arg_ctx
Andrii Nakryiko
2024-01-17
libbpf: feature-detect arg:ctx tag support in kernel
Andrii Nakryiko
2024-01-17
RISC-V: selftests: cbo: Ensure asm operands match constraints
Andrew Jones
2024-01-17
Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
[prev]
[next]