summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-01-13sched/deadline: Fix server stopping with runnable tasksGabriele Monaco
2026-01-13sched: Provide idle_rq() helperPeter Zijlstra
2026-01-13sched/deadline: Fix potential race in dl_add_task_root_domain()Pingfan Liu
2026-01-13sched/deadline: Remove unnecessary comment in dl_add_task_root_domain()Pingfan Liu
2026-01-13hrtimer: Drop _tv64() helpersThomas Weißschuh
2026-01-13hrtimer: Remove public definition of HIGH_RES_NSECThomas Weißschuh
2026-01-13hrtimer: Fix softirq base check in update_needs_ipi()Thomas Weißschuh
2026-01-13genirq: Move clear of kstat_irqs to free_desc()Luigi Rizzo
2026-01-13genirq: Update effective affinity for redirected interruptsRadu Rendec
2026-01-13genirq: Warn about using IRQF_ONESHOT without a threaded handlerSebastian Andrzej Siewior
2026-01-12bpf, btf: Enforce destructor kfunc type with CFISami Tolvanen
2026-01-12bpf: crypto: Use the correct destructor kfunc typeSami Tolvanen
2026-01-12Merge tag 'cgroup-for-6.19-rc5-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-01-12cpuset: replace direct lockdep_assert_held() with lockdep_assert_cpuset_lock_...Zhao Mengmeng
2026-01-12cgroup/cpuset: Move the v1 empty cpus/mems check to cpuset1_validate_change()Waiman Long
2026-01-12cgroup/cpuset: Don't invalidate sibling partitions on cpuset.cpus conflictWaiman Long
2026-01-12cgroup/cpuset: Don't fail cpuset.cpus change in v2Waiman Long
2026-01-12cgroup/cpuset: Consistently compute effective_xcpus in update_cpumasks_hier()Waiman Long
2026-01-12cgroup/cpuset: Streamline rm_siblings_excl_cpus()Waiman Long
2026-01-12Merge back material related to system sleep for 6.20Rafael J. Wysocki
2026-01-12sched: Move clock related paravirt code to kernel/schedJuergen Gross
2026-01-12paravirt: Remove asm/paravirt_api_clock.hJuergen Gross
2026-01-12verification/rvgen: Remove unused variable declaration from containersGabriele Monaco
2026-01-12verification/dot2c: Remove superfluous enum assignment and add last commaGabriele Monaco
2026-01-12rv: Refactor da_monitor to minimise macrosGabriele Monaco
2026-01-11Merge tag 'sched-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-01-11Merge tag 'perf-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-01-11treewide: Update email addressThomas Gleixner
2026-01-11Merge branch 'rcu-misc.20260111a'Boqun Feng
2026-01-11rcu: Reduce synchronize_rcu() latency by reporting GP kthread's CPU QS earlyJoel Fernandes
2026-01-09PM: EM: Add dump to get-perf-domains in the EM YNL specChangwoo Min
2026-01-09PM: EM: Change cpus' type from string to u64 array in the EM YNL specChangwoo Min
2026-01-09PM: EM: Rename em.yaml to dev-energymodel.yamlChangwoo Min
2026-01-09Merge tag 'pm-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2026-01-09sched/mm_cid: Prevent NULL mm dereference in sched_mm_cid_after_execve()Cong Wang
2026-01-08PM: EM: Fix memory leak in em_create_pd() error pathMalaya Kumar Rout
2026-01-08sched: Further restrict the preemption modesPeter Zijlstra
2026-01-08sched: Reorder some fields in struct rqBlake Jones
2026-01-08sched/fair: Use cpumask_weight_and() in sched_balance_find_dst_group()Yury Norov (NVIDIA)
2026-01-08sched/fair: Simplify task_numa_find_cpu()Yury Norov (NVIDIA)
2026-01-08sched/fair: Drop useless cpumask_empty() in find_energy_efficient_cpu()Yury Norov (NVIDIA)
2026-01-07bpf: Reject BPF_MAP_TYPE_INSN_ARRAY in check_reg_const_str()Deepanshu Kartikey
2026-01-07cgroup: Eliminate cgrp_ancestor_storage in cgroup_rootMichal Koutný
2026-01-08dma-mapping: Remove dma_mark_clean (again)Robin Murphy
2026-01-07trace: ftrace_dump_on_oops[] is not exported, make it staticBen Dooks
2026-01-07tracing: Add recursion protection in kernel stack trace recordingSteven Rostedt
2026-01-07ring-buffer: Avoid softlockup in ring_buffer_resize() during memory freeWupeng Ma
2026-01-07tracing: Drop unneeded assignment to soft_modeJulia Lawall
2026-01-07srcu: Use suitable gfp_flags for the init_srcu_struct_nodes()Zqiang
2026-01-07rcu: Fix rcu_read_unlock() deadloop due to softirqYao Kai