summaryrefslogtreecommitdiff
path: root/drivers/tty/vt/vc_screen.c
AgeCommit message (Expand)Author
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2013-06-29vc: switch to fixed_size_llseek()Al Viro
2013-03-26vt: synchronize_rcu() under spinlock is not nice...Al Viro
2013-02-22new helper: file_inode(file)Al Viro
2012-03-08vt: push down the tty lock so we can see what is left to tackleAlan Cox
2011-10-31tty: Add export.h for EXPORT_SYMBOL/THIS_MODULE to exportersPaul Gortmaker
2011-04-19tty: remove invalid location line in file headerJovi Zhang
2011-03-16Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2011-03-02drivers: remove extraneous includes of smp_lock.hArnd Bergmann
2011-02-17tty,vcs removing con_buf/conf_buf_mtxJiri Olsa
2011-02-17tty,vcs: lseek/VC-release race fixJiri Olsa
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn
2010-11-11vcs: make proper usage of the poll flagsNicolas Pitre
2010-11-05TTY: create drivers/tty/vt and move the vt code thereGreg Kroah-Hartman