aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-04-09bpf: Drop pkt_end markers on arithmetic to prevent is_pkt_ptr_branch_takenDaniel Borkmann1-8/+22
2026-04-08bpf: Remove static qualifier from local subprog pointerDaniel Borkmann1-2/+2
2026-04-08bpf: Fix ld_{abs,ind} failure path analysis in subprogsDaniel Borkmann1-2/+31
2026-04-08bpf: Propagate error from visit_tailcall_insnDaniel Borkmann1-2/+5
2026-04-08bpf: Make find_linfo widely availableKumar Kartikeya Dwivedi2-42/+38
2026-04-08bpf: Extract bpf_get_linfo_file_lineKumar Kartikeya Dwivedi1-8/+21
2026-04-07bpf: Allow overwriting referenced dynptr when refcnt > 1Amery Hung1-2/+21
2026-04-07bpf: Clear delta when clearing reg id for non-{add,sub} opsDaniel Borkmann1-28/+28
2026-04-07bpf: Fix linked reg delta tracking when src_reg == dst_regDaniel Borkmann1-1/+2
2026-04-07bpf: Prefer vmlinux symbols over module symbols for unqualified kprobesAndrey Grodzovsky1-0/+8
2026-04-07bpf: Retire rcu_trace_implies_rcu_gp()Kumar Kartikeya Dwivedi4-48/+19
2026-04-07bpf: Drop task_to_inode and inet_conn_established from lsm sleepable hooksJiayuan Chen1-3/+0
2026-04-06bpf: Do not ignore offsets for loads from insn_arraysAnton Protopopov1-0/+20
2026-04-06bpf: Avoid -Wflex-array-members-not-at-end warningsGustavo A. R. Silva1-5/+7
2026-04-06bpf: Enable unaligned accesses for syscall ctxKumar Kartikeya Dwivedi1-2/+1
2026-04-06bpf: Support variable offsets for syscall PTR_TO_CTXKumar Kartikeya Dwivedi1-38/+65
2026-04-05bpf: Fix stale offload->prog pointer after constant blindingMingTao Huang1-0/+2
2026-04-05bpf: fix end-of-list detection in cgroup_storage_get_next_key()Weiming Shi1-1/+1
2026-04-05bpf: Use copy_map_value_locked() in alloc_htab_elem() for BPF_F_LOCKMykyta Yatsenko1-0/+4
2026-04-03bpf: Add helper and kfunc stack access size resolutionAlexei Starovoitov1-0/+188
2026-04-03bpf: Move verifier helpers to headerAlexei Starovoitov1-34/+10
2026-04-03bpf: Add bpf_compute_const_regs() and bpf_prune_dead_branches() passesAlexei Starovoitov3-24/+449
2026-04-03bpf: Sort subprogs in topological order after check_cfg()Alexei Starovoitov1-0/+92
2026-04-03bpf: Do register range validation earlyAlexei Starovoitov1-26/+8
2026-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+Alexei Starovoitov25-190/+519
2026-04-02Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-7/+59
2026-04-02bpf: Simulate branches to prune based on range violationsHarishankar Vishwanathan1-35/+51
2026-04-02bpf: Exit early if reg_bounds_sync gets invalid inputsHarishankar Vishwanathan1-0/+5
2026-04-02bpf: Use bpf_verifier_env buffers for reg_set_min_maxPaul Chaignon1-41/+23
2026-04-02bpf: Refactor reg_bounds_sanity_checkHarishankar Vishwanathan1-24/+40
2026-04-02bpf: Fix incorrect pruning due to atomic fetch precision trackingDaniel Borkmann1-3/+24
2026-04-02bpf: Reject sleepable kprobe_multi programs at attach timeVarun R Mallya1-0/+4
2026-04-02bpf: reject direct access to nullable PTR_TO_BUF pointersQi Tang1-1/+2
2026-04-02bpf: Migrate dynptr file to kmalloc_nolockMykyta Yatsenko1-2/+2
2026-04-02bpf: Migrate bpf_task_work to kmalloc_nolockMykyta Yatsenko1-19/+37
2026-04-02bpf: Fix abuse of kprobe_write_ctx via freplaceLeon Hwang1-0/+17
2026-03-31bpf: Fix grace period wait for tracepoint bpf_linkKumar Kartikeya Dwivedi1-2/+23
2026-03-31bpf: Fix regsafe() for pointers to packetAlexei Starovoitov1-1/+6
2026-03-31Merge tag 'sched_ext-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-26/+74
2026-03-31Merge tag 'wq-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+22
2026-03-31Merge tag 'cgroup-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-12/+105
2026-03-31cgroup/cpuset: Skip security check for hotplug induced v1 task migrationWaiman Long1-0/+10
2026-03-31cgroup/cpuset: Simplify setsched decision check in task iteration loop of cpu...Waiman Long1-9/+10
2026-03-31bpf: Fix block device hooks namesJiri Olsa1-3/+3
2026-03-30sched_ext: Fix SCX_KICK_WAIT deadlock by deferring wait to balance callbackTejun Heo2-25/+73
2026-03-29Merge tag 'timers-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2026-03-29Merge tag 'locking-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-2/+11
2026-03-29bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGSIhor Solodrai2-73/+283
2026-03-28Merge tag 'trace-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-18/+71
2026-03-28futex: Clear stale exiting pointer in futex_lock_pi() retry pathDavidlohr Bueso1-1/+2