index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
n_tty.c
Age
Commit message (
Expand
)
Author
2022-05-19
tty: Rework receive flow control char logic
Ilpo Järvinen
2022-04-22
tty: Add function for handling flow control chars
Ilpo Järvinen
2022-04-15
tty: n_tty: Restore EOF push handling behavior
Daniel Gibson
2022-02-16
tty: n_tty: do not look ahead for EOL character past the end of the buffer
Linus Torvalds
2022-01-31
n_tty: wake up poll(POLLRDNORM) on receiving data
TATSUKAWA KOSUKE (立川 江介)
2022-01-23
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
2022-01-15
all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
Yury Norov
2021-11-26
tty: reformat kernel-doc in n_tty.c
Jiri Slaby
2021-11-26
tty: fix kernel-doc in n_tty.c
Jiri Slaby
2021-11-25
tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl
Jiri Slaby
2021-09-22
tty: remove file from n_tty_ioctl_helper
Jiri Slaby
2021-09-22
tty: remove flags from struct tty_ldisc_ops
Jiri Slaby
2021-05-13
tty: drop tty_ldisc_ops::refcount
Jiri Slaby
2021-05-13
tty: set tty_ldisc_ops::num statically
Jiri Slaby
2021-05-13
tty: cumulate and document tty_struct::ctrl* members
Jiri Slaby
2021-05-13
tty: cumulate and document tty_struct::flow* members
Jiri Slaby
2021-05-13
tty: make fp of tty_ldisc_ops::receive_buf{,2} const
Jiri Slaby
2021-05-13
n_tty: remove superfluous return from n_tty_receive_signal_char
Jiri Slaby
2021-05-13
n_tty: invert TTY_NORMAL condition in n_tty_receive_buf_standard
Jiri Slaby
2021-05-13
n_tty: do only one cp dereference in n_tty_receive_buf_standard
Jiri Slaby
2021-05-13
n_tty: make n_tty_receive_char_special return void
Jiri Slaby
2021-05-13
n_tty: move lnext handling
Jiri Slaby
2021-05-13
n_tty: drop parmrk_dbl from n_tty_receive_char
Jiri Slaby
2021-05-13
n_tty: drop n_tty_receive_buf_fast
Jiri Slaby
2021-05-13
n_tty: remove n_tty_receive_char_fast
Jiri Slaby
2021-05-13
n_tty: remove n_tty_receive_char wrapper
Jiri Slaby
2021-04-15
tty: create internal tty.h file
Greg Kroah-Hartman
2021-03-10
tty: n_tty, set tty_ldisc_ops::owner
Jiri Slaby
2021-03-10
tty: remove TTY_LDISC_MAGIC
Jiri Slaby
2021-02-20
Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2021-01-25
Commit 9bb48c82aced ("tty: implement write_iter") converted the tty
Sami Tolvanen
2021-01-21
Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/to...
Greg Kroah-Hartman
2021-01-20
tty: teach the n_tty ICANON case about the new "cookie continuations" too
Linus Torvalds
2021-01-20
tty: teach n_tty line discipline about the new "cookie continuations"
Linus Torvalds
2021-01-20
tty: clean up legacy leftovers from n_tty line discipline
Linus Torvalds
2021-01-20
tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer
Linus Torvalds
2021-01-07
tty: Protect disc_data in n_tty_close and n_tty_flush_buffer
Yan.Gao
2020-11-06
tty: n_tty: Add 2 missing parameter descriptions
Lee Jones
2020-08-18
tty: ldiscs, fix kernel-doc
Jiri Slaby
2020-02-23
n_tty: Distribute switch variables for initialization
Kees Cook
2020-02-10
n_tty: check printk arguments for n_tty_trace
Jiri Slaby
2019-04-16
n_tty: check for negative and zero space return from tty_write_room
Colin Ian King
2019-01-18
n_tty: update comment for WAKEUP_CHARS define
Valentin Vidic
2018-12-05
tty: Don't block on IO when ldisc change is pending
Dmitry Safonov
2018-10-11
tty: wipe buffer if not echoing data
Greg KH
2018-06-28
n_tty: Access echo_* variables carefully.
Tetsuo Handa
2018-06-28
n_tty: Fix stall at n_tty_receive_char_special().
Tetsuo Handa
2018-02-28
tty: make n_tty_read() always abort if hangup is in progress
Tejun Heo
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
[next]