summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-012-36/+53
|\
| * vt: keyboard.c: make console an unsigned intGreg Kroah-Hartman2021-07-271-15/+15
| * vt: keyboard: treat kbd_table as an array all the time.Greg Kroah-Hartman2021-07-271-16/+16
| * tty: stop using alloc_tty_driverJiri Slaby2021-07-271-3/+3
| * tty: Fix out-of-bound vmalloc access in imageblitIgor Matheus Andrade Torrente2021-07-211-2/+19
* | vt_kdsetmode: extend console lockingLinus Torvalds2021-08-301-4/+6
* | console: consume APC, DM, DCSnick black2021-08-301-4/+27
|/
* Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman2021-05-312-11/+48
|\
| * tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa2021-05-151-1/+1
| * Merge branch 'resizex' (patches from Maciej)Linus Torvalds2021-05-131-10/+47
| |\
| | * vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki2021-05-131-3/+3
| | * vt_ioctl: Revert VT_RESIZEX parameter handling removalMaciej W. Rozycki2021-05-131-10/+47
* | | tty: vt: selection: Correct misspelled function sel_loadlut()Lee Jones2021-05-201-1/+1
* | | vt: Move custom isspace() to its own namespaceAndy Shevchenko2021-05-131-9/+9
* | | tty: remove tty_operations::chars_in_buffer for non-bufferingJiri Slaby2021-05-131-6/+0
* | | tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
* | | tty: cumulate and document tty_struct::ctrl* membersJiri Slaby2021-05-131-2/+2
* | | tty: cumulate and document tty_struct::flow* membersJiri Slaby2021-05-132-3/+3
* | | tty: remove broken r3964 line disciplineJiri Slaby2021-05-131-2/+0
|/ /
* | .gitignore: prefix local generated files with a slashMasahiro Yamada2021-05-021-3/+3
* | tty: fix memory leak in vc_deallocatePavel Skripkin2021-03-281-0/+1
* | tty: vt: Mundane typo fix in the file vt.cBhaskar Chowdhury2021-03-231-1/+1
* | vt: keyboard, Fix typo in the doc for vt_get_shift_state()Andy Shevchenko2021-03-231-1/+1
|/
* vt_ioctl: Remove in_interrupt() checkAhmed S. Darwish2021-02-091-2/+1
* vt: keyboard, use new API for keyboard_taskletEmil Renner Berthing2021-01-271-3/+3
* vt: drop old FONT ioctlsJiri Slaby2021-01-072-187/+3
* vt/consolemap: do font sum unsignedJiri Slaby2021-01-071-1/+1
* vt: keyboard, defkeymap.c_shipped, approach the unicode tableJiri Slaby2021-01-071-34/+34
* vt: keyboard, defkeymap.c_shipped, approach the definitionsJiri Slaby2021-01-071-7/+7
* vt: keyboard, make keyboard_tasklet localJiri Slaby2021-01-071-2/+3
* vt: move set_leds to keyboard.cJiri Slaby2021-01-072-3/+11
* tty: Fix whitespace inconsistencies in vt_io_ioctlYan.Gao2020-12-091-2/+2
* vt: keyboard, make use of assign_bit() APIAndy Shevchenko2020-11-121-4/+1
* vt: keyboard, replace numbers with \r, \n where appropriateAndy Shevchenko2020-11-121-3/+3
* vt: keyboard, use BIT() macro instead of open coded variantsAndy Shevchenko2020-11-121-13/+13
* Merge 5.10-rc3 into tty-nextGreg Kroah-Hartman2020-11-092-39/+21
|\
| * Merge tag 'tty-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-11-081-22/+2
| |\
| | * vt: Disable KD_FONT_OP_COPYDaniel Vetter2020-11-081-22/+2
| * | tty: make FONTX ioctl use the tty pointer they were actually passedLinus Torvalds2020-11-021-17/+19
| |/
* | tty: vt: consolemap: Demote weakly documented function headerLee Jones2020-11-061-2/+1
* | vt: keyboard, use tty_insert_flip_string in puts_queueJiri Slaby2020-11-041-5/+2
* | vt: keyboard, use find_next_bit in kbd_matchJiri Slaby2020-11-041-8/+6
* | vt: keyboard, make HW_RAW a functionJiri Slaby2020-11-041-6/+16
* | vt: keyboard, union perm checks in vt_do_kdgkb_ioctlJiri Slaby2020-11-041-4/+1
* | vt: keyboard, extract and simplify vt_kdskbsentJiri Slaby2020-11-041-79/+23
* | vt: keyboard, reorder user buffer handling in vt_do_kdgkb_ioctlJiri Slaby2020-11-041-22/+20
* | vt: keyboard, rename i to kb_func in vt_do_kdgkb_ioctlJiri Slaby2020-11-041-8/+9
* | vt: keyboard, use bool for repJiri Slaby2020-11-041-1/+1
* | vt: keyboard, use DECLARE_BITMAP for key_downJiri Slaby2020-11-041-1/+1
* | vt: keyboard, union perm checks in vt_do_kdsk_ioctlJiri Slaby2020-11-041-4/+1