| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-22 | vt: keyboard: Don't process Unicode characters in K_OFF mode | Myrrh Periwinkle | 1 | -1/+1 |
| 2025-04-25 | tty/vt: Gather the code that outputs char with utf8 in mind | Alexey Gladkov | 1 | -21/+14 |
| 2025-04-25 | tty/vt: Use KVAL instead of use bit operation | Alexey Gladkov | 1 | -1/+1 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
| 2024-06-04 | vt: keyboard: Use led_set_brightness() in LED trigger activate() callback | Hans de Goede | 1 | -3/+1 |
| 2023-11-25 | drivers/tty/vt: use standard array-copy-functions | Philipp Stanner | 1 | -6/+4 |
| 2023-11-03 | Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -2/+5 |
| 2023-10-03 | vt: Replace strlcpy with strscpy | Azeem Shaikh | 1 | -2/+5 |
| 2023-09-11 | arch: Remove Itanium (IA-64) architecture | Ard Biesheuvel | 1 | -1/+1 |
| 2023-08-18 | mm: remove arguments of show_mem() | Kefeng Wang | 1 | -1/+1 |
| 2021-12-21 | tty: Fix the keyboard led light display problem | lianzhi chang | 1 | -0/+12 |
| 2021-11-25 | tty: drivers/tty/, stop using tty_schedule_flip() | Jiri Slaby | 1 | -3/+3 |
| 2021-07-27 | vt: keyboard.c: make console an unsigned int | Greg Kroah-Hartman | 1 | -15/+15 |
| 2021-07-27 | vt: keyboard: treat kbd_table as an array all the time. | Greg Kroah-Hartman | 1 | -16/+16 |
| 2021-05-13 | tty: cumulate and document tty_struct::flow* members | Jiri Slaby | 1 | -1/+1 |
| 2021-03-23 | vt: keyboard, Fix typo in the doc for vt_get_shift_state() | Andy Shevchenko | 1 | -1/+1 |
| 2021-01-27 | vt: keyboard, use new API for keyboard_tasklet | Emil Renner Berthing | 1 | -3/+3 |
| 2021-01-07 | vt: keyboard, make keyboard_tasklet local | Jiri Slaby | 1 | -2/+3 |
| 2021-01-07 | vt: move set_leds to keyboard.c | Jiri Slaby | 1 | -1/+10 |
| 2020-11-12 | vt: keyboard, make use of assign_bit() API | Andy Shevchenko | 1 | -4/+1 |
| 2020-11-12 | vt: keyboard, replace numbers with \r, \n where appropriate | Andy Shevchenko | 1 | -3/+3 |
| 2020-11-12 | vt: keyboard, use BIT() macro instead of open coded variants | Andy Shevchenko | 1 | -13/+13 |
| 2020-11-04 | vt: keyboard, use tty_insert_flip_string in puts_queue | Jiri Slaby | 1 | -5/+2 |
| 2020-11-04 | vt: keyboard, use find_next_bit in kbd_match | Jiri Slaby | 1 | -8/+6 |
| 2020-11-04 | vt: keyboard, make HW_RAW a function | Jiri Slaby | 1 | -6/+16 |
| 2020-11-04 | vt: keyboard, union perm checks in vt_do_kdgkb_ioctl | Jiri Slaby | 1 | -4/+1 |
| 2020-11-04 | vt: keyboard, extract and simplify vt_kdskbsent | Jiri Slaby | 1 | -79/+23 |
| 2020-11-04 | vt: keyboard, reorder user buffer handling in vt_do_kdgkb_ioctl | Jiri Slaby | 1 | -22/+20 |
| 2020-11-04 | vt: keyboard, rename i to kb_func in vt_do_kdgkb_ioctl | Jiri Slaby | 1 | -8/+9 |
| 2020-11-04 | vt: keyboard, use bool for rep | Jiri Slaby | 1 | -1/+1 |
| 2020-11-04 | vt: keyboard, use DECLARE_BITMAP for key_down | Jiri Slaby | 1 | -1/+1 |
| 2020-11-04 | vt: keyboard, union perm checks in vt_do_kdsk_ioctl | Jiri Slaby | 1 | -4/+1 |
| 2020-11-04 | vt: keyboard, extract vt_kdgkbent and vt_kdskbent | Jiri Slaby | 1 | -87/+102 |
| 2020-11-04 | vt: keyboard, clean up max_vals | Jiri Slaby | 1 | -4/+16 |
| 2020-11-04 | vt: keyboard, sort includes | Jiri Slaby | 1 | -16/+15 |
| 2020-11-04 | vt: keyboard, include linux/spinlock.h | Jiri Slaby | 1 | -0/+1 |
| 2020-11-04 | vt: keyboard, remove ctrl_alt_del declaration | Jiri Slaby | 1 | -2/+0 |
| 2020-10-28 | vt: keyboard, extend func_buf_lock to readers | Jiri Slaby | 1 | -4/+13 |
| 2020-10-28 | vt: keyboard, simplify vt_kdgkbsent | Jiri Slaby | 1 | -19/+9 |
| 2020-08-06 | Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -1/+2 |
| 2020-07-31 | tty: keyboard, do not speculate on func_table index | Jiri Slaby | 1 | -1/+2 |
| 2020-07-30 | treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD() | Kees Cook | 1 | -1/+1 |
| 2020-05-27 | vt: keyboard: avoid signed integer overflow in k_ascii | Dmitry Torokhov | 1 | -10/+16 |
| 2019-11-23 | tty: vt: keyboard: reject invalid keycodes | Dmitry Torokhov | 1 | -1/+1 |
| 2019-04-16 | tty: vt: keyboard: Allow Unicode compose base char | Reinis Danne | 1 | -1/+1 |
| 2019-03-28 | tty/vt: fix write/write race in ioctl(KDSKBSENT) handler | Sergei Trofimovich | 1 | -6/+27 |
| 2018-08-18 | Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -1/+29 |
| 2018-07-07 | kbd: complete dead keys definitions | Samuel Thibault | 1 | -1/+29 |
| 2018-07-05 | leds: triggers: let struct led_trigger::activate() return an error code | Uwe Kleine-König | 1 | -1/+3 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -2/+2 |
| 2017-11-21 | treewide: Switch DEFINE_TIMER callbacks to struct timer_list * | Kees Cook | 1 | -1/+1 |
| 2017-11-13 | Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -0/+1 |
| 2017-11-08 | tty: add SPDX identifiers to all remaining files in drivers/tty/ | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-05 | timer: Remove expires and data arguments from DEFINE_TIMER | Kees Cook | 1 | -1/+1 |
| 2017-05-18 | tty/vt/keyboard: Remove AVR32 bits from the driver | Andy Shevchenko | 1 | -2/+1 |
| 2017-03-28 | sched/headers: Remove duplicate #include <linux/sched/debug.h> line | Ingo Molnar | 1 | -1/+0 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+2 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -1/+1 |
| 2017-02-22 | lib/show_mem.c: teach show_mem to work with the given nodemask | Michal Hocko | 1 | -1/+1 |
| 2016-11-16 | vt: fix Scroll Lock LED trigger name | Maciej S. Szmigiero | 1 | -1/+1 |
| 2016-11-10 | tty: typo in comments in drivers/tty/vt/keyboard.c | Askar Safin | 1 | -1/+1 |
| 2016-07-24 | Merge tag 'tty-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -11/+5 |
| 2016-07-20 | tty/vt/keyboard: fix OOB access in do_compute_shiftstate() | Dmitry Torokhov | 1 | -21/+9 |
| 2016-06-25 | tty/vt/keyboard: use memdup_user(). | Muhammad Falak R Wani | 1 | -10/+4 |
| 2016-06-25 | vt: remove lines parameter from scrollback | Jiri Slaby | 1 | -1/+1 |
| 2016-02-06 | tty/vt/keyboard: use memdup_user to simplify code | Saurabh Sengar | 1 | -9/+5 |
| 2015-06-16 | tty/vt/keyboard: define LED triggers for VT keyboard lock states | Samuel Thibault | 1 | -8/+19 |
| 2015-06-16 | tty/vt/keyboard: define LED triggers for VT LED states | Samuel Thibault | 1 | -24/+117 |
| 2014-11-25 | tty: pr_warning->pr_warn and logging neatening | Joe Perches | 1 | -3/+3 |
| 2014-09-08 | tty/vt/keyboard: Resolve many shadow warnings | Mark Rustad | 1 | -83/+83 |
| 2013-07-26 | tty: Remove dead code | Andreas Platschek | 1 | -20/+1 |
| 2013-01-15 | TTY: switch tty_schedule_flip | Jiri Slaby | 1 | -16/+3 |
| 2013-01-15 | TTY: switch tty_insert_flip_char | Jiri Slaby | 1 | -3/+3 |
| 2012-07-17 | vt: fix the keyboard/led locking | Alan Cox | 1 | -18/+23 |
| 2012-07-06 | tty: keyboard.c: Remove locking from vt_get_leds. | Christopher Brannon | 1 | -3/+0 |
| 2012-06-13 | TTY: vt, remove con_schedule_flip | Jiri Slaby | 1 | -3/+3 |
| 2012-05-23 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -12/+8 |
| 2012-05-14 | tty: Fix LED error return | Alan Cox | 1 | -1/+1 |
| 2012-05-08 | keyboard: Use BIOS Keyboard variable to set Numlock | Joshua Cov | 1 | -12/+8 |
| 2012-05-01 | vt: Fix deadlock on scroll-lock | Alan Cox | 1 | -7/+19 |
| 2012-03-12 | vt: NULL dereference in vt_do_kdsk_ioctl() | Dan Carpenter | 1 | -0/+1 |
| 2012-03-08 | vt:tackle kbd_table | Alan Cox | 1 | -26/+595 |
| 2012-02-27 | tty: keyboard.c: add uaccess.h to fix a build problem on sparc32 | Greg Kroah-Hartman | 1 | -0/+1 |
| 2012-02-24 | vt: tidy a few bits of checkpatch noise | Alan Cox | 1 | -9/+9 |
| 2012-02-24 | vt: lock the accent table | Alan Cox | 1 | -0/+162 |
| 2011-09-22 | keyboard: Do not include <linux/irq.> | Geert Uytterhoeven | 1 | -1/+2 |
| 2011-04-19 | tty: remove invalid location line in file header | Jovi Zhang | 1 | -2/+0 |
| 2011-03-24 | lib, arch: add filter argument to show_mem and fix private implementations | David Rientjes | 1 | -1/+1 |
| 2011-02-17 | vt: Add virtual console keyboard mode OFF | Arthur Taylor | 1 | -2/+3 |
| 2010-11-05 | TTY: create drivers/tty/vt and move the vt code there | Greg Kroah-Hartman | 1 | -0/+1454 |