aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/printk/printk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-27Merge tag 'printk-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-11/+44
2025-03-27Merge branch 'for-6.15-console-suspend-api-cleanup' into for-linusPetr Mladek1-10/+20
2025-03-20printk/panic: Add option to allow non-panic CPUs to write to the ring buffer.Donghyeok Choe1-1/+19
2025-03-17printk: Add an option to allow ttynull to be a default console deviceAdam Simonelli1-0/+5
2025-03-11printk: Check CON_SUSPEND when unblanking a consoleMarcos Paulo de Souza1-2/+12
2025-03-11printk: Rename console_start to console_resumeMarcos Paulo de Souza1-2/+2
2025-03-11printk: Rename console_stop to console_suspendMarcos Paulo de Souza1-3/+3
2025-03-11printk: Rename resume_console to console_resume_allMarcos Paulo de Souza1-1/+1
2025-03-11printk: Rename suspend_console to console_suspend_allMarcos Paulo de Souza1-2/+2
2025-03-04Flush console log from kernel_power_off()Paul E. McKenney1-3/+1
2025-01-20Merge branch 'for-6.14-cpu_sync-fixup' into for-linusPetr Mladek1-0/+5
2024-12-16printk: Defer legacy printing when holding printk_cpu_syncJohn Ogness1-0/+5
2024-12-12printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAXKuan-Wei Chiu1-1/+1
2024-11-20Merge tag 'printk-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-9/+38
2024-11-18Merge branch 'for-6.13-force-console' into for-linusPetr Mladek1-5/+16
2024-11-11printk: Introduce FORCE_CON flagMarcos Paulo de Souza1-5/+16
2024-11-05seqlock, treewide: Switch to non-raw seqcount_latch interfaceMarco Elver1-4/+5
2024-10-16printk: Improve memory usage logging during bootIsaac J. Manjarres1-4/+22
2024-09-19Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-3/+8
2024-09-17Merge tag 'printk-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-110/+602
2024-09-09printk: Export match_devname_and_update_preferred_console()Yu Liao1-0/+1
2024-09-04printk: Avoid false positive lockdep report for legacy printingJohn Ogness1-20/+63
2024-09-04printk: nbcon: Assign nice -20 for printing threadsJohn Ogness1-0/+6
2024-09-04printk: Implement legacy printer kthread for PREEMPT_RTJohn Ogness1-16/+141
2024-09-04printk: nbcon: Show replay message on takeoverJohn Ogness1-0/+11
2024-09-04printk: Provide helper for message prependingJohn Ogness1-11/+25
2024-09-04printk: nbcon: Rely on kthreads for normal operationJohn Ogness1-1/+47
2024-09-04printk: nbcon: Use thread callback if in task context for legacyJohn Ogness1-2/+3
2024-09-04printk: nbcon: Introduce printer kthreadsThomas Gleixner1-0/+108
2024-09-04printk: nbcon: Add context to usable() and emit()John Ogness1-3/+3
2024-09-04printk: Flush console on unregister_console()John Ogness1-2/+7
2024-09-04printk: Fail pr_flush() if before SYSTEM_SCHEDULINGJohn Ogness1-0/+4
2024-08-27Merge v6.11-rc5 into drm-nextDaniel Vetter1-1/+1
2024-08-21printk: Add helper for flush type logicJohn Ogness1-38/+30
2024-08-21printk: Coordinate direct printing in panicJohn Ogness1-7/+48
2024-08-21printk: Track nbcon consolesJohn Ogness1-1/+13
2024-08-21printk: Avoid console_lock dance if no legacy or boot consolesJohn Ogness1-5/+34
2024-08-21printk: Flush nbcon consoles first on panicJohn Ogness1-0/+3
2024-08-21printk: nbcon: Flush new records on device_release()John Ogness1-1/+1
2024-08-21printk: nbcon: Use nbcon consoles in console_flush_all()John Ogness1-5/+12
2024-08-21printk: Track registered boot consolesJohn Ogness1-0/+24
2024-08-21printk: Add @flags argument for console_is_usable()John Ogness1-2/+3
2024-08-21printk: Make console_is_usable() available to nbcon.cJohn Ogness1-30/+0
2024-08-21printk: nbcon: Use driver synchronization while (un)registeringJohn Ogness1-1/+32
2024-08-21printk: Properly deal with nbcon consoles on seq initPetr Mladek1-12/+29
2024-08-21printk: nbcon: Consolidate alloc() and init()John Ogness1-1/+1
2024-08-21printk: Add notation to console_srcu lockingJohn Ogness1-0/+2
2024-08-13printk/panic: Allow cpu backtraces to be written into ringbuffer during panicRyo Takakura1-1/+1
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDaniel Vetter1-3/+8
2024-07-29Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-19/+4