summaryrefslogtreecommitdiff
path: root/kernel/printk/printk.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-22Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-28/+72
2024-05-15Merge tag 'printk-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-13/+13
2024-05-07printk: cleanup deprecated uses of strncpy/strcpyJustin Stitt1-13/+13
2024-04-11printk: Add function to replay kernel log on consolesSreenath Vijayan1-24/+53
2024-04-09printk: Flag register_console() if console is set on command lineTony Lindgren1-1/+4
2024-04-09printk: Don't try to parse DEVNAME:0.0 console optionsTony Lindgren1-0/+4
2024-04-09printk: Save console options for add_preferred_console_match()Tony Lindgren1-3/+11
2024-03-26Merge tag 'printk-for-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+6
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-3/+18
2024-03-15printk: Update @console_may_schedule in console_trylock_spinning()John Ogness1-0/+6
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2024-03-13Merge tag 'printk-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-42/+59
2024-03-05serial: Lock console when calling into driver before registrationPeter Collingbourne1-3/+18
2024-02-24crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He1-2/+2
2024-02-07printk: Avoid non-panic CPUs writing to ringbufferJohn Ogness1-20/+6
2024-02-07printk: Disable passing console lock owner completely during panic()Petr Mladek1-0/+29
2024-02-07printk: Wait for all reserved records with pr_flush()John Ogness1-1/+1
2024-02-07printk: Add this_cpu_in_panic()John Ogness1-20/+23
2024-02-07printk: For @suppress_panic_printk check for other CPU in panicJohn Ogness1-2/+1
2024-02-01cap_syslog: remove CAP_SYS_ADMIN when dmesg_restrictJingzi Meng1-11/+0
2023-11-04Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+10
2023-11-02Merge branch 'rework/nbcon-base' into for-linusPetr Mladek1-49/+73
2023-11-02Merge branch 'rework/misc-cleanups' into for-linusPetr Mladek1-13/+13
2023-11-02Merge branch 'for-6.7' into for-linusPetr Mladek1-2/+0
2023-10-24printk: printk: Remove unnecessary statements'len = 0;'Li kunyu1-2/+0
2023-10-17printk: Constify name for add_preferred_console()Tony Lindgren1-2/+2
2023-10-17printk: Check valid console index for preferred consoleTony Lindgren1-2/+10
2023-10-11printk: Reduce pr_flush() pooling timePetr Mladek1-13/+13
2023-10-11Merge branch 'rework/misc-cleanups' into for-linusPetr Mladek1-1/+7
2023-10-09printk: flush consoles before checking progressJohn Ogness1-1/+7
2023-09-21printk: fix illegal pbufs access for !CONFIG_PRINTKJohn Ogness1-26/+18
2023-09-18printk: nbcon: Add emit function and callback function for atomic printingThomas Gleixner1-6/+3
2023-09-18printk: nbcon: Add sequence handlingThomas Gleixner1-7/+24
2023-09-18printk: nbcon: Add buffer managementThomas Gleixner1-8/+14
2023-09-18printk: Make static printk buffers available to nbconJohn Ogness1-4/+9
2023-09-18printk: Add non-BKL (nbcon) console basic infrastructureThomas Gleixner1-3/+10
2023-09-07Revert "printk: export symbols for debug modules"Christoph Hellwig1-2/+0
2023-09-04Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-66/+149
2023-09-04Merge branch 'rework/misc-cleanups' into for-linusPetr Mladek1-66/+147
2023-08-16printk: export symbols for debug modulesEnlin Mu1-0/+2
2023-07-20printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic()John Ogness1-7/+8
2023-07-20printk: Add per-console suspended stateJohn Ogness1-30/+44
2023-07-20printk: Consolidate console deferred printingJohn Ogness1-7/+28
2023-07-20printk: Do not take console lock for console_flush_on_panic()John Ogness1-9/+19
2023-07-20printk: Keep non-panic-CPUs out of console lockJohn Ogness1-19/+26
2023-07-20printk: Reduce console_unblank() usage in unsafe scenariosJohn Ogness1-0/+28
2023-06-05seqlock/latch: Provide raw_read_seqcount_latch_retry()Peter Zijlstra1-1/+1
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2023-04-28Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-04-19printk: export console trace point for kcsan/kasan/kfence/kmsanPavankumar Kondeti1-0/+2