summaryrefslogtreecommitdiff
path: root/drivers/tty/vt
AgeCommit message (Expand)Author
2023-05-30vc_screen: reload load of struct vc_data pointer in vcs_write() to avoid UAFGeorge Kennedy
2023-03-11vc_screen: modify vcs_size() handling in vcs_read()George Kennedy
2023-03-03vc_screen: don't clobber return value in vcs_readThomas Weißschuh
2023-02-15vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAFGeorge Kennedy
2022-09-08vt: Clear selection before changing the fontHelge Deller
2022-08-21tty: vt: initialize unicode screen bufferTetsuo Handa
2022-07-29tty: drivers/tty/, stop using tty_schedule_flip()Jiri Slaby
2022-07-21vt: fix memory overlapping when deleting chars in the bufferYangxi Xiang
2022-06-29vt: drop old FONT ioctlsJiri Slaby
2022-02-16vt_ioctl: add array_index_nospec to VT_ACTIVATEJakob Koschel
2022-02-16vt_ioctl: fix array_index_nospec in vt_setactivateJakob Koschel
2021-10-06tty: Fix out-of-bound vmalloc access in imageblitIgor Matheus Andrade Torrente
2021-09-26console: consume APC, DM, DCSnick black
2021-09-03vt_kdsetmode: extend console lockingLinus Torvalds
2021-05-26tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa
2021-05-26vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki
2021-05-26vt_ioctl: Revert VT_RESIZEX parameter handling removalMaciej W. Rozycki
2021-05-11tty: fix memory leak in vc_deallocatePavel Skripkin
2021-03-07vt/consolemap: do font sum unsignedJiri Slaby
2020-11-08Merge tag 'tty-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-11-08vt: Disable KD_FONT_OP_COPYDaniel Vetter
2020-11-02tty: make FONTX ioctl use the tty pointer they were actually passedLinus Torvalds
2020-10-28vt_ioctl: fix GIO_UNIMAP regressionJiri Slaby
2020-10-28vt: keyboard, extend func_buf_lock to readersJiri Slaby
2020-10-28vt: keyboard, simplify vt_kdgkbsentJiri Slaby
2020-09-27vt_ioctl: make VT_RESIZEX behave like VT_RESIZETetsuo Handa
2020-08-31Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman
2020-08-26Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-08-24Revert "vc_screen: extract vcs_read_buf_header"Jiri Slaby
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-18tty: vt, fix kernel-docJiri Slaby
2020-08-18vc_screen: prune macrosJiri Slaby
2020-08-18vc_screen: extract vcs_read_buf_headerJiri Slaby
2020-08-18vc_screen: extract vcs_read_bufJiri Slaby
2020-08-18vc_screen: extract vcs_read_buf_noattrJiri Slaby
2020-08-18vc_screen: extract vcs_read_buf_uniJiri Slaby
2020-08-18vs_screen: kill tmp_count from vcs_readJiri Slaby
2020-08-18vc_screen: sanitize types in vcs_readJiri Slaby
2020-08-18vc_screen: eliminate ifdefs from vcs_write_bufJiri Slaby
2020-08-18vc_screen: extract vcs_write_bufJiri Slaby
2020-08-18vc_screen: extract vcs_write_buf_noattrJiri Slaby
2020-08-18vc_screen: sanitize types in vcs_writeJiri Slaby
2020-08-18vc_screen: rewrite vcs_size to accept vc, not inodeJiri Slaby
2020-08-18vc_screen: document and cleanup vcs_vcJiri Slaby
2020-08-18vc: propagate "viewed as bool" from screenpos upJiri Slaby
2020-08-18vt: declare xy for get/putconsxy properlyJiri Slaby
2020-08-18vt: make vc_data pointers const in selection.hJiri Slaby
2020-08-18vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize()George Kennedy
2020-08-18vt: defer kfree() of vc_screenbuf in vc_do_resize()Tetsuo Handa
2020-08-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds