Age | Commit message (Expand) | Author | Files | Lines |
2020-11-10 | vt: Disable KD_FONT_OP_COPY | Daniel Vetter | 1 | -22/+2 |
2020-11-10 | tty: make FONTX ioctl use the tty pointer they were actually passed | Linus Torvalds | 1 | -15/+17 |
2020-11-10 | vt: keyboard, extend func_buf_lock to readers | Jiri Slaby | 1 | -4/+13 |
2020-11-10 | vt: keyboard, simplify vt_kdgkbsent | Jiri Slaby | 1 | -19/+9 |
2020-09-03 | vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize() | George Kennedy | 1 | -1/+11 |
2020-09-03 | vt: defer kfree() of vc_screenbuf in vc_do_resize() | Tetsuo Handa | 1 | -2/+3 |
2020-07-31 | vt: Reject zero-sized screen buffer size. | Tetsuo Handa | 1 | -11/+18 |
2020-06-11 | vt: keyboard: avoid signed integer overflow in k_ascii | Dmitry Torokhov | 1 | -10/+16 |
2020-04-02 | vt: vt_ioctl: fix use-after-free in vt_in_use() | Eric Biggers | 1 | -4/+12 |
2020-04-02 | vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console | Eric Biggers | 2 | -9/+26 |
2020-04-02 | vt: vt_ioctl: remove unnecessary console allocation checks | Eric Biggers | 1 | -19/+2 |
2020-04-02 | vt: switch vt_dont_switch to bool | Jiri Slaby | 1 | -3/+3 |
2020-04-02 | vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines | Jiri Slaby | 1 | -7/+22 |
2020-04-02 | vt: selection, introduce vc_is_sel | Jiri Slaby | 3 | -4/+10 |
2020-03-11 | vt: selection, push sel_lock up | Jiri Slaby | 1 | -9/+7 |
2020-03-11 | vt: selection, push console lock down | Jiri Slaby | 2 | -3/+12 |
2020-03-11 | vt: selection, close sel_buffer race | Jiri Slaby | 1 | -6/+17 |
2020-02-28 | vt: vt_ioctl: fix race in VT_RESIZEX | Eric Dumazet | 1 | -6/+11 |
2020-02-28 | VT_RESIZEX: get rid of field-by-field copyin | Al Viro | 1 | -41/+27 |
2020-02-28 | vt: selection, handle pending signals in paste_selection | Jiri Slaby | 1 | -1/+6 |
2019-12-21 | tty: vt: keyboard: reject invalid keycodes | Dmitry Torokhov | 1 | -1/+1 |
2019-05-21 | tty/vt: fix write/write race in ioctl(KDSKBSENT) handler | Sergei Trofimovich | 1 | -6/+27 |
2019-01-31 | vt: invoke notifier on screen size change | Nicolas Pitre | 1 | -0/+1 |
2018-09-29 | tty: vt_ioctl: fix potential Spectre v1 | Gustavo A. R. Silva | 1 | -0/+4 |
2018-07-11 | vt: prevent leaking uninitialized data to userspace via /dev/vcs* | Alexander Potapenko | 1 | -2/+2 |
2018-04-08 | vt: change SGR 21 to follow the standards | Mike Frysinger | 1 | -1/+5 |
2018-03-28 | tty: vt: fix up tabstops properly | Linus Torvalds | 1 | -4/+4 |
2017-07-21 | vt: fix unchecked __put_user() in tioclinux ioctls | Adam Borowski | 1 | -3/+3 |
2017-01-09 | vt: fix Scroll Lock LED trigger name | Maciej S. Szmigiero | 1 | -1/+1 |
2016-10-27 | vt: clear selection before resizing | Scot Doyle | 1 | -0/+3 |
2016-10-27 | tty: limit terminal size to 4M chars | Dmitry Vyukov | 1 | -0/+2 |
2016-10-27 | tty: vt, fix bogus division in csi_J | Jiri Slaby | 1 | -1/+1 |
2016-10-10 | Merge branch 'printk-cleanups' | Linus Torvalds | 1 | -3/+3 |
2016-10-09 | printk: reinstate KERN_CONT for printing continuation lines | Linus Torvalds | 1 | -3/+3 |
2016-09-22 | vt: Emulate \e[100-107m (bright background colors). | Adam Borowski | 1 | -2/+3 |
2016-09-22 | vt: Support \e[90-97m (bright foreground colors). | Adam Borowski | 1 | -0/+4 |
2016-09-22 | vt: Drop a no longer true comment. | Adam Borowski | 1 | -2/+2 |
2016-09-22 | vt: Make a comparison <= for readability. | Adam Borowski | 1 | -1/+1 |
2016-09-22 | vt: Fix a read-past-array in vc_t416_color(). | Adam Borowski | 1 | -1/+1 |
2016-07-25 | Merge tag 'tty-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 4 | -247/+221 |
2016-07-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -21/+9 |
2016-07-21 | tty/vt/keyboard: fix OOB access in do_compute_shiftstate() | Dmitry Torokhov | 1 | -21/+9 |
2016-07-04 | Merge 4.7-rc6 into tty-next | Greg Kroah-Hartman | 1 | -0/+1 |
2016-06-25 | tty: vt: Fix soft lockup in fbcon cursor blink timer. | David Daney | 1 | -0/+1 |
2016-06-25 | tty/vt/keyboard: use memdup_user(). | Muhammad Falak R Wani | 1 | -10/+4 |
2016-06-25 | tty: vt, remove unused vc_deccolm | Jiri Slaby | 1 | -1/+0 |
2016-06-25 | tty: vt, ignore PIO_UNIMAPCLR param | Jiri Slaby | 2 | -14/+7 |
2016-06-25 | tty: vt, convert more macros to functions | Jiri Slaby | 1 | -28/+34 |
2016-06-25 | tty: vt, whitespace cleanup in csi_m | Jiri Slaby | 1 | -84/+85 |
2016-06-25 | tty: vt, too many commands per line in rgb_foreground | Jiri Slaby | 1 | -11/+16 |