aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt/keyboard.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-10tty: typo in comments in drivers/tty/vt/keyboard.cAskar Safin1-1/+1
2016-07-24Merge tag 'tty-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-11/+5
2016-07-20tty/vt/keyboard: fix OOB access in do_compute_shiftstate()Dmitry Torokhov1-21/+9
2016-06-25tty/vt/keyboard: use memdup_user().Muhammad Falak R Wani1-10/+4
2016-06-25vt: remove lines parameter from scrollbackJiri Slaby1-1/+1
2016-02-06tty/vt/keyboard: use memdup_user to simplify codeSaurabh Sengar1-9/+5
2015-06-16tty/vt/keyboard: define LED triggers for VT keyboard lock statesSamuel Thibault1-8/+19
2015-06-16tty/vt/keyboard: define LED triggers for VT LED statesSamuel Thibault1-24/+117
2014-11-25tty: pr_warning->pr_warn and logging neateningJoe Perches1-3/+3
2014-09-08tty/vt/keyboard: Resolve many shadow warningsMark Rustad1-83/+83
2013-07-26tty: Remove dead codeAndreas Platschek1-20/+1
2013-01-15TTY: switch tty_schedule_flipJiri Slaby1-16/+3
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-3/+3
2012-07-17vt: fix the keyboard/led lockingAlan Cox1-18/+23
2012-07-06tty: keyboard.c: Remove locking from vt_get_leds.Christopher Brannon1-3/+0
2012-06-13TTY: vt, remove con_schedule_flipJiri Slaby1-3/+3
2012-05-23Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+8
2012-05-14tty: Fix LED error returnAlan Cox1-1/+1
2012-05-08keyboard: Use BIOS Keyboard variable to set NumlockJoshua Cov1-12/+8
2012-05-01vt: Fix deadlock on scroll-lockAlan Cox1-7/+19
2012-03-12vt: NULL dereference in vt_do_kdsk_ioctl()Dan Carpenter1-0/+1
2012-03-08vt:tackle kbd_tableAlan Cox1-26/+595
2012-02-27tty: keyboard.c: add uaccess.h to fix a build problem on sparc32Greg Kroah-Hartman1-0/+1
2012-02-24vt: tidy a few bits of checkpatch noiseAlan Cox1-9/+9
2012-02-24vt: lock the accent tableAlan Cox1-0/+162
2011-09-22keyboard: Do not include <linux/irq.>Geert Uytterhoeven1-1/+2
2011-04-19tty: remove invalid location line in file headerJovi Zhang1-2/+0
2011-03-24lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes1-1/+1
2011-02-17vt: Add virtual console keyboard mode OFFArthur Taylor1-2/+3
2010-11-05TTY: create drivers/tty/vt and move the vt code thereGreg Kroah-Hartman1-0/+1454