summaryrefslogtreecommitdiff
path: root/include/linux/console.h
AgeCommit message (Expand)Author
2024-01-27vt: remove superfluous CONFIG_HW_CONSOLELukas Bulwahn
2024-01-27tty: vt: fix up kernel-docJiri Slaby (SUSE)
2024-01-27tty: vt: document the rest of struct conswJiri Slaby (SUSE)
2024-01-27tty: vt: remove unused consw::con_flush_scrollback()Jiri Slaby (SUSE)
2024-01-27tty: vt: remove consw::con_getxy()Jiri Slaby (SUSE)
2024-01-27tty: vt: remove consw::con_screen_pos()Jiri Slaby (SUSE)
2024-01-27tty: vt: change consw::con_set_origin() return typeJiri Slaby (SUSE)
2024-01-27tty: vt: make consw::con_font_default()'s name constJiri Slaby (SUSE)
2024-01-27tty: vt: make font of consw::con_font_set() constJiri Slaby (SUSE)
2024-01-27tty: vt: make types around consw::con_blank() boolJiri Slaby (SUSE)
2024-01-27tty: vt: use enum constants for VESA blanking modesJiri Slaby (SUSE)
2024-01-27tty: vt: define a common enum for VESA blanking constantsJiri Slaby (SUSE)
2024-01-27tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)
2024-01-27tty: vt: remove CM_* constantsJiri Slaby (SUSE)
2024-01-27tty: vt: sanitize consw::con_putcs() parametersJiri Slaby (SUSE)
2024-01-27tty: vt: sanitize consw::con_putc() parametersJiri Slaby (SUSE)
2024-01-27tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)
2024-01-27tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)
2024-01-27tty: vt: make consw::con_debug_*() return voidJiri Slaby (SUSE)
2024-01-27tty: vt: pass vc_resize_user as a parameterJiri Slaby (SUSE)
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