index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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-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
2021-05-13
tty: drop tty_ldisc_ops::refcount
Jiri Slaby
1
-1
/
+1
2021-05-13
tty: set tty_ldisc_ops::num statically
Jiri Slaby
1
-1
/
+2
2021-05-13
tty: cumulate and document tty_struct::ctrl* members
Jiri Slaby
1
-15
/
+15
2021-05-13
tty: cumulate and document tty_struct::flow* members
Jiri Slaby
1
-4
/
+4
2021-05-13
tty: make fp of tty_ldisc_ops::receive_buf{,2} const
Jiri Slaby
1
-8
/
+8
2021-05-13
n_tty: remove superfluous return from n_tty_receive_signal_char
Jiri Slaby
1
-1
/
+0
2021-05-13
n_tty: invert TTY_NORMAL condition in n_tty_receive_buf_standard
Jiri Slaby
1
-14
/
+17
2021-05-13
n_tty: do only one cp dereference in n_tty_receive_buf_standard
Jiri Slaby
1
-4
/
+4
2021-05-13
n_tty: make n_tty_receive_char_special return void
Jiri Slaby
1
-16
/
+11
2021-05-13
n_tty: move lnext handling
Jiri Slaby
1
-15
/
+8
2021-05-13
n_tty: drop parmrk_dbl from n_tty_receive_char
Jiri Slaby
1
-5
/
+4
2021-05-13
n_tty: drop n_tty_receive_buf_fast
Jiri Slaby
1
-33
/
+3
2021-05-13
n_tty: remove n_tty_receive_char_fast
Jiri Slaby
1
-26
/
+6
2021-05-13
n_tty: remove n_tty_receive_char wrapper
Jiri Slaby
1
-7
/
+2
2021-04-15
tty: create internal tty.h file
Greg Kroah-Hartman
1
-0
/
+1
2021-03-10
tty: n_tty, set tty_ldisc_ops::owner
Jiri Slaby
1
-0
/
+1
2021-03-10
tty: remove TTY_LDISC_MAGIC
Jiri Slaby
1
-1
/
+0
2021-02-21
Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-66
/
+87
2021-01-25
Commit 9bb48c82aced ("tty: implement write_iter") converted the tty
Sami Tolvanen
1
-5
/
+2
2021-01-21
Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/to...
Greg Kroah-Hartman
1
-66
/
+85
2021-01-21
tty: teach the n_tty ICANON case about the new "cookie continuations" too
Linus Torvalds
1
-7
/
+19
2021-01-21
tty: teach n_tty line discipline about the new "cookie continuations"
Linus Torvalds
1
-10
/
+42
2021-01-21
tty: clean up legacy leftovers from n_tty line discipline
Linus Torvalds
1
-20
/
+9
2021-01-21
tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer
Linus Torvalds
1
-48
/
+34
2021-01-07
tty: Protect disc_data in n_tty_close and n_tty_flush_buffer
Yan.Gao
1
-0
/
+2
2020-11-06
tty: n_tty: Add 2 missing parameter descriptions
Lee Jones
1
-0
/
+2
2020-08-18
tty: ldiscs, fix kernel-doc
Jiri Slaby
1
-2
/
+2
2020-02-23
n_tty: Distribute switch variables for initialization
Kees Cook
1
-2
/
+2
[next]