index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
tty_port.c
Age
Commit message (
Expand
)
Author
2019-04-16
Revert "tty: fix NULL pointer issue when tty_port ops is not set"
Johan Hovold
2019-03-28
tty: fix NULL pointer issue when tty_port ops is not set
Fabien Dessenne
2018-11-27
tty: do not set TTY_IO_ERROR flag if console port
Chanho Park
2018-09-18
tty_port: Remove incorrect whitespace after comments
Tobin C. Harding
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-09-18
ttyport: trivial fix for some typo in comments
Antonio Borneo
2017-06-04
Revert "tty: fix port buffer locking"
Greg Kroah-Hartman
2017-05-18
tty/serdev: add serdev registration interface
Johan Hovold
2017-05-18
tty: fix port buffer locking
Vegard Nossum
2017-05-18
Revert "tty_port: register tty ports with serdev bus"
Johan Hovold
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-02-03
tty_port: register tty ports with serdev bus
Rob Herring
2017-02-03
tty_port: Add port client functions
Rob Herring
2017-01-19
tty_port: make tty_port_register_device wrap tty_port_register_device_attr
Rob Herring
2017-01-19
tty_port: allow a port to be opened with a tty that has no file handle
Alan Cox
2016-04-30
tty: Replace ASYNC_INITIALIZED bit and update atomically
Peter Hurley
2016-04-30
tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomically
Peter Hurley
2016-04-30
tty: Replace TTY_IO_ERROR bit tests with tty_io_error()
Peter Hurley
2016-01-28
tty: Remove ASYNC_CLOSING
Peter Hurley
2016-01-28
tty: Use termios c_*flag macros
Peter Hurley
2016-01-28
tty: Allow unreadable mess to be > 80 chars
Peter Hurley
2015-12-13
tty: Define tty_*() printk macros
Peter Hurley
2015-10-17
tty: Abstract tty buffer work
Peter Hurley
2015-10-17
tty: Remove tty_port::close_wait
Peter Hurley
2015-10-17
tty: Remove ASYNC_CLOSING checks in open()/hangup() methods
Peter Hurley
2015-10-17
tty: Remove tty_wait_until_sent_from_close()
Peter Hurley
2014-11-26
tty: Deletion of unnecessary checks before two function calls
Markus Elfring
2014-11-06
tty: Flush tty buffers after hardware shutdown
Peter Hurley
2014-11-06
tty: Move tty hung up check from port->lock critical section
Peter Hurley
2014-07-10
tty: Remove tty_hung_up_p() tests from tty drivers' open()
Peter Hurley
2014-07-10
tty: Move tty->closing from port lock critical section
Peter Hurley
2014-07-10
tty: Document locking for tty_port_hangup()
Peter Hurley
2014-07-10
tty: Document locking for tty_port_block_til_ready()
Peter Hurley
2014-07-10
tty: Document locking for tty_port_open()
Peter Hurley
2014-07-10
tty: Document locking for tty_port_close{,start,end}()
Peter Hurley
2014-01-07
tty: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2013-09-25
tty: Remove unused drop() method from tty_port interface
Peter Hurley
2013-09-25
tty: Prevent tty_port destruction if tty not released
Peter Hurley
2013-07-26
tty_port: Fix refcounting leak in tty_port_tty_hangup()
Gianluca Anzolin
2013-03-18
tty: Complete ownership transfer of flip buffers
Peter Hurley
2013-03-18
TTY: fix close of uninitialised ports
Johan Hovold
2013-03-18
TTY: clean up port drain-delay handling
Johan Hovold
2013-03-18
TTY: fix DTR not being dropped on hang up
Johan Hovold
2013-03-18
TTY: fix DTR being raised on hang up
Johan Hovold
2013-03-18
TTY: wake up processes last at hangup
Johan Hovold
2013-03-18
TTY: clean up port shutdown
Johan Hovold
2013-03-18
TTY: add tty_port_tty_hangup helper
Jiri Slaby
2013-03-18
TTY: add tty_port_tty_wakeup helper
Jiri Slaby
2012-11-15
TTY: introduce tty_port_destroy
Jiri Slaby
2012-11-15
TTY: pty, fix tty buffers leak
Jiri Slaby
[next]