summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
14 dayscpu: Make atomic hotplug callbacks run with interrupts disabled on UPSebastian Andrzej Siewior
14 daysperf/core: Fix missing read event generation on task exitThaumy Cheng
14 daysdma/pool: eliminate alloc_pages warning in atomic_pool_expandDave Kleikamp
14 dayssched/core: Fix psi_dequeue() for Proxy ExecutionJohn Stultz
14 dayssched/fair: Fix unfairness caused by stalled tg_load_avg_contrib when the las...xupengbo
14 daysrqspinlock: Use trylock fallback when per-CPU rqnode is busyKumar Kartikeya Dwivedi
14 daysrqspinlock: Enclose lock/unlock within lock entry acquisitionsKumar Kartikeya Dwivedi
14 daysReinstate "resource: avoid unnecessary lookups in find_next_iomem_res()"Ilias Stamatis
14 dayscpuset: Treat cpusets in attaching as populatedChen Ridong
14 daysbpf: Fix invalid prog->stats access when update_effective_progs failsPu Lehui
14 daysbpf: Handle return value of ftrace_set_filter_ip in register_fentryMenglong Dong
14 daysbpf: Prevent nesting overflow in bpf_try_get_buffersSahil Chandna
14 daysbpf: Free special fields when update [lru_,]percpu_hash mapsLeon Hwang
14 dayslocktorture: Fix memory leak in param_set_cpumask()Wang Liang
14 daystimers/migration: Fix imbalanced NUMA treesFrederic Weisbecker
14 daystimers/migration: Remove locking on group connectionFrederic Weisbecker
14 daystimers/migration: Convert "while" loops to use "for"Frederic Weisbecker
14 daystask_work: Fix NMI race conditionPeter Zijlstra
14 daysbpf: Fix stackmap overflow check in __bpf_get_stackid()Arnaud Lecomte
14 daysbpf: Refactor stack map trace depth calculation into helper functionArnaud Lecomte
14 daysperf: Remove get_perf_callchain() init_nr argumentJosh Poimboeuf
14 dayssched/fair: Forfeit vruntime on yieldFernand Sieber
14 daysbpf: Cleanup unused func args in rqspinlock implementationSiddharth Chintamaneni
2025-12-12sched_ext: Use IRQ_WORK_INIT_HARD() to initialize rq->scx.kick_cpus_irq_workZqiang
2025-12-12sched_ext: Fix possible deadlock in the deferred_irq_workfn()Zqiang
2025-12-12ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()Song Liu
2025-12-12locking/spinlock/debug: Fix data-race in do_raw_write_lockAlexander Sverdlin
2025-12-07tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAsDeepanshu Kartikey
2025-12-07timekeeping: Fix error code in tk_aux_sysfs_init()Dan Carpenter
2025-12-07dma-direct: Fix missing sg_dma_len assignment in P2PDMA bus mappingsPranjal Shrivastava
2025-12-01sched_ext: fix flag check for deferred callbacksEmil Tsalapatis
2025-12-01sched_ext: Fix scx_kick_pseqs corruption on concurrent scheduler loadsAndrea Righi
2025-12-01sched_ext: defer queue_balance_callback() until after ops.dispatchEmil Tsalapatis
2025-12-01sched_ext: Allocate scx_kick_cpus_pnt_seqs lazily using kvzalloc()Tejun Heo
2025-12-01timekeeping: Fix resource leak in tk_aux_sysfs_init() error pathsMalaya Kumar Rout
2025-12-01perf: Fix 0 count issue of cpu-clockDapeng Mi
2025-12-01tick/sched: Fix bogus condition in report_idle_softirq()Wen Yang
2025-12-01sched_ext: Fix scx_enable() crash on helper kthread creation failureSaket Kumar Bhaskar
2025-12-01timers: Fix NULL function pointer race in timer_shutdown_sync()Yipeng Zou
2025-11-24PM: hibernate: Use atomic64_t for compressed_size variableMario Limonciello (AMD)
2025-11-24PM: hibernate: Emit an error when image writing failsMario Limonciello (AMD)
2025-11-24ftrace: Fix BPF fexit with livepatchSong Liu
2025-11-24crash: fix crashkernel resource shrinkSourabh Jain
2025-11-24kho: warn and exit when unpreserved page wasn't preservedPratyush Yadav
2025-11-24gcov: add support for GCC 15Peter Oberparleiter
2025-11-24sched_ext: Fix unsafe locking in the scx_dump_state()Zqiang
2025-11-24posix-timers: Plug potential memory leak in do_timer_create()Eslam Khafagy
2025-11-24bpf: account for current allocated stack depth in widen_imprecise_scalars()Eduard Zingerman
2025-11-24futex: Optimize per-cpu reference countingPeter Zijlstra
2025-11-13perf/core: Fix system hang caused by cpu-clock usageDapeng Mi