aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt (follow)
AgeCommit message (Expand)AuthorFilesLines
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-02.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
2021-01-07vt: keyboard, make keyboard_tasklet localJiri Slaby1-2/+3
2021-01-07vt: move set_leds to keyboard.cJiri Slaby2-3/+11
2020-12-09tty: Fix whitespace inconsistencies in vt_io_ioctlYan.Gao1-2/+2
2020-11-12vt: keyboard, make use of assign_bit() APIAndy Shevchenko1-4/+1
2020-11-12vt: keyboard, replace numbers with \r, \n where appropriateAndy Shevchenko1-3/+3
2020-11-12vt: keyboard, use BIT() macro instead of open coded variantsAndy Shevchenko1-13/+13
2020-11-09Merge 5.10-rc3 into tty-nextGreg Kroah-Hartman2-39/+21
2020-11-08Merge tag 'tty-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-22/+2
2020-11-08vt: Disable KD_FONT_OP_COPYDaniel Vetter1-22/+2
2020-11-06tty: vt: consolemap: Demote weakly documented function headerLee Jones1-2/+1
2020-11-04vt: keyboard, use tty_insert_flip_string in puts_queueJiri Slaby1-5/+2
2020-11-04vt: keyboard, use find_next_bit in kbd_matchJiri Slaby1-8/+6
2020-11-04vt: keyboard, make HW_RAW a functionJiri Slaby1-6/+16
2020-11-04vt: keyboard, union perm checks in vt_do_kdgkb_ioctlJiri Slaby1-4/+1
2020-11-04vt: keyboard, extract and simplify vt_kdskbsentJiri Slaby1-79/+23
2020-11-04vt: keyboard, reorder user buffer handling in vt_do_kdgkb_ioctlJiri Slaby1-22/+20
2020-11-04vt: keyboard, rename i to kb_func in vt_do_kdgkb_ioctlJiri Slaby1-8/+9
2020-11-04vt: keyboard, use bool for repJiri Slaby1-1/+1
2020-11-04vt: keyboard, use DECLARE_BITMAP for key_downJiri Slaby1-1/+1
2020-11-04vt: keyboard, union perm checks in vt_do_kdsk_ioctlJiri Slaby1-4/+1
2020-11-04vt: keyboard, extract vt_kdgkbent and vt_kdskbentJiri Slaby1-87/+102
2020-11-04vt: keyboard, clean up max_valsJiri Slaby1-4/+16
2020-11-04vt: keyboard, sort includesJiri Slaby1-16/+15
2020-11-04vt: keyboard, include linux/spinlock.hJiri Slaby1-0/+1
2020-11-04vt: keyboard, remove ctrl_alt_del declarationJiri Slaby1-2/+0
2020-11-02tty: make FONTX ioctl use the tty pointer they were actually passedLinus Torvalds1-17/+19
2020-10-28vt_ioctl: fix GIO_UNIMAP regressionJiri Slaby1-6/+5
2020-10-28vt: keyboard, extend func_buf_lock to readersJiri Slaby1-4/+13
2020-10-28vt: keyboard, simplify vt_kdgkbsentJiri Slaby1-19/+9
2020-09-27vt_ioctl: make VT_RESIZEX behave like VT_RESIZETetsuo Handa1-47/+10
2020-08-31Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman2-6/+17
2020-08-26Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-3/+14
2020-08-24Revert "vc_screen: extract vcs_read_buf_header"Jiri Slaby1-18/+13
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-08-18tty: vt, fix kernel-docJiri Slaby3-6/+6
2020-08-18vc_screen: prune macrosJiri Slaby1-4/+0
2020-08-18vc_screen: extract vcs_read_buf_headerJiri Slaby1-13/+18