index
:
android_kernel_zuk_msm8996.git
halium-9.0
lineage-16.0
lineage-17.1
lineage-18.1
lineage-19.1
lineage-20
lineage-21
lineage-22
master
ubports-9.0
null
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
tty_buffer.c
(
unfollow
)
Commit message (
Expand
)
Author
2012-04-09
tty: hold lock across tty buffer finding and buffer filling
Xiaobing Tu
2011-06-08
tty_buffer: get rid of 'seen_tail' logic in flush_to_ldisc
Linus Torvalds
2011-06-04
Revert "tty: make receive_buf() return the amout of bytes received"
Linus Torvalds
2011-04-22
tty: make receive_buf() return the amout of bytes received
Felipe Balbi
2011-04-04
tty: fix endless work loop when the buffer fills up
Linus Torvalds
2011-03-22
tty: stop using "delayed_work" in the tty layer
Linus Torvalds
2010-11-09
tty: prevent DOS in the flush_to_ldisc
Jiri Olsa
2010-11-05
TTY: create drivers/tty and move the tty core files there
Greg Kroah-Hartman
2010-05-21
tty: fix obsolete comment on tty_insert_flip_string_fixed_flag
Johan Hovold
2010-03-19
tty_buffer: Fix distinct type warning
Fang Wenqi
2010-03-02
USB: tty: Add a function to insert a string of characters with the same flag
Alan Cox
2010-03-02
tty: Keep the default buffering to sub-page units
Alan Cox
2009-10-14
tty: use the new 'flush_delayed_work()' helper to do ldisc flush
Linus Torvalds
2009-10-14
tty: Make flush_to_ldisc() locking more robust
Linus Torvalds
2009-10-14
tty: use the new 'flush_delayed_work()' helper to do ldisc flush
Linus Torvalds
2009-10-14
Make flush_to_ldisc properly handle parallel calls
Linus Torvalds
2009-07-29
pty: avoid forcing 'low_latency' tty flag
OGAWA Hirofumi
2008-10-13
tty: split the buffering from tty_io
Alan Cox