Age | Commit message (Expand) | Author |
2020-11-04 | vt: keyboard, use tty_insert_flip_string in puts_queue | Jiri Slaby |
2020-11-04 | vt: keyboard, use find_next_bit in kbd_match | Jiri Slaby |
2020-11-04 | vt: keyboard, make HW_RAW a function | Jiri Slaby |
2020-11-04 | vt: keyboard, union perm checks in vt_do_kdgkb_ioctl | Jiri Slaby |
2020-11-04 | vt: keyboard, extract and simplify vt_kdskbsent | Jiri Slaby |
2020-11-04 | vt: keyboard, reorder user buffer handling in vt_do_kdgkb_ioctl | Jiri Slaby |
2020-11-04 | vt: keyboard, rename i to kb_func in vt_do_kdgkb_ioctl | Jiri Slaby |
2020-11-04 | vt: keyboard, use bool for rep | Jiri Slaby |
2020-11-04 | vt: keyboard, use DECLARE_BITMAP for key_down | Jiri Slaby |
2020-11-04 | vt: keyboard, union perm checks in vt_do_kdsk_ioctl | Jiri Slaby |
2020-11-04 | vt: keyboard, extract vt_kdgkbent and vt_kdskbent | Jiri Slaby |
2020-11-04 | vt: keyboard, clean up max_vals | Jiri Slaby |
2020-11-04 | vt: keyboard, sort includes | Jiri Slaby |
2020-11-04 | vt: keyboard, include linux/spinlock.h | Jiri Slaby |
2020-11-04 | vt: keyboard, remove ctrl_alt_del declaration | Jiri Slaby |
2020-10-28 | vt: keyboard, extend func_buf_lock to readers | Jiri Slaby |
2020-10-28 | vt: keyboard, simplify vt_kdgkbsent | Jiri Slaby |
2020-08-06 | Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2020-07-31 | tty: keyboard, do not speculate on func_table index | Jiri Slaby |
2020-07-30 | treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD() | Kees Cook |
2020-05-27 | vt: keyboard: avoid signed integer overflow in k_ascii | Dmitry Torokhov |
2019-11-23 | tty: vt: keyboard: reject invalid keycodes | Dmitry Torokhov |
2019-04-16 | tty: vt: keyboard: Allow Unicode compose base char | Reinis Danne |
2019-03-28 | tty/vt: fix write/write race in ioctl(KDSKBSENT) handler | Sergei Trofimovich |
2018-08-18 | Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2018-07-07 | kbd: complete dead keys definitions | Samuel Thibault |
2018-07-05 | leds: triggers: let struct led_trigger::activate() return an error code | Uwe Kleine-König |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook |
2017-11-21 | treewide: Switch DEFINE_TIMER callbacks to struct timer_list * | Kees Cook |
2017-11-13 | Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2017-11-08 | tty: add SPDX identifiers to all remaining files in drivers/tty/ | Greg Kroah-Hartman |
2017-10-05 | timer: Remove expires and data arguments from DEFINE_TIMER | Kees Cook |
2017-05-18 | tty/vt/keyboard: Remove AVR32 bits from the driver | Andy Shevchenko |
2017-03-28 | sched/headers: Remove duplicate #include <linux/sched/debug.h> line | Ingo Molnar |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-02-22 | lib/show_mem.c: teach show_mem to work with the given nodemask | Michal Hocko |
2016-11-16 | vt: fix Scroll Lock LED trigger name | Maciej S. Szmigiero |
2016-11-10 | tty: typo in comments in drivers/tty/vt/keyboard.c | Askar Safin |
2016-07-24 | Merge tag 'tty-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2016-07-20 | tty/vt/keyboard: fix OOB access in do_compute_shiftstate() | Dmitry Torokhov |
2016-06-25 | tty/vt/keyboard: use memdup_user(). | Muhammad Falak R Wani |
2016-06-25 | vt: remove lines parameter from scrollback | Jiri Slaby |
2016-02-06 | tty/vt/keyboard: use memdup_user to simplify code | Saurabh Sengar |
2015-06-16 | tty/vt/keyboard: define LED triggers for VT keyboard lock states | Samuel Thibault |
2015-06-16 | tty/vt/keyboard: define LED triggers for VT LED states | Samuel Thibault |
2014-11-25 | tty: pr_warning->pr_warn and logging neatening | Joe Perches |
2014-09-08 | tty/vt/keyboard: Resolve many shadow warnings | Mark Rustad |
2013-07-26 | tty: Remove dead code | Andreas Platschek |
2013-01-15 | TTY: switch tty_schedule_flip | Jiri Slaby |