summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/tty/vt: use standard array-copy-functionsPhilipp Stanner2023-11-251-6/+4
* Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-031-2/+5
|\
| * vt: Replace strlcpy with strscpyAzeem Shaikh2023-10-031-2/+5
* | arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-1/+1
|/
* mm: remove arguments of show_mem()Kefeng Wang2023-08-181-1/+1
* tty: Fix the keyboard led light display problemlianzhi chang2021-12-211-0/+12
* tty: drivers/tty/, stop using tty_schedule_flip()Jiri Slaby2021-11-251-3/+3
* 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: cumulate and document tty_struct::flow* membersJiri Slaby2021-05-131-1/+1
* vt: keyboard, Fix typo in the doc for vt_get_shift_state()Andy Shevchenko2021-03-231-1/+1
* vt: keyboard, use new API for keyboard_taskletEmil Renner Berthing2021-01-271-3/+3
* vt: keyboard, make keyboard_tasklet localJiri Slaby2021-01-071-2/+3
* vt: move set_leds to keyboard.cJiri Slaby2021-01-071-1/+10
* 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
* 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: keyboard, extend func_buf_lock to readersJiri Slaby2020-10-281-4/+13
* vt: keyboard, simplify vt_kdgkbsentJiri Slaby2020-10-281-19/+9
* Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-061-1/+2
|\
| * tty: keyboard, do not speculate on func_table indexJiri Slaby2020-07-311-1/+2
* | treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook2020-07-301-1/+1
|/
* vt: keyboard: avoid signed integer overflow in k_asciiDmitry Torokhov2020-05-271-10/+16
* tty: vt: keyboard: reject invalid keycodesDmitry Torokhov2019-11-231-1/+1
* tty: vt: keyboard: Allow Unicode compose base charReinis Danne2019-04-161-1/+1
* tty/vt: fix write/write race in ioctl(KDSKBSENT) handlerSergei Trofimovich2019-03-281-6/+27
* Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-08-181-1/+29
|\
| * kbd: complete dead keys definitionsSamuel Thibault2018-07-071-1/+29
* | leds: triggers: let struct led_trigger::activate() return an error codeUwe Kleine-König2018-07-051-1/+3
|/
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+2
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-1/+1
* Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-131-0/+1
|\
| * tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
|/
* tty/vt/keyboard: Remove AVR32 bits from the driverAndy Shevchenko2017-05-181-2/+1