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