aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-08Merge tag 'tty-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-22/+2
2020-11-08vt: Disable KD_FONT_OP_COPYDaniel Vetter1-22/+2
2020-11-02tty: make FONTX ioctl use the tty pointer they were actually passedLinus Torvalds1-17/+19
2020-10-28vt_ioctl: fix GIO_UNIMAP regressionJiri Slaby1-6/+5
2020-10-28vt: keyboard, extend func_buf_lock to readersJiri Slaby1-4/+13
2020-10-28vt: keyboard, simplify vt_kdgkbsentJiri Slaby1-19/+9
2020-09-27vt_ioctl: make VT_RESIZEX behave like VT_RESIZETetsuo Handa1-47/+10
2020-08-31Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman2-6/+17
2020-08-26Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-3/+14
2020-08-24Revert "vc_screen: extract vcs_read_buf_header"Jiri Slaby1-18/+13
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-08-18tty: vt, fix kernel-docJiri Slaby3-6/+6
2020-08-18vc_screen: prune macrosJiri Slaby1-4/+0
2020-08-18vc_screen: extract vcs_read_buf_headerJiri Slaby1-13/+18
2020-08-18vc_screen: extract vcs_read_bufJiri Slaby1-68/+78
2020-08-18vc_screen: extract vcs_read_buf_noattrJiri Slaby1-11/+22
2020-08-18vc_screen: extract vcs_read_buf_uniJiri Slaby1-19/+30
2020-08-18vs_screen: kill tmp_count from vcs_readJiri Slaby1-8/+2
2020-08-18vc_screen: sanitize types in vcs_readJiri Slaby1-8/+7
2020-08-18vc_screen: eliminate ifdefs from vcs_write_bufJiri Slaby1-12/+17
2020-08-18vc_screen: extract vcs_write_bufJiri Slaby1-76/+92
2020-08-18vc_screen: extract vcs_write_buf_noattrJiri Slaby1-21/+34
2020-08-18vc_screen: sanitize types in vcs_writeJiri Slaby1-10/+7
2020-08-18vc_screen: rewrite vcs_size to accept vc, not inodeJiri Slaby1-17/+29
2020-08-18vc_screen: document and cleanup vcs_vcJiri Slaby1-8/+12
2020-08-18vc: propagate "viewed as bool" from screenpos upJiri Slaby2-9/+11
2020-08-18vt: declare xy for get/putconsxy properlyJiri Slaby1-5/+5
2020-08-18vt: make vc_data pointers const in selection.hJiri Slaby2-8/+9
2020-08-18vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize()George Kennedy1-1/+11
2020-08-18vt: defer kfree() of vc_screenbuf in vc_do_resize()Tetsuo Handa1-2/+3
2020-08-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds5-956/+1046
2020-08-04Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2020-07-31tty: keyboard, do not speculate on func_table indexJiri Slaby1-1/+2
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-1/+1
2020-07-27Merge 5.8-rc7 into tty-nextGreg Kroah-Hartman1-11/+18
2020-07-21tty: vt: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-21vt: Reject zero-sized screen buffer size.Tetsuo Handa1-11/+18
2020-07-01tty/vt: Do not warn when huge selection requestedAlexey Kardashevskiy1-1/+1
2020-06-24tty/vt: check allocation size in con_set_unimap()Denis Efremov1-1/+1
2020-06-24vt_ioctl: move perm checks level upJiri Slaby1-9/+12
2020-06-24vt_ioctl: move vt_kdsetmode out of vt_k_ioctlJiri Slaby1-35/+43
2020-06-24vt_ioctl: move vt_io_fontreset out of vt_io_ioctlJiri Slaby1-18/+26
2020-06-24vt_ioctl: move vt_resizex out of vt_ioctlJiri Slaby1-45/+55
2020-06-24vt_ioctl: move vt_reldisp out of vt_ioctlJiri Slaby1-48/+40
2020-06-24vt_ioctl: move vt_setactivate out of vt_ioctlJiri Slaby1-35/+39
2020-06-24vt_ioctl: move io ioctls to a separate functionJiri Slaby1-79/+98
2020-06-24vt_ioctl: move K* ioctls to a separate functionJiri Slaby1-137/+157
2020-06-24vt_ioctl: eliminate use of uival and ucvalJiri Slaby1-13/+6
2020-06-24vt_ioctl: eliminate ret & breaks in vt_ioctlJiri Slaby1-185/+133
2020-06-24vt: simplify noncolor attributes in build_attrJiri Slaby1-4/+4