aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/printk/printk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds30 hours1-28/+72
|\
| * printk: Add function to replay kernel log on consolesSreenath Vijayan2024-04-111-24/+53
| * printk: Flag register_console() if console is set on command lineTony Lindgren2024-04-091-1/+4
| * printk: Don't try to parse DEVNAME:0.0 console optionsTony Lindgren2024-04-091-0/+4
| * printk: Save console options for add_preferred_console_match()Tony Lindgren2024-04-091-3/+11
* | Merge tag 'printk-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds8 days1-13/+13
|\ \ | |/ |/|
| * printk: cleanup deprecated uses of strncpy/strcpyJustin Stitt2024-05-071-13/+13
* | Merge tag 'printk-for-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds2024-03-261-0/+6
|\ \
| * | printk: Update @console_may_schedule in console_trylock_spinning()John Ogness2024-03-151-0/+6
| |/
* | Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2024-03-211-3/+18
|\ \
| * | serial: Lock console when calling into driver before registrationPeter Collingbourne2024-03-051-3/+18
* | | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2024-03-141-2/+2
|\ \ \ | |_|/ |/| |
| * | crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He2024-02-231-2/+2
| |/
* | Merge tag 'printk-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds2024-03-121-42/+59
|\ \
| * | printk: Avoid non-panic CPUs writing to ringbufferJohn Ogness2024-02-071-20/+6
| * | printk: Disable passing console lock owner completely during panic()Petr Mladek2024-02-071-0/+29
| * | printk: Wait for all reserved records with pr_flush()John Ogness2024-02-071-1/+1
| * | printk: Add this_cpu_in_panic()John Ogness2024-02-071-20/+23
| * | printk: For @suppress_panic_printk check for other CPU in panicJohn Ogness2024-02-071-2/+1
* | | cap_syslog: remove CAP_SYS_ADMIN when dmesg_restrictJingzi Meng2024-02-011-11/+0
| |/ |/|
* | Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus 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/printk/linuxLinus 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/kernel/git/akpm/mmLinus 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/mcgrof/linuxLinus Torvalds2023-04-271-1/+1
|\ \ \ | |_|/ |/| |