aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-05-13bpf: Prepare architecture JIT support for stack argumentsYonghong Song2-1/+12
2026-05-13bpf: Reject stack arguments in non-JITed programsYonghong Song2-1/+7
2026-05-13bpf: Extend liveness analysis to track stack argument slotsYonghong Song2-15/+105
2026-05-13bpf: Use arg_is_fp() in has_fp_args()Yonghong Song1-1/+1
2026-05-13bpf: Refactor record_call_access() to extract per-arg logicYonghong Song1-27/+38
2026-05-13bpf: Add precision marking and backtracking for stack argument slotsYonghong Song2-6/+84
2026-05-13bpf: Refactor jmp history to use dedicated spi/frame fieldsYonghong Song3-28/+21
2026-05-13bpf: Support stack arguments for bpf functionsYonghong Song4-10/+255
2026-05-13bpf: Set sub->arg_cnt earlier in btf_prepare_func_args()Yonghong Song1-1/+1
2026-05-13bpf: Remove copy_register_state wrapper functionYonghong Song1-25/+19
2026-05-13Merge tag 'fixes-2026-05-13' of git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linuxLinus Torvalds1-1/+1
2026-05-12sched_ext: Defer sub_kset base put to scx_sched_free_rcu_workTejun Heo1-2/+4
2026-05-12sched_ext: INIT_LIST_HEAD() &sch->all in scx_alloc_and_add_sched()Tejun Heo1-0/+1
2026-05-12sched_ext: Drop NONE early return in scx_disable_and_exit_task()Tejun Heo1-10/+2
2026-05-12audit: enforce AUDIT_LOCKED for AUDIT_TRIM and AUDIT_MAKE_EQUIVSergio Correia1-0/+4
2026-05-12audit: fix incorrect inheritable capability in CAPSET recordsSergio Correia1-1/+1
2026-05-12bpf: Add syscall common attributes support for map_createLeon Hwang2-10/+85
2026-05-12bpf: Add syscall common attributes support for btf_loadLeon Hwang2-26/+15
2026-05-12bpf: Add syscall common attributes support for prog_loadLeon Hwang2-8/+29
2026-05-12bpf: Refactor reporting log_true_size for prog_loadLeon Hwang3-16/+42
2026-05-12bpf: Extend BPF syscall with common attributes supportLeon Hwang1-4/+21
2026-05-12Merge tag 'probes-fixes-v7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds2-3/+23
2026-05-11Merge branch 'for-7.1-fixes' into for-7.2Tejun Heo1-1/+24
2026-05-11sched_ext: Avoid UAF in scx_root_enable_workfn() init failure pathTejun Heo1-1/+1
2026-05-11sched_ext: Mark !CONFIG_EXT_SUB_SCHED dummy stubs static inlineTejun Heo2-11/+11
2026-05-11fs: move SB_I_USERNS_VISIBLE to FS_USERNS_MOUNT_RESTRICTEDChristian Brauner1-1/+1
2026-05-11cgroup/cpuset: Reserve DL bandwidth only for root-domain movesGuopeng Zhang3-18/+29
2026-05-11sched_ext: Replace tryget_task_struct() with get_task_struct()Andrea Righi1-15/+12
2026-05-11workqueue: drop apply_wqattrs_lock()/unlock() wrappersBreno Leitao1-24/+14
2026-05-11exit: prevent preemption of oopsing TASK_DEAD taskJann Horn1-0/+1
2026-05-11bpf: Fix s16 truncation for large bpf-to-bpf call offsetsYazhou Tang3-10/+43
2026-05-11bpf: Fix out-of-bounds read in bpf_patch_call_args()Yazhou Tang2-2/+11
2026-05-11genirq/proc: Size interrupt directory names for 10-digit interrupt numbersPengpeng Hou1-3/+4
2026-05-11irq_work: Fix use-after-free in irq_work_single() on PREEMPT_RTJiayuan Chen1-0/+7
2026-05-11genirq/chip: Don't call add_interrupt_randomness() for NMIsMark Rutland1-2/+7
2026-05-11fprobe: Fix unregister_fprobe() to wait for RCU grace periodMasami Hiramatsu (Google)2-3/+23
2026-05-10cgroup/cpuset: Skip hardwall ancestor scan in cpuset v2 in cpuset_current_node_allowed()Chen Wandun1-0/+3
2026-05-10Merge branch 'for-7.1-fixes' into for-7.2Tejun Heo3-141/+130
2026-05-10sched_ext: Clear ops->priv on scx_alloc_and_add_sched() error pathsAndrea Righi1-0/+4
2026-05-10cgroup/cpuset: Reset DL migration state on can_attach() failureGuopeng Zhang1-4/+4
2026-05-10sched_ext: Fix ops->priv clobber on concurrent attach/detachAndrea Righi1-0/+19
2026-05-10cgroup/dmem: Return -ENOMEM on failed pool preallocationGuopeng Zhang1-0/+1
2026-05-10Merge branch 'for-7.1-fixes' into for-7.2Tejun Heo3-97/+245
2026-05-10sched_ext: Add scx_task_iter_relock() and use it in scx_root_enable_workfn()Tejun Heo1-8/+26
2026-05-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc3Alexei Starovoitov45-948/+1641
2026-05-10sched_ext: Handle SCX_TASK_NONE in disable/switched_from pathsTejun Heo1-0/+19
2026-05-10sched_ext: Close sub-sched init race with post-init DEAD recheckTejun Heo1-1/+31
2026-05-10sched_ext: Close root-enable vs sched_ext_dead() race with SCX_TASK_INIT_BEGINTejun Heo1-7/+49
2026-05-10sched_ext: Replace SCX_TASK_OFF_TASKS flag with SCX_TASK_DEAD stateTejun Heo1-6/+11
2026-05-10sched_ext: Inline scx_init_task() and move RESET_RUNNABLE_AT into scx_set_task_state()Tejun Heo1-22/+9