summaryrefslogtreecommitdiffstats
path: root/kernel/printk
AgeCommit message (Expand)AuthorFilesLines
2023-01-19Merge branch 'rework/console-list-lock' into for-linusPetr Mladek1-0/+2
2023-01-16kernel/printk/printk.c: Fix W=1 kernel-doc warningAnuradha Weeraman1-0/+1
2023-01-16tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()John Ogness1-0/+1
2022-12-08Merge branch 'rework/console-list-lock' into for-linusPetr Mladek1-112/+384
2022-12-02printk: htmldocs: add missing descriptionJohn Ogness1-0/+2
2022-12-02printk: relieve console_lock of list synchronization dutiesJohn Ogness1-24/+20
2022-12-02printk, xen: fbfront: create/use safe function for forcing preferredJohn Ogness1-3/+46
2022-12-02console: introduce console_is_registered()John Ogness1-1/+1
2022-12-02printk: console_device: use srcu console list iteratorJohn Ogness1-1/+11
2022-12-02printk: console_flush_on_panic: use srcu console list iteratorJohn Ogness1-10/+11
2022-12-02printk: console_unblank: use srcu console list iteratorJohn Ogness1-4/+13
2022-12-02printk: console_is_usable: use console_srcu_read_flagsJohn Ogness1-4/+5
2022-12-02printk: __pr_flush: use srcu console list iteratorJohn Ogness1-1/+9
2022-12-02printk: console_flush_all: use srcu console list iteratorJohn Ogness1-15/+35
2022-12-02console: introduce wrappers to read/write console flagsJohn Ogness1-5/+5
2022-12-02printk: introduce console_list_lockJohn Ogness1-9/+80
2022-12-02printk: fix setting first seq for consolesJohn Ogness1-5/+45
2022-12-02printk: move @seq initialization to helperJohn Ogness1-9/+14
2022-12-02printk: register_console: use "registered" for variable namesJohn Ogness1-7/+7
2022-12-02printk: Prepare for SRCU console list protectionJohn Ogness1-15/+72
2022-12-02printk: Convert console_drivers list to hlistThomas Gleixner1-46/+55
2022-12-01printk: use strscpy() to instead of strlcpy()Xu Panda1-1/+1
2022-11-22printk: fix a typo of commentWang Honghui1-1/+1
2022-09-29printk: Mark __printk percpu data ready __ro_after_initThomas Gleixner1-1/+1
2022-09-29printk: Remove bogus comment vs. boot consolesThomas Gleixner1-3/+0
2022-09-29printk: Remove write only variable nr_ext_console_driversThomas Gleixner1-9/+0
2022-09-29printk: Make pr_flush() staticThomas Gleixner1-2/+3
2022-07-15printk: do not wait for consoles when suspendedJohn Ogness1-2/+11
2022-06-23Revert "printk: add functions to prefer direct printing"Petr Mladek1-28/+0
2022-06-23Revert "printk: add kthread console printers"Petr Mladek1-307/+22
2022-06-23Revert "printk: extend console_lock for per-console locking"Petr Mladek1-205/+56
2022-06-23Revert "printk: remove @console_locked"Petr Mladek1-14/+15
2022-06-23Revert "printk: Block console kthreads when direct printing will be required"Petr Mladek1-3/+1
2022-06-23Revert "printk: Wait for the global console lock when the system is going down"Petr Mladek3-38/+0
2022-06-15printk: Wait for the global console lock when the system is going downPetr Mladek3-0/+38
2022-06-15printk: Block console kthreads when direct printing will be requiredPetr Mladek1-1/+3
2022-05-27Revert "printk: wake up all waiters"John Ogness1-1/+1
2022-05-06printk, tracing: fix console tracepointMarco Elver1-2/+2
2022-04-26printk: remove @console_lockedJohn Ogness1-15/+14
2022-04-26printk: extend console_lock for per-console lockingJohn Ogness1-56/+205
2022-04-22printk: add kthread console printersJohn Ogness1-22/+307
2022-04-22printk: add functions to prefer direct printingJohn Ogness1-0/+28
2022-04-22printk: add pr_flush()John Ogness1-0/+83
2022-04-22printk: move buffer definitions into console_emit_next_record() callerJohn Ogness1-17/+43
2022-04-22printk: refactor and rework printing logicJohn Ogness1-213/+228
2022-04-22printk: add con_printk() macro for console detailsJohn Ogness1-6/+7
2022-04-22printk: call boot_delay_msec() in printk_delay()John Ogness1-3/+4
2022-04-22printk: get caller_id/timestamp after migration disableJohn Ogness1-4/+6
2022-04-22printk: wake waiters for safe and NMI contextsJohn Ogness1-12/+16
2022-04-22printk: wake up all waitersJohn Ogness1-1/+1