index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
vt
Age
Commit message (
Expand
)
Author
Lines
2020-06-24
vt_ioctl: move io ioctls to a separate function
Jiri Slaby
-79
/
+98
2020-06-24
vt_ioctl: move K* ioctls to a separate function
Jiri Slaby
-137
/
+157
2020-06-24
vt_ioctl: eliminate use of uival and ucval
Jiri Slaby
-13
/
+6
2020-06-24
vt_ioctl: eliminate ret & breaks in vt_ioctl
Jiri Slaby
-185
/
+133
2020-06-24
vt: simplify noncolor attributes in build_attr
Jiri Slaby
-4
/
+4
2020-06-24
vt: remove superfluous parens in invert_screen and build_attr
Jiri Slaby
-3
/
+7
2020-06-24
vt: use newly defined CUR_* macros
Jiri Slaby
-9
/
+13
2020-06-24
vt: redefine world of cursor macros
Jiri Slaby
-1
/
+1
2020-06-24
vt: whitespace and paren cleanup in add_softcursor
Jiri Slaby
-7
/
+11
2020-06-24
vt: synchronize types and use min in csi_X
Jiri Slaby
-3
/
+5
2020-06-24
vt: make tc write more obvious in vc_con_write_normal
Jiri Slaby
-5
/
+8
2020-06-24
vt: simplify vc_attr handling in vc_con_write_normal
Jiri Slaby
-8
/
+4
2020-06-24
vc: simplify condition in vc_con_write_normal
Jiri Slaby
-1
/
+1
2020-06-24
vc: move normal char processing from do_con_write
Jiri Slaby
-89
/
+109
2020-06-24
vc: extract detecting control characters from do_con_write
Jiri Slaby
-26
/
+45
2020-06-24
vc: introduce struct vc_draw_region
Jiri Slaby
-19
/
+25
2020-06-24
vc: move translation out of do_con_write
Jiri Slaby
-10
/
+16
2020-06-24
vt: move rescan_last_byte label earlier
Jiri Slaby
-8
/
+4
2020-06-24
vt: extract attribute inversion to vc_invert_attr
Jiri Slaby
-8
/
+16
2020-06-24
vt: rearrange vc_translate_unicode
Jiri Slaby
-57
/
+64
2020-06-24
vt: separate unicode handling into vc_translate_unicode
Jiri Slaby
-68
/
+81
2020-06-24
vt: use modern types in do_con_write
Jiri Slaby
-9
/
+9
2020-06-24
vt: move vc_translate to vt.c and rename it
Jiri Slaby
-1
/
+13
2020-06-24
vt: get rid of VT10.ID macros
Jiri Slaby
-7
/
+4
2020-06-24
vt: use tty_insert_flip_string in respond_string
Jiri Slaby
-12
/
+15
2020-06-24
vt: convert vc_tab_stop to bitmap
Jiri Slaby
-26
/
+18
2020-06-24
vt: switch G0/1_charset to an array
Jiri Slaby
-11
/
+8
2020-06-24
vt: deduplicate setGx code
Jiri Slaby
-20
/
+26
2020-06-24
vc: switch state to bool
Jiri Slaby
-16
/
+16
2020-06-24
vt: introduce enum vc_intensity for intensity
Jiri Slaby
-15
/
+17
2020-06-24
vc: separate state
Jiri Slaby
-170
/
+157
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
-1
/
+1
2020-05-27
vt: keyboard: avoid signed integer overflow in k_ascii
Dmitry Torokhov
-10
/
+16
2020-05-11
Merge 5.7-rc5 into tty-next
Greg Kroah-Hartman
-2
/
+7
2020-05-04
vt: fix unicode console freeing with a common interface
Nicolas Pitre
-2
/
+7
2020-04-27
Merge 5.7-rc3 into tty-next
Greg Kroah-Hartman
-3
/
+4
2020-04-23
vt: don't hardcode the mem allocation upper bound
Nicolas Pitre
-1
/
+1
2020-04-23
vt: don't use kmalloc() for the unicode screen buffer
Nicolas Pitre
-2
/
+3
2020-04-16
vt: extract selection chars storing from vc_do_selection
Jiri Slaby
-37
/
+42
2020-04-16
vt: selection, split __set_selection_kernel
Jiri Slaby
-37
/
+43
2020-03-27
vt: vt_ioctl: fix use-after-free in vt_in_use()
Eric Biggers
-4
/
+12
2020-03-27
vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
Eric Biggers
-9
/
+26
2020-03-16
vt: indent switch-case in setterm_command properly
Jiri Slaby
-61
/
+59
2020-03-16
vt: selection, use rounddown() for start/endline computation
Jiri Slaby
-3
/
+3
2020-03-16
vt: use min() to limit intervals
Jiri Slaby
-2
/
+2
2020-03-16
vt: selection, fix double lock introduced by a merge
Jiri Slaby
-1
/
+0
2020-03-12
vt: vt_ioctl: remove unnecessary console allocation checks
Eric Biggers
-15
/
+1
2020-03-12
vt: drop redundant might_sleep() in do_con_write()
Eric Biggers
-2
/
+0
2020-03-10
Merge 5.6-rc5 into tty-next
Greg Kroah-Hartman
-10
/
+18
2020-03-06
vt: selection, indent switch-case properly
Jiri Slaby
-37
/
+35
[prev]
[next]