summaryrefslogtreecommitdiffstats
path: root/kernel/printk/printk.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-031-2/+10
|\
| * printk: Constify name for add_preferred_console()Tony Lindgren2023-10-171-2/+2
| * printk: Check valid console index for preferred consoleTony Lindgren2023-10-171-2/+10
* | Merge branch 'rework/nbcon-base' into for-linusPetr Mladek2023-11-021-49/+73
|\ \
| * | printk: fix illegal pbufs access for !CONFIG_PRINTKJohn Ogness2023-09-211-26/+18
| * | printk: nbcon: Add emit function and callback function for atomic printingThomas Gleixner2023-09-181-6/+3
| * | printk: nbcon: Add sequence handlingThomas Gleixner2023-09-181-7/+24
| * | printk: nbcon: Add buffer managementThomas Gleixner2023-09-181-8/+14
| * | printk: Make static printk buffers available to nbconJohn Ogness2023-09-181-4/+9
| * | printk: Add non-BKL (nbcon) console basic infrastructureThomas Gleixner2023-09-181-3/+10
* | | Merge branch 'rework/misc-cleanups' into for-linusPetr Mladek2023-11-021-13/+13
|\ \ \
| * | | printk: Reduce pr_flush() pooling timePetr Mladek2023-10-111-13/+13
* | | | Merge branch 'for-6.7' into for-linusPetr Mladek2023-11-021-2/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | printk: printk: Remove unnecessary statements'len = 0;'Li kunyu2023-10-241-2/+0
* | | | Merge branch 'rework/misc-cleanups' into for-linusPetr Mladek2023-10-111-1/+7
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | printk: flush consoles before checking progressJohn Ogness2023-10-091-1/+7
* | | 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-041-66/+149
|\ \
| * | Merge branch 'rework/misc-cleanups' into for-linusPetr Mladek2023-09-041-66/+147
| |\|
| | * printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic()John Ogness2023-07-201-7/+8
| | * printk: Add per-console suspended stateJohn Ogness2023-07-201-30/+44
| | * printk: Consolidate console deferred printingJohn Ogness2023-07-201-7/+28
| | * 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
| |/
* | 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-231-129/+179
|\
| * 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-111-12/+12
| * printk: use printk_buffers for devkmsgJohn Ogness2023-01-111-27/+22
| * printk: introduce console_prepend_dropped() for dropped messagesJohn Ogness2023-01-111-29/+61
| * printk: introduce printk_get_next_message() and printk_messageJohn Ogness2023-01-111-35/+80
| * printk: introduce struct printk_buffersJohn Ogness2023-01-111-31/+26
| * printk: move size limit macros into internal.hJohn Ogness2023-01-111-17/+0
* | 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