summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-262-3/+14
|\
| * vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize()George Kennedy2020-08-181-1/+11
| * vt: defer kfree() of vc_screenbuf in vc_do_resize()Tetsuo Handa2020-08-181-2/+3
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
|/
* Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-065-956/+1046
|\
| * tty: keyboard, do not speculate on func_table indexJiri Slaby2020-07-311-1/+2
| * Merge 5.8-rc7 into tty-nextGreg Kroah-Hartman2020-07-271-11/+18
| |\
| * | tty: vt: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-211-1/+1
| * | tty/vt: Do not warn when huge selection requestedAlexey Kardashevskiy2020-07-011-1/+1
| * | 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
| * | vt: introduce enum vc_intensity for intensityJiri Slaby2020-06-241-15/+17
| * | vc: separate stateJiri Slaby2020-06-241-170/+157
* | | Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-041-1/+1
|\ \ \ | |_|/ |/| |
| * | treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook2020-07-301-1/+1
| |/
* / vt: Reject zero-sized screen buffer size.Tetsuo Handa2020-07-211-11/+18
|/