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
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
/
n_tty.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-03
tty: invert return values of tty_{,un}throttle_safe()
Jiri Slaby (SUSE)
1
-2
/
+2
2023-10-03
tty: n_tty: use do-while in n_tty_check_{,un}throttle()
Jiri Slaby (SUSE)
1
-12
/
+7
2023-10-03
tty: n_tty: invert the condition in copy_from_read_buf()
Jiri Slaby (SUSE)
1
-18
/
+20
2023-10-03
tty: n_tty: use min3() in copy_from_read_buf()
Jiri Slaby (SUSE)
1
-2
/
+1
2023-10-03
tty: n_tty: rename and retype 'retval' in n_tty_ioctl()
Jiri Slaby (SUSE)
1
-4
/
+4
2023-10-03
tty: n_tty: use 'retval' instead of 'c'
Jiri Slaby (SUSE)
1
-5
/
+4
2023-08-27
tty: n_tty: deduplicate copy code in n_tty_receive_buf_real_raw()
Jiri Slaby (SUSE)
1
-13
/
+12
2023-08-27
tty: n_tty: extract ECHO_OP processing to a separate function
Jiri Slaby (SUSE)
1
-96
/
+98
2023-08-27
tty: n_tty: unify counts to size_t
Jiri Slaby (SUSE)
1
-17
/
+15
2023-08-27
tty: n_tty: use u8 for chars and flags
Jiri Slaby (SUSE)
1
-36
/
+36
2023-08-27
tty: n_tty: simplify chars_in_buffer()
Jiri Slaby (SUSE)
1
-6
/
+2
2023-08-27
tty: n_tty: remove unsigned char casts from character constants
Jiri Slaby (SUSE)
1
-3
/
+3
2023-08-27
tty: n_tty: move newline handling to a separate function
Jiri Slaby (SUSE)
1
-8
/
+19
2023-08-27
tty: n_tty: move canon handling to a separate function
Jiri Slaby (SUSE)
1
-71
/
+87
2023-08-27
tty: n_tty: use MASK() for masking out size bits
Jiri Slaby (SUSE)
1
-12
/
+11
2023-08-27
tty: n_tty: make n_tty_data::num_overrun unsigned
Jiri Slaby (SUSE)
1
-2
/
+2
2023-08-27
tty: n_tty: use time_is_before_jiffies() in n_tty_receive_overrun()
Jiri Slaby (SUSE)
1
-2
/
+1
2023-08-27
tty: n_tty: use 'num' for writes' counts
Jiri Slaby (SUSE)
1
-9
/
+8
2023-08-27
tty: n_tty: use output character directly
Jiri Slaby (SUSE)
1
-2
/
+1
2023-08-27
tty: n_tty: make flow of n_tty_receive_buf_common() a bool
Jiri Slaby (SUSE)
1
-3
/
+3
2023-08-11
tty: ldops: unify to u8
Jiri Slaby (SUSE)
1
-6
/
+5
2023-08-11
tty: use u8 for flags
Jiri Slaby (SUSE)
1
-14
/
+14
2023-08-11
tty: use u8 for chars
Jiri Slaby (SUSE)
1
-14
/
+14
2023-08-11
tty: make tty_ldisc_ops::*buf*() hooks operate on size_t
Jiri Slaby (SUSE)
1
-6
/
+8
2023-07-25
n_tty: make many tty parameters const
Jiri Slaby
1
-15
/
+17
2023-07-25
n_tty: pass ldata to canon_skip_eof() directly
Jiri Slaby
1
-3
/
+2
2023-07-25
n_tty: simplify and sanitize zero_buffer()
Jiri Slaby
1
-6
/
+3
2023-07-25
n_tty: drop fp from n_tty_receive_buf_real_raw()
Jiri Slaby
1
-2
/
+2
2023-06-15
tty: fix hang on tty device with no_room set
Hui Li
1
-4
/
+21
2023-03-17
n_tty: Reindent if condition
Ilpo Järvinen
1
-1
/
+1
2023-03-17
n_tty: Cleanup includes
Ilpo Järvinen
1
-6
/
+3
2023-03-17
n_tty: Use DIV_ROUND_UP() in room calculation
Ilpo Järvinen
1
-1
/
+2
2023-03-17
n_tty: Sort includes alphabetically
Ilpo Järvinen
1
-14
/
+15
2023-03-17
n_tty: Convert no_space_left to space_left boolean
Ilpo Järvinen
1
-5
/
+5
2022-11-22
n_tty: Rename tail to old_tail in n_tty_read()
Ilpo Järvinen
1
-3
/
+3
2022-08-30
tty: Make ldisc ->set_termios() old ktermios const
Ilpo Järvinen
1
-1
/
+1
2022-06-10
tty: Use flow-control char function on closing path
Ilpo Järvinen
1
-9
/
+4
2022-06-10
tty: Implement lookahead to process XON/XOFF timely
Ilpo Järvinen
1
-16
/
+75
2022-05-19
tty: Rework receive flow control char logic
Ilpo Järvinen
1
-5
/
+11
2022-04-22
tty: Add function for handling flow control chars
Ilpo Järvinen
1
-11
/
+18
2022-04-15
tty: n_tty: Restore EOF push handling behavior
Daniel Gibson
1
-1
/
+37
2022-02-16
tty: n_tty: do not look ahead for EOL character past the end of the buffer
Linus Torvalds
1
-4
/
+2
2022-01-31
n_tty: wake up poll(POLLRDNORM) on receiving data
TATSUKAWA KOSUKE (立川 江介)
1
-2
/
+2
2022-01-23
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
1
-1
/
+1
2022-01-15
all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
Yury Norov
1
-1
/
+1
2021-11-26
tty: reformat kernel-doc in n_tty.c
Jiri Slaby
1
-355
/
+316
2021-11-26
tty: fix kernel-doc in n_tty.c
Jiri Slaby
1
-26
/
+27
2021-11-25
tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl
Jiri Slaby
1
-2
/
+2
2021-09-22
tty: remove file from n_tty_ioctl_helper
Jiri Slaby
1
-1
/
+1
2021-09-22
tty: remove flags from struct tty_ldisc_ops
Jiri Slaby
1
-1
/
+0
[next]