summaryrefslogtreecommitdiff
path: root/drivers/tty/vt/keyboard.c
AgeCommit message (Expand)Author
2023-11-25drivers/tty/vt: use standard array-copy-functionsPhilipp Stanner
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-10-03vt: Replace strlcpy with strscpyAzeem Shaikh
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel
2023-08-18mm: remove arguments of show_mem()Kefeng Wang
2021-12-21tty: Fix the keyboard led light display problemlianzhi chang
2021-11-25tty: drivers/tty/, stop using tty_schedule_flip()Jiri Slaby
2021-07-27vt: keyboard.c: make console an unsigned intGreg Kroah-Hartman
2021-07-27vt: keyboard: treat kbd_table as an array all the time.Greg Kroah-Hartman
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby
2021-03-23vt: keyboard, Fix typo in the doc for vt_get_shift_state()Andy Shevchenko
2021-01-27vt: keyboard, use new API for keyboard_taskletEmil Renner Berthing
2021-01-07vt: keyboard, make keyboard_tasklet localJiri Slaby
2021-01-07vt: move set_leds to keyboard.cJiri Slaby
2020-11-12vt: keyboard, make use of assign_bit() APIAndy Shevchenko
2020-11-12vt: keyboard, replace numbers with \r, \n where appropriateAndy Shevchenko
2020-11-12vt: keyboard, use BIT() macro instead of open coded variantsAndy Shevchenko
2020-11-04vt: keyboard, use tty_insert_flip_string in puts_queueJiri Slaby
2020-11-04vt: keyboard, use find_next_bit in kbd_matchJiri Slaby
2020-11-04vt: keyboard, make HW_RAW a functionJiri Slaby
2020-11-04vt: keyboard, union perm checks in vt_do_kdgkb_ioctlJiri Slaby
2020-11-04vt: keyboard, extract and simplify vt_kdskbsentJiri Slaby
2020-11-04vt: keyboard, reorder user buffer handling in vt_do_kdgkb_ioctlJiri Slaby
2020-11-04vt: keyboard, rename i to kb_func in vt_do_kdgkb_ioctlJiri Slaby
2020-11-04vt: keyboard, use bool for repJiri Slaby
2020-11-04vt: keyboard, use DECLARE_BITMAP for key_downJiri Slaby
2020-11-04vt: keyboard, union perm checks in vt_do_kdsk_ioctlJiri Slaby
2020-11-04vt: keyboard, extract vt_kdgkbent and vt_kdskbentJiri Slaby
2020-11-04vt: keyboard, clean up max_valsJiri Slaby
2020-11-04vt: keyboard, sort includesJiri Slaby
2020-11-04vt: keyboard, include linux/spinlock.hJiri Slaby
2020-11-04vt: keyboard, remove ctrl_alt_del declarationJiri Slaby
2020-10-28vt: keyboard, extend func_buf_lock to readersJiri Slaby
2020-10-28vt: keyboard, simplify vt_kdgkbsentJiri Slaby
2020-08-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-07-31tty: keyboard, do not speculate on func_table indexJiri Slaby
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook
2020-05-27vt: keyboard: avoid signed integer overflow in k_asciiDmitry Torokhov
2019-11-23tty: vt: keyboard: reject invalid keycodesDmitry Torokhov
2019-04-16tty: vt: keyboard: Allow Unicode compose base charReinis Danne
2019-03-28tty/vt: fix write/write race in ioctl(KDSKBSENT) handlerSergei Trofimovich
2018-08-18Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-07-07kbd: complete dead keys definitionsSamuel Thibault
2018-07-05leds: triggers: let struct led_trigger::activate() return an error codeUwe Kleine-König
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook
2017-05-18tty/vt/keyboard: Remove AVR32 bits from the driverAndy Shevchenko