index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
tty_buffer.c
Age
Commit message (
Expand
)
Author
2022-07-29
tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()
Jiri Slaby
2022-07-29
tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push()
Jiri Slaby
2022-07-29
tty: drop tty_schedule_flip()
Jiri Slaby
2022-06-14
tty: fix deadlock caused by calling printk() under tty_port->lock
Qi Zheng
2021-11-26
tty: tty_buffer: Fix the softlockup issue in flush_to_ldisc
Guanghui Feng
2019-04-05
tty: increase the default flip buffer limit to 2*640K
Manfred Schlaegl
2018-12-01
tty: wipe buffer.
Linus Torvalds
2018-01-02
tty: fix tty_ldisc_receive_buf() documentation
Johan Hovold
2017-09-27
tty: fix __tty_insert_flip_char regression
Arnd Bergmann
2017-09-27
tty: improve tty_insert_flip_char() slow path
Arnd Bergmann
2017-09-27
tty: improve tty_insert_flip_char() fast path
Arnd Bergmann
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
2015-10-04
tty: fix data race on tty_buffer.commit
Dmitry Vyukov
2015-10-04
tty: fix data race in tty_buffer_flush
Dmitry Vyukov
2015-10-04
tty: fix data race in flush_to_ldisc
Dmitry Vyukov
2015-07-23
tty: buffers: Move hidden buffer index advance into outer loop
Peter Hurley
2015-07-23
tty: Replace smp_rmb/smp_wmb with smp_load_acquire/smp_store_release
Peter Hurley
2015-05-18
Merge 4.1-rc4 into tty-next
Greg Kroah-Hartman
2015-05-10
pty: Fix input race when closing
Peter Hurley
2015-05-10
tty: tty_buffer.c: move assignment out of if () block
Greg Kroah-Hartman
2015-02-02
pty: Fix buffer flush deadlock
Peter Hurley
2014-11-05
tty: Flush ldisc buffer atomically with tty flip buffers
Peter Hurley
2014-05-24
Staging: speakup: Update __speakup_paste_selection() tty (ab)usage to match vt
Ben Hutchings
2014-05-03
tty: Fix lockless tty buffer race
Peter Hurley
2014-05-03
Revert "tty: Fix race condition between __tty_buffer_request_room and flush_t...
Peter Hurley
2014-04-24
tty: Fix race condition between __tty_buffer_request_room and flush_to_ldisc
Manfred Schlaegl
2014-02-28
tty: Fix low_latency BUG
Peter Hurley
2014-01-07
tty: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2013-12-09
tty: Halve flip buffer GFP_ATOMIC memory consumption
Peter Hurley
2013-12-08
tty: Fix stale tty_buffer_flush() comment
Peter Hurley
2013-12-08
staging/fwserial: Rip out rx buffering
Peter Hurley
2013-12-08
tty: Remove tty_prepare_flip_string_flags()
Peter Hurley
2013-12-08
tty: Rename tty buffer memory_used field
Peter Hurley
2013-12-08
tty: Enable configurable tty flip buffer limit
Peter Hurley
2013-07-23
tty: Remove private constant from global namespace
Peter Hurley
2013-07-23
tty: Fix unsafe vt paste_selection()
Peter Hurley
2013-07-23
tty: Merge __tty_flush_buffer() into lone call site
Peter Hurley
2013-07-23
tty: Use non-atomic state to signal flip buffer flush pending
Peter Hurley
2013-07-23
tty: Only perform flip buffer flush from tty_buffer_flush()
Peter Hurley
2013-07-23
tty: Ensure single-threaded flip buffer consumer with mutex
Peter Hurley
2013-07-23
tty: Make driver-side flip buffers lockless
Peter Hurley
2013-07-23
tty: Track flip buffer memory limit atomically
Peter Hurley
2013-07-23
tty: Simplify flip buffer list with 0-sized sentinel
Peter Hurley
2013-07-23
tty: Use lockless flip buffer free list
Peter Hurley
2013-07-23
tty: Use generic names for flip buffer list cursors
Peter Hurley
2013-07-23
tty: Merge tty_buffer_find() into tty_buffer_alloc()
Peter Hurley
[next]