summaryrefslogtreecommitdiffstats
path: root/kernel/printk
Commit message (Expand)AuthorAgeFilesLines
...
| * | printk: ringbuffer: Fix truncating buffer size min_t castKees Cook2023-08-141-1/+1
| |/
* | seqlock/latch: Provide raw_read_seqcount_latch_retry()Peter Zijlstra2023-06-051-1/+1
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-0/+2
|\ \
| * | printk: export console trace point for kcsan/kasan/kfence/kmsanPavankumar Kondeti2023-04-181-0/+2
* | | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-1/+1
|\ \ \ | |_|/ |/| |
| * | Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra2023-04-181-1/+1
| |/
* / printk: Remove obsoleted check for non-existent "user" objectStanislav Kinsburskii2023-04-031-12/+1
|/
* Merge tag 'printk-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2023-02-233-130/+225
|\
| * Merge branch 'rework/buffers-cleanup' into for-linusPetr Mladek2023-02-212-129/+224
| |\
| | * printk: Use scnprintf() to print the message about the dropped messages on a ...Petr Mladek2023-01-181-1/+1
| | * printk: adjust string limit macrosJohn Ogness2023-01-112-26/+25
| | * printk: use printk_buffers for devkmsgJohn Ogness2023-01-111-27/+22
| | * printk: introduce console_prepend_dropped() for dropped messagesJohn Ogness2023-01-112-33/+61
| | * printk: introduce printk_get_next_message() and printk_messageJohn Ogness2023-01-112-35/+96
| | * printk: introduce struct printk_buffersJohn Ogness2023-01-112-31/+36
| | * printk: move size limit macros into internal.hJohn Ogness2023-01-112-17/+24
| * | kernel/printk/index.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-031-1/+1
| |/
* | Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar2023-01-311-0/+2
|\ \
| * \ Merge branch 'rework/console-list-lock' into for-linusPetr Mladek2023-01-191-0/+2
| |\ \ | | |/ | |/|
| | * kernel/printk/printk.c: Fix W=1 kernel-doc warningAnuradha Weeraman2023-01-161-0/+1
| | * tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()John Ogness2023-01-161-0/+1
* | | printk: Remove trace_.*_rcuidle() usagePeter Zijlstra2023-01-131-1/+1
|/ /
* | 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