summaryrefslogtreecommitdiff
path: root/kernel/printk/printk.c
AgeCommit message (Expand)Author
2023-10-11Merge branch 'rework/misc-cleanups' into for-linusPetr Mladek
2023-10-09printk: flush consoles before checking progressJohn Ogness
2023-09-07Revert "printk: export symbols for debug modules"Christoph Hellwig
2023-09-04Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2023-09-04Merge branch 'rework/misc-cleanups' into for-linusPetr Mladek
2023-08-16printk: export symbols for debug modulesEnlin Mu
2023-07-20printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic()John Ogness
2023-07-20printk: Add per-console suspended stateJohn Ogness
2023-07-20printk: Consolidate console deferred printingJohn Ogness
2023-07-20printk: Do not take console lock for console_flush_on_panic()John Ogness
2023-07-20printk: Keep non-panic-CPUs out of console lockJohn Ogness
2023-07-20printk: Reduce console_unblank() usage in unsafe scenariosJohn Ogness
2023-06-05seqlock/latch: Provide raw_read_seqcount_latch_retry()Peter Zijlstra
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-18printk: export console trace point for kcsan/kasan/kfence/kmsanPavankumar Kondeti
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra
2023-04-03printk: Remove obsoleted check for non-existent "user" objectStanislav Kinsburskii
2023-02-23Merge tag 'printk-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar
2023-01-19Merge branch 'rework/console-list-lock' into for-linusPetr Mladek
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