index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
4 days
bpf: Improve bounds when tnum has a single possible value
Paul Chaignon
1
-0
/
+30
4 days
bpf: Introduce tnum_step to step through tnum's members
Harishankar Vishwanathan
1
-0
/
+56
4 days
bpf: Fix race in devmap on PREEMPT_RT
Jiayuan Chen
1
-4
/
+21
4 days
bpf: Fix race in cpumap on PREEMPT_RT
Jiayuan Chen
1
-2
/
+15
4 days
bpf: Retire rcu_trace_implies_rcu_gp() from local storage
Kumar Kartikeya Dwivedi
1
-18
/
+19
4 days
bpf: Delay freeing fields in local storage
Kumar Kartikeya Dwivedi
1
-19
/
+21
4 days
bpf: Lose const-ness of map in map_check_btf()
Kumar Kartikeya Dwivedi
9
-13
/
+12
4 days
bpf: Register dtor for freeing special fields
Kumar Kartikeya Dwivedi
2
-11
/
+134
6 days
bpf: Fix stack-out-of-bounds write in devmap
Kohei Enju
1
-5
/
+17
10 days
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-1
/
+1
10 days
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
10 days
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
10 days
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
12
-21
/
+21
11 days
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
19
-102
/
+107
2026-02-13
bpf: Add a map/btf from a fd array more consistently
Anton Protopopov
1
-2
/
+4
2026-02-13
bpf: Fix a potential use-after-free of BTF object
Anton Protopopov
1
-26
/
+26
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
3
-3
/
+4
2026-02-06
bpf: Switch to bpf_selem_unlink_nofail in bpf_local_storage_{map_free, destroy}
Amery Hung
4
-37
/
+32
2026-02-06
bpf: Support lockless unlink when freeing map or local storage
Amery Hung
1
-6
/
+110
2026-02-06
bpf: Prepare for bpf_selem_unlink_nofail()
Amery Hung
1
-35
/
+34
2026-02-06
bpf: Remove unused percpu counter from bpf_local_storage_map_free
Amery Hung
4
-9
/
+4
2026-02-06
bpf: Remove cgroup local storage percpu counter
Amery Hung
1
-51
/
+8
2026-02-06
bpf: Remove task local storage percpu counter
Amery Hung
2
-136
/
+18
2026-02-06
bpf: Change local_storage->lock and b->lock to rqspinlock
Amery Hung
1
-20
/
+44
2026-02-06
bpf: Convert bpf_selem_unlink to failable
Amery Hung
4
-45
/
+37
2026-02-06
bpf: Convert bpf_selem_link_map to failable
Amery Hung
1
-3
/
+5
2026-02-06
bpf: Convert bpf_selem_unlink_map to failable
Amery Hung
1
-18
/
+39
2026-02-06
bpf: Select bpf_local_storage_map_bucket based on bpf_local_storage
Amery Hung
1
-6
/
+11
2026-02-05
bpf: Prevent reentrance into call_rcu_tasks_trace()
Alexei Starovoitov
1
-1
/
+13
2026-02-05
bpf: Require frozen map for calculating map hash
KP Singh
1
-0
/
+3
2026-02-05
bpf: Limit bpf program signature size
KP Singh
1
-0
/
+7
2026-02-04
bpf: Reset prog callback in bpf_async_cancel_and_free()
Kumar Kartikeya Dwivedi
1
-0
/
+1
2026-02-04
bpf: Check for running wq callback when freeing bpf_async_cb
Kumar Kartikeya Dwivedi
1
-1
/
+1
2026-02-04
bpf: Support negative offsets, BPF_SUB, and alu32 for linked register tracking
Puranjay Mohan
1
-11
/
+39
2026-02-04
bpf: Add bitwise tracking for BPF_END
Tianci Cao
2
-3
/
+73
2026-02-04
bpf: Add a recursion check to prevent loops in bpf_timer
Alexei Starovoitov
1
-0
/
+16
2026-02-04
bpf: Tighten conditions when timer/wq can be called synchronously
Alexei Starovoitov
1
-7
/
+10
2026-02-04
bpf: Use sk_is_inet() and sk_is_unix() in __cgroup_bpf_run_filter_sock_addr().
Kuniyuki Iwashima
1
-5
/
+1
2026-02-03
bpf: Introduce bpf_timer_cancel_async() kfunc
Alexei Starovoitov
1
-0
/
+48
2026-02-03
bpf: Add verifier support for bpf_timer argument in kfuncs
Mykyta Yatsenko
1
-18
/
+37
2026-02-03
bpf: Enable bpf_timer and bpf_wq in any context
Alexei Starovoitov
1
-183
/
+225
2026-02-03
bpf: Allow BPF stream kfuncs while holding a lock
Emil Tsalapatis
1
-1
/
+12
2026-02-03
bpf: Add bpf_stream_print_stack stack dumping kfunc
Emil Tsalapatis
2
-0
/
+20
2026-02-03
bpf: Relax scalar id equivalence for state pruning
Puranjay Mohan
1
-12
/
+51
2026-02-03
bpf: Relax maybe_widen_reg() constraints
Puranjay Mohan
1
-8
/
+14
2026-02-03
bpf: Clear singular ids for scalars in is_state_visited()
Puranjay Mohan
1
-0
/
+68
2026-02-03
bpf: Let the verifier assign ids on stack fills
Puranjay Mohan
1
-0
/
+11
2026-02-02
bpf: Replace snprintf("%s") with strscpy
Thorsten Blum
1
-2
/
+3
2026-01-31
bpf: Add bpf_jit_supports_fsession()
Leon Hwang
2
-0
/
+10
2026-01-30
bpf: Consolidate special map field validation in verifier
Mykyta Yatsenko
1
-59
/
+11
[next]