index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
tty_buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 4.1-rc4 into tty-next
Greg Kroah-Hartman
2015-05-18
1
-14
/
+27
|
\
|
*
pty: Fix input race when closing
Peter Hurley
2015-05-10
1
-14
/
+27
*
|
tty: tty_buffer.c: move assignment out of if () block
Greg Kroah-Hartman
2015-05-10
1
-1
/
+2
|
/
*
pty: Fix buffer flush deadlock
Peter Hurley
2015-02-02
1
-0
/
+6
*
tty: Flush ldisc buffer atomically with tty flip buffers
Peter Hurley
2014-11-05
1
-2
/
+8
*
Staging: speakup: Update __speakup_paste_selection() tty (ab)usage to match vt
Ben Hutchings
2014-05-24
1
-0
/
+2
*
tty: Fix lockless tty buffer race
Peter Hurley
2014-05-03
1
-3
/
+14
*
Revert "tty: Fix race condition between __tty_buffer_request_room and flush_t...
Peter Hurley
2014-05-03
1
-14
/
+2
*
tty: Fix race condition between __tty_buffer_request_room and flush_to_ldisc
Manfred Schlaegl
2014-04-24
1
-2
/
+14
*
tty: Fix low_latency BUG
Peter Hurley
2014-02-28
1
-16
/
+4
*
tty: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-07
1
-1
/
+0
*
tty: Halve flip buffer GFP_ATOMIC memory consumption
Peter Hurley
2013-12-09
1
-10
/
+35
*
tty: Fix stale tty_buffer_flush() comment
Peter Hurley
2013-12-08
1
-3
/
+1
*
staging/fwserial: Rip out rx buffering
Peter Hurley
2013-12-08
1
-0
/
+1
*
tty: Remove tty_prepare_flip_string_flags()
Peter Hurley
2013-12-08
1
-28
/
+0
*
tty: Rename tty buffer memory_used field
Peter Hurley
2013-12-08
1
-6
/
+6
*
tty: Enable configurable tty flip buffer limit
Peter Hurley
2013-12-08
1
-3
/
+21
*
tty: Remove private constant from global namespace
Peter Hurley
2013-07-23
1
-0
/
+10
*
tty: Fix unsafe vt paste_selection()
Peter Hurley
2013-07-23
1
-13
/
+48
*
tty: Merge __tty_flush_buffer() into lone call site
Peter Hurley
2013-07-23
1
-23
/
+6
*
tty: Use non-atomic state to signal flip buffer flush pending
Peter Hurley
2013-07-23
1
-3
/
+4
*
tty: Only perform flip buffer flush from tty_buffer_flush()
Peter Hurley
2013-07-23
1
-42
/
+21
*
tty: Ensure single-threaded flip buffer consumer with mutex
Peter Hurley
2013-07-23
1
-21
/
+19
*
tty: Make driver-side flip buffers lockless
Peter Hurley
2013-07-23
1
-27
/
+4
*
tty: Track flip buffer memory limit atomically
Peter Hurley
2013-07-23
1
-6
/
+31
*
tty: Simplify flip buffer list with 0-sized sentinel
Peter Hurley
2013-07-23
1
-31
/
+18
*
tty: Use lockless flip buffer free list
Peter Hurley
2013-07-23
1
-17
/
+12
*
tty: Use generic names for flip buffer list cursors
Peter Hurley
2013-07-23
1
-10
/
+10
*
tty: Merge tty_buffer_find() into tty_buffer_alloc()
Peter Hurley
2013-07-23
1
-32
/
+18
*
tty: Factor flip buffer initialization into helper function
Peter Hurley
2013-07-23
1
-9
/
+12
*
tty: Fix flip buffer free list
Peter Hurley
2013-07-23
1
-6
/
+10
*
tty: Compute flip buffer ptrs
Peter Hurley
2013-07-23
1
-12
/
+10
*
tty: Make ldisc input flow control concurrency-friendly
Peter Hurley
2013-07-23
1
-4
/
+9
*
tty: Simplify tty buffer/ldisc interface with helper function
Peter Hurley
2013-07-23
1
-12
/
+17
*
tty: Replace ldisc locking with ldisc_sem
Peter Hurley
2013-07-23
1
-1
/
+1
*
tty: Fix race condition if flushing tty flip buffers
Peter Hurley
2013-04-09
1
-12
/
+10
*
TTY: disable debugging warning
Jiri Slaby
2013-03-04
1
-1
/
+1
*
pps: Move timestamp read into PPS code proper
George Spelvin
2013-02-13
1
-0
/
+1
*
tty: Correct tty buffer flush.
Ilya Zykov
2013-01-20
1
-70
/
+22
*
TTY: switch tty_schedule_flip
Jiri Slaby
2013-01-15
1
-4
/
+4
*
TTY: switch tty_flip_buffer_push
Jiri Slaby
2013-01-15
1
-4
/
+4
*
TTY: move low_latency to tty_port
Jiri Slaby
2013-01-15
1
-4
/
+5
*
TTY: convert more flipping functions
Jiri Slaby
2013-01-15
1
-16
/
+16
*
TTY: switch tty_buffer_request_room to tty_port
Jiri Slaby
2013-01-15
1
-3
/
+2
*
tty: add missing newlines to WARN_RATELIMIT
Sasha Levin
2012-10-25
1
-1
/
+1
*
TTY: Report warning when low_latency flag is wrongly used
Ivo Sieben
2012-10-24
1
-0
/
+1
*
TTY: move tty buffers to tty_port
Jiri Slaby
2012-10-22
1
-49
/
+53
*
TTY: tty_buffer, cache pointer to tty->buf
Jiri Slaby
2012-10-22
1
-56
/
+76
*
TTY: move TTY_FLUSH* flags to tty_port
Jiri Slaby
2012-10-22
1
-8
/
+10
*
tty: prevent unnecessary work queue lock checking on flip buffer copy
Ivo Sieben
2012-10-22
1
-1
/
+4
[next]