index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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
*
tty: Convert tty_buffer flags to bool
Ilpo Järvinen
2022-11-09
1
-14
/
+14
*
tty: Cleanup tty buffer align mask
Ilpo Järvinen
2022-11-03
1
-2
/
+2
*
tty: Fix lookahead_buf crash with serdev
Vincent Whitchurch
2022-08-30
1
-5
/
+9
*
Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2022-08-08
1
-9
/
+50
|
\
|
*
tty: Implement lookahead to process XON/XOFF timely
Ilpo Järvinen
2022-06-10
1
-9
/
+50
*
|
tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()
Jiri Slaby
2022-07-08
1
-0
/
+31
*
|
tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push()
Jiri Slaby
2022-07-08
1
-5
/
+10
|
/
*
tty: fix deadlock caused by calling printk() under tty_port->lock
Qi Zheng
2022-05-12
1
-1
/
+2
*
tty: reformat kernel-doc in tty_buffer.c
Jiri Slaby
2021-11-26
1
-127
/
+124
*
tty: drop tty_schedule_flip()
Jiri Slaby
2021-11-25
1
-22
/
+8
*
tty: tty_buffer: Fix the softlockup issue in flush_to_ldisc
Guanghui Feng
2021-10-18
1
-0
/
+3
*
tty: tty_buffer: Fix incorrectly documented function __tty_buffer_request_room()
Lee Jones
2021-05-20
1
-1
/
+1
*
tty: tty_buffer: Fix coding style issues of block comments
Xiaofei Tan
2021-05-13
1
-3
/
+6
*
tty: tty_buffer: Remove the repeated word 'the'
Xiaofei Tan
2021-05-13
1
-2
/
+2
*
tty: tty_buffer: Add a blank line after declarations
Xiaofei Tan
2021-05-13
1
-0
/
+7
*
tty: make tty_buffer_space_avail return uint
Jiri Slaby
2021-05-13
1
-1
/
+1
*
tty: make fp of tty_ldisc_ops::receive_buf{,2} const
Jiri Slaby
2021-05-13
1
-2
/
+2
*
tty: move some internal tty lock enums and functions out of tty.h
Greg Kroah-Hartman
2021-04-15
1
-1
/
+1
*
tty: tty_buffer: Add missing description for 'limit'
Lee Jones
2020-11-06
1
-0
/
+1
*
tty: fix kernel-doc
Jiri Slaby
2020-08-18
1
-7
/
+7
*
tty: increase the default flip buffer limit to 2*640K
Manfred Schlaegl
2019-01-30
1
-1
/
+1
*
tty: wipe buffer.
Linus Torvalds
2018-10-11
1
-1
/
+5
*
TTY: tty_buffer, warn on leaks
Jiri Slaby
2018-09-18
1
-1
/
+6
*
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-11-08
1
-0
/
+1
*
tty: fix tty_ldisc_receive_buf() documentation
Johan Hovold
2017-11-04
1
-1
/
+1
*
tty: fix __tty_insert_flip_char regression
Arnd Bergmann
2017-08-02
1
-1
/
+2
*
tty: improve tty_insert_flip_char() slow path
Arnd Bergmann
2017-07-30
1
-2
/
+3
*
tty: improve tty_insert_flip_char() fast path
Arnd Bergmann
2017-07-30
1
-0
/
+24
*
tty_port: Add port client functions
Rob Herring
2017-02-03
1
-14
/
+3
*
tty: constify tty_ldisc_receive_buf buffer pointer
Rob Herring
2017-01-19
1
-1
/
+1
*
Fix OpenSSH pty regression on close
Brian Bloniarz
2016-05-01
1
-28
/
+6
*
tty: Unify receive_buf() code paths
Peter Hurley
2016-01-28
1
-11
/
+28
*
tty: Fix GPF in flush_to_ldisc()
Peter Hurley
2015-12-12
1
-1
/
+1
*
tty: Use unbound workqueue for all input workers
Peter Hurley
2015-10-17
1
-1
/
+1
*
tty: Abstract tty buffer work
Peter Hurley
2015-10-17
1
-0
/
+10
*
tty: fix data race on tty_buffer.commit
Dmitry Vyukov
2015-10-04
1
-3
/
+12
*
tty: fix data race in tty_buffer_flush
Dmitry Vyukov
2015-10-04
1
-1
/
+4
*
tty: fix data race in flush_to_ldisc
Dmitry Vyukov
2015-10-04
1
-1
/
+1
*
tty: buffers: Move hidden buffer index advance into outer loop
Peter Hurley
2015-07-23
1
-1
/
+1
*
tty: Replace smp_rmb/smp_wmb with smp_load_acquire/smp_store_release
Peter Hurley
2015-07-23
1
-6
/
+4
*
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
[next]