aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt
AgeCommit message (Expand)Author
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-01Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-28tty: vt: replace _manual_ swap with swap macro in set_selectionGustavo A. R. Silva
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-20tty: vt: remove multi-fetch, derive font.height from font.dataMeng Xu
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook
2017-10-04vt: Use consistent logging styleJoe Perches
2017-09-29selection: get rid of field-by-field copyinAl Viro
2017-09-29VT_RESIZEX: get rid of field-by-field copyinAl Viro
2017-09-18vt: Use bsearch library function in is_double_widthThomas Meyer
2017-06-09vt: fix \e[2m using the wrong placeholder color on graphical consolesAdam Borowski
2017-06-09Merge branch 'vt_copy_cleanup' into tty-nextGreg Kroah-Hartman
2017-06-09vt: drop access_ok() calls in unimap ioctlsAdam Borowski
2017-06-09vt: use memdup_user in PIO_UNIMAP ioctlAdam Borowski
2017-06-09vt: use copy_to_user instead of __put_user in GIO_UNIMAP ioctlAdam Borowski
2017-06-09vt: fix unchecked __put_user() in tioclinux ioctlsAdam Borowski
2017-06-09vt: use copy_from/to_user instead of __get/put_user for scrnmap ioctlsAdam Borowski
2017-05-18tty/vt/keyboard: Remove AVR32 bits from the driverAndy Shevchenko
2017-04-11vt: make mouse selection of non-ASCII consistentAdam Borowski
2017-04-11vt: set mouse selection word-chars to gpm's defaultAdam Borowski
2017-04-03Merge 4.11-rc5 into tty-nextGreg Kroah-Hartman
2017-03-31tty: Disable default console blanking intervalTim Gardner
2017-03-28sched/headers: Remove duplicate #include <linux/sched/debug.h> lineIngo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-22lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko
2017-01-25console: Add callback to flush scrollback buffer to consw structManuel Schölling
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2016-11-29console: Move userspace I/O out of console_lock to fix lockdep warningWaiman Long
2016-11-16vt: fix Scroll Lock LED trigger nameMaciej S. Szmigiero
2016-11-10tty: typo in comments in drivers/tty/vt/keyboard.cAskar Safin
2016-10-30Merge 4.9-rc3 into tty-nextGreg Kroah-Hartman
2016-10-27vt: clear selection before resizingScot Doyle
2016-10-27tty: limit terminal size to 4M charsDmitry Vyukov
2016-10-27tty: vt, rename variables to sane namesJiri Slaby
2016-10-27tty: vt, compute vc offsets in advanceJiri Slaby
2016-10-27tty: vgacon+sisusb, move scrolldelta to a common helperJiri Slaby
2016-10-27tty: vt, unify scrolling functionsJiri Slaby
2016-10-27tty: vt, cleanup and document con_scrollJiri Slaby
2016-10-27tty: vt, fix bogus division in csi_JJiri Slaby
2016-10-19Merge branch 'for-4.9' into for-4.10Tejun Heo
2016-10-10Merge branch 'printk-cleanups'Linus Torvalds
2016-10-09printk: reinstate KERN_CONT for printing continuation linesLinus Torvalds