summaryrefslogtreecommitdiff
path: root/kernel/printk/printk.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-21printk: Add helper for flush type logicJohn Ogness1-38/+30
2024-08-21printk: Coordinate direct printing in panicJohn Ogness1-7/+48
2024-08-21printk: Track nbcon consolesJohn Ogness1-1/+13
2024-08-21printk: Avoid console_lock dance if no legacy or boot consolesJohn Ogness1-5/+34
2024-08-21printk: Flush nbcon consoles first on panicJohn Ogness1-0/+3
2024-08-21printk: nbcon: Flush new records on device_release()John Ogness1-1/+1
2024-08-21printk: nbcon: Use nbcon consoles in console_flush_all()John Ogness1-5/+12
2024-08-21printk: Track registered boot consolesJohn Ogness1-0/+24
2024-08-21printk: Add @flags argument for console_is_usable()John Ogness1-2/+3
2024-08-21printk: Make console_is_usable() available to nbcon.cJohn Ogness1-30/+0
2024-08-21printk: nbcon: Use driver synchronization while (un)registeringJohn Ogness1-1/+32
2024-08-21printk: Properly deal with nbcon consoles on seq initPetr Mladek1-12/+29
2024-08-21printk: nbcon: Consolidate alloc() and init()John Ogness1-1/+1
2024-08-21printk: Add notation to console_srcu lockingJohn Ogness1-0/+2
2024-08-13printk/panic: Allow cpu backtraces to be written into ringbuffer during panicRyo Takakura1-1/+1
2024-07-25Merge tag 'printk-for-6.11-trivial' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-1/+1
2024-07-04printk: Add match_devname_and_update_preferred_console()Tony Lindgren1-15/+88
2024-06-25Revert "printk: Save console options for add_preferred_console_match()"Greg Kroah-Hartman1-11/+3
2024-06-25Revert "printk: Don't try to parse DEVNAME:0.0 console options"Greg Kroah-Hartman1-4/+0
2024-06-25Revert "printk: Flag register_console() if console is set on command line"Greg Kroah-Hartman1-4/+1
2024-06-03printk: Rename console_replay_all() and update contextSreenath Vijayan1-3/+3
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-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2024-03-12Merge 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-23crash: 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-03Merge 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