summaryrefslogtreecommitdiff
path: root/include/linux/console.h
AgeCommit message (Expand)Author
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-10-17printk: Constify name for add_preferred_console()Tony Lindgren
2023-10-17printk: Check valid console index for preferred consoleTony Lindgren
2023-10-17vgacon: remove screen_info dependencyArnd Bergmann
2023-09-18printk: nbcon: Allow drivers to mark unsafe regions and check stateThomas Gleixner
2023-09-18printk: nbcon: Add emit function and callback function for atomic printingThomas Gleixner
2023-09-18printk: nbcon: Add sequence handlingThomas Gleixner
2023-09-18printk: nbcon: Add buffer managementThomas Gleixner
2023-09-18printk: nbcon: Add acquire/release logicThomas Gleixner
2023-09-18printk: Add non-BKL (nbcon) console basic infrastructureThomas Gleixner
2023-07-20printk: Add per-console suspended stateJohn Ogness
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-01-19VT: Add height parameter to con_font_get/set consw operationsSamuel Thibault
2023-01-11console: Document struct consoleThomas Gleixner
2023-01-11console: Use BIT() macros for @flags valuesThomas Gleixner
2022-12-02printk, xen: fbfront: create/use safe function for forcing preferredJohn Ogness
2022-12-02console: introduce console_is_registered()John Ogness
2022-12-02console: introduce wrappers to read/write console flagsJohn Ogness
2022-12-02printk: introduce console_list_lockJohn Ogness
2022-12-02printk: Prepare for SRCU console list protectionJohn Ogness
2022-12-02printk: Convert console_drivers list to hlistThomas Gleixner
2022-06-23Revert "printk: add kthread console printers"Petr Mladek
2022-06-23Revert "printk: extend console_lock for per-console locking"Petr Mladek
2022-04-26printk: extend console_lock for per-console lockingJohn Ogness
2022-04-22printk: add kthread console printersJohn Ogness
2022-04-22printk: refactor and rework printing logicJohn Ogness
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas
2021-10-05serial: core: Fix initializing and restoring termios speedPali Rohár
2021-01-08Revert "init/console: Use ttynull as a fallback when there is no console"Petr Mladek
2020-12-16Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-11-20init/console: Use ttynull as a fallback when there is no consolePetr Mladek
2020-11-16console: Delete unused con_font_copy() callback implementationsPeilin Ye
2020-08-18vt: make vc_data pointers const in selection.hJiri Slaby
2020-06-24vt: get rid of VT10.ID macrosJiri Slaby
2020-06-24vc: switch state to boolJiri Slaby
2020-06-24vt: introduce enum vc_intensity for intensityJiri Slaby
2020-06-01Merge branch 'for-5.8' into for-linusPetr Mladek
2020-03-17Merge branch 'for-5.7-console-exit' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2020-02-18printk: Correctly set CON_CONSDEV even when preferred console was not registeredBenjamin Herrenschmidt
2020-02-11console: Introduce ->exit() callbackAndy Shevchenko
2020-01-21sparc/console: kill off obsolete declarationsArvind Sankar
2019-05-18panic: add an option to replay all the printk message in bufferFeng Tang
2018-07-31console: Replace #if 0 with atomic var 'ignore_console_lock_warning'Thomas Zimmermann
2018-06-28console/fbcon: Add support for deferred console takeoverHans de Goede
2018-02-27console: Fill in struct consw argument namesKees Cook
2017-04-18console: move console_init() out of tty_io.cNicolas Pitre
2017-01-25console: Add callback to flush scrollback buffer to consw structManuel Schölling
2016-12-13Merge tag 'tty-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2016-11-11Revert "console: don't prefer first registered if DT specifies stdout-path"Hans de Goede
2016-10-27tty: vt, cleanup and document con_scrollJiri Slaby