summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-07-17sched_ext: Don't enable non-ext tasks in the sub-sched task loopsTejun Heo
2026-07-17sched_ext: Skip sub-disable teardown for never-linked sub-schedulersTejun Heo
2026-07-17sched_ext: Take cgroup_lock() first in scx_cgroup_lock()Tejun Heo
2026-07-17sched_ext: Reject setting disallow from init_task outside the enable pathTejun Heo
2026-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc4Kumar Kartikeya Dwivedi
2026-07-17bpf: Zero kfunc arg meta before error paths can read itAmery Hung
2026-07-17bpf: Disable raw mode for bloom filter map_peekAmery Hung
2026-07-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-07-17printk: Handle pre-enabled consoles in the top-level register_console()Petr Mladek
2026-07-17dma/swiotlb: introduce Kconfig option for compile-time default pool sizeJagadeesh Pagadala
2026-07-16bpf: Reject callback subprogs invoke tailcallPu Lehui
2026-07-16bpf: Sync tail_call_reachable with callee state on entryPu Lehui
2026-07-16bpf: Fix tracing of kfuncs with implicit argsIhor Solodrai
2026-07-16cgroup/cpuset: Handle the special case of non-moving tasks in cpuset_can_atta...Waiman Long
2026-07-16cgroup/cpuset: Support multiple destination cpusets for cpuset_*attach()Waiman Long
2026-07-16scftorture: Remove preempt_disable() in scftorture_invoke_one()Chuyi Zhou
2026-07-16smp: Remove preempt_disable() from on_each_cpu_cond_mask()Chuyi Zhou
2026-07-16smp: Remove preempt_disable() from smp_call_function()Chuyi Zhou
2026-07-16smp: Enable preemption early in smp_call_function_many_cond()Chuyi Zhou
2026-07-16smp: Alloc percpu csd data in smpcfd_prepare_cpu() only onceChuyi Zhou
2026-07-16smp: Use task-local IPI cpumask in smp_call_function_many_cond()Chuyi Zhou
2026-07-16smp: Refactor remote CPU selection in smp_call_function_any()Chuyi Zhou
2026-07-16smp: Enable preemption early in smp_call_function_single()Chuyi Zhou
2026-07-16smp: Disable preemption explicitly in __csd_lock_wait()Chuyi Zhou
2026-07-16liveupdate: fix GET_NAME ioctl argument validationJackie Liu
2026-07-15sched_ext: Add the scx_has_subs static key and gate sub-sched hot pathsTejun Heo
2026-07-15sched_ext: Gate sub_dispatch_prev with CONFIG_EXT_SUB_SCHEDTejun Heo
2026-07-15sched_ext: Move scx_dispatch_sched() to a new inlines.hTejun Heo
2026-07-15sched_ext: Remove queued ecaps syncs directly on sched teardownTejun Heo
2026-07-15srcu: expose srcu_readers_active()Onur Özkan
2026-07-15srcu: make init_srcu_struct() consistently wrap __init_srcu_struct()Onur Özkan
2026-07-15rcutorture: Abstract reader-segment dump into rcu_torture_dump_read_segs()Paul E. McKenney
2026-07-15rcu-tasks: TASKS_TRACE_RCU doesn't need IRQ_WORKPaul E. McKenney
2026-07-15cpufreq: schedutil: Fix self-contradictory comment in sugov_iowait_apply()Zhongqiu Han
2026-07-15cpufreq: intel_pstate: Adjust the .adjust_perf() driver callbackRafael J. Wysocki
2026-07-15sched/psi: Shut down rtpoll_timer in psi_cgroup_free()Tejun Heo
2026-07-15sched/psi: Create the psimon kthread outside of cgroup_mutexTejun Heo
2026-07-15bpf: Reject negative const offsets for buffer pointersSun Jian
2026-07-15bpf: Unify helper and kfunc call argument metaAmery Hung
2026-07-15bpf: Drop redundant pkt_access from bpf_call_arg_metaAmery Hung
2026-07-15bpf: Unify helper and kfunc allocation-size argument handlingAmery Hung
2026-07-15bpf: Pass argno to callees in check_func_arg() instead of argno_from_reg(regno)Amery Hung
2026-07-15bpf: Factor out raw_mode-related fields in bpf_call_arg_metaAmery Hung
2026-07-15bpf: Remove dynptr check in check_stack_range_initialized()Amery Hung
2026-07-15liveupdate: Remove redundant INIT_LIST_HEAD in luo_session_allocHongfu Li
2026-07-14tracing/probes: Eliminate recursion in parse_probe_arg()Masami Hiramatsu
2026-07-14tracing/probes: Extend max length of argument stringMasami Hiramatsu
2026-07-14tracing/probes: Sort ERRORS list in trace_probe.h alphabeticallyMasami Hiramatsu
2026-07-14tracing/probes: Refactor parse_probe_arg()Masami Hiramatsu
2026-07-14tracing/probes: Refactor parse_probe_vars()Masami Hiramatsu