index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
printk
Age
Commit message (
Expand
)
Author
2025-03-27
Merge tag 'printk-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-03-27
Merge branch 'for-6.15-console-suspend-api-cleanup' into for-linus
Petr Mladek
2025-03-20
printk/panic: Add option to allow non-panic CPUs to write to the ring buffer.
Donghyeok Choe
2025-03-17
printk: Add an option to allow ttynull to be a default console device
Adam Simonelli
2025-03-11
printk: Check CON_SUSPEND when unblanking a console
Marcos Paulo de Souza
2025-03-11
printk: Rename console_start to console_resume
Marcos Paulo de Souza
2025-03-11
printk: Rename console_stop to console_suspend
Marcos Paulo de Souza
2025-03-11
printk: Rename resume_console to console_resume_all
Marcos Paulo de Souza
2025-03-11
printk: Rename suspend_console to console_suspend_all
Marcos Paulo de Souza
2025-03-04
Flush console log from kernel_power_off()
Paul E. McKenney
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
2025-01-20
Merge branch 'for-6.14-cpu_sync-fixup' into for-linus
Petr Mladek
2024-12-16
printk: Defer legacy printing when holding printk_cpu_sync
John Ogness
2024-12-16
printk: Remove redundant deferred check in vprintk()
John Ogness
2024-12-12
printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAX
Kuan-Wei Chiu
2024-11-20
Merge tag 'printk-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-11-18
Merge branch 'for-6.13-force-console' into for-linus
Petr Mladek
2024-11-11
printk: Introduce FORCE_CON flag
Marcos Paulo de Souza
2024-11-05
seqlock, treewide: Switch to non-raw seqcount_latch interface
Marco Elver
2024-10-16
printk: Improve memory usage logging during boot
Isaac J. Manjarres
2024-09-19
Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2024-09-17
Merge tag 'printk-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-09-09
printk: Export match_devname_and_update_preferred_console()
Yu Liao
2024-09-04
printk: Avoid false positive lockdep report for legacy printing
John Ogness
2024-09-04
printk: nbcon: Assign nice -20 for printing threads
John Ogness
2024-09-04
printk: Implement legacy printer kthread for PREEMPT_RT
John Ogness
2024-09-04
printk: nbcon: Show replay message on takeover
John Ogness
2024-09-04
printk: Provide helper for message prepending
John Ogness
2024-09-04
printk: nbcon: Rely on kthreads for normal operation
John Ogness
2024-09-04
printk: nbcon: Use thread callback if in task context for legacy
John Ogness
2024-09-04
printk: nbcon: Relocate nbcon_atomic_emit_one()
John Ogness
2024-09-04
printk: nbcon: Introduce printer kthreads
Thomas Gleixner
2024-09-04
printk: nbcon: Init @nbcon_seq to highest possible
John Ogness
2024-09-04
printk: nbcon: Add context to usable() and emit()
John Ogness
2024-09-04
printk: Flush console on unregister_console()
John Ogness
2024-09-04
printk: Fail pr_flush() if before SYSTEM_SCHEDULING
John Ogness
2024-09-04
printk: nbcon: Add function for printers to reacquire ownership
John Ogness
2024-09-04
printk: nbcon: Use raw_cpu_ptr() instead of open coding
John Ogness
2024-09-04
printk: Use the BITS_PER_LONG macro
Jinjie Ruan
2024-08-27
Merge v6.11-rc5 into drm-next
Daniel Vetter
2024-08-21
printk: nbcon: Implement emergency sections
Thomas Gleixner
2024-08-21
printk: Add helper for flush type logic
John Ogness
2024-08-21
printk: Coordinate direct printing in panic
John Ogness
2024-08-21
printk: Track nbcon consoles
John Ogness
2024-08-21
printk: Avoid console_lock dance if no legacy or boot consoles
John Ogness
2024-08-21
printk: nbcon: Add unsafe flushing on panic
John Ogness
2024-08-21
printk: Flush nbcon consoles first on panic
John Ogness
2024-08-21
printk: nbcon: Flush new records on device_release()
John Ogness
2024-08-21
printk: Add is_printk_legacy_deferred()
John Ogness
2024-08-21
printk: nbcon: Use nbcon consoles in console_flush_all()
John Ogness
[next]