summaryrefslogtreecommitdiffstats
path: root/drivers/char/ttyprintk.c
Commit message (Expand)AuthorAgeFilesLines
* tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
* ttyprintk: remove redundant initialization of variable iColin Ian King2021-05-271-1/+1
* ttyprintk: Removed unnecessary TTY ioctl callbackSamo Pogačnik2021-05-131-23/+0
* ttyprintk: Add TTY port shutdown callbackSamo Pogačnik2021-05-131-13/+18
* tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
* ttyprintk: Add TTY hangup callback.Tetsuo Handa2021-04-221-0/+11
* ttyprintk: remove redundant initialization of variable retColin Ian King2020-07-101-1/+1
* ttyprintk: fix a potential deadlock in interrupt context issueZhenzhong Duan2020-01-141-6/+9
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 402Thomas Gleixner2019-06-051-4/+1
* ttyprintk: make the printk log level configurablePeter Korsgaard2018-11-091-1/+3
* ttyprintk: Neaten and simplify printingJoe Perches2016-09-131-38/+31
* char: constify tty_port_operations structsAya Mahfouz2016-02-061-1/+1
* ttyprintk: Allow built as a moduleTakashi Iwai2014-04-161-1/+12
* ttyprintk: Fix wrong tty_unregister_driver() call in the error pathTakashi Iwai2014-04-161-2/+0
* drivers/char: don't use module_init in non-modular ttyprintk.cPaul Gortmaker2014-01-131-1/+1
* ttyprintk: Fix NULL pointer deref by setting tty_port ops after initializing ...Darrick J. Wong2013-05-211-1/+1
* TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-151-1/+3
* TTY: tty_alloc_driver() returns error pointersDan Carpenter2012-08-161-2/+2
* TTY: use tty_port_link_deviceJiri Slaby2012-08-131-0/+1
* TTY: add support for unnumbered device nodesJiri Slaby2012-08-131-13/+4
* TTY: ttyprintk, initialize tty_port earlierJiri Slaby2012-08-101-4/+4
* TTY: ttyprintk, don't touch behind tty->write_bufJiri Slaby2012-08-101-1/+1
* TTY: ttyprintk, unregister tty driver on failureJiri Slaby2012-08-101-0/+1
* TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-2/+0
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * drivers/char: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker2011-10-311-0/+1
* | um: switch to use of drivers/KconfigAl Viro2011-11-021-1/+1
|/
* tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-171-1/+1
* add ttyprintk driverSamo Pogacnik2010-10-221-0/+225