summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-04-10bpf: save subprogram name in bpf_subprog_infoEduard Zingerman
2026-04-10bpf: share several utility functions as internal APIEduard Zingerman
2026-04-10bpf: Fix RCU stall in bpf_fd_array_map_clear()Sechang Lim
2026-04-10bpf: return VMA snapshot from task_vma iteratorPuranjay Mohan
2026-04-10bpf: switch task_vma iterator from mmap_lock to per-VMA locksPuranjay Mohan
2026-04-10bpf: fix mm lifecycle in open-coded task_vma iteratorPuranjay Mohan
2026-04-09bpf: Fix use-after-free in offloaded map/prog info fillJiayuan Chen
2026-04-09bpf: Drop pkt_end markers on arithmetic to prevent is_pkt_ptr_branch_takenDaniel Borkmann
2026-04-08bpf: Remove static qualifier from local subprog pointerDaniel Borkmann
2026-04-08bpf: Fix ld_{abs,ind} failure path analysis in subprogsDaniel Borkmann
2026-04-08bpf: Propagate error from visit_tailcall_insnDaniel Borkmann
2026-04-08bpf: Make find_linfo widely availableKumar Kartikeya Dwivedi
2026-04-08bpf: Extract bpf_get_linfo_file_lineKumar Kartikeya Dwivedi
2026-04-07bpf: Allow overwriting referenced dynptr when refcnt > 1Amery Hung
2026-04-07bpf: Clear delta when clearing reg id for non-{add,sub} opsDaniel Borkmann
2026-04-07bpf: Fix linked reg delta tracking when src_reg == dst_regDaniel Borkmann
2026-04-07bpf: Prefer vmlinux symbols over module symbols for unqualified kprobesAndrey Grodzovsky
2026-04-07bpf: Retire rcu_trace_implies_rcu_gp()Kumar Kartikeya Dwivedi
2026-04-07bpf: Drop task_to_inode and inet_conn_established from lsm sleepable hooksJiayuan Chen
2026-04-06bpf: Do not ignore offsets for loads from insn_arraysAnton Protopopov
2026-04-06bpf: Avoid -Wflex-array-members-not-at-end warningsGustavo A. R. Silva
2026-04-06bpf: Enable unaligned accesses for syscall ctxKumar Kartikeya Dwivedi
2026-04-06bpf: Support variable offsets for syscall PTR_TO_CTXKumar Kartikeya Dwivedi
2026-04-05bpf: Fix stale offload->prog pointer after constant blindingMingTao Huang
2026-04-05bpf: fix end-of-list detection in cgroup_storage_get_next_key()Weiming Shi
2026-04-05bpf: Use copy_map_value_locked() in alloc_htab_elem() for BPF_F_LOCKMykyta Yatsenko
2026-04-03bpf: Add helper and kfunc stack access size resolutionAlexei Starovoitov
2026-04-03bpf: Move verifier helpers to headerAlexei Starovoitov
2026-04-03bpf: Add bpf_compute_const_regs() and bpf_prune_dead_branches() passesAlexei Starovoitov
2026-04-03bpf: Sort subprogs in topological order after check_cfg()Alexei Starovoitov
2026-04-03bpf: Do register range validation earlyAlexei Starovoitov
2026-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+Alexei Starovoitov
2026-04-02Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-04-02bpf: Simulate branches to prune based on range violationsHarishankar Vishwanathan
2026-04-02bpf: Exit early if reg_bounds_sync gets invalid inputsHarishankar Vishwanathan
2026-04-02bpf: Use bpf_verifier_env buffers for reg_set_min_maxPaul Chaignon
2026-04-02bpf: Refactor reg_bounds_sanity_checkHarishankar Vishwanathan
2026-04-02bpf: Fix incorrect pruning due to atomic fetch precision trackingDaniel Borkmann
2026-04-02bpf: Reject sleepable kprobe_multi programs at attach timeVarun R Mallya
2026-04-02bpf: reject direct access to nullable PTR_TO_BUF pointersQi Tang
2026-04-02bpf: Migrate dynptr file to kmalloc_nolockMykyta Yatsenko
2026-04-02bpf: Migrate bpf_task_work to kmalloc_nolockMykyta Yatsenko
2026-04-02bpf: Fix abuse of kprobe_write_ctx via freplaceLeon Hwang
2026-03-31bpf: Fix grace period wait for tracepoint bpf_linkKumar Kartikeya Dwivedi
2026-03-31bpf: Fix regsafe() for pointers to packetAlexei Starovoitov
2026-03-31Merge tag 'sched_ext-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-03-31Merge tag 'wq-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-03-31Merge tag 'cgroup-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-03-31cgroup/cpuset: Skip security check for hotplug induced v1 task migrationWaiman Long
2026-03-31cgroup/cpuset: Simplify setsched decision check in task iteration loop of cpu...Waiman Long