summaryrefslogtreecommitdiff
path: root/kernel/printk/printk.c
AgeCommit message (Expand)Author
2024-09-19Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-09-17Merge tag 'printk-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-09printk: Export match_devname_and_update_preferred_console()Yu Liao
2024-09-04printk: Avoid false positive lockdep report for legacy printingJohn Ogness
2024-09-04printk: nbcon: Assign nice -20 for printing threadsJohn Ogness
2024-09-04printk: Implement legacy printer kthread for PREEMPT_RTJohn Ogness
2024-09-04printk: nbcon: Show replay message on takeoverJohn Ogness
2024-09-04printk: Provide helper for message prependingJohn Ogness
2024-09-04printk: nbcon: Rely on kthreads for normal operationJohn Ogness
2024-09-04printk: nbcon: Use thread callback if in task context for legacyJohn Ogness
2024-09-04printk: nbcon: Introduce printer kthreadsThomas Gleixner
2024-09-04printk: nbcon: Add context to usable() and emit()John Ogness
2024-09-04printk: Flush console on unregister_console()John Ogness
2024-09-04printk: Fail pr_flush() if before SYSTEM_SCHEDULINGJohn Ogness
2024-08-27Merge v6.11-rc5 into drm-nextDaniel Vetter
2024-08-21printk: Add helper for flush type logicJohn Ogness
2024-08-21printk: Coordinate direct printing in panicJohn Ogness
2024-08-21printk: Track nbcon consolesJohn Ogness
2024-08-21printk: Avoid console_lock dance if no legacy or boot consolesJohn Ogness
2024-08-21printk: Flush nbcon consoles first on panicJohn Ogness
2024-08-21printk: nbcon: Flush new records on device_release()John Ogness
2024-08-21printk: nbcon: Use nbcon consoles in console_flush_all()John Ogness
2024-08-21printk: Track registered boot consolesJohn Ogness
2024-08-21printk: Add @flags argument for console_is_usable()John Ogness
2024-08-21printk: Make console_is_usable() available to nbcon.cJohn Ogness
2024-08-21printk: nbcon: Use driver synchronization while (un)registeringJohn Ogness
2024-08-21printk: Properly deal with nbcon consoles on seq initPetr Mladek
2024-08-21printk: nbcon: Consolidate alloc() and init()John Ogness
2024-08-21printk: Add notation to console_srcu lockingJohn Ogness
2024-08-13printk/panic: Allow cpu backtraces to be written into ringbuffer during panicRyo Takakura
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter
2024-07-29Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2024-07-25Merge tag 'printk-for-6.11-trivial' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-17printk: Add a short description string to kmsg_dump()Jocelyn Falempe
2024-07-04printk: Add match_devname_and_update_preferred_console()Tony Lindgren
2024-06-25Revert "printk: Save console options for add_preferred_console_match()"Greg Kroah-Hartman
2024-06-25Revert "printk: Don't try to parse DEVNAME:0.0 console options"Greg Kroah-Hartman
2024-06-25Revert "printk: Flag register_console() if console is set on command line"Greg Kroah-Hartman
2024-06-03printk: Rename console_replay_all() and update contextSreenath Vijayan
2024-05-22Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-05-15Merge tag 'printk-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-07printk: cleanup deprecated uses of strncpy/strcpyJustin Stitt
2024-04-11printk: Add function to replay kernel log on consolesSreenath Vijayan
2024-04-09printk: Flag register_console() if console is set on command lineTony Lindgren
2024-04-09printk: Don't try to parse DEVNAME:0.0 console optionsTony Lindgren
2024-04-09printk: Save console options for add_preferred_console_match()Tony Lindgren
2024-03-26Merge tag 'printk-for-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-03-15printk: Update @console_may_schedule in console_trylock_spinning()John Ogness