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