aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/vt
AgeCommit message (Expand)AuthorFilesLines
2018-11-10Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-1/+1
2018-11-08vt: fix broken display when running aptitudeGravatar Mikulas Patocka 1-1/+1
2018-10-28Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-8/+4
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-22/+9
2018-10-13vt_compat_ioctl(): clean up, use compat_ptr() properlyGravatar Al Viro 1-22/+9
2018-10-04BackMerge v4.19-rc6 into drm-nextGravatar Dave Airlie 1-0/+4
2018-09-18tty: vt_ioctl: fix potential Spectre v1Gravatar Gustavo A. R. Silva 1-0/+4
2018-09-11vt: Remove vc_panic_force_writeGravatar Daniel Vetter 1-8/+4
2018-08-18Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 4-45/+490
2018-08-14Merge tag 'leds-for-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+3
2018-07-21vt: avoid a VLA in the unicode screen scroll functionGravatar Nicolas Pitre 1-13/+23
2018-07-21vt: coherence validation code for the unicode screen bufferGravatar Nicolas Pitre 1-0/+39
2018-07-21vt: selection: take screen contents from uniscr if availableGravatar Adam Borowski 2-4/+17
2018-07-21vt: selection: handle storing of characters above U+FFFFGravatar Adam Borowski 1-5/+18
2018-07-21vt: don't reinvent min()Gravatar Adam Borowski 1-10/+4
2018-07-07kbd: complete dead keys definitionsGravatar Samuel Thibault 1-1/+29
2018-07-05leds: triggers: let struct led_trigger::activate() return an error codeGravatar Uwe Kleine-König 1-1/+3
2018-07-02Merge 4.18-rc3 into tty-nextGravatar Greg Kroah-Hartman 1-2/+2
2018-06-28vt: unicode fallback for scrollbackGravatar Nicolas Pitre 2-3/+31
2018-06-28vt: introduce unicode mode for /dev/vcsGravatar Nicolas Pitre 2-14/+136
2018-06-28vt: preserve unicode values corresponding to screen charactersGravatar Nicolas Pitre 1-11/+209
2018-06-28vt: prevent leaking uninitialized data to userspace via /dev/vcs*Gravatar Alexander Potapenko 1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 3-6/+8
2018-05-25vt: Perform safe console erase only onceGravatar Nicolas Pitre 1-9/+7
2018-04-04Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-1/+5
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+3
2018-04-02x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm()Gravatar Dominik Brodowski 1-3/+3
2018-03-25tty: vt: fix up tabstops properlyGravatar Linus Torvalds 1-4/+4
2018-03-14vt: change SGR 21 to follow the standardsGravatar Mike Frysinger 1-1/+5
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-1/+1
2018-02-01Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-5/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-11-28tty: vt: replace _manual_ swap with swap macro in set_selectionGravatar Gustavo A. R. Silva 1-5/+1
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Gravatar Kees Cook 2-3/+3
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 2-70/+48
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 3-50/+59
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-2/+2
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Gravatar Greg Kroah-Hartman 3-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 4-0/+4
2017-10-20tty: vt: remove multi-fetch, derive font.height from font.dataGravatar Meng Xu 1-20/+28
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERGravatar Kees Cook 2-2/+2
2017-10-04vt: Use consistent logging styleGravatar Joe Perches 1-15/+14
2017-09-29selection: get rid of field-by-field copyinGravatar Al Viro 1-29/+21
2017-09-29VT_RESIZEX: get rid of field-by-field copyinGravatar Al Viro 1-41/+27
2017-09-18vt: Use bsearch library function in is_double_widthGravatar Thomas Meyer 1-15/+14
2017-06-09vt: fix \e[2m using the wrong placeholder color on graphical consolesGravatar Adam Borowski 1-1/+1
2017-06-09Merge branch 'vt_copy_cleanup' into tty-nextGravatar Greg Kroah-Hartman 3-51/+19
2017-06-09vt: drop access_ok() calls in unimap ioctlsGravatar Adam Borowski 1-8/+0
2017-06-09vt: use memdup_user in PIO_UNIMAP ioctlGravatar Adam Borowski 1-8/+3
2017-06-09vt: use copy_to_user instead of __put_user in GIO_UNIMAP ioctlGravatar Adam Borowski 1-8/+6