aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt/keyboard.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-21tty: Fix the keyboard led light display problemlianzhi chang1-0/+12
2021-11-25tty: drivers/tty/, stop using tty_schedule_flip()Jiri Slaby1-3/+3
2021-07-27vt: keyboard.c: make console an unsigned intGreg Kroah-Hartman1-15/+15
2021-07-27vt: keyboard: treat kbd_table as an array all the time.Greg Kroah-Hartman1-16/+16
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby1-1/+1
2021-03-23vt: keyboard, Fix typo in the doc for vt_get_shift_state()Andy Shevchenko1-1/+1
2021-01-27vt: keyboard, use new API for keyboard_taskletEmil Renner Berthing1-3/+3
2021-01-07vt: keyboard, make keyboard_tasklet localJiri Slaby1-2/+3
2021-01-07vt: move set_leds to keyboard.cJiri Slaby1-1/+10
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-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-10-28vt: keyboard, extend func_buf_lock to readersJiri Slaby1-4/+13
2020-10-28vt: keyboard, simplify vt_kdgkbsentJiri Slaby1-19/+9
2020-08-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+2
2020-07-31tty: keyboard, do not speculate on func_table indexJiri Slaby1-1/+2
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-1/+1
2020-05-27vt: keyboard: avoid signed integer overflow in k_asciiDmitry Torokhov1-10/+16
2019-11-23tty: vt: keyboard: reject invalid keycodesDmitry Torokhov1-1/+1
2019-04-16tty: vt: keyboard: Allow Unicode compose base charReinis Danne1-1/+1
2019-03-28tty/vt: fix write/write race in ioctl(KDSKBSENT) handlerSergei Trofimovich1-6/+27
2018-08-18Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+29
2018-07-07kbd: complete dead keys definitionsSamuel Thibault1-1/+29
2018-07-05leds: triggers: let struct led_trigger::activate() return an error codeUwe Kleine-König1-1/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-1/+1
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+1
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2017-05-18tty/vt/keyboard: Remove AVR32 bits from the driverAndy Shevchenko1-2/+1
2017-03-28sched/headers: Remove duplicate #include <linux/sched/debug.h> lineIngo Molnar1-1/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-22lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko1-1/+1
2016-11-16vt: fix Scroll Lock LED trigger nameMaciej S. Szmigiero1-1/+1