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
2024-06-04
tty: n_tty: Fix buffer offsets when lookahead is used
Ilpo Järvinen
2023-10-03
tty: invert return values of tty_{,un}throttle_safe()
Jiri Slaby (SUSE)
2023-10-03
tty: n_tty: use do-while in n_tty_check_{,un}throttle()
Jiri Slaby (SUSE)
2023-10-03
tty: n_tty: invert the condition in copy_from_read_buf()
Jiri Slaby (SUSE)
2023-10-03
tty: n_tty: use min3() in copy_from_read_buf()
Jiri Slaby (SUSE)
2023-10-03
tty: n_tty: rename and retype 'retval' in n_tty_ioctl()
Jiri Slaby (SUSE)
2023-10-03
tty: n_tty: use 'retval' instead of 'c'
Jiri Slaby (SUSE)
2023-08-27
tty: n_tty: deduplicate copy code in n_tty_receive_buf_real_raw()
Jiri Slaby (SUSE)
2023-08-27
tty: n_tty: extract ECHO_OP processing to a separate function
Jiri Slaby (SUSE)
2023-08-27
tty: n_tty: unify counts to size_t
Jiri Slaby (SUSE)
2023-08-27
tty: n_tty: use u8 for chars and flags
Jiri Slaby (SUSE)
2023-08-27
tty: n_tty: simplify chars_in_buffer()
Jiri Slaby (SUSE)
2023-08-27
tty: n_tty: remove unsigned char casts from character constants
Jiri Slaby (SUSE)
2023-08-27
tty: n_tty: move newline handling to a separate function
Jiri Slaby (SUSE)
2023-08-27
tty: n_tty: move canon handling to a separate function
Jiri Slaby (SUSE)
2023-08-27
tty: n_tty: use MASK() for masking out size bits
Jiri Slaby (SUSE)
2023-08-27
tty: n_tty: make n_tty_data::num_overrun unsigned
Jiri Slaby (SUSE)
2023-08-27
tty: n_tty: use time_is_before_jiffies() in n_tty_receive_overrun()
Jiri Slaby (SUSE)
2023-08-27
tty: n_tty: use 'num' for writes' counts
Jiri Slaby (SUSE)
2023-08-27
tty: n_tty: use output character directly
Jiri Slaby (SUSE)
2023-08-27
tty: n_tty: make flow of n_tty_receive_buf_common() a bool
Jiri Slaby (SUSE)
2023-08-11
tty: ldops: unify to u8
Jiri Slaby (SUSE)
2023-08-11
tty: use u8 for flags
Jiri Slaby (SUSE)
2023-08-11
tty: use u8 for chars
Jiri Slaby (SUSE)
2023-08-11
tty: make tty_ldisc_ops::*buf*() hooks operate on size_t
Jiri Slaby (SUSE)
2023-07-25
n_tty: make many tty parameters const
Jiri Slaby
2023-07-25
n_tty: pass ldata to canon_skip_eof() directly
Jiri Slaby
2023-07-25
n_tty: simplify and sanitize zero_buffer()
Jiri Slaby
2023-07-25
n_tty: drop fp from n_tty_receive_buf_real_raw()
Jiri Slaby
2023-06-15
tty: fix hang on tty device with no_room set
Hui Li
2023-03-17
n_tty: Reindent if condition
Ilpo Järvinen
2023-03-17
n_tty: Cleanup includes
Ilpo Järvinen
2023-03-17
n_tty: Use DIV_ROUND_UP() in room calculation
Ilpo Järvinen
2023-03-17
n_tty: Sort includes alphabetically
Ilpo Järvinen
2023-03-17
n_tty: Convert no_space_left to space_left boolean
Ilpo Järvinen
2022-11-22
n_tty: Rename tail to old_tail in n_tty_read()
Ilpo Järvinen
2022-08-30
tty: Make ldisc ->set_termios() old ktermios const
Ilpo Järvinen
2022-06-10
tty: Use flow-control char function on closing path
Ilpo Järvinen
2022-06-10
tty: Implement lookahead to process XON/XOFF timely
Ilpo Järvinen
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
[next]