aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-28vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook3-6/+8
2018-05-25vt: Perform safe console erase only onceNicolas Pitre1-9/+7
2018-04-04Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+5
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linuxLinus Torvalds1-3/+3
2018-04-02x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm()Dominik Brodowski1-3/+3
2018-03-25tty: vt: fix up tabstops properlyLinus Torvalds1-4/+4
2018-03-14vt: change SGR 21 to follow the standardsMike Frysinger1-1/+5
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-02-01Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-5/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-28tty: vt: replace _manual_ swap with swap macro in set_selectionGustavo A. R. Silva1-5/+1
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2-3/+3
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-70/+48
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-50/+59
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman3-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-10-20tty: vt: remove multi-fetch, derive font.height from font.dataMeng Xu1-20/+28
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2-2/+2
2017-10-04vt: Use consistent logging styleJoe Perches1-15/+14
2017-09-29selection: get rid of field-by-field copyinAl Viro1-29/+21
2017-09-29VT_RESIZEX: get rid of field-by-field copyinAl Viro1-41/+27
2017-09-18vt: Use bsearch library function in is_double_widthThomas Meyer1-15/+14
2017-06-09vt: fix \e[2m using the wrong placeholder color on graphical consolesAdam Borowski1-1/+1
2017-06-09Merge branch 'vt_copy_cleanup' into tty-nextGreg Kroah-Hartman3-51/+19
2017-06-09vt: drop access_ok() calls in unimap ioctlsAdam Borowski1-8/+0
2017-06-09vt: use memdup_user in PIO_UNIMAP ioctlAdam Borowski1-8/+3
2017-06-09vt: use copy_to_user instead of __put_user in GIO_UNIMAP ioctlAdam Borowski1-8/+6
2017-06-09vt: fix unchecked __put_user() in tioclinux ioctlsAdam Borowski1-3/+3
2017-06-09vt: use copy_from/to_user instead of __get/put_user for scrnmap ioctlsAdam Borowski1-24/+7
2017-05-18tty/vt/keyboard: Remove AVR32 bits from the driverAndy Shevchenko1-2/+1
2017-04-11vt: make mouse selection of non-ASCII consistentAdam Borowski1-10/+6
2017-04-11vt: set mouse selection word-chars to gpm's defaultAdam Borowski1-1/+1
2017-04-03Merge 4.11-rc5 into tty-nextGreg Kroah-Hartman1-1/+0
2017-03-31tty: Disable default console blanking intervalTim Gardner1-1/+1
2017-03-28sched/headers: Remove duplicate #include <linux/sched/debug.h> lineIngo Molnar1-1/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar3-3/+3
2017-02-22lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko1-1/+1
2017-01-25console: Add callback to flush scrollback buffer to consw structManuel Schölling1-0/+9
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds4-4/+4
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-4/+0
2016-11-29console: Move userspace I/O out of console_lock to fix lockdep warningWaiman Long1-41/+74
2016-11-16vt: fix Scroll Lock LED trigger nameMaciej S. Szmigiero1-1/+1
2016-11-10tty: typo in comments in drivers/tty/vt/keyboard.cAskar Safin1-1/+1
2016-10-30Merge 4.9-rc3 into tty-nextGreg Kroah-Hartman1-1/+6
2016-10-27vt: clear selection before resizingScot Doyle1-0/+3
2016-10-27tty: limit terminal size to 4M charsDmitry Vyukov1-0/+2
2016-10-27tty: vt, rename variables to sane namesJiri Slaby1-13/+13