aboutsummaryrefslogtreecommitdiff
path: root/fs/proc/proc_tty.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-17proc: delete unused <linux/uaccess.h> includesGravatar Alexey Dobriyan 1-2/+0
2018-05-16tty: replace ->proc_fops with ->proc_showGravatar Christoph Hellwig 1-3/+3
2018-05-16proc: introduce proc_create_seq{,_data}Gravatar Christoph Hellwig 1-14/+2
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-20tty fix oops when rmmod 8250Gravatar nixiaoming 1-1/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2014-08-08proc: remove proc_tty_ldisc variableGravatar Alexey Dobriyan 1-2/+2
2011-01-13proc: use seq_puts()/seq_putc() where possibleGravatar Alexey Dobriyan 1-13/+13
2010-10-23Revert "tty: Add a new file /proc/tty/consoles"Gravatar Linus Torvalds 1-158/+0
2010-10-22tty: Add a new file /proc/tty/consolesGravatar Dr. Werner Fink 1-0/+158
2009-04-01proc tty: remove struct tty_operations::read_procGravatar Alexey Dobriyan 1-14/+4
2009-04-01proc tty: add struct tty_operations::proc_fopsGravatar Alexey Dobriyan 1-7/+13
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerGravatar Alexey Dobriyan 1-1/+0
2008-07-20tty: Ldisc revampGravatar Alan Cox 1-48/+0
2008-04-30tty: The big operations reworkGravatar Alan Cox 1-4/+2
2008-04-29proc: convert /proc/tty/ldiscs to seq_file interfaceGravatar Alexey Dobriyan 1-31/+45
2008-04-29proc: switch to proc_create()Gravatar Alexey Dobriyan 1-4/+1
2008-02-08procfs: constify function pointer tablesGravatar Jan Engelhardt 1-1/+1
2008-02-08proc: simplify function prototypesGravatar Alexey Dobriyan 1-3/+0
2007-07-16Make /proc/tty/drivers use seq_list_xxx helpersGravatar Pavel Emelianov 1-12/+3
2007-05-08Protect tty drivers list with tty_mutexGravatar Alexey Dobriyan 1-0/+3
2007-02-12[PATCH] mark struct file_operations const 6Gravatar Arjan van de Ven 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+242