aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/vt/vc_screen.c
AgeCommit message (Expand)Author
2020-08-24Revert "vc_screen: extract vcs_read_buf_header"Jiri Slaby
2020-08-18vc_screen: prune macrosJiri Slaby
2020-08-18vc_screen: extract vcs_read_buf_headerJiri Slaby
2020-08-18vc_screen: extract vcs_read_bufJiri Slaby
2020-08-18vc_screen: extract vcs_read_buf_noattrJiri Slaby
2020-08-18vc_screen: extract vcs_read_buf_uniJiri Slaby
2020-08-18vs_screen: kill tmp_count from vcs_readJiri Slaby
2020-08-18vc_screen: sanitize types in vcs_readJiri Slaby
2020-08-18vc_screen: eliminate ifdefs from vcs_write_bufJiri Slaby
2020-08-18vc_screen: extract vcs_write_bufJiri Slaby
2020-08-18vc_screen: extract vcs_write_buf_noattrJiri Slaby
2020-08-18vc_screen: sanitize types in vcs_writeJiri Slaby
2020-08-18vc_screen: rewrite vcs_size to accept vc, not inodeJiri Slaby
2020-08-18vc_screen: document and cleanup vcs_vcJiri Slaby
2019-11-27vcs: prevent write access to vcsu devicesNicolas Pitre
2019-03-28vt: use /dev/vcs (not /dev/vcs0) in commentJakub Wilk
2019-01-18vcs: restore and document initial POLLPRI eventNicolas Pitre
2019-01-18vcs: fasync(): make it consistent with poll()Nicolas Pitre
2019-01-18vcs: poll(): cope with a deallocated vtNicolas Pitre
2019-01-18vcsa: clamp header values when they don't fitNicolas Pitre
2018-06-28vt: unicode fallback for scrollbackNicolas Pitre
2018-06-28vt: introduce unicode mode for /dev/vcsNicolas Pitre
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