summaryrefslogtreecommitdiff
path: root/include/linux/console.h
AgeCommit message (Expand)AuthorFilesLines
2024-09-04printk: nbcon: Show replay message on takeoverJohn Ogness1-0/+2
2024-09-04printk: nbcon: Introduce printer kthreadsThomas Gleixner1-0/+40
2024-09-04printk: nbcon: Add function for printers to reacquire ownershipJohn Ogness1-0/+6
2024-08-21printk: nbcon: Implement emergency sectionsThomas Gleixner1-0/+4
2024-08-21nbcon: Add API to acquire context for non-printing operationsJohn Ogness1-0/+2
2024-08-21console: Improve console_srcu_read_flags() commentsJohn Ogness1-11/+17
2024-08-21printk: nbcon: Add callbacks to synchronize with driverJohn Ogness1-0/+43
2024-08-21printk: nbcon: Add detailed doc for write_atomic()John Ogness1-4/+29
2024-08-21printk: nbcon: Remove return value for write_atomic()John Ogness1-1/+1
2024-01-28vt: remove superfluous CONFIG_HW_CONSOLELukas Bulwahn1-1/+1
2024-01-28tty: vt: fix up kernel-docJiri Slaby (SUSE)1-3/+3
2024-01-28tty: vt: document the rest of struct conswJiri Slaby (SUSE)1-9/+25
2024-01-28tty: vt: remove unused consw::con_flush_scrollback()Jiri Slaby (SUSE)1-4/+0
2024-01-28tty: vt: remove consw::con_getxy()Jiri Slaby (SUSE)1-2/+0
2024-01-28tty: vt: remove consw::con_screen_pos()Jiri Slaby (SUSE)1-1/+0
2024-01-28tty: vt: change consw::con_set_origin() return typeJiri Slaby (SUSE)1-1/+4
2024-01-28tty: vt: make consw::con_font_default()'s name constJiri Slaby (SUSE)1-1/+1
2024-01-28tty: vt: make font of consw::con_font_set() constJiri Slaby (SUSE)1-2/+3
2024-01-28tty: vt: make types around consw::con_blank() boolJiri Slaby (SUSE)1-2/+5
2024-01-28tty: vt: use enum constants for VESA blanking modesJiri Slaby (SUSE)1-1/+2
2024-01-28tty: vt: define a common enum for VESA blanking constantsJiri Slaby (SUSE)1-6/+1
2024-01-28tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)1-1/+3
2024-01-28tty: vt: remove CM_* constantsJiri Slaby (SUSE)1-6/+2
2024-01-28tty: vt: sanitize consw::con_putcs() parametersJiri Slaby (SUSE)1-2/+4
2024-01-28tty: vt: sanitize consw::con_putc() parametersJiri Slaby (SUSE)1-1/+4
2024-01-28tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)1-2/+3
2024-01-28tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)1-1/+3
2024-01-28tty: vt: make consw::con_debug_*() return voidJiri Slaby (SUSE)1-12/+6
2024-01-28tty: vt: pass vc_resize_user as a parameterJiri Slaby (SUSE)1-1/+1
2023-11-04Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+8
2023-10-17printk: Constify name for add_preferred_console()Tony Lindgren1-1/+1
2023-10-17printk: Check valid console index for preferred consoleTony Lindgren1-1/+1
2023-10-17vgacon: remove screen_info dependencyArnd Bergmann1-0/+7
2023-09-18printk: nbcon: Allow drivers to mark unsafe regions and check stateThomas Gleixner1-0/+10
2023-09-18printk: nbcon: Add emit function and callback function for atomic printingThomas Gleixner1-0/+21
2023-09-18printk: nbcon: Add sequence handlingThomas Gleixner1-0/+4
2023-09-18printk: nbcon: Add buffer managementThomas Gleixner1-0/+7
2023-09-18printk: nbcon: Add acquire/release logicThomas Gleixner1-0/+56
2023-09-18printk: Add non-BKL (nbcon) console basic infrastructureThomas Gleixner1-0/+31
2023-07-20printk: Add per-console suspended stateJohn Ogness1-0/+3
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+3
2023-01-19VT: Add height parameter to con_font_get/set consw operationsSamuel Thibault1-2/+3
2023-01-11console: Document struct consoleThomas Gleixner1-17/+37
2023-01-11console: Use BIT() macros for @flags valuesThomas Gleixner1-10/+36
2022-12-02printk, xen: fbfront: create/use safe function for forcing preferredJohn Ogness1-0/+1
2022-12-02console: introduce console_is_registered()John Ogness1-0/+28
2022-12-02console: introduce wrappers to read/write console flagsJohn Ogness1-0/+45
2022-12-02printk: introduce console_list_lockJohn Ogness1-3/+20
2022-12-02printk: Prepare for SRCU console list protectionJohn Ogness1-1/+27
2022-12-02printk: Convert console_drivers list to hlistThomas Gleixner1-3/+5