index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
tty_buffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-08
Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-9
/
+50
2022-07-08
tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()
Jiri Slaby
1
-0
/
+31
2022-07-08
tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push()
Jiri Slaby
1
-5
/
+10
2022-06-10
tty: Implement lookahead to process XON/XOFF timely
Ilpo Järvinen
1
-9
/
+50
2022-05-13
tty: fix deadlock caused by calling printk() under tty_port->lock
Qi Zheng
1
-1
/
+2
2021-11-26
tty: reformat kernel-doc in tty_buffer.c
Jiri Slaby
1
-127
/
+124
2021-11-25
tty: drop tty_schedule_flip()
Jiri Slaby
1
-22
/
+8
2021-10-18
tty: tty_buffer: Fix the softlockup issue in flush_to_ldisc
Guanghui Feng
1
-0
/
+3
2021-05-20
tty: tty_buffer: Fix incorrectly documented function __tty_buffer_request_room()
Lee Jones
1
-1
/
+1
2021-05-13
tty: tty_buffer: Fix coding style issues of block comments
Xiaofei Tan
1
-3
/
+6
2021-05-13
tty: tty_buffer: Remove the repeated word 'the'
Xiaofei Tan
1
-2
/
+2
2021-05-13
tty: tty_buffer: Add a blank line after declarations
Xiaofei Tan
1
-0
/
+7
2021-05-13
tty: make tty_buffer_space_avail return uint
Jiri Slaby
1
-1
/
+1
2021-05-13
tty: make fp of tty_ldisc_ops::receive_buf{,2} const
Jiri Slaby
1
-2
/
+2
2021-04-15
tty: move some internal tty lock enums and functions out of tty.h
Greg Kroah-Hartman
1
-1
/
+1
2020-11-06
tty: tty_buffer: Add missing description for 'limit'
Lee Jones
1
-0
/
+1
2020-08-18
tty: fix kernel-doc
Jiri Slaby
1
-7
/
+7
2019-01-30
tty: increase the default flip buffer limit to 2*640K
Manfred Schlaegl
1
-1
/
+1
2018-10-11
tty: wipe buffer.
Linus Torvalds
1
-1
/
+5
2018-09-18
TTY: tty_buffer, warn on leaks
Jiri Slaby
1
-1
/
+6
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
2017-11-04
tty: fix tty_ldisc_receive_buf() documentation
Johan Hovold
1
-1
/
+1
2017-08-02
tty: fix __tty_insert_flip_char regression
Arnd Bergmann
1
-1
/
+2
2017-07-30
tty: improve tty_insert_flip_char() slow path
Arnd Bergmann
1
-2
/
+3
2017-07-30
tty: improve tty_insert_flip_char() fast path
Arnd Bergmann
1
-0
/
+24
2017-02-03
tty_port: Add port client functions
Rob Herring
1
-14
/
+3
2017-01-19
tty: constify tty_ldisc_receive_buf buffer pointer
Rob Herring
1
-1
/
+1
2016-05-01
Fix OpenSSH pty regression on close
Brian Bloniarz
1
-28
/
+6
2016-01-29
tty: Unify receive_buf() code paths
Peter Hurley
1
-11
/
+28
2015-12-13
tty: Fix GPF in flush_to_ldisc()
Peter Hurley
1
-1
/
+1
2015-10-18
tty: Use unbound workqueue for all input workers
Peter Hurley
1
-1
/
+1
2015-10-18
tty: Abstract tty buffer work
Peter Hurley
1
-0
/
+10
2015-10-04
tty: fix data race on tty_buffer.commit
Dmitry Vyukov
1
-3
/
+12
2015-10-04
tty: fix data race in tty_buffer_flush
Dmitry Vyukov
1
-1
/
+4
2015-10-04
tty: fix data race in flush_to_ldisc
Dmitry Vyukov
1
-1
/
+1
2015-07-24
tty: buffers: Move hidden buffer index advance into outer loop
Peter Hurley
1
-1
/
+1
2015-07-24
tty: Replace smp_rmb/smp_wmb with smp_load_acquire/smp_store_release
Peter Hurley
1
-6
/
+4
2015-05-19
Merge 4.1-rc4 into tty-next
Greg Kroah-Hartman
1
-14
/
+27
2015-05-10
pty: Fix input race when closing
Peter Hurley
1
-14
/
+27
2015-05-10
tty: tty_buffer.c: move assignment out of if () block
Greg Kroah-Hartman
1
-1
/
+2
2015-02-02
pty: Fix buffer flush deadlock
Peter Hurley
1
-0
/
+6
2014-11-06
tty: Flush ldisc buffer atomically with tty flip buffers
Peter Hurley
1
-2
/
+8
2014-05-23
Staging: speakup: Update __speakup_paste_selection() tty (ab)usage to match vt
Ben Hutchings
1
-0
/
+2
2014-05-04
tty: Fix lockless tty buffer race
Peter Hurley
1
-3
/
+14
2014-05-04
Revert "tty: Fix race condition between __tty_buffer_request_room and flush_t...
Peter Hurley
1
-14
/
+2
2014-04-25
tty: Fix race condition between __tty_buffer_request_room and flush_to_ldisc
Manfred Schlaegl
1
-2
/
+14
2014-03-01
tty: Fix low_latency BUG
Peter Hurley
1
-16
/
+4
2014-01-08
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-09
tty: Fix stale tty_buffer_flush() comment
Peter Hurley
1
-3
/
+1
[next]