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
Age
Commit message (
Expand
)
Author
2021-03-08
Merge branch 'load-acquire/store-release barriers for'
Andrii Nakryiko
2021-03-08
libbpf, xsk: Add libbpf_smp_store_release libbpf_smp_load_acquire
Björn Töpel
2021-03-08
xsk: Update rings for load-acquire/store-release barriers
Björn Töpel
2021-03-08
selftests/bpf: Fix test_attach_probe for powerpc uprobes
Jiri Olsa
2021-03-05
selftests, bpf: Extend test_tc_tunnel test with vxlan
Xuesen Huang
2021-03-05
bpf: Add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETH
Xuesen Huang
2021-03-04
selftests/bpf: Simplify the calculation of variables
Jiapeng Chong
2021-03-04
bpf: Simplify the calculation of variables
Jiapeng Chong
2021-03-04
Merge branch 'PROG_TEST_RUN support for sk_lookup programs'
Alexei Starovoitov
2021-03-04
selftests: bpf: Don't run sk_lookup in verifier tests
Lorenz Bauer
2021-03-04
selftests: bpf: Check that PROG_TEST_RUN repeats as requested
Lorenz Bauer
2021-03-04
selftests: bpf: Convert sk_lookup ctx access tests to PROG_TEST_RUN
Lorenz Bauer
2021-03-04
bpf: Add PROG_TEST_RUN support for sk_lookup programs
Lorenz Bauer
2021-03-04
bpf: Consolidate shared test timing code
Lorenz Bauer
2021-03-04
Merge branch 'Improve BPF syscall command documentation'
Alexei Starovoitov
2021-03-04
tools: Sync uapi bpf.h header with latest changes
Joe Stringer
2021-03-04
docs/bpf: Add bpf() syscall command reference
Joe Stringer
2021-03-04
selftests/bpf: Test syscall command parsing
Joe Stringer
2021-03-04
selftests/bpf: Templatize man page generation
Joe Stringer
2021-03-04
tools/bpf: Remove bpf-helpers from bpftool docs
Joe Stringer
2021-03-04
scripts/bpf: Add syscall commands printer
Joe Stringer
2021-03-04
scripts/bpf: Abstract eBPF API target parameter
Joe Stringer
2021-03-04
bpf: Document BPF_MAP_*_BATCH syscall commands
Joe Stringer
2021-03-04
bpf: Document BPF_PROG_QUERY syscall command
Joe Stringer
2021-03-04
bpf: Document BPF_PROG_TEST_RUN syscall command
Joe Stringer
2021-03-04
bpf: Document BPF_PROG_ATTACH syscall command
Joe Stringer
2021-03-04
bpf: Document BPF_PROG_PIN syscall command
Joe Stringer
2021-03-04
bpf: Document BPF_F_LOCK in syscall commands
Joe Stringer
2021-03-04
bpf: Add minimal bpf() command documentation
Joe Stringer
2021-03-04
bpf: Import syscall arg documentation
Joe Stringer
2021-03-04
Merge branch 'Add BTF_KIND_FLOAT support'
Alexei Starovoitov
2021-03-04
bpf: Document BTF_KIND_FLOAT in btf.rst
Ilya Leoshkevich
2021-03-04
selftests/bpf: Add BTF_KIND_FLOAT to the existing deduplication tests
Ilya Leoshkevich
2021-03-04
selftest/bpf: Add BTF_KIND_FLOAT tests
Ilya Leoshkevich
2021-03-04
bpf: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
2021-03-04
selftests/bpf: Use the 25th bit in the "invalid BTF_INFO" test
Ilya Leoshkevich
2021-03-04
tools/bpftool: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
2021-03-04
libbpf: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
2021-03-04
libbpf: Fix whitespace in btf_add_composite() comment
Ilya Leoshkevich
2021-03-04
bpf: Add BTF_KIND_FLOAT to uapi
Ilya Leoshkevich
2021-03-04
selftests/bpf: Add a verifier scale test with unknown bounded loop
Yonghong Song
2021-03-04
skmsg: Add function doc for skb->_sk_redir
Cong Wang
2021-03-02
tools/runqslower: Allow substituting custom vmlinux.h for the build
Andrii Nakryiko
2021-02-26
tools, bpf_asm: Exit non-zero on errors
Ian Denhardt
2021-02-26
tools, bpf_asm: Hard error on out of range jumps
Ian Denhardt
2021-02-26
Merge branch 'bpf: add bpf_for_each_map_elem() helper'
Alexei Starovoitov
2021-02-26
selftests/bpf: Add arraymap test for bpf_for_each_map_elem() helper
Yonghong Song
2021-02-26
selftests/bpf: Add hashmap test for bpf_for_each_map_elem() helper
Yonghong Song
2021-02-26
bpftool: Print subprog address properly
Yonghong Song
2021-02-26
libbpf: Support subprog address relocation
Yonghong Song
[next]