summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt
AgeCommit message (Expand)AuthorLines
2020-11-04vt: keyboard, use DECLARE_BITMAP for key_downJiri Slaby-1/+1
2020-11-04vt: keyboard, union perm checks in vt_do_kdsk_ioctlJiri Slaby-4/+1
2020-11-04vt: keyboard, extract vt_kdgkbent and vt_kdskbentJiri Slaby-87/+102
2020-11-04vt: keyboard, clean up max_valsJiri Slaby-4/+16
2020-11-04vt: keyboard, sort includesJiri Slaby-16/+15
2020-11-04vt: keyboard, include linux/spinlock.hJiri Slaby-0/+1
2020-11-04vt: keyboard, remove ctrl_alt_del declarationJiri Slaby-2/+0
2020-11-02tty: make FONTX ioctl use the tty pointer they were actually passedLinus Torvalds-17/+19
2020-10-28vt_ioctl: fix GIO_UNIMAP regressionJiri Slaby-6/+5
2020-10-28vt: keyboard, extend func_buf_lock to readersJiri Slaby-4/+13
2020-10-28vt: keyboard, simplify vt_kdgkbsentJiri Slaby-19/+9
2020-09-27vt_ioctl: make VT_RESIZEX behave like VT_RESIZETetsuo Handa-47/+10
2020-08-31Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman-6/+17
2020-08-26Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-3/+14
2020-08-24Revert "vc_screen: extract vcs_read_buf_header"Jiri Slaby-18/+13
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-3/+3
2020-08-18tty: vt, fix kernel-docJiri Slaby-6/+6
2020-08-18vc_screen: prune macrosJiri Slaby-4/+0
2020-08-18vc_screen: extract vcs_read_buf_headerJiri Slaby-13/+18
2020-08-18vc_screen: extract vcs_read_bufJiri Slaby-68/+78
2020-08-18vc_screen: extract vcs_read_buf_noattrJiri Slaby-11/+22
2020-08-18vc_screen: extract vcs_read_buf_uniJiri Slaby-19/+30
2020-08-18vs_screen: kill tmp_count from vcs_readJiri Slaby-8/+2
2020-08-18vc_screen: sanitize types in vcs_readJiri Slaby-8/+7
2020-08-18vc_screen: eliminate ifdefs from vcs_write_bufJiri Slaby-12/+17
2020-08-18vc_screen: extract vcs_write_bufJiri Slaby-76/+92
2020-08-18vc_screen: extract vcs_write_buf_noattrJiri Slaby-21/+34
2020-08-18vc_screen: sanitize types in vcs_writeJiri Slaby-10/+7
2020-08-18vc_screen: rewrite vcs_size to accept vc, not inodeJiri Slaby-17/+29
2020-08-18vc_screen: document and cleanup vcs_vcJiri Slaby-8/+12
2020-08-18vc: propagate "viewed as bool" from screenpos upJiri Slaby-9/+11
2020-08-18vt: declare xy for get/putconsxy properlyJiri Slaby-5/+5
2020-08-18vt: make vc_data pointers const in selection.hJiri Slaby-8/+9
2020-08-18vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize()George Kennedy-1/+11
2020-08-18vt: defer kfree() of vc_screenbuf in vc_do_resize()Tetsuo Handa-2/+3
2020-08-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-956/+1046
2020-08-04Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2020-07-31tty: keyboard, do not speculate on func_table indexJiri Slaby-1/+2
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook-1/+1
2020-07-27Merge 5.8-rc7 into tty-nextGreg Kroah-Hartman-11/+18
2020-07-21tty: vt: Replace HTTP links with HTTPS onesAlexander A. Klimov-1/+1
2020-07-21vt: Reject zero-sized screen buffer size.Tetsuo Handa-11/+18
2020-07-01tty/vt: Do not warn when huge selection requestedAlexey Kardashevskiy-1/+1
2020-06-24tty/vt: check allocation size in con_set_unimap()Denis Efremov-1/+1
2020-06-24vt_ioctl: move perm checks level upJiri Slaby-9/+12
2020-06-24vt_ioctl: move vt_kdsetmode out of vt_k_ioctlJiri Slaby-35/+43
2020-06-24vt_ioctl: move vt_io_fontreset out of vt_io_ioctlJiri Slaby-18/+26
2020-06-24vt_ioctl: move vt_resizex out of vt_ioctlJiri Slaby-45/+55
2020-06-24vt_ioctl: move vt_reldisp out of vt_ioctlJiri Slaby-48/+40
2020-06-24vt_ioctl: move vt_setactivate out of vt_ioctlJiri Slaby-35/+39