summaryrefslogtreecommitdiff
path: root/kernel/printk/printk.c
AgeCommit message (Expand)Author
3 daysMerge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
7 daysMerge branch 'rework/threaded-printk' into for-linusPetr Mladek
7 daysMerge branch 'rework/suspend-fixes' into for-linusPetr Mladek
7 daysMerge branch 'rework/preempt-legacy-kthread' into for-linusPetr Mladek
11 daysprintk: Use console_is_usable on console_unblankMarcos Paulo de Souza
2025-11-24printk: Avoid irq_work for printk_deferred() on suspendJohn Ogness
2025-11-19printk: Avoid scheduling irq_work on suspendJohn Ogness
2025-11-19printk: Allow printk_trigger_flush() to flush all typesJohn Ogness
2025-11-14syscore: Pass context data to callbacksThierry Reding
2025-10-29printk_legacy_map: use LD_WAIT_CONFIG instead of LD_WAIT_SLEEPOleg Nesterov
2025-10-23printk: Use console_flush_one_record for legacy printer kthreadAndrew Murray
2025-10-23printk: console_flush_one_record() code cleanupPetr Mladek
2025-10-23printk: Introduce console_flush_one_recordAndrew Murray
2025-09-13panic: use angle-bracket include for panic.hJinchao Wang
2025-09-13panic/printk: replace other_cpu_in_panic() with panic_on_other_cpu()Jinchao Wang
2025-09-13panic/printk: replace this_cpu_in_panic() with panic_on_this_cpu()Jinchao Wang
2025-09-13panic: introduce helper functions for panic stateJinchao Wang
2025-06-09printk: Allow to use the printk kthread immediately even for 1st nbconPetr Mladek
2025-03-27Merge tag 'printk-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-27Merge branch 'for-6.15-console-suspend-api-cleanup' into for-linusPetr Mladek
2025-03-20printk/panic: Add option to allow non-panic CPUs to write to the ring buffer.Donghyeok Choe
2025-03-17printk: Add an option to allow ttynull to be a default console deviceAdam Simonelli
2025-03-11printk: Check CON_SUSPEND when unblanking a consoleMarcos Paulo de Souza
2025-03-11printk: Rename console_start to console_resumeMarcos Paulo de Souza
2025-03-11printk: Rename console_stop to console_suspendMarcos Paulo de Souza
2025-03-11printk: Rename resume_console to console_resume_allMarcos Paulo de Souza
2025-03-11printk: Rename suspend_console to console_suspend_allMarcos Paulo de Souza
2025-03-04Flush console log from kernel_power_off()Paul E. McKenney
2025-01-20Merge branch 'for-6.14-cpu_sync-fixup' into for-linusPetr Mladek
2024-12-16printk: Defer legacy printing when holding printk_cpu_syncJohn Ogness
2024-12-12printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAXKuan-Wei Chiu
2024-11-20Merge tag 'printk-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-18Merge branch 'for-6.13-force-console' into for-linusPetr Mladek
2024-11-11printk: Introduce FORCE_CON flagMarcos Paulo de Souza
2024-11-05seqlock, treewide: Switch to non-raw seqcount_latch interfaceMarco Elver
2024-10-16printk: Improve memory usage logging during bootIsaac J. Manjarres
2024-09-19Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-09-17Merge tag 'printk-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-09printk: Export match_devname_and_update_preferred_console()Yu Liao
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: Introduce printer kthreadsThomas Gleixner
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