index
:
kernel/linux.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.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-27
libbpf: Record subprog-resolved CO-RE relocations unconditionally
Andrii Nakryiko
1
-15
/
+12
2022-04-27
selftests/bpf: Add CO-RE relos and SEC("?...") to linked_funcs selftests
Andrii Nakryiko
3
-2
/
+18
2022-04-27
libbpf: Avoid joining .BTF.ext data with BPF programs by section name
Andrii Nakryiko
3
-29
/
+65
2022-04-27
libbpf: Fix logic for finding matching program for CO-RE relocation
Andrii Nakryiko
1
-2
/
+3
2022-04-27
libbpf: Drop unhelpful "program too large" guess
Andrii Nakryiko
1
-4
/
+0
2022-04-27
libbpf: Fix anonymous type check in CO-RE logic
Andrii Nakryiko
1
-1
/
+1
2022-04-26
bpf: Compute map_btf_id during build time
Menglong Dong
19
-129
/
+62
2022-04-26
Merge branch 'Introduce typed pointer support in BPF maps'
Alexei Starovoitov
23
-162
/
+2035
2022-04-26
selftests/bpf: Add test for strict BTF type check
Kumar Kartikeya Dwivedi
2
-1
/
+41
2022-04-26
selftests/bpf: Add verifier tests for kptr
Kumar Kartikeya Dwivedi
3
-7
/
+562
2022-04-26
selftests/bpf: Add C tests for kptr
Kumar Kartikeya Dwivedi
2
-0
/
+227
2022-04-26
libbpf: Add kptr type tag macros to bpf_helpers.h
Kumar Kartikeya Dwivedi
1
-0
/
+7
2022-04-26
bpf: Make BTF type match stricter for release arguments
Kumar Kartikeya Dwivedi
3
-8
/
+27
2022-04-26
bpf: Teach verifier about kptr_get kfunc helpers
Kumar Kartikeya Dwivedi
2
-5
/
+55
2022-04-26
bpf: Wire up freeing of referenced kptr
Kumar Kartikeya Dwivedi
6
-25
/
+210
2022-04-26
bpf: Populate pairs of btf_id and destructor kfunc in btf
Kumar Kartikeya Dwivedi
2
-0
/
+125
2022-04-26
bpf: Adapt copy_map_value for multiple offset case
Kumar Kartikeya Dwivedi
2
-27
/
+117
2022-04-26
bpf: Prevent escaping of kptr loaded from maps
Kumar Kartikeya Dwivedi
2
-8
/
+37
2022-04-26
bpf: Allow storing referenced kptr in map
Kumar Kartikeya Dwivedi
6
-13
/
+151
2022-04-26
bpf: Tag argument to be released in bpf_func_proto
Kumar Kartikeya Dwivedi
8
-49
/
+60
2022-04-26
bpf: Allow storing unreferenced kptr in map
Kumar Kartikeya Dwivedi
6
-36
/
+433
2022-04-26
bpf: Use bpf_prog_run_array_cg_flags everywhere
Stanislav Fomichev
2
-54
/
+26
2022-04-26
bpftool, musl compat: Replace sys/fcntl.h by fcntl.h
Dominique Martinet
1
-1
/
+1
2022-04-26
bpftool, musl compat: Replace nftw with FTW_ACTIONRETVAL
Dominique Martinet
1
-55
/
+57
2022-04-25
libbpf: Remove unnecessary type cast
Yuntao Wang
1
-1
/
+1
2022-04-23
selftests/bpf: Switch fexit_stress to bpf_link_create() API
Andrii Nakryiko
1
-1
/
+1
2022-04-23
libbpf: Teach bpf_link_create() to fallback to bpf_raw_tracepoint_open()
Andrii Nakryiko
2
-3
/
+34
2022-04-23
bpf: Allow attach TRACING programs through LINK_CREATE command
Andrii Nakryiko
1
-54
/
+56
2022-04-22
libbpf: Improve libbpf API documentation link position
Grant Seltzer
1
-2
/
+1
2022-04-21
libbpf: Remove redundant non-null checks on obj_elf
Gaosheng Cui
1
-4
/
+2
2022-04-21
selftests/bpf: Fix map tests errno checks
Artem Savkov
2
-68
/
+37
2022-04-21
selftests/bpf: Fix prog_tests uprobe_autoattach compilation error
Artem Savkov
1
-1
/
+2
2022-04-21
selftests/bpf: Fix attach tests retcode checks
Artem Savkov
2
-2
/
+2
2022-04-21
i40e, xsk: Get rid of redundant 'fallthrough'
Maciej Fijalkowski
1
-1
/
+0
2022-04-21
ixgbe, xsk: Get rid of redundant 'fallthrough'
Maciej Fijalkowski
1
-1
/
+0
2022-04-21
bpf: Move check_ptr_off_reg before check_map_access
Kumar Kartikeya Dwivedi
1
-38
/
+38
2022-04-21
bpf: Make btf_find_field more generic
Kumar Kartikeya Dwivedi
1
-31
/
+89
2022-04-21
libbpf: Add documentation to API functions
Grant Seltzer
1
-0
/
+76
2022-04-21
libbpf: Update API functions usage to check error
Grant Seltzer
1
-7
/
+5
2022-04-21
libbpf: Add error returns to two API functions
Grant Seltzer
2
-5
/
+13
2022-04-21
samples/bpf: Reduce the sampling interval in xdp1_user
Zhengchao Shao
1
-1
/
+1
2022-04-21
selftests/bpf: Add test for skb_load_bytes
Liu Jian
2
-0
/
+64
2022-04-21
net: Change skb_ensure_writable()'s write_len param to unsigned int type
Liu Jian
2
-2
/
+2
2022-04-21
bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytes
Liu Jian
1
-2
/
+2
2022-04-20
Merge branch 'Support riscv libbpf USDT arg parsing logic'
Andrii Nakryiko
3
-6
/
+113
2022-04-20
libbpf: Support riscv USDT argument parsing logic
Pu Lehui
1
-0
/
+107
2022-04-20
libbpf: Fix usdt_cookie being cast to 32 bits
Pu Lehui
3
-6
/
+6
2022-04-20
bpf: Fix usage of trace RCU in local storage.
KP Singh
5
-19
/
+28
2022-04-20
Merge branch 'Ensure type tags are always ordered first in BTF'
Alexei Starovoitov
2
-0
/
+153
2022-04-20
selftests/bpf: Add tests for type tag order validation
Kumar Kartikeya Dwivedi
1
-0
/
+99
[next]