summaryrefslogtreecommitdiffstats
path: root/kernel/printk
AgeCommit message (Expand)AuthorLines
2024-08-21printk: Coordinate direct printing in panicJohn Ogness-7/+49
2024-08-21printk: Track nbcon consolesJohn Ogness-1/+13
2024-08-21printk: Avoid console_lock dance if no legacy or boot consolesJohn Ogness-5/+34
2024-08-21printk: nbcon: Add unsafe flushing on panicJohn Ogness-7/+25
2024-08-21printk: Flush nbcon consoles first on panicJohn Ogness-0/+3
2024-08-21printk: nbcon: Flush new records on device_release()John Ogness-1/+23
2024-08-21printk: Add is_printk_legacy_deferred()John Ogness-1/+12
2024-08-21printk: nbcon: Use nbcon consoles in console_flush_all()John Ogness-5/+105
2024-08-21printk: Track registered boot consolesJohn Ogness-0/+24
2024-08-21printk: nbcon: Provide function to flush using write_atomic()Thomas Gleixner-1/+152
2024-08-21printk: nbcon: Add helper to assign priority based on CPU stateJohn Ogness-0/+21
2024-08-21printk: Add @flags argument for console_is_usable()John Ogness-8/+5
2024-08-21printk: Let console_is_usable() handle nbconJohn Ogness-2/+9
2024-08-21printk: Make console_is_usable() available to nbcon.cJohn Ogness-30/+32
2024-08-21printk: nbcon: Do not rely on proxy headersJohn Ogness-3/+20
2024-08-21nbcon: Add API to acquire context for non-printing operationsJohn Ogness-1/+57
2024-08-21printk: nbcon: Use driver synchronization while (un)registeringJohn Ogness-1/+32
2024-08-21printk: nbcon: Remove return value for write_atomic()John Ogness-8/+7
2024-08-21printk: nbcon: Clarify rules of the owner/waiter matchingJohn Ogness-10/+46
2024-08-21printk: Check printk_deferred_enter()/_exit() usageSebastian Andrzej Siewior-0/+15
2024-08-21printk: Properly deal with nbcon consoles on seq initPetr Mladek-15/+29
2024-08-21printk: nbcon: Consolidate alloc() and init()John Ogness-29/+12
2024-08-21printk: Add notation to console_srcu lockingJohn Ogness-0/+2
2024-08-13printk/panic: Allow cpu backtraces to be written into ringbuffer during panicRyo Takakura-1/+1
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter-3/+8
2024-07-29Merge drm/drm-next into drm-misc-nextThomas Zimmermann-172/+5
2024-07-25Merge tag 'printk-for-6.11-trivial' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+3
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados-3/+3
2024-07-17printk: Add a short description string to kmsg_dump()Jocelyn Falempe-3/+8
2024-07-04printk: Add match_devname_and_update_preferred_console()Tony Lindgren-15/+89
2024-06-25Revert "printk: Save console options for add_preferred_console_match()"Greg Kroah-Hartman-164/+4
2024-06-25Revert "printk: Don't try to parse DEVNAME:0.0 console options"Greg Kroah-Hartman-4/+0
2024-06-25Revert "printk: Flag register_console() if console is set on command line"Greg Kroah-Hartman-4/+1
2024-06-03printk: Rename console_replay_all() and update contextSreenath Vijayan-3/+3
2024-05-22Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-29/+225
2024-05-17Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+0
2024-05-15Merge tag 'printk-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-13/+13
2024-05-07printk: cleanup deprecated uses of strncpy/strcpyJustin Stitt-13/+13
2024-04-24printk: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-1/+0
2024-04-11printk: Add function to replay kernel log on consolesSreenath Vijayan-24/+53
2024-04-09printk: Flag register_console() if console is set on command lineTony Lindgren-1/+4
2024-04-09printk: Don't try to parse DEVNAME:0.0 console optionsTony Lindgren-0/+4
2024-04-09printk: Save console options for add_preferred_console_match()Tony Lindgren-4/+164
2024-03-26Merge tag 'printk-for-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+6
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-3/+18
2024-03-15printk: Update @console_may_schedule in console_trylock_spinning()John Ogness-0/+6
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+2
2024-03-12Merge tag 'printk-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-135/+396
2024-03-05serial: Lock console when calling into driver before registrationPeter Collingbourne-3/+18
2024-02-23crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He-2/+2