summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2026-01-13bpf: Remove an unused parameter in check_func_protoSong Chen-2/+2
2026-01-13bpf: Recognize special arithmetic shift in the verifierAlexei Starovoitov-0/+39
2026-01-13bpf: Consistently use reg_state() for register access in the verifierMykyta Yatsenko-23/+19
2026-01-13time/sched_clock: Use ACCESS_PRIVATE() to evaluate hrtimer::functionThomas Gleixner-1/+1
2026-01-13sched: Export hidden tracepoints to modulesGabriele Monaco-0/+3
2026-01-13sched/deadline: Fix server stopping with runnable tasksGabriele Monaco-4/+9
2026-01-13sched: Provide idle_rq() helperPeter Zijlstra-29/+23
2026-01-13sched/deadline: Fix potential race in dl_add_task_root_domain()Pingfan Liu-1/+2
2026-01-13sched/deadline: Remove unnecessary comment in dl_add_task_root_domain()Pingfan Liu-9/+0
2026-01-13hrtimer: Drop _tv64() helpersThomas Weißschuh-3/+3
2026-01-13hrtimer: Remove public definition of HIGH_RES_NSECThomas Weißschuh-0/+8
2026-01-13hrtimer: Fix softirq base check in update_needs_ipi()Thomas Weißschuh-1/+1
2026-01-13genirq: Move clear of kstat_irqs to free_desc()Luigi Rizzo-4/+5
2026-01-13genirq: Update effective affinity for redirected interruptsRadu Rendec-0/+2
2026-01-13genirq: Warn about using IRQF_ONESHOT without a threaded handlerSebastian Andrzej Siewior-0/+7
2026-01-12bpf, btf: Enforce destructor kfunc type with CFISami Tolvanen-0/+7
2026-01-12bpf: crypto: Use the correct destructor kfunc typeSami Tolvanen-1/+7
2026-01-12Merge tag 'cgroup-for-6.19-rc5-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2026-01-12cpuset: replace direct lockdep_assert_held() with lockdep_assert_cpuset_lock_...Zhao Mengmeng-7/+7
2026-01-12cgroup/cpuset: Move the v1 empty cpus/mems check to cpuset1_validate_change()Waiman Long-23/+23
2026-01-12cgroup/cpuset: Don't invalidate sibling partitions on cpuset.cpus conflictWaiman Long-54/+48
2026-01-12cgroup/cpuset: Don't fail cpuset.cpus change in v2Waiman Long-15/+15
2026-01-12cgroup/cpuset: Consistently compute effective_xcpus in update_cpumasks_hier()Waiman Long-9/+5
2026-01-12cgroup/cpuset: Streamline rm_siblings_excl_cpus()Waiman Long-9/+15
2026-01-12Merge back material related to system sleep for 6.20Rafael J. Wysocki-1/+1
2026-01-12sched: Move clock related paravirt code to kernel/schedJuergen Gross-1/+19
2026-01-12paravirt: Remove asm/paravirt_api_clock.hJuergen Gross-1/+0
2026-01-12verification/rvgen: Remove unused variable declaration from containersGabriele Monaco-4/+0
2026-01-12verification/dot2c: Remove superfluous enum assignment and add last commaGabriele Monaco-82/+82
2026-01-12rv: Refactor da_monitor to minimise macrosGabriele Monaco-162/+162
2026-01-11Merge tag 'sched-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+3
2026-01-11Merge tag 'perf-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+6
2026-01-11treewide: Update email addressThomas Gleixner-13/+13
2026-01-11Merge branch 'rcu-misc.20260111a'Boqun Feng-11/+31
2026-01-11rcu: Reduce synchronize_rcu() latency by reporting GP kthread's CPU QS earlyJoel Fernandes-0/+12
2026-01-09PM: EM: Add dump to get-perf-domains in the EM YNL specChangwoo Min-18/+68
2026-01-09PM: EM: Change cpus' type from string to u64 array in the EM YNL specChangwoo Min-11/+11
2026-01-09PM: EM: Rename em.yaml to dev-energymodel.yamlChangwoo Min-83/+116
2026-01-09Merge tag 'pm-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-4/+10
2026-01-09sched/mm_cid: Prevent NULL mm dereference in sched_mm_cid_after_execve()Cong Wang-2/+3
2026-01-08PM: EM: Fix memory leak in em_create_pd() error pathMalaya Kumar Rout-2/+4
2026-01-08sched: Further restrict the preemption modesPeter Zijlstra-2/+5
2026-01-08sched: Reorder some fields in struct rqBlake Jones-28/+47
2026-01-08sched/fair: Use cpumask_weight_and() in sched_balance_find_dst_group()Yury Norov (NVIDIA)-4/+3
2026-01-08sched/fair: Simplify task_numa_find_cpu()Yury Norov (NVIDIA)-5/+2
2026-01-08sched/fair: Drop useless cpumask_empty() in find_energy_efficient_cpu()Yury Norov (NVIDIA)-3/+1
2026-01-07bpf: Reject BPF_MAP_TYPE_INSN_ARRAY in check_reg_const_str()Deepanshu Kartikey-0/+5
2026-01-07cgroup: Eliminate cgrp_ancestor_storage in cgroup_rootMichal Koutný-1/+1
2026-01-08dma-mapping: Remove dma_mark_clean (again)Robin Murphy-12/+0
2026-01-07trace: ftrace_dump_on_oops[] is not exported, make it staticBen Dooks-1/+1