aboutsummaryrefslogtreecommitdiff
path: root/include/linux/console.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-27vt: remove superfluous CONFIG_HW_CONSOLEGravatar Lukas Bulwahn 1-1/+1
2024-01-27tty: vt: fix up kernel-docGravatar Jiri Slaby (SUSE) 1-3/+3
2024-01-27tty: vt: document the rest of struct conswGravatar Jiri Slaby (SUSE) 1-9/+25
2024-01-27tty: vt: remove unused consw::con_flush_scrollback()Gravatar Jiri Slaby (SUSE) 1-4/+0
2024-01-27tty: vt: remove consw::con_getxy()Gravatar Jiri Slaby (SUSE) 1-2/+0
2024-01-27tty: vt: remove consw::con_screen_pos()Gravatar Jiri Slaby (SUSE) 1-1/+0
2024-01-27tty: vt: change consw::con_set_origin() return typeGravatar Jiri Slaby (SUSE) 1-1/+4
2024-01-27tty: vt: make consw::con_font_default()'s name constGravatar Jiri Slaby (SUSE) 1-1/+1
2024-01-27tty: vt: make font of consw::con_font_set() constGravatar Jiri Slaby (SUSE) 1-2/+3
2024-01-27tty: vt: make types around consw::con_blank() boolGravatar Jiri Slaby (SUSE) 1-2/+5
2024-01-27tty: vt: use enum constants for VESA blanking modesGravatar Jiri Slaby (SUSE) 1-1/+2
2024-01-27tty: vt: define a common enum for VESA blanking constantsGravatar Jiri Slaby (SUSE) 1-6/+1
2024-01-27tty: vt: make consw::con_switch() return a boolGravatar Jiri Slaby (SUSE) 1-1/+3
2024-01-27tty: vt: remove CM_* constantsGravatar Jiri Slaby (SUSE) 1-6/+2
2024-01-27tty: vt: sanitize consw::con_putcs() parametersGravatar Jiri Slaby (SUSE) 1-2/+4
2024-01-27tty: vt: sanitize consw::con_putc() parametersGravatar Jiri Slaby (SUSE) 1-1/+4
2024-01-27tty: vt: sanitize arguments of consw::con_clear()Gravatar Jiri Slaby (SUSE) 1-2/+3
2024-01-27tty: vt: make init parameter of consw::con_init() a boolGravatar Jiri Slaby (SUSE) 1-1/+3
2024-01-27tty: vt: make consw::con_debug_*() return voidGravatar Jiri Slaby (SUSE) 1-12/+6
2024-01-27tty: vt: pass vc_resize_user as a parameterGravatar Jiri Slaby (SUSE) 1-1/+1
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+8
2023-10-17printk: Constify name for add_preferred_console()Gravatar Tony Lindgren 1-1/+1
2023-10-17printk: Check valid console index for preferred consoleGravatar Tony Lindgren 1-1/+1
2023-10-17vgacon: remove screen_info dependencyGravatar Arnd Bergmann 1-0/+7
2023-09-18printk: nbcon: Allow drivers to mark unsafe regions and check stateGravatar Thomas Gleixner 1-0/+10
2023-09-18printk: nbcon: Add emit function and callback function for atomic printingGravatar Thomas Gleixner 1-0/+21
2023-09-18printk: nbcon: Add sequence handlingGravatar Thomas Gleixner 1-0/+4
2023-09-18printk: nbcon: Add buffer managementGravatar Thomas Gleixner 1-0/+7
2023-09-18printk: nbcon: Add acquire/release logicGravatar Thomas Gleixner 1-0/+56
2023-09-18printk: Add non-BKL (nbcon) console basic infrastructureGravatar Thomas Gleixner 1-0/+31
2023-07-20printk: Add per-console suspended stateGravatar John Ogness 1-0/+3
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-2/+3
2023-01-19VT: Add height parameter to con_font_get/set consw operationsGravatar Samuel Thibault 1-2/+3
2023-01-11console: Document struct consoleGravatar Thomas Gleixner 1-17/+37
2023-01-11console: Use BIT() macros for @flags valuesGravatar Thomas Gleixner 1-10/+36
2022-12-02printk, xen: fbfront: create/use safe function for forcing preferredGravatar John Ogness 1-0/+1
2022-12-02console: introduce console_is_registered()Gravatar John Ogness 1-0/+28
2022-12-02console: introduce wrappers to read/write console flagsGravatar John Ogness 1-0/+45
2022-12-02printk: introduce console_list_lockGravatar John Ogness 1-3/+20
2022-12-02printk: Prepare for SRCU console list protectionGravatar John Ogness 1-1/+27
2022-12-02printk: Convert console_drivers list to hlistGravatar Thomas Gleixner 1-3/+5
2022-06-23Revert "printk: add kthread console printers"Gravatar Petr Mladek 1-2/+0
2022-06-23Revert "printk: extend console_lock for per-console locking"Gravatar Petr Mladek 1-15/+0
2022-04-26printk: extend console_lock for per-console lockingGravatar John Ogness 1-0/+15
2022-04-22printk: add kthread console printersGravatar John Ogness 1-0/+2
2022-04-22printk: refactor and rework printing logicGravatar John Ogness 1-0/+2
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemGravatar Javier Martinez Canillas 1-6/+0
2021-10-05serial: core: Fix initializing and restoring termios speedGravatar Pali Rohár 1-0/+2
2021-01-08Revert "init/console: Use ttynull as a fallback when there is no console"Gravatar Petr Mladek 1-3/+0
2020-12-16Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+3