summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt/vc_screen.c
AgeCommit message (Expand)AuthorLines
2019-03-28vt: use /dev/vcs (not /dev/vcs0) in commentJakub Wilk-1/+1
2019-01-18vcs: restore and document initial POLLPRI eventNicolas Pitre-0/+9
2019-01-18vcs: fasync(): make it consistent with poll()Nicolas Pitre-3/+12
2019-01-18vcs: poll(): cope with a deallocated vtNicolas Pitre-6/+15
2019-01-18vcsa: clamp header values when they don't fitNicolas Pitre-2/+3
2018-06-28vt: unicode fallback for scrollbackNicolas Pitre-1/+2
2018-06-28vt: introduce unicode mode for /dev/vcsNicolas Pitre-14/+75
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2013-06-29vc: switch to fixed_size_llseek()Al Viro-16/+1
2013-03-26vt: synchronize_rcu() under spinlock is not nice...Al Viro-2/+4
2013-02-22new helper: file_inode(file)Al Viro-4/+4
2012-03-08vt: push down the tty lock so we can see what is left to tackleAlan Cox-2/+2
2011-10-31tty: Add export.h for EXPORT_SYMBOL/THIS_MODULE to exportersPaul Gortmaker-0/+1
2011-04-19tty: remove invalid location line in file headerJovi Zhang-2/+0
2011-03-16Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds-1/+0
2011-03-02drivers: remove extraneous includes of smp_lock.hArnd Bergmann-1/+0
2011-02-17tty,vcs removing con_buf/conf_buf_mtxJiri Olsa-46/+52
2011-02-17tty,vcs: lseek/VC-release race fixJiri Olsa-0/+18
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn-8/+8
2010-11-11vcs: make proper usage of the poll flagsNicolas Pitre-3/+3
2010-11-05TTY: create drivers/tty/vt and move the vt code thereGreg Kroah-Hartman-0/+644