summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt
Commit message (Expand)AuthorAgeFilesLines
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-222-3/+3
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-172-70/+48Star
|\
| * selection: get rid of field-by-field copyinAl Viro2017-09-291-29/+21Star
| * VT_RESIZEX: get rid of field-by-field copyinAl Viro2017-09-291-41/+27Star
* | Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-143-50/+59
|\ \
| * | tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-083-0/+3
| * | tty: vt: remove multi-fetch, derive font.height from font.dataMeng Xu2017-10-201-20/+28
| * | vt: Use consistent logging styleJoe Perches2017-10-041-15/+14Star
| * | vt: Use bsearch library function in is_double_widthThomas Meyer2017-09-181-15/+14Star
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-142-2/+2
|\ \
| * | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-052-2/+2
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
|/
* vt: fix \e[2m using the wrong placeholder color on graphical consolesAdam Borowski2017-06-091-1/+1
* Merge branch 'vt_copy_cleanup' into tty-nextGreg Kroah-Hartman2017-06-093-51/+19Star
|\
| * vt: drop access_ok() calls in unimap ioctlsAdam Borowski2017-06-091-8/+0Star
| * vt: use memdup_user in PIO_UNIMAP ioctlAdam Borowski2017-06-091-8/+3Star
| * vt: use copy_to_user instead of __put_user in GIO_UNIMAP ioctlAdam Borowski2017-06-091-8/+6Star
| * vt: fix unchecked __put_user() in tioclinux ioctlsAdam Borowski2017-06-091-3/+3
| * vt: use copy_from/to_user instead of __get/put_user for scrnmap ioctlsAdam Borowski2017-06-091-24/+7Star
* | tty/vt/keyboard: Remove AVR32 bits from the driverAndy Shevchenko2017-05-181-2/+1Star
|/
* vt: make mouse selection of non-ASCII consistentAdam Borowski2017-04-111-10/+6Star
* vt: set mouse selection word-chars to gpm's defaultAdam Borowski2017-04-111-1/+1
* Merge 4.11-rc5 into tty-nextGreg Kroah-Hartman2017-04-031-1/+0Star
|\
| * sched/headers: Remove duplicate #include <linux/sched/debug.h> lineIngo Molnar2017-03-281-1/+0Star
* | tty: Disable default console blanking intervalTim Gardner2017-03-311-1/+1
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-023-3/+3
* lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko2017-02-231-1/+1
* console: Add callback to flush scrollback buffer to consw structManuel Schölling2017-01-251-0/+9
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-244-4/+4
* Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-12-131-4/+0Star
|\
| * Merge branch 'for-4.9' into for-4.10Tejun Heo2016-10-191-4/+0Star
| |\
| | * tty, workqueue: remove keventd_up() usageTejun Heo2016-09-171-4/+0Star
* | | console: Move userspace I/O out of console_lock to fix lockdep warningWaiman Long2016-11-291-41/+74
* | | vt: fix Scroll Lock LED trigger nameMaciej S. Szmigiero2016-11-161-1/+1
* | | tty: typo in comments in drivers/tty/vt/keyboard.cAskar Safin2016-11-101-1/+1
* | | Merge 4.9-rc3 into tty-nextGreg Kroah-Hartman2016-10-301-1/+6
|\ \ \
| * | | vt: clear selection before resizingScot Doyle2016-10-271-0/+3
| * | | tty: limit terminal size to 4M charsDmitry Vyukov2016-10-271-0/+2
| * | | tty: vt, fix bogus division in csi_JJiri Slaby2016-10-271-1/+1
| |/ /
* | | tty: vt, rename variables to sane namesJiri Slaby2016-10-271-13/+13
* | | tty: vt, compute vc offsets in advanceJiri Slaby2016-10-271-5/+7
* | | tty: vgacon+sisusb, move scrolldelta to a common helperJiri Slaby2016-10-271-0/+38
* | | tty: vt, unify scrolling functionsJiri Slaby2016-10-271-30/+17Star
* | | tty: vt, cleanup and document con_scrollJiri Slaby2016-10-271-2/+4
|/ /
* | Merge branch 'printk-cleanups'Linus Torvalds2016-10-101-3/+3
|\ \
| * | printk: reinstate KERN_CONT for printing continuation linesLinus Torvalds2016-10-091-3/+3
| |/
* | vt: Emulate \e[100-107m (bright background colors).Adam Borowski2016-09-221-2/+3
* | vt: Support \e[90-97m (bright foreground colors).Adam Borowski2016-09-221-0/+4