index
:
drm/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
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-27
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-3
/
+7
2024-05-27
bpf: Allow delete from sockmap/sockhash only if update is allowed
Jakub Sitnicki
1
-3
/
+7
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-6
/
+4
2024-05-17
Merge tag 'net-6.10-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-2
/
+2
2024-05-17
Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+0
2024-05-15
Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-4
/
+4
2024-05-15
bpf: save extended inner map info for percpu array maps as well
Andrii Nakryiko
1
-2
/
+2
2024-05-14
Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
19
-352
/
+1419
2024-05-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+5
2024-05-14
bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of
Mike Rapoport (IBM)
1
-1
/
+1
2024-05-14
mm: introduce execmem_alloc() and execmem_free()
Mike Rapoport (IBM)
1
-3
/
+3
2024-05-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
8
-122
/
+121
2024-05-13
Merge tag 'rcu.next.v6.10' of https://github.com/urezki/linux
Linus Torvalds
2
-2
/
+2
2024-05-12
riscv, bpf: inline bpf_get_smp_processor_id()
Puranjay Mohan
2
-0
/
+15
2024-05-07
bpf: Remove redundant page mask of vmf->address
Haiyue Wang
1
-1
/
+1
2024-05-06
bpf/verifier: relax MUL range computation check
Cupertino Miranda
1
-5
/
+1
2024-05-06
bpf/verifier: improve XOR and OR range computation
Cupertino Miranda
1
-2
/
+2
2024-05-06
bpf/verifier: refactor checks for range computation
Cupertino Miranda
1
-64
/
+45
2024-05-06
bpf/verifier: replace calls to mark_reg_unknown.
Cupertino Miranda
1
-5
/
+4
2024-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+40
2024-05-01
bpf: crypto: fix build when CONFIG_CRYPTO=m
Vadim Fedorenko
1
-1
/
+1
2024-04-30
bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE
Stanislav Fomichev
1
-0
/
+5
2024-04-30
bpf: Add support for kprobe session cookie
Jiri Olsa
1
-0
/
+7
2024-04-30
bpf: Add support for kprobe session context
Jiri Olsa
1
-0
/
+3
2024-04-30
bpf: Add support for kprobe session attach
Jiri Olsa
1
-1
/
+6
2024-04-30
bpf: Do not walk twice the hash map on free
Benjamin Tissoires
1
-36
/
+13
2024-04-30
bpf: Do not walk twice the map on free
Benjamin Tissoires
1
-7
/
+8
2024-04-29
bpf: Switch to krealloc_array()
Andy Shevchenko
1
-1
/
+1
2024-04-29
bpf: Use struct_size()
Andy Shevchenko
1
-5
/
+7
2024-04-29
bpf: Fix verifier assumptions about socket->sk
Alexei Starovoitov
1
-5
/
+18
2024-04-29
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
17
-218
/
+1249
2024-04-26
bpf: verifier: prevent userspace memory access
Puranjay Mohan
2
-0
/
+39
2024-04-25
mm: switch mm->get_unmapped_area() to a flag
Rick Edgecombe
2
-2
/
+2
2024-04-25
mm: memcg: add NULL check to obj_cgroup_put()
Yosry Ahmed
1
-4
/
+2
2024-04-24
bpf: make common crypto API for TC/XDP programs
Vadim Fedorenko
4
-1
/
+390
2024-04-24
bpf: Introduce bpf_preempt_[disable,enable] kfuncs
Kumar Kartikeya Dwivedi
2
-2
/
+81
2024-04-24
bpf: Don't check for recursion in bpf_wq_work.
Alexei Starovoitov
1
-13
/
+5
2024-04-24
bpf: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-1
/
+0
2024-04-23
bpf: add bpf_wq_start
Benjamin Tissoires
1
-0
/
+18
2024-04-23
bpf: wq: add bpf_wq_set_callback_impl
Benjamin Tissoires
2
-6
/
+69
2024-04-23
bpf: wq: add bpf_wq_init
Benjamin Tissoires
1
-2
/
+102
2024-04-23
bpf: allow struct bpf_wq to be embedded in arraymaps and hashmaps
Benjamin Tissoires
4
-19
/
+71
2024-04-23
bpf: add support for KF_ARG_PTR_TO_WORKQUEUE
Benjamin Tissoires
1
-0
/
+65
2024-04-23
bpf: verifier: bail out if the argument is not a map
Benjamin Tissoires
1
-0
/
+5
2024-04-23
bpf: add support for bpf_wq user type
Benjamin Tissoires
3
-1
/
+31
2024-04-23
bpf: replace bpf_timer_cancel_and_free with a generic helper
Benjamin Tissoires
1
-17
/
+25
2024-04-23
bpf: replace bpf_timer_set_callback with a generic helper
Benjamin Tissoires
1
-11
/
+18
2024-04-23
bpf: replace bpf_timer_init with a generic helper
Benjamin Tissoires
1
-28
/
+63
2024-04-23
bpf: make timer data struct more generic
Benjamin Tissoires
1
-33
/
+38
2024-04-22
bpf: Fix typos in comments
Rafael Passos
5
-10
/
+10
[next]