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
nocache-cleanup
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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-09
bpf: Drop pkt_end markers on arithmetic to prevent is_pkt_ptr_branch_taken
Daniel Borkmann
1
-8
/
+22
2026-04-08
bpf: Remove static qualifier from local subprog pointer
Daniel Borkmann
1
-2
/
+2
2026-04-08
bpf: Fix ld_{abs,ind} failure path analysis in subprogs
Daniel Borkmann
1
-2
/
+31
2026-04-08
bpf: Propagate error from visit_tailcall_insn
Daniel Borkmann
1
-2
/
+5
2026-04-08
bpf: Make find_linfo widely available
Kumar Kartikeya Dwivedi
2
-42
/
+38
2026-04-08
bpf: Extract bpf_get_linfo_file_line
Kumar Kartikeya Dwivedi
1
-8
/
+21
2026-04-07
bpf: Allow overwriting referenced dynptr when refcnt > 1
Amery Hung
1
-2
/
+21
2026-04-07
bpf: Clear delta when clearing reg id for non-{add,sub} ops
Daniel Borkmann
1
-28
/
+28
2026-04-07
bpf: Fix linked reg delta tracking when src_reg == dst_reg
Daniel Borkmann
1
-1
/
+2
2026-04-07
bpf: Prefer vmlinux symbols over module symbols for unqualified kprobes
Andrey Grodzovsky
1
-0
/
+8
2026-04-07
bpf: Retire rcu_trace_implies_rcu_gp()
Kumar Kartikeya Dwivedi
4
-48
/
+19
2026-04-07
bpf: Drop task_to_inode and inet_conn_established from lsm sleepable hooks
Jiayuan Chen
1
-3
/
+0
2026-04-06
bpf: Do not ignore offsets for loads from insn_arrays
Anton Protopopov
1
-0
/
+20
2026-04-06
bpf: Avoid -Wflex-array-members-not-at-end warnings
Gustavo A. R. Silva
1
-5
/
+7
2026-04-06
bpf: Enable unaligned accesses for syscall ctx
Kumar Kartikeya Dwivedi
1
-2
/
+1
2026-04-06
bpf: Support variable offsets for syscall PTR_TO_CTX
Kumar Kartikeya Dwivedi
1
-38
/
+65
2026-04-05
bpf: Fix stale offload->prog pointer after constant blinding
MingTao Huang
1
-0
/
+2
2026-04-05
bpf: fix end-of-list detection in cgroup_storage_get_next_key()
Weiming Shi
1
-1
/
+1
2026-04-05
bpf: Use copy_map_value_locked() in alloc_htab_elem() for BPF_F_LOCK
Mykyta Yatsenko
1
-0
/
+4
2026-04-03
bpf: Add helper and kfunc stack access size resolution
Alexei Starovoitov
1
-0
/
+188
2026-04-03
bpf: Move verifier helpers to header
Alexei Starovoitov
1
-34
/
+10
2026-04-03
bpf: Add bpf_compute_const_regs() and bpf_prune_dead_branches() passes
Alexei Starovoitov
3
-24
/
+449
2026-04-03
bpf: Sort subprogs in topological order after check_cfg()
Alexei Starovoitov
1
-0
/
+92
2026-04-03
bpf: Do register range validation early
Alexei Starovoitov
1
-26
/
+8
2026-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+
Alexei Starovoitov
25
-190
/
+519
2026-04-02
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
3
-7
/
+59
2026-04-02
bpf: Simulate branches to prune based on range violations
Harishankar Vishwanathan
1
-35
/
+51
2026-04-02
bpf: Exit early if reg_bounds_sync gets invalid inputs
Harishankar Vishwanathan
1
-0
/
+5
2026-04-02
bpf: Use bpf_verifier_env buffers for reg_set_min_max
Paul Chaignon
1
-41
/
+23
2026-04-02
bpf: Refactor reg_bounds_sanity_check
Harishankar Vishwanathan
1
-24
/
+40
2026-04-02
bpf: Fix incorrect pruning due to atomic fetch precision tracking
Daniel Borkmann
1
-3
/
+24
2026-04-02
bpf: Reject sleepable kprobe_multi programs at attach time
Varun R Mallya
1
-0
/
+4
2026-04-02
bpf: reject direct access to nullable PTR_TO_BUF pointers
Qi Tang
1
-1
/
+2
2026-04-02
bpf: Migrate dynptr file to kmalloc_nolock
Mykyta Yatsenko
1
-2
/
+2
2026-04-02
bpf: Migrate bpf_task_work to kmalloc_nolock
Mykyta Yatsenko
1
-19
/
+37
2026-04-02
bpf: Fix abuse of kprobe_write_ctx via freplace
Leon Hwang
1
-0
/
+17
2026-03-31
bpf: Fix grace period wait for tracepoint bpf_link
Kumar Kartikeya Dwivedi
1
-2
/
+23
2026-03-31
bpf: Fix regsafe() for pointers to packet
Alexei Starovoitov
1
-1
/
+6
2026-03-31
Merge tag 'sched_ext-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
3
-26
/
+74
2026-03-31
Merge tag 'wq-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+22
2026-03-31
Merge tag 'cgroup-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-12
/
+105
2026-03-31
cgroup/cpuset: Skip security check for hotplug induced v1 task migration
Waiman Long
1
-0
/
+10
2026-03-31
cgroup/cpuset: Simplify setsched decision check in task iteration loop of cpu...
Waiman Long
1
-9
/
+10
2026-03-31
bpf: Fix block device hooks names
Jiri Olsa
1
-3
/
+3
2026-03-30
sched_ext: Fix SCX_KICK_WAIT deadlock by deferring wait to balance callback
Tejun Heo
2
-25
/
+73
2026-03-29
Merge tag 'timers-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2026-03-29
Merge tag 'locking-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-2
/
+11
2026-03-29
bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGS
Ihor Solodrai
2
-73
/
+283
2026-03-28
Merge tag 'trace-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2
-18
/
+71
2026-03-28
futex: Clear stale exiting pointer in futex_lock_pi() retry path
Davidlohr Bueso
1
-1
/
+2
[next]