summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt/vc_screen.c
Commit message (Expand)AuthorAgeFilesLines
* vc_screen: reload load of struct vc_data pointer in vcs_write() to avoid UAFGeorge Kennedy2023-05-131-2/+9
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* vc_screen: don't clobber return value in vcs_readThomas Weißschuh2023-02-271-3/+4
* vc_screen: modify vcs_size() handling in vcs_read()George Kennedy2023-02-271-3/+1
* vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAFGeorge Kennedy2023-01-311-4/+5
* Revert "vc_screen: extract vcs_read_buf_header"Jiri Slaby2020-08-241-18/+13
* vc_screen: prune macrosJiri Slaby2020-08-181-4/+0
* vc_screen: extract vcs_read_buf_headerJiri Slaby2020-08-181-13/+18
* vc_screen: extract vcs_read_bufJiri Slaby2020-08-181-68/+78
* vc_screen: extract vcs_read_buf_noattrJiri Slaby2020-08-181-11/+22
* vc_screen: extract vcs_read_buf_uniJiri Slaby2020-08-181-19/+30
* vs_screen: kill tmp_count from vcs_readJiri Slaby2020-08-181-8/+2
* vc_screen: sanitize types in vcs_readJiri Slaby2020-08-181-8/+7
* vc_screen: eliminate ifdefs from vcs_write_bufJiri Slaby2020-08-181-12/+17
* vc_screen: extract vcs_write_bufJiri Slaby2020-08-181-76/+92
* vc_screen: extract vcs_write_buf_noattrJiri Slaby2020-08-181-21/+34
* vc_screen: sanitize types in vcs_writeJiri Slaby2020-08-181-10/+7
* vc_screen: rewrite vcs_size to accept vc, not inodeJiri Slaby2020-08-181-17/+29
* vc_screen: document and cleanup vcs_vcJiri Slaby2020-08-181-8/+12
* vcs: prevent write access to vcsu devicesNicolas Pitre2019-11-271-0/+3
* vt: use /dev/vcs (not /dev/vcs0) in commentJakub Wilk2019-03-281-1/+1
* vcs: restore and document initial POLLPRI eventNicolas Pitre2019-01-181-0/+9
* vcs: fasync(): make it consistent with poll()Nicolas Pitre2019-01-181-3/+12
* vcs: poll(): cope with a deallocated vtNicolas Pitre2019-01-181-6/+15
* vcsa: clamp header values when they don't fitNicolas Pitre2019-01-181-2/+3
* vt: unicode fallback for scrollbackNicolas Pitre2018-06-281-1/+2
* vt: introduce unicode mode for /dev/vcsNicolas Pitre2018-06-281-14/+75
* 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