aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-07-20rv: Simplify hybrid automata monitors's clock variablesNam Cao2-17/+3
2026-07-20genirq/msi: Move misplaced EXPORT_SYMBOL_GPL for msi_domain_free_irqs_all()Li RongQing1-1/+1
2026-07-19sched_ext: Rename the cid-form cgroup ops to cpuctl_*Tejun Heo2-31/+30
2026-07-19sched_ext: Hand over cgroups at sub-scheduler enable/disableTejun Heo3-13/+237
2026-07-19sched_ext: Deliver cgroup ops to each task_group's schedTejun Heo2-47/+144
2026-07-19sched_ext: Re-home tasks on cgroup migrationTejun Heo3-15/+152
2026-07-19sched_ext: Relocate scx_cgroup_enabledTejun Heo2-6/+13
2026-07-19sched_ext: Factor out scx_rehome_task() and scx_punt_task()Tejun Heo1-28/+56
2026-07-19cgroup: Add cgroup_task_notifier and task migration eventsTejun Heo1-9/+84
2026-07-19bpf: Disallow interpreter fallback for BPF_ADDR_PERCPU insnLeon Hwang1-0/+5
2026-07-19bpf: Disallow interpreter fallback for gotox insnLeon Hwang1-0/+1
2026-07-19bpf: Disallow interpreter fallback for arena-related insnsLeon Hwang1-0/+1
2026-07-19bpf: Reject arena frees below the arena baseYiyang Chen1-0/+2
2026-07-19bpf: Add memory usage for arenaJiayuan Chen1-2/+8
2026-07-19bpf: Pass arena instead of scratch_page to the pte callbacksJiayuan Chen1-9/+8
2026-07-17Merge branch 'for-7.2-fixes' into for-7.3Tejun Heo2-9/+49
2026-07-17sched_ext: Don't enable non-ext tasks in the sub-sched task loopsTejun Heo1-5/+16
2026-07-17sched_ext: Skip sub-disable teardown for never-linked sub-schedulersTejun Heo1-2/+12
2026-07-17sched_ext: Take cgroup_lock() first in scx_cgroup_lock()Tejun Heo1-2/+7
2026-07-17sched_ext: Reject setting disallow from init_task outside the enable pathTejun Heo1-0/+3
2026-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc4Kumar Kartikeya Dwivedi20-206/+463
2026-07-17bpf: Zero kfunc arg meta before error paths can read itAmery Hung1-1/+2
2026-07-17bpf: Disable raw mode for bloom filter map_peekAmery Hung1-0/+9
2026-07-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-25/+101
2026-07-17printk: Handle pre-enabled consoles in the top-level register_console()Petr Mladek1-11/+8
2026-07-17dma/swiotlb: introduce Kconfig option for compile-time default pool sizeJagadeesh Pagadala1-0/+22
2026-07-16bpf: Reject callback subprogs invoke tailcallPu Lehui1-6/+2
2026-07-16bpf: Sync tail_call_reachable with callee state on entryPu Lehui1-2/+2
2026-07-16bpf: Fix tracing of kfuncs with implicit argsIhor Solodrai2-13/+82
2026-07-16cgroup/cpuset: Handle the special case of non-moving tasks in cpuset_can_attach()Waiman Long1-11/+23
2026-07-16cgroup/cpuset: Support multiple destination cpusets for cpuset_*attach()Waiman Long1-43/+56
2026-07-16scftorture: Remove preempt_disable() in scftorture_invoke_one()Chuyi Zhou1-9/+4
2026-07-16smp: Remove preempt_disable() from on_each_cpu_cond_mask()Chuyi Zhou1-6/+6
2026-07-16smp: Remove preempt_disable() from smp_call_function()Chuyi Zhou1-7/+6
2026-07-16smp: Enable preemption early in smp_call_function_many_cond()Chuyi Zhou1-10/+18
2026-07-16smp: Alloc percpu csd data in smpcfd_prepare_cpu() only onceChuyi Zhou1-2/+8
2026-07-16smp: Use task-local IPI cpumask in smp_call_function_many_cond()Chuyi Zhou2-9/+71
2026-07-16smp: Refactor remote CPU selection in smp_call_function_any()Chuyi Zhou2-28/+31
2026-07-16smp: Enable preemption early in smp_call_function_single()Chuyi Zhou1-2/+7
2026-07-16smp: Disable preemption explicitly in __csd_lock_wait()Chuyi Zhou1-0/+2
2026-07-16liveupdate: fix GET_NAME ioctl argument validationJackie Liu1-1/+1
2026-07-15sched_ext: Add the scx_has_subs static key and gate sub-sched hot pathsTejun Heo5-4/+65
2026-07-15sched_ext: Gate sub_dispatch_prev with CONFIG_EXT_SUB_SCHEDTejun Heo2-10/+12
2026-07-15sched_ext: Move scx_dispatch_sched() to a new inlines.hTejun Heo5-110/+128
2026-07-15sched_ext: Remove queued ecaps syncs directly on sched teardownTejun Heo2-26/+43
2026-07-15srcu: expose srcu_readers_active()Onur Özkan2-26/+1
2026-07-15srcu: make init_srcu_struct() consistently wrap __init_srcu_struct()Onur Özkan2-11/+12
2026-07-15rcutorture: Abstract reader-segment dump into rcu_torture_dump_read_segs()Paul E. McKenney1-72/+76
2026-07-15rcu-tasks: TASKS_TRACE_RCU doesn't need IRQ_WORKPaul E. McKenney1-1/+0
2026-07-15cpufreq: schedutil: Fix self-contradictory comment in sugov_iowait_apply()Zhongqiu Han1-1/+1