summaryrefslogtreecommitdiffstats
path: root/kernel/printk
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rework/console-list-lock' into for-linusPetr Mladek2022-12-081-112/+384
|\
| * printk: htmldocs: add missing descriptionJohn Ogness2022-12-021-0/+2
| * printk: relieve console_lock of list synchronization dutiesJohn Ogness2022-12-021-24/+20
| * printk, xen: fbfront: create/use safe function for forcing preferredJohn Ogness2022-12-021-3/+46
| * console: introduce console_is_registered()John Ogness2022-12-021-1/+1
| * printk: console_device: use srcu console list iteratorJohn Ogness2022-12-021-1/+11
| * printk: console_flush_on_panic: use srcu console list iteratorJohn Ogness2022-12-021-10/+11
| * printk: console_unblank: use srcu console list iteratorJohn Ogness2022-12-021-4/+13
| * printk: console_is_usable: use console_srcu_read_flagsJohn Ogness2022-12-021-4/+5
| * printk: __pr_flush: use srcu console list iteratorJohn Ogness2022-12-021-1/+9
| * printk: console_flush_all: use srcu console list iteratorJohn Ogness2022-12-021-15/+35
| * console: introduce wrappers to read/write console flagsJohn Ogness2022-12-021-5/+5
| * printk: introduce console_list_lockJohn Ogness2022-12-021-9/+80
| * printk: fix setting first seq for consolesJohn Ogness2022-12-021-5/+45
| * printk: move @seq initialization to helperJohn Ogness2022-12-021-9/+14
| * printk: register_console: use "registered" for variable namesJohn Ogness2022-12-021-7/+7
| * printk: Prepare for SRCU console list protectionJohn Ogness2022-12-021-15/+72
| * printk: Convert console_drivers list to hlistThomas Gleixner2022-12-021-46/+55
* | printk: use strscpy() to instead of strlcpy()Xu Panda2022-12-011-1/+1
* | printk: fix a typo of commentWang Honghui2022-11-221-1/+1
|/
* printk: Mark __printk percpu data ready __ro_after_initThomas Gleixner2022-09-291-1/+1
* printk: Remove bogus comment vs. boot consolesThomas Gleixner2022-09-291-3/+0
* printk: Remove write only variable nr_ext_console_driversThomas Gleixner2022-09-291-9/+0
* printk: Make pr_flush() staticThomas Gleixner2022-09-291-2/+3
* printk: do not wait for consoles when suspendedJohn Ogness2022-07-151-2/+11
* Revert "printk: add functions to prefer direct printing"Petr Mladek2022-06-231-28/+0
* Revert "printk: add kthread console printers"Petr Mladek2022-06-231-307/+22
* Revert "printk: extend console_lock for per-console locking"Petr Mladek2022-06-231-205/+56
* Revert "printk: remove @console_locked"Petr Mladek2022-06-231-14/+15
* Revert "printk: Block console kthreads when direct printing will be required"Petr Mladek2022-06-231-3/+1
* Revert "printk: Wait for the global console lock when the system is going down"Petr Mladek2022-06-233-38/+0
* printk: Wait for the global console lock when the system is going downPetr Mladek2022-06-153-0/+38
* printk: Block console kthreads when direct printing will be requiredPetr Mladek2022-06-151-1/+3
* Revert "printk: wake up all waiters"John Ogness2022-05-271-1/+1
* printk, tracing: fix console tracepointMarco Elver2022-05-061-2/+2
* printk: remove @console_lockedJohn Ogness2022-04-261-15/+14
* printk: extend console_lock for per-console lockingJohn Ogness2022-04-261-56/+205
* printk: add kthread console printersJohn Ogness2022-04-221-22/+307
* printk: add functions to prefer direct printingJohn Ogness2022-04-221-0/+28
* printk: add pr_flush()John Ogness2022-04-221-0/+83
* printk: move buffer definitions into console_emit_next_record() callerJohn Ogness2022-04-221-17/+43
* printk: refactor and rework printing logicJohn Ogness2022-04-221-213/+228
* printk: add con_printk() macro for console detailsJohn Ogness2022-04-221-6/+7
* printk: call boot_delay_msec() in printk_delay()John Ogness2022-04-221-3/+4
* printk: get caller_id/timestamp after migration disableJohn Ogness2022-04-221-4/+6
* printk: wake waiters for safe and NMI contextsJohn Ogness2022-04-221-12/+16
* printk: wake up all waitersJohn Ogness2022-04-221-1/+1
* printk: add missing memory barrier to wake_up_klogd()John Ogness2022-04-221-3/+36
* printk: rename cpulock functionsJohn Ogness2022-04-221-35/+36
* Merge tag 'printk-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-233-14/+125
|\