summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-09-04Merge tag 'mm-hotfixes-stable-2024-09-03-20-19' of git://git.kernel.org/pub/s...Linus Torvalds
2024-09-04printk: Avoid false positive lockdep report for legacy printingJohn Ogness
2024-09-04printk: nbcon: Assign nice -20 for printing threadsJohn Ogness
2024-09-04printk: Implement legacy printer kthread for PREEMPT_RTJohn Ogness
2024-09-04printk: nbcon: Show replay message on takeoverJohn Ogness
2024-09-04printk: Provide helper for message prependingJohn Ogness
2024-09-04printk: nbcon: Rely on kthreads for normal operationJohn Ogness
2024-09-04printk: nbcon: Use thread callback if in task context for legacyJohn Ogness
2024-09-04printk: nbcon: Relocate nbcon_atomic_emit_one()John Ogness
2024-09-04printk: nbcon: Introduce printer kthreadsThomas Gleixner
2024-09-04printk: nbcon: Init @nbcon_seq to highest possibleJohn Ogness
2024-09-04printk: nbcon: Add context to usable() and emit()John Ogness
2024-09-04printk: Flush console on unregister_console()John Ogness
2024-09-04printk: Fail pr_flush() if before SYSTEM_SCHEDULINGJohn Ogness
2024-09-04printk: nbcon: Add function for printers to reacquire ownershipJohn Ogness
2024-09-04printk: nbcon: Use raw_cpu_ptr() instead of open codingJohn Ogness
2024-09-04cpu: Fix W=1 build kernel-doc warningThorsten Blum
2024-09-04Merge branch 'linus' into smp/coreThomas Gleixner
2024-09-04timers: Annotate possible non critical data race of next_expiryAnna-Maria Behnsen
2024-09-04printk: Use the BITS_PER_LONG macroJinjie Ruan
2024-09-03sched_ext: Remove sched_class->switch_class()Tejun Heo
2024-09-03sched_ext: Remove switch_class_scx()Tejun Heo
2024-09-03sched_ext: Relocate functions in kernel/sched/ext.cTejun Heo
2024-09-03sched_ext: Unify regular and core-sched pick task pathsTejun Heo
2024-09-03sched_ext: Replace SCX_TASK_BAL_KEEP with SCX_RQ_BAL_KEEPTejun Heo
2024-09-03sched_ext: Don't call put_prev_task_scx() before picking the next taskTejun Heo
2024-09-03sched/numa: Fix the vma scan starving issueYujie Liu
2024-09-03mm: support only one page_type per pageMatthew Wilcox (Oracle)
2024-09-03mm: move kernel/numa.c to mm/Mike Rapoport (Microsoft)
2024-09-04dma-direct: optimize page freeing when it is not addressableChen Yu
2024-09-04dma-mapping: clearly mark DMA ops as an architecture featureChristoph Hellwig
2024-09-03Merge branch 'tip/sched/core' into for-6.12Tejun Heo
2024-09-03audit: Make use of str_enabled_disabled() helperHongbo Li
2024-09-03uprobes: Use kzalloc to allocate xol areaSven Schnelle
2024-09-03sched: Add put_prev_task(.next)Peter Zijlstra
2024-09-03sched: Rework dl_serverPeter Zijlstra
2024-09-03sched: Combine the last put_prev_task() and the first set_next_task()Peter Zijlstra
2024-09-03sched: Rework pick_next_task()Peter Zijlstra
2024-09-03sched: Split up put_prev_task_balance()Peter Zijlstra
2024-09-03sched: Clean up DL server vs core schedPeter Zijlstra
2024-09-03sched: Fixup set_next_task() implementationsPeter Zijlstra
2024-09-03sched: Use set_next_task(.first) where requiredPeter Zijlstra
2024-09-03sched/fair: Properly deactivate sched_delayed task upon class changeValentin Schneider
2024-09-03sched/deadline: Fix schedstats vs deadline serversHuang Shijie
2024-09-01kthread: fix task state in kthread worker if being frozenChen Yu
2024-09-01Document/kexec: generalize crash hotplug descriptionSourabh Jain
2024-09-01fault-inject: improve build for CONFIG_FAULT_INJECTION=nJani Nikula
2024-09-01watchdog: handle the ENODEV failure case of lockup_detector_delay_init() sepa...Waiman Long
2024-09-01locking/ww_mutex/test: add MODULE_DESCRIPTION()Jeff Johnson
2024-09-01crash: fix crash memory reserve exceed system memory bugJinjie Ruan