summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt
Commit message (Expand)AuthorAgeFilesLines
* 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
* | .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
* | vt: keyboard, extract vt_kdgkbent and vt_kdskbentJiri Slaby2020-11-041-87/+102
* | vt: keyboard, clean up max_valsJiri Slaby2020-11-041-4/+16
* | vt: keyboard, sort includesJiri Slaby2020-11-041-16/+15
* | vt: keyboard, include linux/spinlock.hJiri Slaby2020-11-041-0/+1
* | vt: keyboard, remove ctrl_alt_del declarationJiri Slaby2020-11-041-2/+0
|/
* vt_ioctl: fix GIO_UNIMAP regressionJiri Slaby2020-10-281-6/+5
* vt: keyboard, extend func_buf_lock to readersJiri Slaby2020-10-281-4/+13
* vt: keyboard, simplify vt_kdgkbsentJiri Slaby2020-10-281-19/+9
* vt_ioctl: make VT_RESIZEX behave like VT_RESIZETetsuo Handa2020-09-271-47/+10
* Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman2020-08-312-6/+17
|\
| * Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-262-3/+14
| |\
| | * vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize()George Kennedy2020-08-181-1/+11
| | * vt: defer kfree() of vc_screenbuf in vc_do_resize()Tetsuo Handa2020-08-181-2/+3
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
| |/
* | Revert "vc_screen: extract vcs_read_buf_header"Jiri Slaby2020-08-241-18/+13