summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tty: vt: eliminate unneeded consw::con_putc() implementationsJiri Slaby (SUSE)2024-01-284-29/+0
* tty: vt: add con_putc() helperJiri Slaby (SUSE)2024-01-281-5/+13
* tty: vt: remove checks for count in consw::con_clear() implementationsJiri Slaby (SUSE)2024-01-282-6/+0
* tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)2024-01-288-37/+39
* tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)2024-01-288-12/+14
* tty: vt: make consw::con_debug_*() return voidJiri Slaby (SUSE)2024-01-283-33/+12
* tty: vt: remove extern from functions in selection.hJiri Slaby (SUSE)2024-01-281-28/+24
* tty: vt: define an enum for ascii charactersJiri Slaby (SUSE)2024-01-281-18/+44
* tty: vt: reflow csi_K()Jiri Slaby (SUSE)2024-01-281-14/+14
* tty: vt: define an enum for CSI+K codesJiri Slaby (SUSE)2024-01-281-3/+9
* don't pass vc->vc_par[0] to csi_?() handlersJiri Slaby (SUSE)2024-01-281-16/+19
* use clamp() for counts in csi_?() handlersJiri Slaby (SUSE)2024-01-281-22/+5
* tty: vt: reflow csi_J()Jiri Slaby (SUSE)2024-01-281-25/+25
* tty: vt: define an enum for CSI+J codesJiri Slaby (SUSE)2024-01-281-8/+15
* tty: vt: use case ranges for CSI+m fg/bg colorsJiri Slaby (SUSE)2024-01-281-19/+16
* tty: vt: define an enum for CSI+m codesJiri Slaby (SUSE)2024-01-281-29/+69
* tty: vt: make vc_is_sel()'s vc constJiri Slaby (SUSE)2024-01-282-2/+2
* tty: vt: pass vc_resize_user as a parameterJiri Slaby (SUSE)2024-01-287-25/+27
* tty: vt: push console lock from tioclinux() down to 2 functionsJiri Slaby (SUSE)2024-01-282-10/+14
* tty: vt: pass proper pointers from tioclinux()Jiri Slaby (SUSE)2024-01-283-14/+15
* tty: vt: expect valid vc when in tty opsJiri Slaby (SUSE)2024-01-281-16/+3
* tty: vt: fix 20 vs 0x20 typo in EScsiignoreJiri Slaby (SUSE)2024-01-281-1/+1
* fbcon: make display_desc a static array in fbcon_startup()Jiri Slaby (SUSE)2024-01-281-1/+1
* vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta()Jiri Slaby (SUSE)2024-01-283-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
| * bcachefs: sb-counters_format.hKent Overstreet2024-01-212-95/+100
| * bcachefs: counters.c -> sb-counters.cKent Overstreet2024-01-215-8/+7
| * bcachefs: comment bch_subvolumeKent Overstreet2024-01-211-0/+3
| * bcachefs: bch_snapshot::btimeKent Overstreet2024-01-212-0/+3
| * bcachefs: add missing __GFP_NOWARNKent Overstreet2024-01-211-1/+1
| * bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet2024-01-2111-23/+24
| * bcachefs: Prep work for variable size btree node buffersKent Overstreet2024-01-2118-97/+87
| * bcachefs: grab s_umount only if snapshottingSu Yue2024-01-211-6/+5
| * bcachefs: kvfree bch_fs::snapshots in bch2_fs_snapshots_exitSu Yue2024-01-211-1/+1
| * bcachefs: bios must be 512 byte alginedKent Overstreet2024-01-211-0/+4
| * bcachefs: remove redundant variable tmpColin Ian King2024-01-211-3/+1
| * bcachefs: Improve trace_trans_restart_relockKent Overstreet2024-01-215-24/+44