summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt/vc_screen.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* vc: switch to fixed_size_llseek()Al Viro2013-06-291-16/+1
* vt: synchronize_rcu() under spinlock is not nice...Al Viro2013-03-261-2/+4
* new helper: file_inode(file)Al Viro2013-02-221-4/+4
* vt: push down the tty lock so we can see what is left to tackleAlan Cox2012-03-081-2/+2
* tty: Add export.h for EXPORT_SYMBOL/THIS_MODULE to exportersPaul Gortmaker2011-10-311-0/+1
* tty: remove invalid location line in file headerJovi Zhang2011-04-191-2/+0
* Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2011-03-161-1/+0
|\
| * drivers: remove extraneous includes of smp_lock.hArnd Bergmann2011-03-021-1/+0
* | tty,vcs removing con_buf/conf_buf_mtxJiri Olsa2011-02-171-46/+52
* | tty,vcs: lseek/VC-release race fixJiri Olsa2011-02-171-0/+18
|/
* console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn2011-01-261-8/+8
* vcs: make proper usage of the poll flagsNicolas Pitre2010-11-111-3/+3
* TTY: create drivers/tty/vt and move the vt code thereGreg Kroah-Hartman2010-11-051-0/+644
OpenPOWER on IntegriCloud