index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
btf.c
Age
Commit message (
Expand
)
Author
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-01-09
btf: Switch module BTF attribute to sysfs_bin_attr_simple_read()
Thomas Weißschuh
2025-01-03
bpf: Reject struct_ops registration that uses module ptr and the module btf_i...
Martin KaFai Lau
2024-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
2024-12-13
bpf: Augment raw_tp arguments with PTR_MAYBE_NULL
Kumar Kartikeya Dwivedi
2024-12-13
bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"
Kumar Kartikeya Dwivedi
2024-12-13
bpf: Add a __btf_get_by_fd helper
Anton Protopopov
2024-12-12
bpf: Check size for BTF-based ctx access of pointer members
Kumar Kartikeya Dwivedi
2024-11-04
bpf: Mark raw_tp arguments with PTR_MAYBE_NULL
Kumar Kartikeya Dwivedi
2024-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
2024-10-24
bpf: Support __uptr type tag in BTF
Kui-Feng Lee
2024-10-09
bpf: Check the remaining info_cnt before repeating btf fields
Hou Tao
2024-10-07
bpf: Fix memory leak in bpf_core_apply
Jiri Olsa
2024-10-03
bpf: Constify struct btf_kind_operations
Christophe JAILLET
2024-09-24
Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-09-21
Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2024-09-13
bpf: Call the missed kfree() when there is no special field in btf
Hou Tao
2024-09-12
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-09-11
bpf: Support __nullable argument suffix for tp_btf
Philo Lu
2024-09-05
bpf: allow kfuncs within tracepoint and perf event programs
JP Kobryn
2024-09-04
bpf: add check for invalid name in btf_name_valid_section()
Jeongjun Park
2024-08-30
bpf: Fix a crash when btf_parse_base() returns an error pointer
Martin KaFai Lau
2024-08-29
bpf: Use kvmemdup to simplify the code
Hongbo Li
2024-08-23
bpf: Search for kptrs in prog BTF structs
Dave Marchevsky
2024-08-23
bpf: Let callers of btf_parse_kptr() track life cycle of prog btf
Amery Hung
2024-08-22
bpf: correctly handle malformed BPF_CORE_TYPE_ID_LOCAL relos
Eduard Zingerman
2024-08-21
bpf: extract iterator argument type and name validation logic
Andrii Nakryiko
2024-08-19
bpf: Enable generic kfuncs for BPF_CGROUP_* programs
Matteo Croce
2024-08-15
bpf: Remove __btf_name_valid() and change to btf_name_valid_identifier()
Jeongjun Park
2024-08-13
bpf: trivial conversions for fdget()
Al Viro
2024-08-13
Merge remote-tracking branch 'vfs/stable-struct_fd'
Andrii Nakryiko
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
2024-07-29
bpf, lsm: Add check for BPF LSM return value
Xu Kuohai
2024-07-12
bpf: Eliminate remaining "make W=1" warnings in kernel/bpf/btf.o
Alan Maguire
2024-07-11
bpf: annotate BTF show functions with __printf
Alan Maguire
2024-06-23
bpf: fix build when CONFIG_DEBUG_INFO_BTF[_MODULES] is undefined
Alan Maguire
2024-06-21
libbpf,bpf: Share BTF relocate-related code with kernel
Alan Maguire
2024-06-12
bpf: verifier: Relax caller requirements for kfunc projection type args
Daniel Xu
2024-06-03
bpf: limit the number of levels of a nested struct type.
Kui-Feng Lee
2024-06-03
bpf: look into the types of the fields of a struct type recursively.
Kui-Feng Lee
2024-06-03
bpf: create repeated fields for arrays.
Kui-Feng Lee
2024-06-03
bpf: refactor btf_find_struct_field() and btf_find_datasec_var().
Kui-Feng Lee
2024-06-03
bpf: Remove unnecessary call to btf_field_type_size().
Kui-Feng Lee
2024-04-30
bpf: Add support for kprobe session context
Jiri Olsa
2024-04-23
bpf: add support for bpf_wq user type
Benjamin Tissoires
2024-04-16
btf: Avoid weak external references
Ard Biesheuvel
2024-03-11
bpf: Recognize btf_decl_tag("arg: Arena") as PTR_TO_ARENA.
Alexei Starovoitov
2024-03-06
bpf: Allow all printable characters in BTF DATASEC names
Eduard Zingerman
2024-02-13
bpf: don't infer PTR_TO_CTX for programs with unnamed context type
Andrii Nakryiko
[next]