index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
vt
/
vt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-06
tty: vt: make rgb_from_256() slighly more comprehensible
Jiri Slaby (SUSE)
1
-4
/
+7
2024-01-27
tty/vt: UTF-8 parsing update according to RFC 3629, modern Unicode
Roman Žilka
1
-12
/
+2
2024-01-27
tty: vt: fix up kernel-doc
Jiri Slaby (SUSE)
1
-43
/
+43
2024-01-27
tty: vt: remove unused consw::con_flush_scrollback()
Jiri Slaby (SUSE)
1
-15
/
+12
2024-01-27
tty: vt: remove consw::con_getxy()
Jiri Slaby (SUSE)
1
-15
/
+5
2024-01-27
tty: vt: make types of screenpos() more consistent
Jiri Slaby (SUSE)
1
-6
/
+5
2024-01-27
tty: vt: remove consw::con_screen_pos()
Jiri Slaby (SUSE)
1
-9
/
+3
2024-01-27
tty: vt: make font of consw::con_font_set() const
Jiri Slaby (SUSE)
1
-1
/
+1
2024-01-27
tty: vt: use enum constants for VESA blanking modes
Jiri Slaby (SUSE)
1
-2
/
+2
2024-01-27
tty: vt: use VESA blanking constants
Jiri Slaby (SUSE)
1
-4
/
+5
2024-01-27
tty: vt: stop using -1 for blank mode in consw::con_blank()
Jiri Slaby (SUSE)
1
-1
/
+1
2024-01-27
tty: vt: make consw::con_switch() return a bool
Jiri Slaby (SUSE)
1
-1
/
+1
2024-01-27
tty: vt: remove CM_* constants
Jiri Slaby (SUSE)
1
-2
/
+2
2024-01-27
tty: vt: add con_putc() helper
Jiri Slaby (SUSE)
1
-5
/
+13
2024-01-27
tty: vt: sanitize arguments of consw::con_clear()
Jiri Slaby (SUSE)
1
-1
/
+1
2024-01-27
tty: vt: make init parameter of consw::con_init() a bool
Jiri Slaby (SUSE)
1
-4
/
+4
2024-01-27
tty: vt: make consw::con_debug_*() return void
Jiri Slaby (SUSE)
1
-17
/
+4
2024-01-27
tty: vt: define an enum for ascii characters
Jiri Slaby (SUSE)
1
-18
/
+44
2024-01-27
tty: vt: reflow csi_K()
Jiri Slaby (SUSE)
1
-14
/
+14
2024-01-27
tty: vt: define an enum for CSI+K codes
Jiri Slaby (SUSE)
1
-3
/
+9
2024-01-27
don't pass vc->vc_par[0] to csi_?() handlers
Jiri Slaby (SUSE)
1
-16
/
+19
2024-01-27
use clamp() for counts in csi_?() handlers
Jiri Slaby (SUSE)
1
-22
/
+5
2024-01-27
tty: vt: reflow csi_J()
Jiri Slaby (SUSE)
1
-25
/
+25
2024-01-27
tty: vt: define an enum for CSI+J codes
Jiri Slaby (SUSE)
1
-8
/
+15
2024-01-27
tty: vt: use case ranges for CSI+m fg/bg colors
Jiri Slaby (SUSE)
1
-19
/
+16
2024-01-27
tty: vt: define an enum for CSI+m codes
Jiri Slaby (SUSE)
1
-29
/
+69
2024-01-27
tty: vt: pass vc_resize_user as a parameter
Jiri Slaby (SUSE)
1
-15
/
+13
2024-01-27
tty: vt: push console lock from tioclinux() down to 2 functions
Jiri Slaby (SUSE)
1
-8
/
+5
2024-01-27
tty: vt: pass proper pointers from tioclinux()
Jiri Slaby (SUSE)
1
-9
/
+10
2024-01-27
tty: vt: expect valid vc when in tty ops
Jiri Slaby (SUSE)
1
-16
/
+3
2024-01-27
tty: vt: fix 20 vs 0x20 typo in EScsiignore
Jiri Slaby (SUSE)
1
-1
/
+1
2024-01-27
vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta()
Jiri Slaby (SUSE)
1
-40
/
+0
2023-10-07
tty: vt: make vtconsole_class constant
Greg Kroah-Hartman
1
-10
/
+9
2023-10-05
tty: Restrict access to TIOCLINUX' copy-and-paste subcommands
Hanno Böck
1
-0
/
+6
2023-10-03
tty: stop using ndash in kernel-doc
Jiri Slaby (SUSE)
1
-2
/
+2
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
1
-1
/
+1
2023-08-11
tty: propagate u8 data to tty_operations::put_char()
Jiri Slaby (SUSE)
1
-1
/
+1
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
1
-2
/
+2
2023-08-03
tty: vt: Remove some repetitive initialization
oushixiong
1
-12
/
+4
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2023-04-20
tty: vt: drop checks for undefined VT_SINGLE_DRIVER
Jiri Slaby (SUSE)
1
-8
/
+2
2023-04-20
tty: vt: distribute EXPORT_SYMBOL()
Jiri Slaby (SUSE)
1
-20
/
+14
2023-04-20
tty: vt: simplify some cases in tioclinux()
Jiri Slaby (SUSE)
1
-36
/
+26
2023-04-20
tty: vt: reformat tioclinux()
Jiri Slaby (SUSE)
1
-83
/
+84
2023-04-03
tty: make tty_class a static const structure
Greg Kroah-Hartman
1
-1
/
+1
2023-04-03
Merge 6.3-rc5 into driver-core-next
Greg Kroah-Hartman
1
-0
/
+3
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
1
-1
/
+1
2023-03-09
tty: vt: protect KD_FONT_OP_GET_TALL from unbound access
Samuel Thibault
1
-0
/
+3
2023-01-19
VT: Bump font size limitation to 64x128 pixels
Samuel Thibault
1
-12
/
+16
2023-01-19
VT: Add KD_FONT_OP_SET/GET_TALL operations
Samuel Thibault
1
-4
/
+10
[next]