summaryrefslogtreecommitdiff
path: root/drivers/tty/vt
AgeCommit message (Expand)AuthorFilesLines
2022-09-08vt: Clear selection before changing the fontHelge Deller1-4/+8
2022-08-21tty: vt: initialize unicode screen bufferTetsuo Handa1-1/+1
2022-07-29tty: drivers/tty/, stop using tty_schedule_flip()Jiri Slaby2-4/+4
2022-07-21vt: fix memory overlapping when deleting chars in the bufferYangxi Xiang1-1/+1
2022-06-29vt: drop old FONT ioctlsJiri Slaby2-187/+3
2022-02-16vt_ioctl: add array_index_nospec to VT_ACTIVATEJakob Koschel1-0/+1
2022-02-16vt_ioctl: fix array_index_nospec in vt_setactivateJakob Koschel1-1/+1
2021-10-06tty: Fix out-of-bound vmalloc access in imageblitIgor Matheus Andrade Torrente1-2/+19
2021-09-26console: consume APC, DM, DCSnick black1-4/+27
2021-09-03vt_kdsetmode: extend console lockingLinus Torvalds1-4/+6
2021-05-26tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa1-1/+1
2021-05-26vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki1-3/+3
2021-05-26vt_ioctl: Revert VT_RESIZEX parameter handling removalMaciej W. Rozycki1-10/+47
2021-05-11tty: fix memory leak in vc_deallocatePavel Skripkin1-0/+1
2021-03-07vt/consolemap: do font sum unsignedJiri Slaby1-1/+1
2020-11-08Merge tag 'tty-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-22/+2
2020-11-08vt: Disable KD_FONT_OP_COPYDaniel Vetter1-22/+2
2020-11-03tty: 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/greg...Linus Torvalds2-3/+14
2020-08-24Revert "vc_screen: extract vcs_read_buf_header"Jiri Slaby1-18/+13
2020-08-24treewide: 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-07Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-956/+1046
2020-08-04Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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