aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/printk
AgeCommit message (Expand)Author
2023-09-23printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic()John Ogness
2023-09-23printk: Consolidate console deferred printingJohn Ogness
2023-09-23printk: Do not take console lock for console_flush_on_panic()John Ogness
2023-09-23printk: Keep non-panic-CPUs out of console lockJohn Ogness
2023-09-23printk: Reduce console_unblank() usage in unsafe scenariosJohn Ogness
2023-09-13printk: ringbuffer: Fix truncating buffer size min_t castKees Cook
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-02-21Merge branch 'rework/buffers-cleanup' into for-linusPetr Mladek
2023-02-03kernel/printk/index.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
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
2022-11-22printk: fix a typo of commentWang Honghui
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