summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
5 daysMerge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
5 daysMerge tag 'vfs-7.1-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
6 daysMerge tag 'namespaces-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
6 daysMerge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
6 daysMerge tag 'rcu.2026.03.31a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
6 daysworkqueue: validate cpumask_first() result in llc_populate_cpu_shard_id()Breno Leitao
6 daysMerge tag 'kvmarm-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
6 daysMerge patch series "bpf: Fix OOB in pcpu_init_value and add a test"Alexei Starovoitov
6 daysbpf: Fix OOB in pcpu_init_valueLang Xu
7 daysbpf: Allow instructions with arena source and non-arena dest registersEmil Tsalapatis
7 daysbpf: add missing fsession to the verifier logMenglong Dong
7 daysbpf: Move BTF checking logic into check_btf.cAlexei Starovoitov
7 daysbpf: Move backtracking logic to backtrack.cAlexei Starovoitov
7 daysbpf: Move state equivalence logic to states.cAlexei Starovoitov
7 daysbpf: Move check_cfg() into cfg.cAlexei Starovoitov
7 daysbpf: Move compute_insn_live_regs() into liveness.cAlexei Starovoitov
7 daysbpf: Move fixup/post-processing logic from verifier.c into fixups.cAlexei Starovoitov
7 daysMerge tag 'wq-for-7.0-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
7 daysMerge tag 'timers-urgent-2026-04-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
7 daysMerge tag 'sched-urgent-2026-04-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
7 daysbpf: Simplify do_check_insn()Alexei Starovoitov
7 daysbpf: Move checks for reserved fields out of the main passAlexei Starovoitov
8 daysMerge tag 'probes-fixes-v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
8 daysbpf: Delete unused variableAlexei Starovoitov
8 daysMerge branch 'timers/urgent' into timers/coreThomas Gleixner
8 daysbpf: Remove gfp_flags plumbing from bpf_local_storage_update()Amery Hung
8 daysbpf: Use kmalloc_nolock() universally in local storageAmery Hung
8 dayssched_ext: Drop spurious warning on kick during scheduler disableTejun Heo
8 daysbpf: Enforce regsafe base id consistency for BPF_ADD_CONST scalarsDaniel Borkmann
8 daysMerge tag 'riscv-for-linus-v7.0-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
8 daysbpf: poison dead stack slotsAlexei Starovoitov
8 daysbpf: change logging scheme for live stack analysisEduard Zingerman
8 daysbpf: simplify liveness to use (callsite, depth) keyed func_instancesEduard Zingerman
8 daysbpf: record arg tracking results in bpf_liveness masksEduard Zingerman
8 daysbpf: introduce forward arg-tracking dataflow analysisEduard Zingerman
8 daysbpf: prepare liveness internal API for static analysis passEduard Zingerman
8 daysbpf: 4-byte precise clean_verifier_stateEduard Zingerman
8 daysbpf: make liveness.c track stack with 4-byte granularityEduard Zingerman
8 daysbpf: save subprogram name in bpf_subprog_infoEduard Zingerman
8 daysbpf: share several utility functions as internal APIEduard Zingerman
8 daysclockevents: Prevent timer interrupt starvationThomas Gleixner
9 daysbpf: Fix RCU stall in bpf_fd_array_map_clear()Sechang Lim
9 daysbpf: return VMA snapshot from task_vma iteratorPuranjay Mohan
9 daysbpf: switch task_vma iterator from mmap_lock to per-VMA locksPuranjay Mohan
9 daysbpf: fix mm lifecycle in open-coded task_vma iteratorPuranjay Mohan
9 dayssched_ext: Warn on task-based SCX op recursionTejun Heo
9 dayssched_ext: Rename scx_kf_allowed_on_arg_tasks() to scx_kf_arg_task_ok()Tejun Heo
9 dayssched_ext: Remove runtime kfunc mask enforcementCheng-Yang Chou
9 dayssched_ext: Add verifier-time kfunc context filterTejun Heo
9 dayssched_ext: Drop redundant rq-locked check from scx_bpf_task_cgroup()Tejun Heo