summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tty: vt: make font of consw::con_font_set() constJiri Slaby (SUSE)2024-01-276-9/+11
* tty: vt: make types around consw::con_blank() boolJiri Slaby (SUSE)2024-01-277-24/+29
* tty: vt: use enum constants for VESA blanking modesJiri Slaby (SUSE)2024-01-278-12/+20
* tty: vt: use VESA blanking constantsJiri Slaby (SUSE)2024-01-274-9/+10
* tty: vt: define a common enum for VESA blanking constantsJiri Slaby (SUSE)2024-01-273-13/+20
* 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-278-15/+17
* tty: vt: remove CM_* constantsJiri Slaby (SUSE)2024-01-2714-41/+36
* 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-277-19/+22
* tty: vt: sanitize consw::con_putc() parametersJiri Slaby (SUSE)2024-01-273-5/+10
* 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-278-37/+39
* tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)2024-01-278-12/+14
* tty: vt: make consw::con_debug_*() return voidJiri Slaby (SUSE)2024-01-273-33/+12
* tty: vt: remove extern from functions in selection.hJiri Slaby (SUSE)2024-01-271-28/+24
* 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-272-2/+2
* tty: vt: pass vc_resize_user as a parameterJiri Slaby (SUSE)2024-01-277-25/+27
* 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-273-14/+15
* 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-273-45/+34
* Linux 6.8-rc1v6.8-rc1Linus Torvalds2024-01-211-2/+2
* Merge tag 'bcachefs-2024-01-21' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-2178-1426/+1629
|\
| * bcachefs: Improve inode_to_text()Kent Overstreet2024-01-211-7/+18
| * bcachefs: logged_ops_format.hKent Overstreet2024-01-212-27/+31
| * bcachefs: reflink_format.hKent Overstreet2024-01-213-47/+48
| * bcachefs; extents_format.hKent Overstreet2024-01-212-279/+284
| * bcachefs: ec_format.hKent Overstreet2024-01-212-16/+20
| * bcachefs: subvolume_format.hKent Overstreet2024-01-212-32/+36
| * bcachefs: snapshot_format.hKent Overstreet2024-01-212-33/+37
| * bcachefs: alloc_background_format.hKent Overstreet2024-01-212-93/+94
| * bcachefs: xattr_format.hKent Overstreet2024-01-212-15/+20
| * bcachefs: dirent_format.hKent Overstreet2024-01-212-39/+43
| * bcachefs: inode_format.hKent Overstreet2024-01-212-164/+167
| * bcachefs; quota_format.hKent Overstreet2024-01-212-42/+48