summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-05-13Merge tag 'cgroup-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-05-13Merge tag 'wq-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-05-13hrtimer: Fix the bogus return type of __hrtimer_start_range_ns()Thomas Gleixner
2026-05-13sched_ext: Use HK_TYPE_DOMAIN_BOOT to detect isolcpus= domain isolationAndrea Righi
2026-05-13cgroup/cpuset: Return only actually allocated CPUs during partition invalidationsunshaojie
2026-05-13bpf,x86: Implement JIT support for stack argumentsYonghong Song
2026-05-13bpf: Disable private stack for x86_64 if stack arguments usedYonghong Song
2026-05-13bpf: Reject stack arguments if tail call reachableYonghong Song
2026-05-13bpf: Support stack arguments for kfunc callsYonghong Song
2026-05-13bpf: Enable r11 based insnsYonghong Song
2026-05-13bpf: Prepare architecture JIT support for stack argumentsYonghong Song
2026-05-13bpf: Reject stack arguments in non-JITed programsYonghong Song
2026-05-13bpf: Extend liveness analysis to track stack argument slotsYonghong Song
2026-05-13bpf: Use arg_is_fp() in has_fp_args()Yonghong Song
2026-05-13bpf: Refactor record_call_access() to extract per-arg logicYonghong Song
2026-05-13bpf: Add precision marking and backtracking for stack argument slotsYonghong Song
2026-05-13bpf: Refactor jmp history to use dedicated spi/frame fieldsYonghong Song
2026-05-13bpf: Support stack arguments for bpf functionsYonghong Song
2026-05-13bpf: Set sub->arg_cnt earlier in btf_prepare_func_args()Yonghong Song
2026-05-13bpf: Remove copy_register_state wrapper functionYonghong Song
2026-05-13Merge tag 'fixes-2026-05-13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-05-12sched_ext: Defer sub_kset base put to scx_sched_free_rcu_workTejun Heo
2026-05-12sched_ext: INIT_LIST_HEAD() &sch->all in scx_alloc_and_add_sched()Tejun Heo
2026-05-12sched_ext: Drop NONE early return in scx_disable_and_exit_task()Tejun Heo
2026-05-12audit: enforce AUDIT_LOCKED for AUDIT_TRIM and AUDIT_MAKE_EQUIVSergio Correia
2026-05-12audit: fix incorrect inheritable capability in CAPSET recordsSergio Correia
2026-05-12bpf: Add syscall common attributes support for map_createLeon Hwang
2026-05-12bpf: Add syscall common attributes support for btf_loadLeon Hwang
2026-05-12bpf: Add syscall common attributes support for prog_loadLeon Hwang
2026-05-12bpf: Refactor reporting log_true_size for prog_loadLeon Hwang
2026-05-12bpf: Extend BPF syscall with common attributes supportLeon Hwang
2026-05-12Merge tag 'probes-fixes-v7.1-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-05-11Merge branch 'for-7.1-fixes' into for-7.2Tejun Heo
2026-05-11sched_ext: Avoid UAF in scx_root_enable_workfn() init failure pathTejun Heo
2026-05-11sched_ext: Mark !CONFIG_EXT_SUB_SCHED dummy stubs static inlineTejun Heo
2026-05-11fs: move SB_I_USERNS_VISIBLE to FS_USERNS_MOUNT_RESTRICTEDChristian Brauner
2026-05-11cgroup/cpuset: Reserve DL bandwidth only for root-domain movesGuopeng Zhang
2026-05-11sched_ext: Replace tryget_task_struct() with get_task_struct()Andrea Righi
2026-05-11workqueue: drop apply_wqattrs_lock()/unlock() wrappersBreno Leitao
2026-05-11exit: prevent preemption of oopsing TASK_DEAD taskJann Horn
2026-05-11bpf: Fix s16 truncation for large bpf-to-bpf call offsetsYazhou Tang
2026-05-11bpf: Fix out-of-bounds read in bpf_patch_call_args()Yazhou Tang
2026-05-11genirq/proc: Size interrupt directory names for 10-digit interrupt numbersPengpeng Hou
2026-05-11irq_work: Fix use-after-free in irq_work_single() on PREEMPT_RTJiayuan Chen
2026-05-11genirq/chip: Don't call add_interrupt_randomness() for NMIsMark Rutland
2026-05-11fprobe: Fix unregister_fprobe() to wait for RCU grace periodMasami Hiramatsu (Google)
2026-05-10cgroup/cpuset: Skip hardwall ancestor scan in cpuset v2 in cpuset_current_nod...Chen Wandun
2026-05-10Merge branch 'for-7.1-fixes' into for-7.2Tejun Heo
2026-05-10sched_ext: Clear ops->priv on scx_alloc_and_add_sched() error pathsAndrea Righi
2026-05-10cgroup/cpuset: Reset DL migration state on can_attach() failureGuopeng Zhang