index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
tty_driver.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
1
-3
/
+3
2023-08-11
tty: propagate u8 data to tty_operations::put_char()
Jiri Slaby (SUSE)
1
-1
/
+1
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
1
-2
/
+1
2022-09-22
tty: remove TTY_DRIVER_MAGIC
наб
1
-5
/
+0
2022-09-09
termios: get rid of non-UAPI asm/termios.h
Al Viro
1
-0
/
+1
2022-08-30
tty: Make ->set_termios() old ktermios const
Ilpo Järvinen
1
-2
/
+2
2021-11-26
tty: reformat TTY_DRIVER_ flags into kernel-doc
Jiri Slaby
1
-43
/
+47
2021-11-26
tty: combine tty_operations triple docs into kernel-doc
Jiri Slaby
1
-9
/
+27
2021-11-26
tty: add kernel-doc for tty_operations
Jiri Slaby
1
-157
/
+241
2021-11-26
tty: add kernel-doc for tty_driver
Jiri Slaby
1
-12
/
+50
2021-10-30
tty: Fix extra "not" in TTY_DRIVER_REAL_RAW description
Anssi Hannula
1
-1
/
+1
2021-09-22
tty: remove extern from functions in tty headers
Jiri Slaby
1
-4
/
+4
2021-07-27
tty: drop put_tty_driver
Jiri Slaby
1
-1
/
+0
2021-07-27
tty: make tty_set_operations an inline
Jiri Slaby
1
-2
/
+6
2021-07-27
tty: drop alloc_tty_driver
Jiri Slaby
1
-12
/
+0
2021-07-27
tty: include kref.h in tty_driver.h
Jiri Slaby
1
-0
/
+1
2021-07-27
tty: move tty_driver related prototypes to tty_driver.h
Jiri Slaby
1
-0
/
+17
2021-05-13
tty: remove unused tty_throttle
Jiri Slaby
1
-1
/
+1
2021-05-13
tty: make tty_operations::chars_in_buffer return uint
Jiri Slaby
1
-1
/
+1
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
1
-2
/
+2
2021-05-13
tty: cumulate and document tty_struct::flow* members
Jiri Slaby
1
-2
/
+2
2021-04-10
tty: fix return value for unsupported ioctls
Johan Hovold
1
-1
/
+1
2020-12-04
tty: Remove dead termiox code
Jann Horn
1
-9
/
+0
2018-09-14
tty_ioctl(): start taking TIOC[SG]SERIAL into separate methods
Al Viro
1
-0
/
+3
2018-05-16
tty: replace ->proc_fops with ->proc_show
Christoph Hellwig
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-28
pty: show associative slave of ptmx in fdinfo
Masatake YAMATO
1
-0
/
+2
2017-06-30
randstruct: Mark various structs for randomization
Kees Cook
1
-2
/
+2
2016-04-26
devpts: more pty driver interface cleanups
Linus Torvalds
1
-2
/
+2
2015-08-03
Avoid usb reset crashes by making tty_io cdevs truly dynamic
Richard Watts
1
-1
/
+1
2014-09-23
tty: Serialize tty flow control changes with flow_lock
Peter Hurley
1
-0
/
+4
2014-07-10
tty: Document locking for tty driver methods
Peter Hurley
1
-3
/
+5
2013-02-04
tty: Document required behavior of tty driver close()
Peter Hurley
1
-0
/
+1
2012-08-13
TTY: move cdev_add to tty_register_device
Jiri Slaby
1
-1
/
+1
2012-08-13
TTY: add support for unnumbered device nodes
Jiri Slaby
1
-0
/
+6
2012-08-13
TTY: pty, switch to tty_alloc_driver
Jiri Slaby
1
-0
/
+4
2012-08-10
TTY: pass flags to alloc_tty_driver
Jiri Slaby
1
-4
/
+19
2012-07-17
tty: Move the handling of the tty release logic
Alan Cox
1
-8
/
+3
2012-06-13
TTY: add ports array to tty_driver
Jiri Slaby
1
-0
/
+1
2012-03-08
TTY: tty_driver, document tty->ops->shutdown limitation
Jiri Slaby
1
-0
/
+2
2012-03-08
TTY: remove minor_num from tty_driver
Jiri Slaby
1
-1
/
+0
2012-03-08
TTY: let alloc_tty_driver deduce the owner automatically
Jiri Slaby
1
-1
/
+4
2012-01-17
tty: remove unused tty_driver->termios_locked
Konstantin Khlebnikov
1
-1
/
+0
2011-08-23
TTY: pty, fix pty counting
Jiri Slaby
1
-0
/
+3
2011-02-17
tty: now phase out the ioctl file pointer for good
Alan Cox
1
-5
/
+4
2011-02-17
tiocmset: kill the file pointer argument
Alan Cox
1
-1
/
+1
2011-02-17
tiocmget: kill off the passing of the struct file
Alan Cox
1
-1
/
+1
2010-12-16
tty: fix typos/errors in tty_driver.h comments
Timur Tabi
1
-4
/
+4
2010-11-16
TTY: include termios.h in tty_driver.h
Jiri Slaby
1
-0
/
+1
2010-10-22
tty: Make tiocgicount a handler
Alan Cox
1
-0
/
+9
[next]