summaryrefslogtreecommitdiff
path: root/drivers/tty/vt
AgeCommit message (Expand)AuthorFilesLines
2025-08-28vt: defkeymap: Map keycodes above 127 to K_HOLEMyrrh Periwinkle1-0/+112
2025-08-28vt: keyboard: Don't process Unicode characters in K_OFF modeMyrrh Periwinkle1-1/+1
2025-07-17vt: add missing notification when switching back to text modeNicolas Pitre1-0/+1
2025-07-10tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)1-1/+1
2025-07-10tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)1-1/+1
2025-07-10tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)1-4/+4
2025-07-10tty/vt: consolemap: rename and document struct uni_pagedirJiri Slaby1-19/+28
2025-06-27vt: remove VT_RESIZE and VT_RESIZEX from vt_compat_ioctl()Nicolas Pitre1-2/+0
2024-11-08vt: prevent kernel-infoleak in con_font_get()Jeongjun Park1-1/+1
2024-04-10vt: fix unicode buffer corruption when deleting charactersNicolas Pitre1-1/+1
2024-03-27tty: vt: fix 20 vs 0x20 typo in EScsiignoreJiri Slaby (SUSE)1-1/+1
2023-05-24vc_screen: reload load of struct vc_data pointer in vcs_write() to avoid UAFGeorge Kennedy1-2/+9
2023-03-11vc_screen: modify vcs_size() handling in vcs_read()George Kennedy1-3/+1
2023-03-03vc_screen: don't clobber return value in vcs_readThomas Weißschuh1-3/+4
2023-02-09vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAFGeorge Kennedy1-4/+5
2022-09-08vt: Clear selection before changing the fontHelge Deller1-4/+8
2022-08-17tty: 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-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-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-36/+53
2021-08-30vt_kdsetmode: extend console lockingLinus Torvalds1-4/+6
2021-08-30console: consume APC, DM, DCSnick black1-4/+27
2021-07-27vt: keyboard.c: make console an unsigned intGreg Kroah-Hartman1-15/+15
2021-07-27vt: keyboard: treat kbd_table as an array all the time.Greg Kroah-Hartman1-16/+16
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-3/+3
2021-07-21tty: Fix out-of-bound vmalloc access in imageblitIgor Matheus Andrade Torrente1-2/+19
2021-05-31Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman2-11/+48
2021-05-20tty: vt: selection: Correct misspelled function sel_loadlut()Lee Jones1-1/+1
2021-05-15tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa1-1/+1
2021-05-13vt: Move custom isspace() to its own namespaceAndy Shevchenko1-9/+9
2021-05-13Merge branch 'resizex' (patches from Maciej)Linus Torvalds1-10/+47
2021-05-13vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki1-3/+3
2021-05-13vt_ioctl: Revert VT_RESIZEX parameter handling removalMaciej W. Rozycki1-10/+47
2021-05-13tty: remove tty_operations::chars_in_buffer for non-bufferingJiri Slaby1-6/+0
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-1/+1
2021-05-13tty: cumulate and document tty_struct::ctrl* membersJiri Slaby1-2/+2
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby2-3/+3
2021-05-13tty: remove broken r3964 line disciplineJiri Slaby1-2/+0
2021-05-01.gitignore: prefix local generated files with a slashMasahiro Yamada1-3/+3
2021-03-28tty: fix memory leak in vc_deallocatePavel Skripkin1-0/+1
2021-03-23tty: vt: Mundane typo fix in the file vt.cBhaskar Chowdhury1-1/+1
2021-03-23vt: keyboard, Fix typo in the doc for vt_get_shift_state()Andy Shevchenko1-1/+1
2021-02-09vt_ioctl: Remove in_interrupt() checkAhmed S. Darwish1-2/+1
2021-01-27vt: keyboard, use new API for keyboard_taskletEmil Renner Berthing1-3/+3
2021-01-07vt: drop old FONT ioctlsJiri Slaby2-187/+3
2021-01-07vt/consolemap: do font sum unsignedJiri Slaby1-1/+1
2021-01-07vt: keyboard, defkeymap.c_shipped, approach the unicode tableJiri Slaby1-34/+34
2021-01-07vt: keyboard, defkeymap.c_shipped, approach the definitionsJiri Slaby1-7/+7