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