summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-11-081-22/+2
|\
| * vt: Disable KD_FONT_OP_COPYDaniel Vetter2020-11-081-22/+2
* | tty: make FONTX ioctl use the tty pointer they were actually passedLinus Torvalds2020-11-021-17/+19
|/
* vt_ioctl: fix GIO_UNIMAP regressionJiri Slaby2020-10-281-6/+5
* vt: keyboard, extend func_buf_lock to readersJiri Slaby2020-10-281-4/+13
* vt: keyboard, simplify vt_kdgkbsentJiri Slaby2020-10-281-19/+9
* vt_ioctl: make VT_RESIZEX behave like VT_RESIZETetsuo Handa2020-09-271-47/+10
* Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman2020-08-312-6/+17
|\
| * 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
| |/
* | Revert "vc_screen: extract vcs_read_buf_header"Jiri Slaby2020-08-241-18/+13
* | tty: vt, fix kernel-docJiri Slaby2020-08-183-6/+6
* | vc_screen: prune macrosJiri Slaby2020-08-181-4/+0
* | vc_screen: extract vcs_read_buf_headerJiri Slaby2020-08-181-13/+18
* | vc_screen: extract vcs_read_bufJiri Slaby2020-08-181-68/+78
* | vc_screen: extract vcs_read_buf_noattrJiri Slaby2020-08-181-11/+22
* | vc_screen: extract vcs_read_buf_uniJiri Slaby2020-08-181-19/+30
* | vs_screen: kill tmp_count from vcs_readJiri Slaby2020-08-181-8/+2
* | vc_screen: sanitize types in vcs_readJiri Slaby2020-08-181-8/+7
* | vc_screen: eliminate ifdefs from vcs_write_bufJiri Slaby2020-08-181-12/+17
* | vc_screen: extract vcs_write_bufJiri Slaby2020-08-181-76/+92
* | vc_screen: extract vcs_write_buf_noattrJiri Slaby2020-08-181-21/+34
* | vc_screen: sanitize types in vcs_writeJiri Slaby2020-08-181-10/+7
* | vc_screen: rewrite vcs_size to accept vc, not inodeJiri Slaby2020-08-181-17/+29
* | vc_screen: document and cleanup vcs_vcJiri Slaby2020-08-181-8/+12
* | vc: propagate "viewed as bool" from screenpos upJiri Slaby2020-08-182-9/+11
* | vt: declare xy for get/putconsxy properlyJiri Slaby2020-08-181-5/+5
* | vt: make vc_data pointers const in selection.hJiri Slaby2020-08-182-8/+9
|/
* 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