- 3e5b2e8 printk: Export match_devname_and_update_preferred_console() by Yu Liao · 6 months ago
- bcc954c printk/panic: Allow cpu backtraces to be written into ringbuffer during panic by Ryo Takakura · 7 months ago
- 8bf1000 Merge tag 'printk-for-6.11-trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 7 months ago
- 78eb4ea sysctl: treewide: constify the ctl_table argument of proc_handlers by Joel Granados · 8 months ago
- 7640f1a printk: Add match_devname_and_update_preferred_console() by Tony Lindgren · 8 months ago
- cc8d5a2 Revert "printk: Save console options for add_preferred_console_match()" by Greg Kroah-Hartman · 8 months ago
- 64f9f01 Revert "printk: Don't try to parse DEVNAME:0.0 console options" by Greg Kroah-Hartman · 8 months ago
- deb091cb Revert "printk: Flag register_console() if console is set on command line" by Greg Kroah-Hartman · 8 months ago
- 3d9a0a2 printk: Rename console_replay_all() and update context by Sreenath Vijayan · 9 months ago
- f6b8e86 Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 months ago
- a19264d Merge tag 'printk-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 10 months ago
- e055022 printk: cleanup deprecated uses of strncpy/strcpy by Justin Stitt · 10 months ago
- 693f75b printk: Add function to replay kernel log on consoles by Sreenath Vijayan · 12 months ago
- b73c9cb printk: Flag register_console() if console is set on command line by Tony Lindgren · 11 months ago
- 8a831c5 printk: Don't try to parse DEVNAME:0.0 console options by Tony Lindgren · 11 months ago
- f03e8c1 printk: Save console options for add_preferred_console_match() by Tony Lindgren · 11 months ago
- 7033999 Merge tag 'printk-for-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 12 months ago
- 3bcb0bf Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 months ago
- 8076972 printk: Update @console_may_schedule in console_trylock_spinning() by John Ogness · 1 year ago
- 902861e Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 12 months ago
- b054677 Merge tag 'printk-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 12 months ago
- 801410b serial: Lock console when calling into driver before registration by Peter Collingbourne · 1 year ago
- 443cbaf crash: split vmcoreinfo exporting code out from crash_core.c by Baoquan He · 1 year, 1 month ago
- 779dbc2 printk: Avoid non-panic CPUs writing to ringbuffer by John Ogness · 1 year, 1 month ago
- d04d588 printk: Disable passing console lock owner completely during panic() by Petr Mladek · 1 year, 1 month ago
- ac7d784 printk: Wait for all reserved records with pr_flush() by John Ogness · 1 year, 1 month ago
- 36652d0 printk: Add this_cpu_in_panic() by John Ogness · 1 year, 1 month ago
- 0ab7cdd printk: For @suppress_panic_printk check for other CPU in panic by John Ogness · 1 year, 1 month ago
- 09ce61e cap_syslog: remove CAP_SYS_ADMIN when dmesg_restrict by Jingzi Meng · 1 year, 2 months ago
- 1f24458 Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 1 year, 4 months ago
- 2966bd3 Merge branch 'rework/nbcon-base' into for-linus by Petr Mladek · 1 year, 4 months ago
- 86098bc Merge branch 'rework/misc-cleanups' into for-linus by Petr Mladek · 1 year, 4 months ago
- adb982a Merge branch 'for-6.7' into for-linus by Petr Mladek · 1 year, 4 months ago
- 3f6074c printk: printk: Remove unnecessary statements'len = 0;' by Li kunyu · 1 year, 5 months ago
- 1e3c852 printk: Constify name for add_preferred_console() by Tony Lindgren · 1 year, 5 months ago
- 545a4f8 printk: Check valid console index for preferred console by Tony Lindgren · 1 year, 5 months ago
- 29fda1a printk: Reduce pr_flush() pooling time by Petr Mladek · 1 year, 5 months ago
- 9277abd2 Merge branch 'rework/misc-cleanups' into for-linus by Petr Mladek · 1 year, 5 months ago
- 054c22b printk: flush consoles before checking progress by John Ogness · 1 year, 5 months ago
- 98a0465 printk: fix illegal pbufs access for !CONFIG_PRINTK by John Ogness · 1 year, 6 months ago
- 06653d5 printk: nbcon: Add emit function and callback function for atomic printing by Thomas Gleixner · 1 year, 6 months ago
- ad56ebd printk: nbcon: Add sequence handling by Thomas Gleixner · 1 year, 6 months ago
- 5634c90 printk: nbcon: Add buffer management by Thomas Gleixner · 1 year, 6 months ago
- d818b56 printk: Make static printk buffers available to nbcon by John Ogness · 1 year, 6 months ago
- 6b93bb4 printk: Add non-BKL (nbcon) console basic infrastructure by Thomas Gleixner · 1 year, 6 months ago
- 4952801 Revert "printk: export symbols for debug modules" by Christoph Hellwig · 1 year, 6 months ago
- 3c31041 Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 1 year, 6 months ago
- f0f6923 Merge branch 'rework/misc-cleanups' into for-linus by Petr Mladek · 1 year, 6 months ago
- 3e00123 printk: export symbols for debug modules by Enlin Mu · 1 year, 7 months ago
- 132a90d printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic() by John Ogness · 1 year, 8 months ago
- 9e70a5e printk: Add per-console suspended state by John Ogness · 1 year, 8 months ago
- 696ffaf printk: Consolidate console deferred printing by John Ogness · 1 year, 8 months ago
- eacb04f printk: Do not take console lock for console_flush_on_panic() by John Ogness · 1 year, 8 months ago
- 51a1d25 printk: Keep non-panic-CPUs out of console lock by John Ogness · 1 year, 8 months ago
- 7b23a66 printk: Reduce console_unblank() usage in unsafe scenarios by John Ogness · 1 year, 8 months ago
- d16317d seqlock/latch: Provide raw_read_seqcount_latch_retry() by Peter Zijlstra · 1 year, 10 months ago
- 7fa8a8e Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 10 months ago
- b6a7828 Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux by Linus Torvalds · 1 year, 10 months ago
- 1f6ab56 printk: export console trace point for kcsan/kasan/kfence/kmsan by Pavankumar Kondeti · 1 year, 11 months ago
- 4838036 Change DEFINE_SEMAPHORE() to take a number argument by Peter Zijlstra · 2 years ago
- bee4390 printk: Remove obsoleted check for non-existent "user" object by Stanislav Kinsburskii · 2 years ago
- d876315 Merge tag 'printk-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 2 years ago
- 57a3021 Merge tag 'v6.2-rc6' into sched/core, to pick up fixes by Ingo Molnar · 2 years, 1 month ago
- 21493c6 Merge branch 'rework/console-list-lock' into for-linus by Petr Mladek · 2 years, 2 months ago
- d551afc printk: Use scnprintf() to print the message about the dropped messages on a console by Petr Mladek · 2 years, 2 months ago
- 4fe59a1 kernel/printk/printk.c: Fix W=1 kernel-doc warning by Anuradha Weeraman · 2 years, 2 months ago
- 3ef5abd tty: serial: kgdboc: fix mutex locking order for configure_kgdboc() by John Ogness · 2 years, 2 months ago
- 880970b printk: Remove trace_.*_rcuidle() usage by Peter Zijlstra · 2 years, 2 months ago
- b0975c47 printk: adjust string limit macros by John Ogness · 2 years, 2 months ago
- ea308da printk: use printk_buffers for devkmsg by John Ogness · 2 years, 2 months ago
- c4fcc61 printk: introduce console_prepend_dropped() for dropped messages by John Ogness · 2 years, 2 months ago
- 2830eec printk: introduce printk_get_next_message() and printk_message by John Ogness · 2 years, 2 months ago
- daaab5b printk: introduce struct printk_buffers by John Ogness · 2 years, 2 months ago
- 2364b406 printk: move size limit macros into internal.h by John Ogness · 2 years, 2 months ago
- 6b2b0d8 Merge branch 'rework/console-list-lock' into for-linus by Petr Mladek · 2 years, 3 months ago
- 5074ffb printk: htmldocs: add missing description by John Ogness · 2 years, 4 months ago
- 848a9c1 printk: relieve console_lock of list synchronization duties by John Ogness · 2 years, 4 months ago
- 6f88367 printk, xen: fbfront: create/use safe function for forcing preferred by John Ogness · 2 years, 4 months ago
- 1fd4224 console: introduce console_is_registered() by John Ogness · 2 years, 4 months ago
- 8cb15f7 printk: console_device: use srcu console list iterator by John Ogness · 2 years, 4 months ago
- 87f2e4b printk: console_flush_on_panic: use srcu console list iterator by John Ogness · 2 years, 4 months ago
- d792db6 printk: console_unblank: use srcu console list iterator by John Ogness · 2 years, 4 months ago
- 12f1da5 printk: console_is_usable: use console_srcu_read_flags by John Ogness · 2 years, 4 months ago
- eb7f1ed printk: __pr_flush: use srcu console list iterator by John Ogness · 2 years, 4 months ago
- fc956ae0 printk: console_flush_all: use srcu console list iterator by John Ogness · 2 years, 4 months ago
- 100bdef console: introduce wrappers to read/write console flags by John Ogness · 2 years, 4 months ago
- 4dc6468 printk: introduce console_list_lock by John Ogness · 2 years, 4 months ago
- a424276 printk: fix setting first seq for consoles by John Ogness · 2 years, 4 months ago
- b80ea0e printk: move @seq initialization to helper by John Ogness · 2 years, 4 months ago
- 1145703 printk: register_console: use "registered" for variable names by John Ogness · 2 years, 4 months ago
- 6c4afa7 printk: Prepare for SRCU console list protection by John Ogness · 2 years, 4 months ago
- d9a4af56 printk: Convert console_drivers list to hlist by Thomas Gleixner · 2 years, 4 months ago
- 7365df1 printk: use strscpy() to instead of strlcpy() by Xu Panda · 2 years, 3 months ago
- 78ba392 printk: Mark __printk percpu data ready __ro_after_init by Thomas Gleixner · 2 years, 6 months ago
- eb4531b printk: Remove bogus comment vs. boot consoles by Thomas Gleixner · 2 years, 6 months ago
- 7fc11a5 printk: Remove write only variable nr_ext_console_drivers by Thomas Gleixner · 2 years, 6 months ago
- c60ba2d printk: Make pr_flush() static by Thomas Gleixner · 2 years, 6 months ago
- 9023ca0 printk: do not wait for consoles when suspended by John Ogness · 2 years, 8 months ago
- 07a22b6 Revert "printk: add functions to prefer direct printing" by Petr Mladek · 2 years, 9 months ago
- 5831788 Revert "printk: add kthread console printers" by Petr Mladek · 2 years, 9 months ago