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
/
syscall.c
Age
Commit message (
Expand
)
Author
2021-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-06-15
bpf: Support socket migration by eBPF.
Kuniyuki Iwashima
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-05-24
bpf: Add lookup_and_delete_elem support to hashtab
Denis Salopek
2021-05-19
bpf: Make some symbols static
Pu Lehui
2021-05-19
bpf: Add bpf_sys_close() helper.
Alexei Starovoitov
2021-05-19
bpf: Add bpf_btf_find_by_name_kind() helper.
Alexei Starovoitov
2021-05-19
bpf: Introduce fd_idx
Alexei Starovoitov
2021-05-19
bpf: Make btf_load command to be bpfptr_t compatible.
Alexei Starovoitov
2021-05-19
bpf: Prepare bpf syscall to be used from kernel and user space.
Alexei Starovoitov
2021-05-19
bpf: Introduce bpf_sys_bpf() helper and program type.
Alexei Starovoitov
2021-05-11
bpf: Add kconfig knob for disabling unpriv bpf by default
Daniel Borkmann
2021-04-25
bpf: Allow trampoline re-attach for tracing and lsm programs
Jiri Olsa
2021-04-13
bpf: Return target info when a tracing bpf_link is queried
Toke Høiland-Jørgensen
2021-04-01
sock_map: Introduce BPF_SK_SKB_VERDICT
Cong Wang
2021-03-26
bpf: Support bpf program calling kernel function
Martin KaFai Lau
2021-03-26
bpf: Simplify freeing logic in linfo and jited_linfo
Martin KaFai Lau
2021-03-08
bpf: Dont allow vmlinux BTF to be used in map_create and prog_load.
Alexei Starovoitov
2021-02-11
bpf: Count the number of times recursion was prevented
Alexei Starovoitov
2021-02-11
bpf: Optimize program stats
Alexei Starovoitov
2021-01-12
bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attach
Jiri Olsa
2020-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-12-18
bpf: Remove unused including <linux/version.h>
Tian Tao
2020-12-15
Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-12-10
bpf: In bpf_task_fd_query use fget_task
Eric W. Biederman
2020-12-08
bpf: Return -ENOTSUPP when attaching to non-kernel BTF
Andrii Nakryiko
2020-12-03
bpf: Allow to specify kernel module BTFs when attaching BPF programs
Andrii Nakryiko
2020-12-03
bpf: Remove hard-coded btf_vmlinux assumption from BPF verifier
Andrii Nakryiko
2020-12-02
bpf: Eliminate rlimit-based memory accounting for bpf progs
Roman Gushchin
2020-12-02
bpf: Eliminate rlimit-based memory accounting infra for bpf maps
Roman Gushchin
2020-12-02
bpf: Memcg-based memory accounting for bpf maps
Roman Gushchin
2020-12-02
bpf: Prepare for memcg-based memory accounting for bpf maps
Roman Gushchin
2020-11-06
bpf: Implement task local storage
KP Singh
2020-10-19
bpf: Remove unneeded break
Tom Rix
2020-10-02
bpf: Deref map in BPF_PROG_BIND_MAP when it's already used
Stanislav Fomichev
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: Enable BPF_PROG_TEST_RUN for raw_tracepoint
Song Liu
2020-09-23
Revert "bpf: Fix potential call bpf_link_free() in atomic context"
Alexei Starovoitov
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-09-21
bpf: Fix potential call bpf_link_free() in atomic context
Muchun Song
2020-09-15
bpf: Add BPF_PROG_BIND_MAP syscall
YiFei Zhu
2020-09-15
bpf: Mutex protect used_maps array and count
YiFei Zhu
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-08-28
bpf: Introduce sleepable BPF programs
Alexei Starovoitov
2020-08-28
bpf: Add map_meta_equal map ops
Martin KaFai Lau
2020-08-25
bpf: Implement bpf_local_storage for inodes
KP Singh
2020-08-24
bpf: Fix a buffer out-of-bound access when filling raw_tp link_info
Yonghong Song
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
[prev]
[next]