summaryrefslogtreecommitdiff
path: root/kernel/printk/printk.c
AgeCommit message (Expand)Author
2023-01-18printk: Use scnprintf() to print the message about the dropped messages on a ...Petr Mladek
2023-01-16kernel/printk/printk.c: Fix W=1 kernel-doc warningAnuradha Weeraman
2023-01-16tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()John Ogness
2023-01-13printk: Remove trace_.*_rcuidle() usagePeter Zijlstra
2023-01-11printk: adjust string limit macrosJohn Ogness
2023-01-11printk: use printk_buffers for devkmsgJohn Ogness
2023-01-11printk: introduce console_prepend_dropped() for dropped messagesJohn Ogness
2023-01-11printk: introduce printk_get_next_message() and printk_messageJohn Ogness
2023-01-11printk: introduce struct printk_buffersJohn Ogness
2023-01-11printk: move size limit macros into internal.hJohn Ogness
2022-12-08Merge branch 'rework/console-list-lock' into for-linusPetr Mladek
2022-12-02printk: htmldocs: add missing descriptionJohn Ogness
2022-12-02printk: relieve console_lock of list synchronization dutiesJohn Ogness
2022-12-02printk, xen: fbfront: create/use safe function for forcing preferredJohn Ogness
2022-12-02console: introduce console_is_registered()John Ogness
2022-12-02printk: console_device: use srcu console list iteratorJohn Ogness
2022-12-02printk: console_flush_on_panic: use srcu console list iteratorJohn Ogness
2022-12-02printk: console_unblank: use srcu console list iteratorJohn Ogness
2022-12-02printk: console_is_usable: use console_srcu_read_flagsJohn Ogness
2022-12-02printk: __pr_flush: use srcu console list iteratorJohn Ogness
2022-12-02printk: console_flush_all: use srcu console list iteratorJohn Ogness
2022-12-02console: introduce wrappers to read/write console flagsJohn Ogness
2022-12-02printk: introduce console_list_lockJohn Ogness
2022-12-02printk: fix setting first seq for consolesJohn Ogness
2022-12-02printk: move @seq initialization to helperJohn Ogness
2022-12-02printk: register_console: use "registered" for variable namesJohn Ogness
2022-12-02printk: Prepare for SRCU console list protectionJohn Ogness
2022-12-02printk: Convert console_drivers list to hlistThomas Gleixner
2022-12-01printk: use strscpy() to instead of strlcpy()Xu Panda
2022-09-29printk: Mark __printk percpu data ready __ro_after_initThomas Gleixner
2022-09-29printk: Remove bogus comment vs. boot consolesThomas Gleixner
2022-09-29printk: Remove write only variable nr_ext_console_driversThomas Gleixner
2022-09-29printk: Make pr_flush() staticThomas Gleixner
2022-07-15printk: do not wait for consoles when suspendedJohn Ogness
2022-06-23Revert "printk: add functions to prefer direct printing"Petr Mladek
2022-06-23Revert "printk: add kthread console printers"Petr Mladek
2022-06-23Revert "printk: extend console_lock for per-console locking"Petr Mladek
2022-06-23Revert "printk: remove @console_locked"Petr Mladek
2022-06-23Revert "printk: Block console kthreads when direct printing will be required"Petr Mladek
2022-06-23Revert "printk: Wait for the global console lock when the system is going down"Petr Mladek
2022-06-15printk: Wait for the global console lock when the system is going downPetr Mladek
2022-06-15printk: Block console kthreads when direct printing will be requiredPetr Mladek
2022-05-27Revert "printk: wake up all waiters"John Ogness
2022-05-06printk, tracing: fix console tracepointMarco Elver
2022-04-26printk: remove @console_lockedJohn Ogness
2022-04-26printk: extend console_lock for per-console lockingJohn Ogness
2022-04-22printk: add kthread console printersJohn Ogness
2022-04-22printk: add functions to prefer direct printingJohn Ogness
2022-04-22printk: add pr_flush()John Ogness
2022-04-22printk: move buffer definitions into console_emit_next_record() callerJohn Ogness