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_buffer.c
Age
Commit message (
Expand
)
Author
2023-10-03
tty: tty_buffer: use bool for 'restart' in tty_buffer_unlock_exclusive()
Jiri Slaby (SUSE)
2023-08-22
tty: tty_buffer: invert conditions in __tty_buffer_request_room()
Jiri Slaby (SUSE)
2023-08-22
tty: tty_buffer: initialize variables in initializers already
Jiri Slaby (SUSE)
2023-08-22
tty: tty_buffer: better types in __tty_buffer_request_room()
Jiri Slaby (SUSE)
2023-08-22
tty: tty_buffer: use __tty_insert_flip_string_flags() in tty_insert_flip_char()
Jiri Slaby (SUSE)
2023-08-22
tty: tty_buffer: let tty_prepare_flip_string() return size_t
Jiri Slaby (SUSE)
2023-08-22
tty: tty_buffer: switch insert functions to size_t
Jiri Slaby (SUSE)
2023-08-22
tty: tty_buffer: warn if losing flags in __tty_insert_flip_string_flags()
Jiri Slaby (SUSE)
2023-08-22
tty: tty_buffer: unify tty_insert_flip_string_{fixed_flag,flags}()
Jiri Slaby (SUSE)
2023-08-22
tty: tty_buffer: use struct_size() in tty_buffer_alloc()
Jiri Slaby (SUSE)
2023-08-11
tty: use u8 for flags
Jiri Slaby (SUSE)
2023-08-11
tty: use u8 for chars
Jiri Slaby (SUSE)
2023-08-11
tty: switch count in tty_ldisc_receive_buf() to size_t
Jiri Slaby (SUSE)
2023-08-11
tty: switch receive_buf() counts to size_t
Jiri Slaby (SUSE)
2023-08-11
tty: make tty_port_client_operations operate with u8
Jiri Slaby (SUSE)
2022-11-09
tty: Convert tty_buffer flags to bool
Ilpo Järvinen
2022-11-03
tty: Cleanup tty buffer align mask
Ilpo Järvinen
2022-08-30
tty: Fix lookahead_buf crash with serdev
Vincent Whitchurch
2022-08-08
Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2022-07-08
tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()
Jiri Slaby
2022-07-08
tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push()
Jiri Slaby
2022-06-10
tty: Implement lookahead to process XON/XOFF timely
Ilpo Järvinen
2022-05-12
tty: fix deadlock caused by calling printk() under tty_port->lock
Qi Zheng
2021-11-26
tty: reformat kernel-doc in tty_buffer.c
Jiri Slaby
2021-11-25
tty: drop tty_schedule_flip()
Jiri Slaby
2021-10-18
tty: tty_buffer: Fix the softlockup issue in flush_to_ldisc
Guanghui Feng
2021-05-20
tty: tty_buffer: Fix incorrectly documented function __tty_buffer_request_room()
Lee Jones
2021-05-13
tty: tty_buffer: Fix coding style issues of block comments
Xiaofei Tan
2021-05-13
tty: tty_buffer: Remove the repeated word 'the'
Xiaofei Tan
2021-05-13
tty: tty_buffer: Add a blank line after declarations
Xiaofei Tan
2021-05-13
tty: make tty_buffer_space_avail return uint
Jiri Slaby
2021-05-13
tty: make fp of tty_ldisc_ops::receive_buf{,2} const
Jiri Slaby
2021-04-15
tty: move some internal tty lock enums and functions out of tty.h
Greg Kroah-Hartman
2020-11-06
tty: tty_buffer: Add missing description for 'limit'
Lee Jones
2020-08-18
tty: fix kernel-doc
Jiri Slaby
2019-01-30
tty: increase the default flip buffer limit to 2*640K
Manfred Schlaegl
2018-10-11
tty: wipe buffer.
Linus Torvalds
2018-09-18
TTY: tty_buffer, warn on leaks
Jiri Slaby
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-11-04
tty: fix tty_ldisc_receive_buf() documentation
Johan Hovold
2017-08-02
tty: fix __tty_insert_flip_char regression
Arnd Bergmann
2017-07-30
tty: improve tty_insert_flip_char() slow path
Arnd Bergmann
2017-07-30
tty: improve tty_insert_flip_char() fast path
Arnd Bergmann
2017-02-03
tty_port: Add port client functions
Rob Herring
2017-01-19
tty: constify tty_ldisc_receive_buf buffer pointer
Rob Herring
2016-05-01
Fix OpenSSH pty regression on close
Brian Bloniarz
2016-01-28
tty: Unify receive_buf() code paths
Peter Hurley
2015-12-12
tty: Fix GPF in flush_to_ldisc()
Peter Hurley
2015-10-17
tty: Use unbound workqueue for all input workers
Peter Hurley
2015-10-17
tty: Abstract tty buffer work
Peter Hurley
[next]