index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
tty_buffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-24
Staging: speakup: Update __speakup_paste_selection() tty (ab)usage to match vt
Ben Hutchings
1
-0
/
+2
2014-05-03
tty: Fix lockless tty buffer race
Peter Hurley
1
-3
/
+14
2014-05-03
Revert "tty: Fix race condition between __tty_buffer_request_room and flush_t...
Peter Hurley
1
-14
/
+2
2014-04-24
tty: Fix race condition between __tty_buffer_request_room and flush_to_ldisc
Manfred Schlaegl
1
-2
/
+14
2014-02-28
tty: Fix low_latency BUG
Peter Hurley
1
-16
/
+4
2014-01-07
tty: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-12-09
tty: Halve flip buffer GFP_ATOMIC memory consumption
Peter Hurley
1
-10
/
+35
2013-12-08
tty: Fix stale tty_buffer_flush() comment
Peter Hurley
1
-3
/
+1
2013-12-08
staging/fwserial: Rip out rx buffering
Peter Hurley
1
-0
/
+1
2013-12-08
tty: Remove tty_prepare_flip_string_flags()
Peter Hurley
1
-28
/
+0
2013-12-08
tty: Rename tty buffer memory_used field
Peter Hurley
1
-6
/
+6
2013-12-08
tty: Enable configurable tty flip buffer limit
Peter Hurley
1
-3
/
+21
2013-07-23
tty: Remove private constant from global namespace
Peter Hurley
1
-0
/
+10
2013-07-23
tty: Fix unsafe vt paste_selection()
Peter Hurley
1
-13
/
+48
2013-07-23
tty: Merge __tty_flush_buffer() into lone call site
Peter Hurley
1
-23
/
+6
2013-07-23
tty: Use non-atomic state to signal flip buffer flush pending
Peter Hurley
1
-3
/
+4
2013-07-23
tty: Only perform flip buffer flush from tty_buffer_flush()
Peter Hurley
1
-42
/
+21
2013-07-23
tty: Ensure single-threaded flip buffer consumer with mutex
Peter Hurley
1
-21
/
+19
2013-07-23
tty: Make driver-side flip buffers lockless
Peter Hurley
1
-27
/
+4
2013-07-23
tty: Track flip buffer memory limit atomically
Peter Hurley
1
-6
/
+31
2013-07-23
tty: Simplify flip buffer list with 0-sized sentinel
Peter Hurley
1
-31
/
+18
2013-07-23
tty: Use lockless flip buffer free list
Peter Hurley
1
-17
/
+12
2013-07-23
tty: Use generic names for flip buffer list cursors
Peter Hurley
1
-10
/
+10
2013-07-23
tty: Merge tty_buffer_find() into tty_buffer_alloc()
Peter Hurley
1
-32
/
+18
2013-07-23
tty: Factor flip buffer initialization into helper function
Peter Hurley
1
-9
/
+12
2013-07-23
tty: Fix flip buffer free list
Peter Hurley
1
-6
/
+10
2013-07-23
tty: Compute flip buffer ptrs
Peter Hurley
1
-12
/
+10
2013-07-23
tty: Make ldisc input flow control concurrency-friendly
Peter Hurley
1
-4
/
+9
2013-07-23
tty: Simplify tty buffer/ldisc interface with helper function
Peter Hurley
1
-12
/
+17
2013-07-23
tty: Replace ldisc locking with ldisc_sem
Peter Hurley
1
-1
/
+1
2013-04-09
tty: Fix race condition if flushing tty flip buffers
Peter Hurley
1
-12
/
+10
2013-03-04
TTY: disable debugging warning
Jiri Slaby
1
-1
/
+1
2013-02-13
pps: Move timestamp read into PPS code proper
George Spelvin
1
-0
/
+1
2013-01-20
tty: Correct tty buffer flush.
Ilya Zykov
1
-70
/
+22
2013-01-15
TTY: switch tty_schedule_flip
Jiri Slaby
1
-4
/
+4
2013-01-15
TTY: switch tty_flip_buffer_push
Jiri Slaby
1
-4
/
+4
2013-01-15
TTY: move low_latency to tty_port
Jiri Slaby
1
-4
/
+5
2013-01-15
TTY: convert more flipping functions
Jiri Slaby
1
-16
/
+16
2013-01-15
TTY: switch tty_buffer_request_room to tty_port
Jiri Slaby
1
-3
/
+2
2012-10-25
tty: add missing newlines to WARN_RATELIMIT
Sasha Levin
1
-1
/
+1
2012-10-24
TTY: Report warning when low_latency flag is wrongly used
Ivo Sieben
1
-0
/
+1
2012-10-22
TTY: move tty buffers to tty_port
Jiri Slaby
1
-49
/
+53
2012-10-22
TTY: tty_buffer, cache pointer to tty->buf
Jiri Slaby
1
-56
/
+76
2012-10-22
TTY: move TTY_FLUSH* flags to tty_port
Jiri Slaby
1
-8
/
+10
2012-10-22
tty: prevent unnecessary work queue lock checking on flip buffer copy
Ivo Sieben
1
-1
/
+4
2012-04-09
tty: hold lock across tty buffer finding and buffer filling
Xiaobing Tu
1
-20
/
+65
2011-06-08
tty_buffer: get rid of 'seen_tail' logic in flush_to_ldisc
Linus Torvalds
1
-12
/
+2
2011-06-04
Revert "tty: make receive_buf() return the amout of bytes received"
Linus Torvalds
1
-9
/
+6
2011-04-22
tty: make receive_buf() return the amout of bytes received
Felipe Balbi
1
-6
/
+9
2011-04-04
tty: fix endless work loop when the buffer fills up
Linus Torvalds
1
-3
/
+1
[next]