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.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-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
path:
root
/
include
/
linux
/
btf_ids.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-30
bpf: Include linux/types.h for u32
Dmitrii Bundin
1
-0
/
+2
2024-02-01
bpf: btf: Add BTF_KFUNCS_START/END macro pair
Daniel Xu
1
-0
/
+11
2024-01-31
bpf: btf: Support flags for BTF_SET8 sets
Daniel Xu
1
-4
/
+6
2023-09-15
bpf: Fix BTF_ID symbol generation collision
Jiri Olsa
1
-1
/
+1
2023-07-19
bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_map
Anton Protopopov
1
-0
/
+1
2023-03-07
bpf: Increase size of BTF_ID_LIST without CONFIG_DEBUG_INFO_BTF again
Nathan Chancellor
1
-1
/
+1
2022-12-01
bpf: Fix a compilation failure with clang lto build
Yonghong Song
1
-0
/
+1
2022-11-24
bpf: Fix a BTF_ID_LIST bug with CONFIG_DEBUG_INFO_BTF not set
Yonghong Song
1
-1
/
+1
2022-10-26
bpf: Make struct cgroup btf id global
Yonghong Song
1
-0
/
+1
2022-07-22
bpf: Fix build error in case of !CONFIG_DEBUG_INFO_BTF
Kumar Kartikeya Dwivedi
1
-2
/
+2
2022-07-22
bpf: Introduce 8-byte BTF set
Kumar Kartikeya Dwivedi
1
-4
/
+64
2022-06-29
bpf: per-cgroup lsm flavor
Stanislav Fomichev
1
-1
/
+2
2022-05-21
bpf: Add bpf_skc_to_mptcp_sock_proto
Geliang Tang
1
-1
/
+2
2022-01-19
bpf: Populate kfunc BTF ID sets in struct btf
Kumar Kartikeya Dwivedi
1
-6
/
+7
2021-11-12
bpf: Introduce btf_tracing_ids
Song Liu
1
-1
/
+13
2021-11-12
bpf: Extend BTF_ID_LIST_GLOBAL with parameter for number of IDs
Song Liu
1
-3
/
+3
2021-08-26
bpf: Fix bpf-next builds without CONFIG_BPF_EVENTS
Daniel Xu
1
-0
/
+1
2021-08-25
bpf: Consolidate task_struct BTF_ID declarations
Daniel Xu
1
-0
/
+2
2021-08-25
bpf: Add BTF_ID_LIST_GLOBAL_SINGLE macro
Daniel Xu
1
-0
/
+3
2021-08-15
bpf: af_unix: Implement BPF iterator for UNIX domain socket.
Kuniyuki Iwashima
1
-1
/
+2
2020-09-22
btf: Add BTF_ID_LIST_SINGLE macro
Lorenz Bauer
1
-0
/
+8
2020-08-26
bpf: Add BTF_SET_START/END macros
Jiri Olsa
1
-1
/
+50
2020-07-21
bpf: Make btf_sock_ids global
Yonghong Song
1
-0
/
+30
2020-07-21
bpf: Add BTF_ID_LIST_GLOBAL in btf_ids.h
Yonghong Song
1
-3
/
+7
2020-07-14
bpf: Fix cross build for CONFIG_DEBUG_INFO_BTF option
Jiri Olsa
1
-1
/
+1
2020-07-14
bpf: Fix build for disabled CONFIG_DEBUG_INFO_BTF option
Jiri Olsa
1
-0
/
+9
2020-07-13
bpf: Add BTF_ID_LIST/BTF_ID/BTF_ID_UNUSED macros
Jiri Olsa
1
-0
/
+87