summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-07-241-11/+5
|\
| * tty/vt/keyboard: use memdup_user().Muhammad Falak R Wani2016-06-251-10/+4
| * vt: remove lines parameter from scrollbackJiri Slaby2016-06-251-1/+1
* | tty/vt/keyboard: fix OOB access in do_compute_shiftstate()Dmitry Torokhov2016-07-201-21/+9
|/
* tty/vt/keyboard: use memdup_user to simplify codeSaurabh Sengar2016-02-061-9/+5
* tty/vt/keyboard: define LED triggers for VT keyboard lock statesSamuel Thibault2015-06-161-8/+19
* tty/vt/keyboard: define LED triggers for VT LED statesSamuel Thibault2015-06-161-24/+117
* tty: pr_warning->pr_warn and logging neateningJoe Perches2014-11-251-3/+3
* tty/vt/keyboard: Resolve many shadow warningsMark Rustad2014-09-081-83/+83
* tty: Remove dead codeAndreas Platschek2013-07-261-20/+1
* TTY: switch tty_schedule_flipJiri Slaby2013-01-151-16/+3
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-3/+3
* vt: fix the keyboard/led lockingAlan Cox2012-07-171-18/+23
* tty: keyboard.c: Remove locking from vt_get_leds.Christopher Brannon2012-07-061-3/+0
* TTY: vt, remove con_schedule_flipJiri Slaby2012-06-131-3/+3
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-231-12/+8
|\
| * keyboard: Use BIOS Keyboard variable to set NumlockJoshua Cov2012-05-081-12/+8
* | tty: Fix LED error returnAlan Cox2012-05-141-1/+1
* | vt: Fix deadlock on scroll-lockAlan Cox2012-05-011-7/+19
|/
* vt: NULL dereference in vt_do_kdsk_ioctl()Dan Carpenter2012-03-121-0/+1
* vt:tackle kbd_tableAlan Cox2012-03-081-26/+595
* tty: keyboard.c: add uaccess.h to fix a build problem on sparc32Greg Kroah-Hartman2012-02-271-0/+1
* vt: tidy a few bits of checkpatch noiseAlan Cox2012-02-241-9/+9
* vt: lock the accent tableAlan Cox2012-02-241-0/+162
* keyboard: Do not include <linux/irq.>Geert Uytterhoeven2011-09-221-1/+2
* tty: remove invalid location line in file headerJovi Zhang2011-04-191-2/+0
* lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes2011-03-241-1/+1
* vt: Add virtual console keyboard mode OFFArthur Taylor2011-02-171-2/+3
* TTY: create drivers/tty/vt and move the vt code thereGreg Kroah-Hartman2010-11-051-0/+1454
OpenPOWER on IntegriCloud