aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt
AgeCommit message (Expand)Author
2024-04-13vt: fix memory overlapping when deleting chars in the bufferYangxi Xiang
2024-04-13vt: fix unicode buffer corruption when deleting charactersNicolas Pitre
2024-03-26tty: vt: fix 20 vs 0x20 typo in EScsiignoreJiri Slaby (SUSE)
2023-05-30vc_screen: reload load of struct vc_data pointer in vcs_write() to avoid UAFGeorge Kennedy
2023-05-30vc_screen: rewrite vcs_size to accept vc, not inodeJiri Slaby
2023-04-20treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook
2023-04-20Revert "treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()"Tom Saeger
2023-03-11vc_screen: modify vcs_size() handling in vcs_read()George Kennedy
2023-03-11treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook
2023-03-03vc_screen: don't clobber return value in vcs_readThomas Weißschuh
2023-02-22vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAFGeorge Kennedy
2022-09-15vt: Clear selection before changing the fontHelge Deller
2022-08-25tty: vt: initialize unicode screen bufferTetsuo Handa
2022-07-29tty: drivers/tty/, stop using tty_schedule_flip()Jiri Slaby
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-11tty: fix memory leak in vc_deallocatePavel Skripkin
2021-03-07vt/consolemap: do font sum unsignedJiri Slaby
2020-11-10vt: Disable KD_FONT_OP_COPYDaniel Vetter
2020-11-05tty: make FONTX ioctl use the tty pointer they were actually passedLinus Torvalds
2020-11-05vt: keyboard, extend func_buf_lock to readersJiri Slaby
2020-11-05vt: keyboard, simplify vt_kdgkbsentJiri Slaby
2020-09-03vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize()George Kennedy
2020-09-03vt: defer kfree() of vc_screenbuf in vc_do_resize()Tetsuo Handa
2020-07-29vt: Reject zero-sized screen buffer size.Tetsuo Handa
2020-06-10vt: keyboard: avoid signed integer overflow in k_asciiDmitry Torokhov
2020-05-14vt: fix unicode console freeing with a common interfaceNicolas Pitre
2020-04-29vt: don't use kmalloc() for the unicode screen bufferNicolas Pitre
2020-04-29vt: don't hardcode the mem allocation upper boundNicolas Pitre
2020-04-02vt: vt_ioctl: fix use-after-free in vt_in_use()Eric Biggers
2020-04-02vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual consoleEric Biggers
2020-04-02vt: vt_ioctl: remove unnecessary console allocation checksEric Biggers
2020-04-02vt: switch vt_dont_switch to boolJiri Slaby
2020-04-02vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlinesJiri Slaby
2020-04-02vt: selection, introduce vc_is_selJiri Slaby
2020-03-12vt: selection, push sel_lock upJiri Slaby
2020-03-12vt: selection, push console lock downJiri Slaby
2020-03-12vt: selection, close sel_buffer raceJiri Slaby
2020-02-28vt: vt_ioctl: fix race in VT_RESIZEXEric Dumazet
2020-02-28vt: selection, handle pending signals in paste_selectionJiri Slaby
2020-02-28vt: fix scrollback flushing on background consolesNicolas Pitre
2019-12-13vcs: prevent write access to vcsu devicesNicolas Pitre
2019-12-13tty: vt: keyboard: reject invalid keycodesDmitry Torokhov
2019-07-25vt: Grab console_lock around con_is_bound in show_bindDaniel Vetter