index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
tty: fix spelling mistake
Flavio Suligoi
2020-06-27
1
-1
/
+1
|
*
|
|
serial: 8250_mtk: Switch to use platform_get_irq()
Andy Shevchenko
2020-06-27
1
-6
/
+10
|
*
|
|
serial: 8250_ingenic: Switch to use platform_get_irq()
Andy Shevchenko
2020-06-27
1
-6
/
+10
|
*
|
|
serial: 8250_pxa: Switch to use platform_get_irq()
Andy Shevchenko
2020-06-27
1
-6
/
+8
|
*
|
|
serial: 8250_omap: Switch to use platform_get_irq()
Andy Shevchenko
2020-06-27
1
-6
/
+10
|
*
|
|
serial: 8250_em: Switch to use platform_get_irq()
Andy Shevchenko
2020-06-27
1
-6
/
+10
|
*
|
|
serial: kgdboc: Fix bad line wrapping in comment
Douglas Anderson
2020-06-27
1
-1
/
+2
|
*
|
|
serial: serial-tegra: reduce irq-latency after rx errors
Randolph Maaßen
2020-06-27
1
-3
/
+3
|
*
|
|
8250-men-mcb: fix signed/unsigned confusion
Pavel Machek
2020-06-27
1
-2
/
+2
|
*
|
|
serial: core: drop unnecessary gpio include
Johan Hovold
2020-06-27
2
-0
/
+2
|
*
|
|
tty: serial: fsl_lpuart: minimum baud rate support
Vabhav Sharma
2020-06-27
1
-0
/
+3
|
*
|
|
tty: serial: qcom_geni_serial: Clean up an ARRAY_SIZE() vs sizeof()
Dan Carpenter
2020-06-27
1
-1
/
+1
|
*
|
|
serial: samsung: fix spelling mistake
Tamseel Shams
2020-06-27
1
-1
/
+1
|
*
|
|
serial: samsung: Minor whitespace cleanups
Krzysztof Kozlowski
2020-06-27
1
-13
/
+9
|
*
|
|
tty/vt: check allocation size in con_set_unimap()
Denis Efremov
2020-06-24
1
-1
/
+1
|
*
|
|
vt_ioctl: move perm checks level up
Jiri Slaby
2020-06-24
1
-9
/
+12
|
*
|
|
vt_ioctl: move vt_kdsetmode out of vt_k_ioctl
Jiri Slaby
2020-06-24
1
-35
/
+43
|
*
|
|
vt_ioctl: move vt_io_fontreset out of vt_io_ioctl
Jiri Slaby
2020-06-24
1
-18
/
+26
|
*
|
|
vt_ioctl: move vt_resizex out of vt_ioctl
Jiri Slaby
2020-06-24
1
-45
/
+55
|
*
|
|
vt_ioctl: move vt_reldisp out of vt_ioctl
Jiri Slaby
2020-06-24
1
-48
/
+40
|
*
|
|
vt_ioctl: move vt_setactivate out of vt_ioctl
Jiri Slaby
2020-06-24
1
-35
/
+39
|
*
|
|
vt_ioctl: move io ioctls to a separate function
Jiri Slaby
2020-06-24
1
-79
/
+98
|
*
|
|
vt_ioctl: move K* ioctls to a separate function
Jiri Slaby
2020-06-24
1
-137
/
+157
|
*
|
|
vt_ioctl: eliminate use of uival and ucval
Jiri Slaby
2020-06-24
1
-13
/
+6
|
*
|
|
vt_ioctl: eliminate ret & breaks in vt_ioctl
Jiri Slaby
2020-06-24
1
-185
/
+133
|
*
|
|
vt: simplify noncolor attributes in build_attr
Jiri Slaby
2020-06-24
1
-4
/
+4
|
*
|
|
vt: remove superfluous parens in invert_screen and build_attr
Jiri Slaby
2020-06-24
1
-3
/
+7
|
*
|
|
vt: use newly defined CUR_* macros
Jiri Slaby
2020-06-24
1
-9
/
+13
|
*
|
|
vt: redefine world of cursor macros
Jiri Slaby
2020-06-24
1
-1
/
+1
|
*
|
|
vt: whitespace and paren cleanup in add_softcursor
Jiri Slaby
2020-06-24
1
-7
/
+11
|
*
|
|
vt: synchronize types and use min in csi_X
Jiri Slaby
2020-06-24
1
-3
/
+5
|
*
|
|
vt: make tc write more obvious in vc_con_write_normal
Jiri Slaby
2020-06-24
1
-5
/
+8
|
*
|
|
vt: simplify vc_attr handling in vc_con_write_normal
Jiri Slaby
2020-06-24
1
-8
/
+4
|
*
|
|
vc: simplify condition in vc_con_write_normal
Jiri Slaby
2020-06-24
1
-1
/
+1
|
*
|
|
vc: move normal char processing from do_con_write
Jiri Slaby
2020-06-24
1
-89
/
+109
|
*
|
|
vc: extract detecting control characters from do_con_write
Jiri Slaby
2020-06-24
1
-26
/
+45
|
*
|
|
vc: introduce struct vc_draw_region
Jiri Slaby
2020-06-24
1
-19
/
+25
|
*
|
|
vc: move translation out of do_con_write
Jiri Slaby
2020-06-24
1
-10
/
+16
|
*
|
|
vt: move rescan_last_byte label earlier
Jiri Slaby
2020-06-24
1
-8
/
+4
|
*
|
|
vt: extract attribute inversion to vc_invert_attr
Jiri Slaby
2020-06-24
1
-8
/
+16
|
*
|
|
vt: rearrange vc_translate_unicode
Jiri Slaby
2020-06-24
1
-57
/
+64
|
*
|
|
vt: separate unicode handling into vc_translate_unicode
Jiri Slaby
2020-06-24
1
-68
/
+81
|
*
|
|
vt: use modern types in do_con_write
Jiri Slaby
2020-06-24
1
-9
/
+9
|
*
|
|
vt: move vc_translate to vt.c and rename it
Jiri Slaby
2020-06-24
1
-1
/
+13
|
*
|
|
vt: get rid of VT10.ID macros
Jiri Slaby
2020-06-24
1
-7
/
+4
|
*
|
|
vt: use tty_insert_flip_string in respond_string
Jiri Slaby
2020-06-24
1
-12
/
+15
|
*
|
|
vt: convert vc_tab_stop to bitmap
Jiri Slaby
2020-06-24
1
-26
/
+18
|
*
|
|
vt: switch G0/1_charset to an array
Jiri Slaby
2020-06-24
1
-11
/
+8
|
*
|
|
vt: deduplicate setGx code
Jiri Slaby
2020-06-24
1
-20
/
+26
|
*
|
|
vc: switch state to bool
Jiri Slaby
2020-06-24
1
-16
/
+16
[prev]
[next]