aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt/keyboard.c
AgeCommit message (Expand)Author
2020-06-24vt: keyboard: avoid signed integer overflow in k_asciiDmitry Torokhov
2020-01-19tty: 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
2017-03-28sched/headers: Remove duplicate #include <linux/sched/debug.h> lineIngo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-22lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko
2016-11-16vt: fix Scroll Lock LED trigger nameMaciej S. Szmigiero
2016-11-10tty: typo in comments in drivers/tty/vt/keyboard.cAskar Safin
2016-07-24Merge tag 'tty-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2016-07-20tty/vt/keyboard: fix OOB access in do_compute_shiftstate()Dmitry Torokhov
2016-06-25tty/vt/keyboard: use memdup_user().Muhammad Falak R Wani
2016-06-25vt: remove lines parameter from scrollbackJiri Slaby
2016-02-06tty/vt/keyboard: use memdup_user to simplify codeSaurabh Sengar
2015-06-16tty/vt/keyboard: define LED triggers for VT keyboard lock statesSamuel Thibault
2015-06-16tty/vt/keyboard: define LED triggers for VT LED statesSamuel Thibault
2014-11-25tty: pr_warning->pr_warn and logging neateningJoe Perches
2014-09-08tty/vt/keyboard: Resolve many shadow warningsMark Rustad
2013-07-26tty: Remove dead codeAndreas Platschek
2013-01-15TTY: switch tty_schedule_flipJiri Slaby
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby
2012-07-17vt: fix the keyboard/led lockingAlan Cox
2012-07-06tty: keyboard.c: Remove locking from vt_get_leds.Christopher Brannon
2012-06-13TTY: vt, remove con_schedule_flipJiri Slaby
2012-05-23Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-05-14tty: Fix LED error returnAlan Cox
2012-05-08keyboard: Use BIOS Keyboard variable to set NumlockJoshua Cov
2012-05-01vt: Fix deadlock on scroll-lockAlan Cox
2012-03-12vt: NULL dereference in vt_do_kdsk_ioctl()Dan Carpenter
2012-03-08vt:tackle kbd_tableAlan Cox
2012-02-27tty: keyboard.c: add uaccess.h to fix a build problem on sparc32Greg Kroah-Hartman
2012-02-24vt: tidy a few bits of checkpatch noiseAlan Cox
2012-02-24vt: lock the accent tableAlan Cox
2011-09-22keyboard: Do not include <linux/irq.>Geert Uytterhoeven
2011-04-19tty: remove invalid location line in file headerJovi Zhang
2011-03-24lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes
2011-02-17vt: Add virtual console keyboard mode OFFArthur Taylor
2010-11-05TTY: create drivers/tty/vt and move the vt code thereGreg Kroah-Hartman