summaryrefslogtreecommitdiffstats
path: root/kernel/printk
Commit message (Expand)AuthorAgeFilesLines
* Revert "printk: export symbols for debug modules"Christoph Hellwig2023-09-071-2/+0
* Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2023-09-044-74/+154
|\
| * Merge branch 'rework/misc-cleanups' into for-linusPetr Mladek2023-09-043-73/+151
| |\
| | * printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic()John Ogness2023-07-202-7/+10
| | * printk: Add per-console suspended stateJohn Ogness2023-07-201-30/+44
| | * printk: Consolidate console deferred printingJohn Ogness2023-07-202-14/+30
| | * printk: Do not take console lock for console_flush_on_panic()John Ogness2023-07-201-9/+19
| | * printk: Keep non-panic-CPUs out of console lockJohn Ogness2023-07-201-19/+26
| | * printk: Reduce console_unblank() usage in unsafe scenariosJohn Ogness2023-07-201-0/+28
| * | printk: export symbols for debug modulesEnlin Mu2023-08-161-0/+2
| * | 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