summaryrefslogtreecommitdiffstats
path: root/include/linux/console.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * init/console: Use ttynull as a fallback when there is no consolePetr Mladek2020-11-201-0/+3
* | console: Delete unused con_font_copy() callback implementationsPeilin Ye2020-11-161-1/+0
|/
* vt: make vc_data pointers const in selection.hJiri Slaby2020-08-181-1/+1
* vt: get rid of VT10.ID macrosJiri Slaby2020-06-241-6/+0
* vc: switch state to boolJiri Slaby2020-06-241-1/+1
* vt: introduce enum vc_intensity for intensityJiri Slaby2020-06-241-1/+4
* Merge branch 'for-5.8' into for-linusPetr Mladek2020-06-011-2/+1
|\
| * Merge branch 'for-5.7-console-exit' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2020-03-171-0/+1
| |\
| | * console: Introduce ->exit() callbackAndy Shevchenko2020-02-111-0/+1
| * | sparc/console: kill off obsolete declarationsArvind Sankar2020-01-211-2/+0
| |/
* / printk: Correctly set CON_CONSDEV even when preferred console was not registeredBenjamin Herrenschmidt2020-02-181-1/+1
|/
* panic: add an option to replay all the printk message in bufferFeng Tang2019-05-181-1/+6
* console: Replace #if 0 with atomic var 'ignore_console_lock_warning'Thomas Zimmermann2018-07-311-5/+9
* console/fbcon: Add support for deferred console takeoverHans de Goede2018-06-281-0/+5
* console: Fill in struct consw argument namesKees Cook2018-02-271-26/+32
* console: move console_init() out of tty_io.cNicolas Pitre2017-04-181-0/+2
* console: Add callback to flush scrollback buffer to consw structManuel Schölling2017-01-251-0/+4
* Merge tag 'tty-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2016-12-131-5/+11
|\
| * tty: vt, cleanup and document con_scrollJiri Slaby2016-10-271-5/+11
* | Revert "console: don't prefer first registered if DT specifies stdout-path"Hans de Goede2016-11-111-6/+0
|/
* console: don't prefer first registered if DT specifies stdout-pathPaul Burton2016-10-071-0/+6
* tty: vt, remove consw->con_bmoveJiri Slaby2016-06-251-1/+0
* tty: vt, consw->con_set_palette cleanupJiri Slaby2016-06-251-1/+3
* tty: vt, consw->con_scrolldelta cleanupJiri Slaby2016-06-251-1/+7
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-05-231-0/+2
|\
| * vgacon: dummy implementation for vgacon_text_forceDaniel Vetter2016-03-301-0/+2
* | tty: vt, make color_table constJiri Slaby2016-04-301-1/+1
|/
* printk: do cond_resched() between lines while outputting to consolesTejun Heo2016-01-161-0/+1
* printk: implement support for extended console driversTejun Heo2015-06-251-0/+1
* console: Add extensible console matchingPeter Hurley2015-03-261-2/+1