summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-27vt: remove superfluous CONFIG_HW_CONSOLELukas Bulwahn
2024-01-27serial: qcom-geni: Don't cancel/abort if we can't get the port lockDouglas Anderson
2024-01-27soc: qcom: geni-se: Add M_TX_FIFO_NOT_EMPTY bit definitionDouglas Anderson
2024-01-27serial: 8250: Move hp300_setup_serial_console() to <linux/serial_8250.h>Geert Uytterhoeven
2024-01-27tty/vt: UTF-8 parsing update according to RFC 3629, modern UnicodeRoman Žilka
2024-01-27serial: linflexuart: Remove redundant uart type assignmentLizhe
2024-01-27treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini
2024-01-27Documentation: add console.rstJiri Slaby (SUSE)
2024-01-27tty: vt: fix up kernel-docJiri Slaby (SUSE)
2024-01-27tty: vt: document the rest of struct conswJiri Slaby (SUSE)
2024-01-27tty: vt: remove unused consw::con_flush_scrollback()Jiri Slaby (SUSE)
2024-01-27tty: vt: remove consw::con_getxy()Jiri Slaby (SUSE)
2024-01-27fbcon: remove fbcon_getxy()Jiri Slaby (SUSE)
2024-01-27tty: vt: make types of screenpos() more consistentJiri Slaby (SUSE)
2024-01-27tty: vt: remove consw::con_screen_pos()Jiri Slaby (SUSE)
2024-01-27fbcon: remove consw::con_screen_pos()Jiri Slaby (SUSE)
2024-01-27tty: vt: change consw::con_set_origin() return typeJiri Slaby (SUSE)
2024-01-27tty: vt: make consw::con_font_default()'s name constJiri Slaby (SUSE)
2024-01-27tty: vt: make font of consw::con_font_set() constJiri Slaby (SUSE)
2024-01-27tty: vt: make types around consw::con_blank() boolJiri Slaby (SUSE)
2024-01-27tty: vt: use enum constants for VESA blanking modesJiri Slaby (SUSE)
2024-01-27tty: vt: use VESA blanking constantsJiri Slaby (SUSE)
2024-01-27tty: vt: define a common enum for VESA blanking constantsJiri Slaby (SUSE)
2024-01-27tty: vt: stop using -1 for blank mode in consw::con_blank()Jiri Slaby (SUSE)
2024-01-27tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)
2024-01-27tty: vt: remove CM_* constantsJiri Slaby (SUSE)
2024-01-27fbdev/core: simplify cursor_state setting in fbcon_ops::cursor()Jiri Slaby (SUSE)
2024-01-27consoles: use if instead of switch-case in consw::con_cursor()Jiri Slaby (SUSE)
2024-01-27tty: vt: sanitize consw::con_putcs() parametersJiri Slaby (SUSE)
2024-01-27tty: vt: sanitize consw::con_putc() parametersJiri Slaby (SUSE)
2024-01-27tty: vt: eliminate unneeded consw::con_putc() implementationsJiri Slaby (SUSE)
2024-01-27tty: vt: add con_putc() helperJiri Slaby (SUSE)
2024-01-27tty: vt: remove checks for count in consw::con_clear() implementationsJiri Slaby (SUSE)
2024-01-27tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)
2024-01-27tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)
2024-01-27tty: vt: make consw::con_debug_*() return voidJiri Slaby (SUSE)
2024-01-27tty: vt: remove extern from functions in selection.hJiri Slaby (SUSE)
2024-01-27tty: vt: define an enum for ascii charactersJiri Slaby (SUSE)
2024-01-27tty: vt: reflow csi_K()Jiri Slaby (SUSE)
2024-01-27tty: vt: define an enum for CSI+K codesJiri Slaby (SUSE)
2024-01-27don't pass vc->vc_par[0] to csi_?() handlersJiri Slaby (SUSE)
2024-01-27use clamp() for counts in csi_?() handlersJiri Slaby (SUSE)
2024-01-27tty: vt: reflow csi_J()Jiri Slaby (SUSE)
2024-01-27tty: vt: define an enum for CSI+J codesJiri Slaby (SUSE)
2024-01-27tty: vt: use case ranges for CSI+m fg/bg colorsJiri Slaby (SUSE)
2024-01-27tty: vt: define an enum for CSI+m codesJiri Slaby (SUSE)
2024-01-27tty: vt: make vc_is_sel()'s vc constJiri Slaby (SUSE)
2024-01-27tty: vt: pass vc_resize_user as a parameterJiri Slaby (SUSE)
2024-01-27tty: vt: push console lock from tioclinux() down to 2 functionsJiri Slaby (SUSE)
2024-01-27tty: vt: pass proper pointers from tioclinux()Jiri Slaby (SUSE)