summaryrefslogtreecommitdiffstats
path: root/kernel/printk/printk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-09-191-3/+8
|\
| * Merge v6.11-rc5 into drm-nextDaniel Vetter2024-08-271-1/+1
| |\
| * \ Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter2024-08-081-3/+8
| |\ \
| | * \ Merge drm/drm-next into drm-misc-nextThomas Zimmermann2024-07-291-19/+4
| | |\ \
| | * | | printk: Add a short description string to kmsg_dump()Jocelyn Falempe2024-07-171-3/+8
* | | | | Merge tag 'printk-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-171-110/+602
|\ \ \ \ \
| * | | | | printk: Avoid false positive lockdep report for legacy printingJohn Ogness2024-09-041-20/+63
| * | | | | printk: nbcon: Assign nice -20 for printing threadsJohn Ogness2024-09-041-0/+6
| * | | | | printk: Implement legacy printer kthread for PREEMPT_RTJohn Ogness2024-09-041-16/+141
| * | | | | printk: nbcon: Show replay message on takeoverJohn Ogness2024-09-041-0/+11
| * | | | | printk: Provide helper for message prependingJohn Ogness2024-09-041-11/+25
| * | | | | printk: nbcon: Rely on kthreads for normal operationJohn Ogness2024-09-041-1/+47
| * | | | | printk: nbcon: Use thread callback if in task context for legacyJohn Ogness2024-09-041-2/+3
| * | | | | printk: nbcon: Introduce printer kthreadsThomas Gleixner2024-09-041-0/+108
| * | | | | printk: nbcon: Add context to usable() and emit()John Ogness2024-09-041-3/+3
| * | | | | printk: Flush console on unregister_console()John Ogness2024-09-041-2/+7
| * | | | | printk: Fail pr_flush() if before SYSTEM_SCHEDULINGJohn Ogness2024-09-041-0/+4
| * | | | | printk: Add helper for flush type logicJohn Ogness2024-08-211-38/+30
| * | | | | printk: Coordinate direct printing in panicJohn Ogness2024-08-211-7/+48
| * | | | | printk: Track nbcon consolesJohn Ogness2024-08-211-1/+13
| * | | | | printk: Avoid console_lock dance if no legacy or boot consolesJohn Ogness2024-08-211-5/+34
| * | | | | printk: Flush nbcon consoles first on panicJohn Ogness2024-08-211-0/+3
| * | | | | printk: nbcon: Flush new records on device_release()John Ogness2024-08-211-1/+1
| * | | | | printk: nbcon: Use nbcon consoles in console_flush_all()John Ogness2024-08-211-5/+12
| * | | | | printk: Track registered boot consolesJohn Ogness2024-08-211-0/+24
| * | | | | printk: Add @flags argument for console_is_usable()John Ogness2024-08-211-2/+3
| * | | | | printk: Make console_is_usable() available to nbcon.cJohn Ogness2024-08-211-30/+0
| * | | | | printk: nbcon: Use driver synchronization while (un)registeringJohn Ogness2024-08-211-1/+32
| * | | | | printk: Properly deal with nbcon consoles on seq initPetr Mladek2024-08-211-12/+29
| * | | | | printk: nbcon: Consolidate alloc() and init()John Ogness2024-08-211-1/+1
| * | | | | printk: Add notation to console_srcu lockingJohn Ogness2024-08-211-0/+2
| | |_|_|/ | |/| | |
* / | | | printk: Export match_devname_and_update_preferred_console()Yu Liao2024-09-091-0/+1
|/ / / /
* / / / printk/panic: Allow cpu backtraces to be written into ringbuffer during panicRyo Takakura2024-08-131-1/+1
|/ / /
* | | Merge tag 'printk-for-6.11-trivial' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-07-251-3/+3
|\ \ \
| * | | printk: Rename console_replay_all() and update contextSreenath Vijayan2024-06-031-3/+3
| |/ /
* | | sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-1/+1
* | | printk: Add match_devname_and_update_preferred_console()Tony Lindgren2024-07-041-15/+88
| |/ |/|
* | Revert "printk: Save console options for add_preferred_console_match()"Greg Kroah-Hartman2024-06-251-11/+3
* | Revert "printk: Don't try to parse DEVNAME:0.0 console options"Greg Kroah-Hartman2024-06-251-4/+0
* | Revert "printk: Flag register_console() if console is set on command line"Greg Kroah-Hartman2024-06-251-4/+1
|/
* Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-05-221-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/...Linus Torvalds2024-05-151-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/g...Linus 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/greg...Linus Torvalds2024-03-211-3/+18
|\ \