index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
printk
/
printk.c
Age
Commit message (
Expand
)
Author
2025-05-29
printk: Check CON_SUSPEND when unblanking a console
Marcos Paulo de Souza
2025-04-20
Flush console log from kernel_power_off()
Paul E. McKenney
2025-02-17
printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAX
Kuan-Wei Chiu
2025-02-08
printk: Defer legacy printing when holding printk_cpu_sync
John Ogness
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: Introduce printer kthreads
Thomas Gleixner
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-08-27
Merge v6.11-rc5 into drm-next
Daniel Vetter
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: 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: nbcon: Use nbcon consoles in console_flush_all()
John Ogness
2024-08-21
printk: Track registered boot consoles
John Ogness
2024-08-21
printk: Add @flags argument for console_is_usable()
John Ogness
2024-08-21
printk: Make console_is_usable() available to nbcon.c
John Ogness
2024-08-21
printk: nbcon: Use driver synchronization while (un)registering
John Ogness
2024-08-21
printk: Properly deal with nbcon consoles on seq init
Petr Mladek
2024-08-21
printk: nbcon: Consolidate alloc() and init()
John Ogness
2024-08-21
printk: Add notation to console_srcu locking
John Ogness
2024-08-13
printk/panic: Allow cpu backtraces to be written into ringbuffer during panic
Ryo Takakura
2024-08-08
Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...
Daniel Vetter
2024-07-29
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2024-07-25
Merge tag 'printk-for-6.11-trivial' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-07-17
printk: Add a short description string to kmsg_dump()
Jocelyn Falempe
2024-07-04
printk: Add match_devname_and_update_preferred_console()
Tony Lindgren
2024-06-25
Revert "printk: Save console options for add_preferred_console_match()"
Greg Kroah-Hartman
2024-06-25
Revert "printk: Don't try to parse DEVNAME:0.0 console options"
Greg Kroah-Hartman
2024-06-25
Revert "printk: Flag register_console() if console is set on command line"
Greg Kroah-Hartman
2024-06-03
printk: Rename console_replay_all() and update context
Sreenath Vijayan
2024-05-22
Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2024-05-15
Merge tag 'printk-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-05-07
printk: cleanup deprecated uses of strncpy/strcpy
Justin Stitt
2024-04-11
printk: Add function to replay kernel log on consoles
Sreenath Vijayan
2024-04-09
printk: Flag register_console() if console is set on command line
Tony Lindgren
2024-04-09
printk: Don't try to parse DEVNAME:0.0 console options
Tony Lindgren
[next]