summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt
AgeCommit message (Expand)AuthorLines
2022-02-04vt_ioctl: fix array_index_nospec in vt_setactivateJakob Koschel-1/+1
2021-12-21tty: Fix the keyboard led light display problemlianzhi chang-0/+12
2021-11-25tty: drivers/tty/, stop using tty_schedule_flip()Jiri Slaby-4/+4
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-36/+53
2021-08-30vt_kdsetmode: extend console lockingLinus Torvalds-4/+6
2021-08-30console: consume APC, DM, DCSnick black-4/+27
2021-07-27vt: keyboard.c: make console an unsigned intGreg Kroah-Hartman-15/+15
2021-07-27vt: keyboard: treat kbd_table as an array all the time.Greg Kroah-Hartman-16/+16
2021-07-27tty: stop using alloc_tty_driverJiri Slaby-3/+3
2021-07-21tty: Fix out-of-bound vmalloc access in imageblitIgor Matheus Andrade Torrente-2/+19
2021-05-31Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman-11/+48
2021-05-20tty: vt: selection: Correct misspelled function sel_loadlut()Lee Jones-1/+1
2021-05-15tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa-1/+1
2021-05-13vt: Move custom isspace() to its own namespaceAndy Shevchenko-9/+9
2021-05-13Merge branch 'resizex' (patches from Maciej)Linus Torvalds-10/+47
2021-05-13vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki-3/+3
2021-05-13vt_ioctl: Revert VT_RESIZEX parameter handling removalMaciej W. Rozycki-10/+47
2021-05-13tty: remove tty_operations::chars_in_buffer for non-bufferingJiri Slaby-6/+0
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby-1/+1
2021-05-13tty: cumulate and document tty_struct::ctrl* membersJiri Slaby-2/+2
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby-3/+3
2021-05-13tty: remove broken r3964 line disciplineJiri Slaby-2/+0
2021-05-02.gitignore: prefix local generated files with a slashMasahiro Yamada-3/+3
2021-03-28tty: fix memory leak in vc_deallocatePavel Skripkin-0/+1
2021-03-23tty: vt: Mundane typo fix in the file vt.cBhaskar Chowdhury-1/+1
2021-03-23vt: keyboard, Fix typo in the doc for vt_get_shift_state()Andy Shevchenko-1/+1
2021-02-09vt_ioctl: Remove in_interrupt() checkAhmed S. Darwish-2/+1
2021-01-27vt: keyboard, use new API for keyboard_taskletEmil Renner Berthing-3/+3
2021-01-07vt: drop old FONT ioctlsJiri Slaby-187/+3
2021-01-07vt/consolemap: do font sum unsignedJiri Slaby-1/+1
2021-01-07vt: keyboard, defkeymap.c_shipped, approach the unicode tableJiri Slaby-34/+34
2021-01-07vt: keyboard, defkeymap.c_shipped, approach the definitionsJiri Slaby-7/+7
2021-01-07vt: keyboard, make keyboard_tasklet localJiri Slaby-2/+3
2021-01-07vt: move set_leds to keyboard.cJiri Slaby-3/+11
2020-12-09tty: Fix whitespace inconsistencies in vt_io_ioctlYan.Gao-2/+2
2020-11-12vt: keyboard, make use of assign_bit() APIAndy Shevchenko-4/+1
2020-11-12vt: keyboard, replace numbers with \r, \n where appropriateAndy Shevchenko-3/+3
2020-11-12vt: keyboard, use BIT() macro instead of open coded variantsAndy Shevchenko-13/+13
2020-11-09Merge 5.10-rc3 into tty-nextGreg Kroah-Hartman-39/+21
2020-11-08Merge tag 'tty-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-22/+2
2020-11-08vt: Disable KD_FONT_OP_COPYDaniel Vetter-22/+2
2020-11-06tty: vt: consolemap: Demote weakly documented function headerLee Jones-2/+1
2020-11-04vt: keyboard, use tty_insert_flip_string in puts_queueJiri Slaby-5/+2
2020-11-04vt: keyboard, use find_next_bit in kbd_matchJiri Slaby-8/+6
2020-11-04vt: keyboard, make HW_RAW a functionJiri Slaby-6/+16
2020-11-04vt: keyboard, union perm checks in vt_do_kdgkb_ioctlJiri Slaby-4/+1
2020-11-04vt: keyboard, extract and simplify vt_kdskbsentJiri Slaby-79/+23
2020-11-04vt: keyboard, reorder user buffer handling in vt_do_kdgkb_ioctlJiri Slaby-22/+20
2020-11-04vt: keyboard, rename i to kb_func in vt_do_kdgkb_ioctlJiri Slaby-8/+9
2020-11-04vt: keyboard, use bool for repJiri Slaby-1/+1