aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-04-12bpf: Move backtracking logic to backtrack.cAlexei Starovoitov3-945/+939
2026-04-12bpf: Move state equivalence logic to states.cAlexei Starovoitov3-1746/+1698
2026-04-12bpf: Move check_cfg() into cfg.cAlexei Starovoitov3-996/+904
2026-04-12bpf: Move compute_insn_live_regs() into liveness.cAlexei Starovoitov2-249/+248
2026-04-12bpf: Move fixup/post-processing logic from verifier.c into fixups.cAlexei Starovoitov3-2725/+2688
2026-04-12Merge tag 'wq-for-7.0-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+13
2026-04-12Merge tag 'timers-urgent-2026-04-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-10/+30
2026-04-12Merge tag 'sched-urgent-2026-04-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2026-04-11bpf: Simplify do_check_insn()Alexei Starovoitov1-57/+46
2026-04-11bpf: Move checks for reserved fields out of the main passAlexei Starovoitov1-147/+200
2026-04-11Merge tag 'probes-fixes-v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-1/+1
2026-04-11bpf: Delete unused variableAlexei Starovoitov1-3/+1
2026-04-11Merge branch 'timers/urgent' into timers/coreThomas Gleixner41-288/+752
2026-04-10bpf: Remove gfp_flags plumbing from bpf_local_storage_update()Amery Hung5-51/+18
2026-04-10bpf: Use kmalloc_nolock() universally in local storageAmery Hung4-118/+18
2026-04-10sched_ext: Drop spurious warning on kick during scheduler disableTejun Heo1-3/+2
2026-04-10bpf: Enforce regsafe base id consistency for BPF_ADD_CONST scalarsDaniel Borkmann1-1/+16
2026-04-10Merge tag 'riscv-for-linus-v7.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-13/+17
2026-04-10bpf: poison dead stack slotsAlexei Starovoitov2-27/+67
2026-04-10bpf: change logging scheme for live stack analysisEduard Zingerman1-76/+165
2026-04-10bpf: simplify liveness to use (callsite, depth) keyed func_instancesEduard Zingerman2-544/+251
2026-04-10bpf: record arg tracking results in bpf_liveness masksEduard Zingerman2-62/+245
2026-04-10bpf: introduce forward arg-tracking dataflow analysisEduard Zingerman2-0/+1064
2026-04-10bpf: prepare liveness internal API for static analysis passEduard Zingerman1-25/+23
2026-04-10bpf: 4-byte precise clean_verifier_stateEduard Zingerman2-23/+85
2026-04-10bpf: make liveness.c track stack with 4-byte granularityEduard Zingerman2-64/+113
2026-04-10bpf: save subprogram name in bpf_subprog_infoEduard Zingerman1-0/+1
2026-04-10bpf: share several utility functions as internal APIEduard Zingerman2-7/+7
2026-04-10clockevents: Prevent timer interrupt starvationThomas Gleixner5-9/+29
2026-04-10bpf: Fix RCU stall in bpf_fd_array_map_clear()Sechang Lim1-1/+3
2026-04-10bpf: return VMA snapshot from task_vma iteratorPuranjay Mohan1-12/+30
2026-04-10bpf: switch task_vma iterator from mmap_lock to per-VMA locksPuranjay Mohan1-18/+73
2026-04-10bpf: fix mm lifecycle in open-coded task_vma iteratorPuranjay Mohan1-3/+51
2026-04-10sched_ext: Warn on task-based SCX op recursionTejun Heo1-1/+6
2026-04-10sched_ext: Rename scx_kf_allowed_on_arg_tasks() to scx_kf_arg_task_ok()Tejun Heo1-3/+3
2026-04-10sched_ext: Remove runtime kfunc mask enforcementCheng-Yang Chou2-190/+58
2026-04-10sched_ext: Add verifier-time kfunc context filterTejun Heo4-5/+125
2026-04-10sched_ext: Drop redundant rq-locked check from scx_bpf_task_cgroup()Tejun Heo1-16/+14
2026-04-10sched_ext: Decouple kfunc unlocked-context check from kf_maskTejun Heo4-28/+21
2026-04-10sched_ext: Fix ops.cgroup_move() invocation kf_mask and rq trackingTejun Heo1-1/+1
2026-04-10sched_ext: Track @p's rq lock across set_cpus_allowed_scx -> ops.set_cpumaskTejun Heo1-1/+1
2026-04-10sched_ext: Add select_cpu kfuncs to scx_kfunc_ids_unlockedTejun Heo2-0/+10
2026-04-10sched_ext: Drop TRACING access to select_cpu kfuncsTejun Heo1-4/+21
2026-04-10sched/eevdf: Clear buddies for preempt_shortVincent Guittot1-2/+4
2026-04-10Merge branches 'for-next/misc', 'for-next/tlbflush', 'for-next/ttbr-macros-cleanup', 'for-next/kselftest', 'for-next/feat_lsui', 'for-next/mpam', 'for-next/hotplug-batched-tlbi', 'for-next/bbml2-fixes', 'for-next/sysreg', 'for-next/generic-entry' and 'for-next/acpi', remote-tracking branches 'arm...Catalin Marinas1-97/+10
2026-04-10Merge branches 'pm-cpuidle', 'pm-opp' and 'pm-sleep'Rafael J. Wysocki1-2/+5
2026-04-10Merge branch 'pm-cpufreq'Rafael J. Wysocki1-2/+3
2026-04-09cgroup/rdma: fix swapped arguments in pr_warn() format stringcuitao1-1/+1
2026-04-09bpf: Fix use-after-free in offloaded map/prog info fillJiayuan Chen1-6/+4
2026-04-09bpf: Drop pkt_end markers on arithmetic to prevent is_pkt_ptr_branch_takenDaniel Borkmann1-8/+22