index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
tty_port.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-29
tty: Remove ASYNC_CLOSING
Peter Hurley
1
-2
/
+1
2016-01-29
tty: Use termios c_*flag macros
Peter Hurley
1
-1
/
+1
2016-01-29
tty: Allow unreadable mess to be > 80 chars
Peter Hurley
1
-4
/
+2
2015-12-14
tty: Define tty_*() printk macros
Peter Hurley
1
-5
/
+4
2015-10-18
tty: Abstract tty buffer work
Peter Hurley
1
-1
/
+1
2015-10-18
tty: Remove tty_port::close_wait
Peter Hurley
1
-2
/
+0
2015-10-18
tty: Remove ASYNC_CLOSING checks in open()/hangup() methods
Peter Hurley
1
-12
/
+1
2015-10-18
tty: Remove tty_wait_until_sent_from_close()
Peter Hurley
1
-9
/
+2
2014-11-27
tty: Deletion of unnecessary checks before two function calls
Markus Elfring
1
-2
/
+1
2014-11-07
tty: Flush tty buffers after hardware shutdown
Peter Hurley
1
-0
/
+1
2014-11-07
tty: Move tty hung up check from port->lock critical section
Peter Hurley
1
-4
/
+2
2014-07-11
tty: Remove tty_hung_up_p() tests from tty drivers' open()
Peter Hurley
1
-5
/
+3
2014-07-11
tty: Move tty->closing from port lock critical section
Peter Hurley
1
-2
/
+4
2014-07-11
tty: Document locking for tty_port_hangup()
Peter Hurley
1
-0
/
+2
2014-07-11
tty: Document locking for tty_port_block_til_ready()
Peter Hurley
1
-0
/
+5
2014-07-11
tty: Document locking for tty_port_open()
Peter Hurley
1
-0
/
+8
2014-07-11
tty: Document locking for tty_port_close{,start,end}()
Peter Hurley
1
-0
/
+14
2014-01-08
tty: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-09-26
tty: Remove unused drop() method from tty_port interface
Peter Hurley
1
-5
/
+1
2013-09-26
tty: Prevent tty_port destruction if tty not released
Peter Hurley
1
-0
/
+4
2013-07-27
tty_port: Fix refcounting leak in tty_port_tty_hangup()
Gianluca Anzolin
1
-3
/
+2
2013-03-19
tty: Complete ownership transfer of flip buffers
Peter Hurley
1
-0
/
+1
2013-03-19
TTY: fix close of uninitialised ports
Johan Hovold
1
-8
/
+10
2013-03-19
TTY: clean up port drain-delay handling
Johan Hovold
1
-11
/
+16
2013-03-19
TTY: fix DTR not being dropped on hang up
Johan Hovold
1
-12
/
+15
2013-03-19
TTY: fix DTR being raised on hang up
Johan Hovold
1
-1
/
+1
2013-03-19
TTY: wake up processes last at hangup
Johan Hovold
1
-1
/
+1
2013-03-19
TTY: clean up port shutdown
Johan Hovold
1
-2
/
+7
2013-03-19
TTY: add tty_port_tty_hangup helper
Jiri Slaby
1
-0
/
+17
2013-03-19
TTY: add tty_port_tty_wakeup helper
Jiri Slaby
1
-0
/
+16
2012-11-16
TTY: introduce tty_port_destroy
Jiri Slaby
1
-1
/
+15
2012-11-16
TTY: pty, fix tty buffers leak
Jiri Slaby
1
-1
/
+1
2012-10-23
TTY: move tty buffers to tty_port
Jiri Slaby
1
-0
/
+2
2012-09-07
tty_register_device_attr updated for tty-next
Tomas Hlavacek
1
-0
/
+24
2012-08-14
TTY: add tty_port_link_device
Jiri Slaby
1
-1
/
+21
2012-08-14
TTY: tty_port, add some documentation
Jiri Slaby
1
-0
/
+21
[next]