summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-01-08kernel/kexec: fix IMA when allocation happens in CMA areaPingfan Liu1-2/+7
2026-01-08kernel/kexec: change the prototype of kimage_map_segment()Pingfan Liu1-3/+6
2026-01-08fgraph: Check ftrace_pids_enabled on registration for early filteringShengming Hu1-2/+7
2026-01-08fgraph: Initialize ftrace_ops->private for function graph opsShengming Hu1-0/+1
2026-01-08cpuset: fix warning when disabling remote partitionChen Ridong1-5/+16
2026-01-08sched_ext: fix uninitialized ret on alloc_percpu() failureLiang Jie1-1/+3
2026-01-08sched_ext: Fix incorrect sched_class settings for per-cpu migration tasksZqiang1-4/+10
2026-01-08sched/eevdf: Fix min_vruntime vs avg_vruntimePeter Zijlstra3-95/+31
2026-01-08sched/core: Add comment explaining force-idle vruntime snapshotsPeter Zijlstra1-0/+181
2026-01-08sched/proxy: Yield the donor taskFernand Sieber5-7/+8
2026-01-02tracing: Fix fixed array of synthetic eventSteven Rostedt1-1/+0
2026-01-02cgroup: rstat: use LOCK CMPXCHG in css_rstat_updatedShakeel Butt1-5/+8
2026-01-02tracing: Do not register unsupported perf eventsSteven Rostedt1-0/+2
2026-01-02scs: fix a wrong parameter in __scs_magicZhichi Lin1-1/+1
2026-01-02crash: let architecture decide crash memory export to iomem_resourceSourabh Jain1-0/+3
2026-01-02printk: Avoid irq_work for printk_deferred() on suspendJohn Ogness1-1/+1
2026-01-02printk: Allow printk_trigger_flush() to flush all typesJohn Ogness2-2/+23
2026-01-02kallsyms: Fix wrong "big" kernel symbol type read from procfsZheng Yejian1-1/+4
2026-01-02sched_ext: Fix missing post-enqueue handling in move_local_task_to_local_dsq()Tejun Heo1-0/+10
2026-01-02sched_ext: Fix bypass depth leak on scx_enable() failureTejun Heo1-0/+14
2026-01-02sched_ext: Fix the memleak for sch->helper objectsZqiang1-2/+2
2026-01-02sched_ext: Factor out local_dsq_post_enq() from dispatch_enqueue()Tejun Heo1-15/+19
2026-01-02printk: Avoid scheduling irq_work on suspendJohn Ogness3-18/+55
2026-01-02livepatch: Match old_sympos 0 and 1 in klp_find_func()Song Liu1-1/+7
2026-01-02sched/fair: Revert max_newidle_lb_cost bumpPeter Zijlstra1-16/+3
2026-01-02sched/deadline: only set free_cpus for online runqueuesDoug Berger3-32/+14
2026-01-02bpf: Fix verifier assumptions of bpf_d_path's output bufferShuran Liu1-1/+1
2026-01-02bpf: Fix truncated dmabuf iterator readsT.J. Mercier1-7/+49
2025-12-18cpu: Make atomic hotplug callbacks run with interrupts disabled on UPSebastian Andrzej Siewior1-9/+16
2025-12-18perf/core: Fix missing read event generation on task exitThaumy Cheng1-10/+12
2025-12-18dma/pool: eliminate alloc_pages warning in atomic_pool_expandDave Kleikamp1-1/+1
2025-12-18sched/core: Fix psi_dequeue() for Proxy ExecutionJohn Stultz1-1/+6
2025-12-18sched/fair: Fix unfairness caused by stalled tg_load_avg_contrib when the las...xupengbo1-0/+3
2025-12-18rqspinlock: Use trylock fallback when per-CPU rqnode is busyKumar Kartikeya Dwivedi1-1/+1
2025-12-18rqspinlock: Enclose lock/unlock within lock entry acquisitionsKumar Kartikeya Dwivedi1-9/+6
2025-12-18Reinstate "resource: avoid unnecessary lookups in find_next_iomem_res()"Ilias Stamatis1-1/+9
2025-12-18bpf: Fix exclusive map memory leakEdward Adam Davis1-1/+2
2025-12-18bpf: properly verify tail call behaviorMartin Teichmann1-3/+28
2025-12-18cpuset: Treat cpusets in attaching as populatedChen Ridong1-8/+27
2025-12-18bpf: Fix invalid prog->stats access when update_effective_progs failsPu Lehui1-0/+3
2025-12-18bpf: Handle return value of ftrace_set_filter_ip in register_fentryMenglong Dong1-1/+3
2025-12-18bpf: Prevent nesting overflow in bpf_try_get_buffersSahil Chandna1-0/+3
2025-12-18bpf: Free special fields when update [lru_,]percpu_hash mapsLeon Hwang1-2/+8
2025-12-18locktorture: Fix memory leak in param_set_cpumask()Wang Liang1-2/+6
2025-12-18timers/migration: Fix imbalanced NUMA treesFrederic Weisbecker1-104/+127
2025-12-18timers/migration: Remove locking on group connectionFrederic Weisbecker1-10/+0
2025-12-18timers/migration: Convert "while" loops to use "for"Frederic Weisbecker1-10/+13
2025-12-18cgroup: add cgroup namespace to tree after owner is setChristian Brauner1-1/+1
2025-12-18task_work: Fix NMI race conditionPeter Zijlstra1-1/+7
2025-12-18bpf: Fix stackmap overflow check in __bpf_get_stackid()Arnaud Lecomte1-7/+8