index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
btf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: prevent decl_tag from being referenced in func_proto
Stanislav Fomichev
2022-10-17
1
-0
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-10-03
1
-1
/
+1
|
\
|
*
bpf: btf: fix truncated last_member_type_id in btf_struct_resolve
Lorenz Bauer
2022-09-10
1
-1
/
+1
*
|
bpf: Tweak definition of KF_TRUSTED_ARGS
Kumar Kartikeya Dwivedi
2022-09-21
1
-5
/
+13
*
|
btf: Allow dynamic pointer parameters in kfuncs
Roberto Sassu
2022-09-21
1
-0
/
+33
*
|
bpf: Allow kfuncs to be used in LSM programs
KP Singh
2022-09-21
1
-0
/
+1
*
|
bpf: simplify code in btf_parse_hdr
William Dean
2022-09-21
1
-6
/
+1
*
|
bpf/btf: Use btf_type_str() whenever possible
Peilin Ye
2022-09-16
1
-9
/
+8
*
|
bpf: Export btf_type_by_id() and bpf_log()
Daniel Xu
2022-09-10
1
-0
/
+1
*
|
bpf/verifier: allow kfunc to return an allocated mem
Benjamin Tissoires
2022-09-07
1
-20
/
+81
*
|
bpf/btf: bump BTF_KFUNC_SET_MAX_CNT
Benjamin Tissoires
2022-09-07
1
-1
/
+1
*
|
bpf: split btf_check_subprog_arg_match in two
Benjamin Tissoires
2022-09-07
1
-5
/
+49
*
|
bpf: Allow struct argument in trampoline based programs
Yonghong Song
2022-09-06
1
-6
/
+39
*
|
bpf: Always return corresponding btf_type in __get_type_size()
Yonghong Song
2022-08-09
1
-5
/
+4
*
|
btf: Add a new kfunc flag which allows to mark a function to be sleepable
Benjamin Tissoires
2022-08-09
1
-0
/
+9
|
/
*
bpf: btf: Fix vsnprintf return value check
Fedor Tokarev
2022-07-29
1
-1
/
+1
*
bpf: Add support for forcing kfunc args to be trusted
Kumar Kartikeya Dwivedi
2022-07-21
1
-3
/
+14
*
bpf: Switch to new kfunc flags infrastructure
Kumar Kartikeya Dwivedi
2022-07-21
1
-58
/
+48
*
bpf: Fix check against plain integer v 'NULL'
Ben Dooks
2022-07-15
1
-1
/
+2
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-07-09
1
-83
/
+11
|
\
|
*
bpf, libbpf: Add type match support
Daniel Müller
2022-07-05
1
-0
/
+9
|
*
bpf: minimize number of allocated lsm slots per program
Stanislav Fomichev
2022-06-29
1
-10
/
+0
|
*
bpf: per-cgroup lsm flavor
Stanislav Fomichev
2022-06-29
1
-0
/
+11
|
*
bpf: Merge "types_are_compat" logic into relo_core.c
Daniel Müller
2022-06-24
1
-83
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-06-23
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
bpf: Limit maximum modifier chain length in btf_check_type_tags
Kumar Kartikeya Dwivedi
2022-06-15
1
-0
/
+5
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-06-17
1
-14
/
+128
|
\
\
|
|
/
|
/
|
|
*
bpf: Add btf enum64 support
Yonghong Song
2022-06-07
1
-14
/
+128
*
|
bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programs
Toke Høiland-Jørgensen
2022-06-07
1
-1
/
+2
|
/
*
bpf: Allow kfunc in tracing and syscall programs.
Benjamin Tissoires
2022-05-20
1
-0
/
+6
*
bpf: Compute map_btf_id during build time
Menglong Dong
2022-04-26
1
-40
/
+0
*
bpf: Make BTF type match stricter for release arguments
Kumar Kartikeya Dwivedi
2022-04-25
1
-4
/
+10
*
bpf: Teach verifier about kptr_get kfunc helpers
Kumar Kartikeya Dwivedi
2022-04-25
1
-5
/
+53
*
bpf: Wire up freeing of referenced kptr
Kumar Kartikeya Dwivedi
2022-04-25
1
-1
/
+97
*
bpf: Populate pairs of btf_id and destructor kfunc in btf
Kumar Kartikeya Dwivedi
2022-04-25
1
-0
/
+108
*
bpf: Allow storing referenced kptr in map
Kumar Kartikeya Dwivedi
2022-04-25
1
-1
/
+9
*
bpf: Tag argument to be released in bpf_func_proto
Kumar Kartikeya Dwivedi
2022-04-25
1
-6
/
+5
*
bpf: Allow storing unreferenced kptr in map
Kumar Kartikeya Dwivedi
2022-04-25
1
-21
/
+146
*
bpf: Make btf_find_field more generic
Kumar Kartikeya Dwivedi
2022-04-21
1
-31
/
+89
*
bpf: Ensure type tags precede modifiers in BTF
Kumar Kartikeya Dwivedi
2022-04-19
1
-0
/
+54
*
bpf: Fix maximum permitted number of arguments check
Yuntao Wang
2022-03-28
1
-1
/
+1
*
bpf: Simplify check in btf_parse_hdr()
Yuntao Wang
2022-03-21
1
-2
/
+1
*
bpf: Check for NULL return from bpf_get_btf_vmlinux
Kumar Kartikeya Dwivedi
2022-03-20
1
-1
/
+5
*
bpf: Always raise reference in btf_get_module_btf
Kumar Kartikeya Dwivedi
2022-03-19
1
-10
/
+11
*
bpf: Factor out fd returning from bpf_btf_find_by_name_kind
Kumar Kartikeya Dwivedi
2022-03-18
1
-37
/
+53
*
bpf: Reject programs that try to load __percpu memory.
Hao Luo
2022-03-05
1
-1
/
+7
*
bpf: Harden register offset checks for release helpers and kfuncs
Kumar Kartikeya Dwivedi
2022-03-05
1
-14
/
+19
*
bpf: Fix PTR_TO_BTF_ID var_off check
Kumar Kartikeya Dwivedi
2022-03-05
1
-3
/
+6
*
bpf: Add config to allow loading modules with BTF mismatches
Connor O'Brien
2022-02-28
1
-1
/
+2
*
bpf: Cleanup comments
Tom Rix
2022-02-23
1
-3
/
+3
[next]