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
/
verifier.c
Age
Commit message (
Expand
)
Author
2020-10-02
bpf: Introduce pseudo_btf_id
Hao Luo
2020-09-29
bpf: Support attaching freplace programs to multiple attach points
Toke Høiland-Jørgensen
2020-09-29
bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attach
Toke Høiland-Jørgensen
2020-09-28
bpf: Provide function to get vmlinux BTF information
Alan Maguire
2020-09-28
bpf: verifier: refactor check_attach_btf_id()
Toke Høiland-Jørgensen
2020-09-28
bpf: change logging calls from verbose() to bpf_log() and use log pointer
Toke Høiland-Jørgensen
2020-09-28
bpf: disallow attaching modify_return tracing functions to other BPF programs
Toke Høiland-Jørgensen
2020-09-28
bpf: sockmap: Enable map_update_elem from bpf_iter
Lorenz Bauer
2020-09-25
bpf, verifier: Remove redundant var_off.value ops in scalar known reg cases
John Fastabend
2020-09-25
bpf: Enable bpf_skc_to_* sock casting helper to networking prog type
Martin KaFai Lau
2020-09-25
bpf: Move the PTR_TO_BTF_ID check to check_reg_type()
Martin KaFai Lau
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-09-23
bpf: Explicitly size compatible_reg_types
Lorenz Bauer
2020-09-21
bpf: Use a table to drive helper arg type checks
Lorenz Bauer
2020-09-21
bpf: Hoist type checking for nullable arg types
Lorenz Bauer
2020-09-21
bpf: Check ARG_PTR_TO_SPINLOCK register type in check_func_arg
Lorenz Bauer
2020-09-21
bpf: Set meta->raw_mode for pointers close to use
Lorenz Bauer
2020-09-21
bpf: Make context access check generic
Lorenz Bauer
2020-09-21
bpf: Make reference tracking generic
Lorenz Bauer
2020-09-21
bpf: Make BTF pointer type checking generic
Lorenz Bauer
2020-09-21
bpf: Allow specifying a BTF ID per argument in function protos
Lorenz Bauer
2020-09-21
bpf: Check scalar or invalid register in check_helper_mem_access
Lorenz Bauer
2020-09-17
bpf: Add abnormal return checks.
Alexei Starovoitov
2020-09-17
bpf: allow for tailcalls in BPF subprograms for x64 JIT
Maciej Fijalkowski
2020-09-17
bpf, x64: rework pro/epilogue and tailcall handling in JIT
Maciej Fijalkowski
2020-09-17
bpf: Limit caller's stack depth 256 for subprogs with tailcalls
Maciej Fijalkowski
2020-09-17
bpf: propagate poke descriptors to subprograms
Maciej Fijalkowski
2020-09-08
bpf: Permit map_ptr arithmetic with opcode add and offset 0
Yonghong Song
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-08-31
bpf: Remove bpf_lsm_file_mprotect from sleepable list.
Alexei Starovoitov
2020-08-31
bpf: Fix build without BPF_LSM.
Alexei Starovoitov
2020-08-28
bpf: Introduce sleepable BPF programs
Alexei Starovoitov
2020-08-26
bpf: Fix a verifier failure with xor
Yonghong Song
2020-08-26
bpf: verifier: Use target program's type for access verifications
Udip Pant
2020-08-25
bpf: Add BTF_SET_START/END macros
Jiri Olsa
2020-08-25
bpf: Add btf_struct_ids_match function
Jiri Olsa
2020-08-25
bpf: Implement bpf_local_storage for inodes
KP Singh
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-21
bpf: sockmap: Allow update from BPF
Lorenz Bauer
2020-08-21
bpf: Override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhash
Lorenz Bauer
2020-08-07
bpf: Delete repeated words in comments
Randy Dunlap
2020-07-31
bpf: Add missing newline characters in verifier error messages
Yonghong Song
2020-07-28
bpf: Fix swapped arguments in calls to check_buffer_access
Colin Ian King
2020-07-25
bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot work
Song Liu
2020-07-25
bpf: Support readonly/readwrite buffers in verifier
Yonghong Song
2020-07-17
bpf: Introduce SK_LOOKUP program type with a dedicated attach point
Jakub Sitnicki
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-01
bpf: Introduce helper bpf_get_task_stack()
Song Liu
2020-06-30
bpf: Fix an incorrect branch elimination by verifier
Yonghong Song
2020-06-24
bpf: Add bpf_skc_to_tcp6_sock() helper
Yonghong Song
[next]