summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-05-15cgroup: Move populated counters to cgroup_subsys_stateTejun Heo
2026-05-15cgroup: Annotate unlocked nr_populated_* accesses with READ_ONCE/WRITE_ONCETejun Heo
2026-05-15cgroup: Inline cgroup_has_tasks() in cgroup.hTejun Heo
2026-05-15bpf: make bpf_session_is_return() reference optionalArnd Bergmann
2026-05-14cgroup/rdma: add rdma.events.local for per-cgroup allocation failure attributionTao Cui
2026-05-14cgroup/rdma: add rdma.events to track resource limit exhaustionTao Cui
2026-05-14cgroup/rdma: add rdma.peak for per-device peak usage trackingTao Cui
2026-05-14bug/kunit: Core support for suppressing warning backtracesAlessandro Carminati
2026-05-14Merge tag 'audit-pr-20260513' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-05-14ptrace: slightly saner 'get_dumpable()' logicLinus Torvalds
2026-05-14bpf: Use array_map_meta_equal for percpu array inner map replacementGuannan Wang
2026-05-14slab: support for compiler-assisted type-based slab cache partitioningMarco Elver
2026-05-13bpf: Report maximum combined stack depthPaul Chaignon
2026-05-13Merge tag 'sched_ext-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
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