summaryrefslogtreecommitdiffstats
path: root/include/linux/console.h
Commit message (Expand)AuthorAgeFilesLines
* vt: remove superfluous CONFIG_HW_CONSOLELukas Bulwahn2024-01-271-1/+1
* tty: vt: fix up kernel-docJiri Slaby (SUSE)2024-01-271-3/+3
* tty: vt: document the rest of struct conswJiri Slaby (SUSE)2024-01-271-9/+25
* tty: vt: remove unused consw::con_flush_scrollback()Jiri Slaby (SUSE)2024-01-271-4/+0
* tty: vt: remove consw::con_getxy()Jiri Slaby (SUSE)2024-01-271-2/+0
* tty: vt: remove consw::con_screen_pos()Jiri Slaby (SUSE)2024-01-271-1/+0
* tty: vt: change consw::con_set_origin() return typeJiri Slaby (SUSE)2024-01-271-1/+4
* tty: vt: make consw::con_font_default()'s name constJiri Slaby (SUSE)2024-01-271-1/+1
* tty: vt: make font of consw::con_font_set() constJiri Slaby (SUSE)2024-01-271-2/+3
* tty: vt: make types around consw::con_blank() boolJiri Slaby (SUSE)2024-01-271-2/+5
* tty: vt: use enum constants for VESA blanking modesJiri Slaby (SUSE)2024-01-271-1/+2
* tty: vt: define a common enum for VESA blanking constantsJiri Slaby (SUSE)2024-01-271-6/+1
* tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)2024-01-271-1/+3
* tty: vt: remove CM_* constantsJiri Slaby (SUSE)2024-01-271-6/+2
* tty: vt: sanitize consw::con_putcs() parametersJiri Slaby (SUSE)2024-01-271-2/+4
* tty: vt: sanitize consw::con_putc() parametersJiri Slaby (SUSE)2024-01-271-1/+4
* tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)2024-01-271-2/+3
* tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)2024-01-271-1/+3
* tty: vt: make consw::con_debug_*() return voidJiri Slaby (SUSE)2024-01-271-12/+6
* tty: vt: pass vc_resize_user as a parameterJiri Slaby (SUSE)2024-01-271-1/+1
* Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-031-1/+8
|\
| * printk: Constify name for add_preferred_console()Tony Lindgren2023-10-171-1/+1
| * printk: Check valid console index for preferred consoleTony Lindgren2023-10-171-1/+1
| * vgacon: remove screen_info dependencyArnd Bergmann2023-10-171-0/+7
* | printk: nbcon: Allow drivers to mark unsafe regions and check stateThomas Gleixner2023-09-181-0/+10
* | printk: nbcon: Add emit function and callback function for atomic printingThomas Gleixner2023-09-181-0/+21
* | printk: nbcon: Add sequence handlingThomas Gleixner2023-09-181-0/+4
* | printk: nbcon: Add buffer managementThomas Gleixner2023-09-181-0/+7
* | printk: nbcon: Add acquire/release logicThomas Gleixner2023-09-181-0/+56
* | printk: Add non-BKL (nbcon) console basic infrastructureThomas Gleixner2023-09-181-0/+31
|/
* printk: Add per-console suspended stateJohn Ogness2023-07-201-0/+3
* Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-02-241-2/+3
|\
| * VT: Add height parameter to con_font_get/set consw operationsSamuel Thibault2023-01-191-2/+3
* | console: Document struct consoleThomas Gleixner2023-01-111-17/+37
* | console: Use BIT() macros for @flags valuesThomas Gleixner2023-01-111-10/+36
|/
* printk, xen: fbfront: create/use safe function for forcing preferredJohn Ogness2022-12-021-0/+1
* console: introduce console_is_registered()John Ogness2022-12-021-0/+28
* console: introduce wrappers to read/write console flagsJohn Ogness2022-12-021-0/+45
* printk: introduce console_list_lockJohn Ogness2022-12-021-3/+20
* printk: Prepare for SRCU console list protectionJohn Ogness2022-12-021-1/+27
* printk: Convert console_drivers list to hlistThomas Gleixner2022-12-021-3/+5
* Revert "printk: add kthread console printers"Petr Mladek2022-06-231-2/+0
* Revert "printk: extend console_lock for per-console locking"Petr Mladek2022-06-231-15/+0
* printk: extend console_lock for per-console lockingJohn Ogness2022-04-261-0/+15
* printk: add kthread console printersJohn Ogness2022-04-221-0/+2
* printk: refactor and rework printing logicJohn Ogness2022-04-221-0/+2
* drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas2021-11-271-6/+0
* serial: core: Fix initializing and restoring termios speedPali Rohár2021-10-051-0/+2
* Revert "init/console: Use ttynull as a fallback when there is no console"Petr Mladek2021-01-081-3/+0
* Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-12-161-0/+3
|\