summaryrefslogtreecommitdiffstats
path: root/include/linux/console.h
Commit message (Expand)AuthorAgeFilesLines
* printk: nbcon: Show replay message on takeoverJohn Ogness2024-09-041-0/+2
* printk: nbcon: Introduce printer kthreadsThomas Gleixner2024-09-041-0/+40
* printk: nbcon: Add function for printers to reacquire ownershipJohn Ogness2024-09-041-0/+6
* printk: nbcon: Implement emergency sectionsThomas Gleixner2024-08-211-0/+4
* nbcon: Add API to acquire context for non-printing operationsJohn Ogness2024-08-211-0/+2
* console: Improve console_srcu_read_flags() commentsJohn Ogness2024-08-211-11/+17
* printk: nbcon: Add callbacks to synchronize with driverJohn Ogness2024-08-211-0/+43
* printk: nbcon: Add detailed doc for write_atomic()John Ogness2024-08-211-4/+29
* printk: nbcon: Remove return value for write_atomic()John Ogness2024-08-211-1/+1
* 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