summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-08Merge branch 'rework/console-list-lock' into for-linusPetr Mladek
2022-12-02printk: htmldocs: add missing descriptionJohn Ogness
2022-12-02tty: serial: sh-sci: use setup() callback for early consoleJohn Ogness
2022-12-02printk: relieve console_lock of list synchronization dutiesJohn Ogness
2022-12-02tty: serial: kgdboc: use console_list_lock to trap exitJohn Ogness
2022-12-02tty: serial: kgdboc: synchronize tty_find_polling_driver() and register_conso...John Ogness
2022-12-02tty: serial: kgdboc: use console_list_lock for list traversalJohn Ogness
2022-12-02tty: serial: kgdboc: use srcu console list iteratorJohn Ogness
2022-12-02proc: consoles: use console_list_lock for list iterationJohn Ogness
2022-12-02tty: tty_io: use console_list_lock for list synchronizationJohn Ogness
2022-12-02printk, xen: fbfront: create/use safe function for forcing preferredJohn Ogness
2022-12-02netconsole: avoid CON_ENABLED misuse to track registrationJohn Ogness
2022-12-02usb: early: xhci-dbc: use console_is_registered()John Ogness
2022-12-02tty: serial: xilinx_uartps: use console_is_registered()John Ogness
2022-12-02tty: serial: samsung_tty: use console_is_registered()John Ogness
2022-12-02tty: serial: pic32_uart: use console_is_registered()John Ogness
2022-12-02tty: serial: earlycon: use console_is_registered()John Ogness
2022-12-02tty: hvc: use console_is_registered()John Ogness
2022-12-02efi: earlycon: use console_is_registered()John Ogness
2022-12-02tty: nfcon: use console_is_registered()John Ogness
2022-12-02serial_core: replace uart_console_enabled() with uart_console_registered()John 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-02kdb: use srcu console list iteratorJohn Ogness
2022-12-02um: kmsg_dumper: 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-02proc: consoles: document console_lock usageJohn Ogness
2022-12-02tty: tty_io: document console_lock usageJohn Ogness
2022-12-02tty: serial: kgdboc: document console_lock usageJohn Ogness
2022-12-02um: kmsg_dump: only dump when no output console availableJohn 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-02serial: kgdboc: Lock console list in probe functionThomas Gleixner
2022-12-01srcu: Make Tiny synchronize_srcu() check for readersZqiang
2022-12-01printk: use strscpy() to instead of strlcpy()Xu Panda
2022-11-29rcu: Make SRCU mandatoryPaul E. McKenney
2022-11-22printk: fix a typo of commentWang Honghui
2022-11-09rcu: Implement lockdep_rcu_enabled for !CONFIG_DEBUG_LOCK_ALLOCJohn Ogness
2022-11-01test_printf: Refactor fwnode_pointer() to make it more readableAndy Shevchenko
2022-10-21srcu: Debug NMI safety even on archs that don't require itFrederic Weisbecker
2022-10-21srcu: Explain the reason behind the read side critical section on GP startFrederic Weisbecker