index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-15
bpf: Implement CAP_BPF
Alexei Starovoitov
13
-54
/
+106
2020-05-14
xdp: Cpumap redirect use frame_sz and increase skb_tailroom
Jesper Dangaard Brouer
1
-18
/
+3
2020-05-14
bpf: Fix bpf_iter's task iterator logic
Andrii Nakryiko
1
-1
/
+7
2020-05-13
bpf: Enable bpf_iter targets registering ctx argument types
Yonghong Song
5
-6
/
+32
2020-05-13
bpf: Change func bpf_iter_unreg_target() signature
Yonghong Song
1
-2
/
+2
2020-05-13
bpf: net: Refactor bpf_iter target registration
Yonghong Song
3
-42
/
+42
2020-05-13
bpf: Add comments to interpret bpf_prog return values
Yonghong Song
1
-0
/
+6
2020-05-11
bpf, libbpf: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-05-09
bpf: Support variable length array in tracing programs
Yonghong Song
1
-0
/
+37
2020-05-09
bpf: Handle spilled PTR_TO_BTF_ID properly when checking stack_boundary
Yonghong Song
1
-0
/
+5
2020-05-09
bpf: Add PTR_TO_BTF_ID_OR_NULL support
Yonghong Song
2
-5
/
+16
2020-05-09
bpf: Add task and task/file iterator targets
Yonghong Song
2
-1
/
+334
2020-05-09
bpf: Add bpf_map iterator
Yonghong Song
3
-1
/
+117
2020-05-09
bpf: Implement common macros/helpers for target iterators
Yonghong Song
1
-5
/
+80
2020-05-09
bpf: Create file bpf iterator
Yonghong Song
2
-2
/
+20
2020-05-09
bpf: Create anonymous bpf iterator
Yonghong Song
2
-0
/
+155
2020-05-09
bpf: Implement bpf_seq_read() for bpf iterator
Yonghong Song
1
-0
/
+123
2020-05-09
bpf: Support bpf tracing/iter programs for BPF_LINK_UPDATE
Yonghong Song
1
-0
/
+31
2020-05-09
bpf: Support bpf tracing/iter programs for BPF_LINK_CREATE
Yonghong Song
2
-0
/
+76
2020-05-09
bpf: Allow loading of a bpf_iter program
Yonghong Song
2
-0
/
+57
2020-05-09
bpf: Implement an interface to register bpf_iter targets
Yonghong Song
2
-1
/
+60
2020-05-01
bpf: Fix use-after-free of bpf_link when priming half-fails
Andrii Nakryiko
1
-6
/
+7
2020-05-01
bpf: Sharing bpf runtime stats with BPF_ENABLE_STATS
Song Liu
1
-0
/
+57
2020-04-30
bpf: Fix unused variable warning
Arnd Bergmann
1
-1
/
+1
2020-04-29
bpf: Allow bpf_map_lookup_elem for SOCKMAP and SOCKHASH
Jakub Sitnicki
1
-10
/
+35
2020-04-28
bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link
Andrii Nakryiko
4
-21
/
+181
2020-04-28
bpf: Support GET_FD_BY_ID and GET_NEXT_ID for bpf_link
Andrii Nakryiko
1
-0
/
+49
2020-04-28
bpf: Allocate ID for bpf_link
Andrii Nakryiko
2
-53
/
+104
2020-04-28
bpf: Refactor bpf_link update handling
Andrii Nakryiko
2
-9
/
+32
2020-04-28
Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...
Daniel Borkmann
1
-23
/
+12
2020-04-27
bpf, cgroup: Remove unused exports
Christoph Hellwig
1
-4
/
+0
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
1
-23
/
+12
2020-04-26
bpf: Make verifier log more relevant by default
Andrii Nakryiko
1
-4
/
+25
2020-04-26
bpf: add bpf_ktime_get_boot_ns()
Maciej Żenczykowski
2
-0
/
+15
2020-04-26
net: bpf: Make bpf_ktime_get_ns() available to non GPL programs
Maciej Żenczykowski
1
-1
/
+1
2020-04-26
bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=n
Stanislav Fomichev
2
-0
/
+78
2020-04-26
bpf: Enable more helpers for BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT}
Stanislav Fomichev
1
-17
/
+3
2020-04-26
bpf: Remove set but not used variable 'dst_known'
Mao Wenan
1
-3
/
+1
2020-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-14
/
+39
2020-04-24
bpf: Make bpf_link_fops static
Zou Wei
1
-1
/
+1
2020-04-24
bpf: Propagate expected_attach_type when verifying freplace programs
Toke Høiland-Jørgensen
1
-0
/
+8
2020-04-24
bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fd
Andrii Nakryiko
1
-2
/
+9
2020-04-22
xdp: export the DEV_MAP_BULK_SIZE macro
Ioana Ciornei
1
-1
/
+0
2020-04-20
bpf: Fix handling of XADD on BTF memory
Jann Horn
1
-1
/
+1
2020-04-20
bpf: Forbid XADD on spilled pointers for unprivileged users
Jann Horn
1
-9
/
+19
2020-04-20
cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabled
Toke Høiland-Jørgensen
1
-1
/
+1
2020-04-14
bpf: remove unneeded conversion to bool in __mark_reg_unknown
Zou Wei
1
-2
/
+1
2020-04-14
bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mapping
Andrii Nakryiko
1
-9
/
+7
2020-04-06
bpf: Fix a typo "inacitve" -> "inactive"
Qiujun Huang
1
-1
/
+1
2020-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
11
-737
/
+1830
[next]