summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tty: fix spelling mistakeFlavio Suligoi2020-06-271-1/+1
| * | | serial: 8250_mtk: Switch to use platform_get_irq()Andy Shevchenko2020-06-271-6/+10
| * | | serial: 8250_ingenic: Switch to use platform_get_irq()Andy Shevchenko2020-06-271-6/+10
| * | | serial: 8250_pxa: Switch to use platform_get_irq()Andy Shevchenko2020-06-271-6/+8
| * | | serial: 8250_omap: Switch to use platform_get_irq()Andy Shevchenko2020-06-271-6/+10
| * | | serial: 8250_em: Switch to use platform_get_irq()Andy Shevchenko2020-06-271-6/+10
| * | | serial: kgdboc: Fix bad line wrapping in commentDouglas Anderson2020-06-271-1/+2
| * | | serial: serial-tegra: reduce irq-latency after rx errorsRandolph Maaßen2020-06-271-3/+3
| * | | 8250-men-mcb: fix signed/unsigned confusionPavel Machek2020-06-271-2/+2
| * | | serial: core: drop unnecessary gpio includeJohan Hovold2020-06-272-0/+2
| * | | tty: serial: fsl_lpuart: minimum baud rate supportVabhav Sharma2020-06-271-0/+3
| * | | tty: serial: qcom_geni_serial: Clean up an ARRAY_SIZE() vs sizeof()Dan Carpenter2020-06-271-1/+1
| * | | serial: samsung: fix spelling mistakeTamseel Shams2020-06-271-1/+1
| * | | serial: samsung: Minor whitespace cleanupsKrzysztof Kozlowski2020-06-271-13/+9
| * | | tty/vt: check allocation size in con_set_unimap()Denis Efremov2020-06-241-1/+1
| * | | vt_ioctl: move perm checks level upJiri Slaby2020-06-241-9/+12
| * | | vt_ioctl: move vt_kdsetmode out of vt_k_ioctlJiri Slaby2020-06-241-35/+43
| * | | vt_ioctl: move vt_io_fontreset out of vt_io_ioctlJiri Slaby2020-06-241-18/+26
| * | | vt_ioctl: move vt_resizex out of vt_ioctlJiri Slaby2020-06-241-45/+55
| * | | vt_ioctl: move vt_reldisp out of vt_ioctlJiri Slaby2020-06-241-48/+40
| * | | vt_ioctl: move vt_setactivate out of vt_ioctlJiri Slaby2020-06-241-35/+39
| * | | vt_ioctl: move io ioctls to a separate functionJiri Slaby2020-06-241-79/+98
| * | | vt_ioctl: move K* ioctls to a separate functionJiri Slaby2020-06-241-137/+157
| * | | vt_ioctl: eliminate use of uival and ucvalJiri Slaby2020-06-241-13/+6
| * | | vt_ioctl: eliminate ret & breaks in vt_ioctlJiri Slaby2020-06-241-185/+133
| * | | vt: simplify noncolor attributes in build_attrJiri Slaby2020-06-241-4/+4
| * | | vt: remove superfluous parens in invert_screen and build_attrJiri Slaby2020-06-241-3/+7
| * | | vt: use newly defined CUR_* macrosJiri Slaby2020-06-241-9/+13
| * | | vt: redefine world of cursor macrosJiri Slaby2020-06-241-1/+1
| * | | vt: whitespace and paren cleanup in add_softcursorJiri Slaby2020-06-241-7/+11
| * | | vt: synchronize types and use min in csi_XJiri Slaby2020-06-241-3/+5
| * | | vt: make tc write more obvious in vc_con_write_normalJiri Slaby2020-06-241-5/+8
| * | | vt: simplify vc_attr handling in vc_con_write_normalJiri Slaby2020-06-241-8/+4
| * | | vc: simplify condition in vc_con_write_normalJiri Slaby2020-06-241-1/+1
| * | | vc: move normal char processing from do_con_writeJiri Slaby2020-06-241-89/+109
| * | | vc: extract detecting control characters from do_con_writeJiri Slaby2020-06-241-26/+45
| * | | vc: introduce struct vc_draw_regionJiri Slaby2020-06-241-19/+25
| * | | vc: move translation out of do_con_writeJiri Slaby2020-06-241-10/+16
| * | | vt: move rescan_last_byte label earlierJiri Slaby2020-06-241-8/+4
| * | | vt: extract attribute inversion to vc_invert_attrJiri Slaby2020-06-241-8/+16
| * | | vt: rearrange vc_translate_unicodeJiri Slaby2020-06-241-57/+64
| * | | vt: separate unicode handling into vc_translate_unicodeJiri Slaby2020-06-241-68/+81
| * | | vt: use modern types in do_con_writeJiri Slaby2020-06-241-9/+9
| * | | vt: move vc_translate to vt.c and rename itJiri Slaby2020-06-241-1/+13
| * | | vt: get rid of VT10.ID macrosJiri Slaby2020-06-241-7/+4
| * | | vt: use tty_insert_flip_string in respond_stringJiri Slaby2020-06-241-12/+15
| * | | vt: convert vc_tab_stop to bitmapJiri Slaby2020-06-241-26/+18
| * | | vt: switch G0/1_charset to an arrayJiri Slaby2020-06-241-11/+8
| * | | vt: deduplicate setGx codeJiri Slaby2020-06-241-20/+26
| * | | vc: switch state to boolJiri Slaby2020-06-241-16/+16