index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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
2025-03-20
tty: n_tty: move more_to_be_read to the end of n_tty_read()
Jiri Slaby (SUSE)
1
-15
/
+14
2025-03-20
tty: n_tty: extract n_tty_wait_for_input()
Jiri Slaby (SUSE)
1
-26
/
+31
2025-03-20
tty: n_tty: extract n_tty_continue_cookie() from n_tty_read()
Jiri Slaby (SUSE)
1
-30
/
+36
2025-03-20
tty: n_tty: drop n_tty_trace()
Jiri Slaby (SUSE)
1
-14
/
+0
2025-03-20
tty: n_tty: clean up process_output_block()
Jiri Slaby (SUSE)
1
-16
/
+11
2025-03-20
tty: n_tty: simplify process_output()
Jiri Slaby (SUSE)
1
-10
/
+4
2025-03-20
tty: n_tty: use uint for space returned by tty_write_room()
Jiri Slaby (SUSE)
1
-6
/
+7
2025-03-20
tty: move N_TTY_BUF_SIZE to n_tty
Jiri Slaby (SUSE)
1
-0
/
+2
2024-06-04
tty: n_tty: Fix buffer offsets when lookahead is used
Ilpo Järvinen
1
-6
/
+16
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
[next]