index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
tty_port.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-13
tty: tty_port: Fix coding style issues of block comments
Xiaofei Tan
1
-5
/
+9
2021-05-13
tty: tty_port: Add a blank line after declarations
Xiaofei Tan
1
-0
/
+1
2021-05-13
tty: tty_port: Delete a blank line before EXPORT_SYMBOL(foo)
Xiaofei Tan
1
-1
/
+0
2021-05-13
tty: cumulate and document tty_struct::flow* members
Jiri Slaby
1
-1
/
+1
2021-04-15
tty: create internal tty.h file
Greg Kroah-Hartman
1
-0
/
+1
2020-11-06
tty: tty_port: Demote obvious abuse of kernel-doc formatting
Lee Jones
1
-2
/
+2
2020-02-10
serdev: ttyport: restore client ops on deregistration
Johan Hovold
1
-2
/
+3
2019-12-30
tty: always relink the port
Sudip Mukherjee
1
-2
/
+1
2019-12-17
tty: link tty and port before configuring it as console
Sudip Mukherjee
1
-1
/
+2
2019-04-16
Revert "tty: fix NULL pointer issue when tty_port ops is not set"
Johan Hovold
1
-5
/
+5
2019-03-28
tty: fix NULL pointer issue when tty_port ops is not set
Fabien Dessenne
1
-5
/
+5
2018-11-27
tty: do not set TTY_IO_ERROR flag if console port
Chanho Park
1
-1
/
+2
2018-09-18
tty_port: Remove incorrect whitespace after comments
Tobin C. Harding
1
-7
/
+0
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
2017-09-18
ttyport: trivial fix for some typo in comments
Antonio Borneo
1
-2
/
+2
2017-06-04
Revert "tty: fix port buffer locking"
Greg Kroah-Hartman
1
-2
/
+0
2017-05-18
tty/serdev: add serdev registration interface
Johan Hovold
1
-0
/
+75
2017-05-18
tty: fix port buffer locking
Vegard Nossum
1
-0
/
+2
2017-05-18
Revert "tty_port: register tty ports with serdev bus"
Johan Hovold
1
-12
/
+0
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-1
/
+1
2017-02-03
tty_port: register tty ports with serdev bus
Rob Herring
1
-0
/
+12
2017-02-03
tty_port: Add port client functions
Rob Herring
1
-6
/
+40
2017-01-19
tty_port: make tty_port_register_device wrap tty_port_register_device_attr
Rob Herring
1
-2
/
+1
2017-01-19
tty_port: allow a port to be opened with a tty that has no file handle
Alan Cox
1
-2
/
+2
2016-04-30
tty: Replace ASYNC_INITIALIZED bit and update atomically
Peter Hurley
1
-6
/
+7
2016-04-30
tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomically
Peter Hurley
1
-6
/
+6
2016-04-30
tty: Replace TTY_IO_ERROR bit tests with tty_io_error()
Peter Hurley
1
-1
/
+1
2016-01-28
tty: Remove ASYNC_CLOSING
Peter Hurley
1
-2
/
+1
2016-01-28
tty: Use termios c_*flag macros
Peter Hurley
1
-1
/
+1
2016-01-28
tty: Allow unreadable mess to be > 80 chars
Peter Hurley
1
-4
/
+2
2015-12-13
tty: Define tty_*() printk macros
Peter Hurley
1
-5
/
+4
2015-10-17
tty: Abstract tty buffer work
Peter Hurley
1
-1
/
+1
2015-10-17
tty: Remove tty_port::close_wait
Peter Hurley
1
-2
/
+0
2015-10-17
tty: Remove ASYNC_CLOSING checks in open()/hangup() methods
Peter Hurley
1
-12
/
+1
2015-10-17
tty: Remove tty_wait_until_sent_from_close()
Peter Hurley
1
-9
/
+2
2014-11-26
tty: Deletion of unnecessary checks before two function calls
Markus Elfring
1
-2
/
+1
2014-11-06
tty: Flush tty buffers after hardware shutdown
Peter Hurley
1
-0
/
+1
2014-11-06
tty: Move tty hung up check from port->lock critical section
Peter Hurley
1
-4
/
+2
2014-07-10
tty: Remove tty_hung_up_p() tests from tty drivers' open()
Peter Hurley
1
-5
/
+3
2014-07-10
tty: Move tty->closing from port lock critical section
Peter Hurley
1
-2
/
+4
2014-07-10
tty: Document locking for tty_port_hangup()
Peter Hurley
1
-0
/
+2
2014-07-10
tty: Document locking for tty_port_block_til_ready()
Peter Hurley
1
-0
/
+5
2014-07-10
tty: Document locking for tty_port_open()
Peter Hurley
1
-0
/
+8
2014-07-10
tty: Document locking for tty_port_close{,start,end}()
Peter Hurley
1
-0
/
+14
2014-01-07
tty: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-09-25
tty: Remove unused drop() method from tty_port interface
Peter Hurley
1
-5
/
+1
2013-09-25
tty: Prevent tty_port destruction if tty not released
Peter Hurley
1
-0
/
+4
2013-07-26
tty_port: Fix refcounting leak in tty_port_tty_hangup()
Gianluca Anzolin
1
-3
/
+2
2013-03-18
tty: Complete ownership transfer of flip buffers
Peter Hurley
1
-0
/
+1
2013-03-18
TTY: fix close of uninitialised ports
Johan Hovold
1
-8
/
+10
[next]