summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* vt: remove superfluous CONFIG_HW_CONSOLELukas Bulwahn2024-01-274-12/+7
* serial: qcom-geni: Don't cancel/abort if we can't get the port lockDouglas Anderson2024-01-271-14/+13
* tty/vt: UTF-8 parsing update according to RFC 3629, modern UnicodeRoman Žilka2024-01-271-12/+2
* serial: linflexuart: Remove redundant uart type assignmentLizhe2024-01-271-1/+0
* treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini2024-01-2717-36/+34
* tty: vt: fix up kernel-docJiri Slaby (SUSE)2024-01-272-57/+59
* tty: vt: remove unused consw::con_flush_scrollback()Jiri Slaby (SUSE)2024-01-271-15/+12
* tty: vt: remove consw::con_getxy()Jiri Slaby (SUSE)2024-01-271-15/+5
* fbcon: remove fbcon_getxy()Jiri Slaby (SUSE)2024-01-271-25/+0
* tty: vt: make types of screenpos() more consistentJiri Slaby (SUSE)2024-01-271-6/+5
* tty: vt: remove consw::con_screen_pos()Jiri Slaby (SUSE)2024-01-271-9/+3
* fbcon: remove consw::con_screen_pos()Jiri Slaby (SUSE)2024-01-271-6/+0
* tty: vt: change consw::con_set_origin() return typeJiri Slaby (SUSE)2024-01-271-4/+4
* tty: vt: make consw::con_font_default()'s name constJiri Slaby (SUSE)2024-01-273-3/+6
* tty: vt: make font of consw::con_font_set() constJiri Slaby (SUSE)2024-01-275-7/+8
* tty: vt: make types around consw::con_blank() boolJiri Slaby (SUSE)2024-01-276-22/+24
* tty: vt: use enum constants for VESA blanking modesJiri Slaby (SUSE)2024-01-277-11/+18
* tty: vt: use VESA blanking constantsJiri Slaby (SUSE)2024-01-274-9/+10
* tty: vt: stop using -1 for blank mode in consw::con_blank()Jiri Slaby (SUSE)2024-01-272-2/+1
* tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)2024-01-277-14/+14
* tty: vt: remove CM_* constantsJiri Slaby (SUSE)2024-01-2713-35/+34
* fbdev/core: simplify cursor_state setting in fbcon_ops::cursor()Jiri Slaby (SUSE)2024-01-274-40/+4
* consoles: use if instead of switch-case in consw::con_cursor()Jiri Slaby (SUSE)2024-01-273-66/+53
* tty: vt: sanitize consw::con_putcs() parametersJiri Slaby (SUSE)2024-01-276-17/+18
* tty: vt: sanitize consw::con_putc() parametersJiri Slaby (SUSE)2024-01-272-4/+6
* tty: vt: eliminate unneeded consw::con_putc() implementationsJiri Slaby (SUSE)2024-01-274-29/+0
* tty: vt: add con_putc() helperJiri Slaby (SUSE)2024-01-271-5/+13
* tty: vt: remove checks for count in consw::con_clear() implementationsJiri Slaby (SUSE)2024-01-272-6/+0
* tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)2024-01-277-35/+36
* tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)2024-01-277-11/+11
* tty: vt: make consw::con_debug_*() return voidJiri Slaby (SUSE)2024-01-272-21/+6
* tty: vt: define an enum for ascii charactersJiri Slaby (SUSE)2024-01-271-18/+44
* tty: vt: reflow csi_K()Jiri Slaby (SUSE)2024-01-271-14/+14
* tty: vt: define an enum for CSI+K codesJiri Slaby (SUSE)2024-01-271-3/+9
* don't pass vc->vc_par[0] to csi_?() handlersJiri Slaby (SUSE)2024-01-271-16/+19
* use clamp() for counts in csi_?() handlersJiri Slaby (SUSE)2024-01-271-22/+5
* tty: vt: reflow csi_J()Jiri Slaby (SUSE)2024-01-271-25/+25
* tty: vt: define an enum for CSI+J codesJiri Slaby (SUSE)2024-01-271-8/+15
* tty: vt: use case ranges for CSI+m fg/bg colorsJiri Slaby (SUSE)2024-01-271-19/+16
* tty: vt: define an enum for CSI+m codesJiri Slaby (SUSE)2024-01-271-29/+69
* tty: vt: make vc_is_sel()'s vc constJiri Slaby (SUSE)2024-01-271-1/+1
* tty: vt: pass vc_resize_user as a parameterJiri Slaby (SUSE)2024-01-274-22/+18
* tty: vt: push console lock from tioclinux() down to 2 functionsJiri Slaby (SUSE)2024-01-272-10/+14
* tty: vt: pass proper pointers from tioclinux()Jiri Slaby (SUSE)2024-01-272-13/+14
* tty: vt: expect valid vc when in tty opsJiri Slaby (SUSE)2024-01-271-16/+3
* tty: vt: fix 20 vs 0x20 typo in EScsiignoreJiri Slaby (SUSE)2024-01-271-1/+1
* fbcon: make display_desc a static array in fbcon_startup()Jiri Slaby (SUSE)2024-01-271-1/+1
* vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta()Jiri Slaby (SUSE)2024-01-272-42/+34
* Merge tag 'timers-core-2024-01-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-01-214-11/+27
|\
| * clocksource/drivers/ep93xx: Fix error handling during probeArnd Bergmann2023-12-271-3/+2