summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-05-14ptrace: slightly saner 'get_dumpable()' logicLinus Torvalds2-6/+17
2026-05-14bpf: Use array_map_meta_equal for percpu array inner map replacementGuannan Wang1-1/+1
2026-05-14slab: support for compiler-assisted type-based slab cache partitioningMarco Elver1-1/+1
2026-05-13bpf: Report maximum combined stack depthPaul Chaignon1-1/+5
2026-05-13Merge tag 'sched_ext-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-82/+195
2026-05-13Merge tag 'cgroup-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-28/+43
2026-05-13Merge tag 'wq-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+15
2026-05-13hrtimer: Fix the bogus return type of __hrtimer_start_range_ns()Thomas Gleixner1-2/+2
2026-05-13sched_ext: Use HK_TYPE_DOMAIN_BOOT to detect isolcpus= domain isolationAndrea Righi1-2/+1
2026-05-13cgroup/cpuset: Return only actually allocated CPUs during partition invalidationsunshaojie1-1/+2
2026-05-13bpf,x86: Implement JIT support for stack argumentsYonghong Song1-0/+10
2026-05-13bpf: Disable private stack for x86_64 if stack arguments usedYonghong Song1-1/+4
2026-05-13bpf: Reject stack arguments if tail call reachableYonghong Song1-1/+10
2026-05-13bpf: Support stack arguments for kfunc callsYonghong Song1-17/+60
2026-05-13bpf: Enable r11 based insnsYonghong Song1-2/+3
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...Linus 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/kerne...Linus 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