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
Age
Commit message (
Expand
)
Author
2025-07-09
pch_uart: Fix dma_sync_sg_for_device() nents value
Thomas Fourier
2025-07-09
serial: core: fix OF node leak
Johan Hovold
2025-06-24
serial: imx: Restore original RXTL for console to fix data loss
Fabio Estevam
2025-06-19
serial: core: restore of_node information in sysfs
Aidan Stewart
2025-06-19
vt: fix kernel-doc warnings in ucs_get_fallback()
Randy Dunlap
2025-06-19
vt: add missing notification when switching back to text mode
Nicolas Pitre
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2025-05-22
tty: serial: 8250_omap: fix TX with DMA for am33xx
Jiri Slaby (SUSE)
2025-05-21
vt: add VT_GETCONSIZECSRPOS to retrieve console size and cursor position
Nicolas Pitre
2025-05-21
vt: bracketed paste support
Nicolas Pitre
2025-05-21
vt: remove VT_RESIZE and VT_RESIZEX from vt_compat_ioctl()
Nicolas Pitre
2025-05-21
vt: process the full-width ASCII fallback range programmatically
Nicolas Pitre
2025-05-21
vt: make use of ucs_get_fallback() when glyph is unavailable
Nicolas Pitre
2025-05-21
vt: add ucs_get_fallback()
Nicolas Pitre
2025-05-21
vt: create ucs_fallback_table.h_shipped with gen_ucs_fallback_table.py
Nicolas Pitre
2025-05-21
vt: introduce gen_ucs_fallback_table.py to create ucs_fallback_table.h
Nicolas Pitre
2025-05-21
vt: move glyph determination to a separate function
Nicolas Pitre
2025-05-21
vt: make sure displayed double-width characters are remembered as such
Nicolas Pitre
2025-05-21
vt: ucs.c: fix misappropriate in_range() usage
Nicolas Pitre
2025-05-21
serial: max3100: Replace open-coded parity calculation with parity8()
Kuan-Wei Chiu
2025-05-21
serial: jsm: fix NPE during jsm_uart_port_init
Dustin Lundquist
2025-05-01
vt: add new dynamically generated files to .gitignore
Bartosz Golaszewski
2025-05-01
serdev: Refine several error or debug messages
Zijun Hu
2025-05-01
8250: microchip: pci1xxxx: Add PCIe Hot reset disable support for Rev C0 and ...
Rengarajan S
2025-05-01
tty: serial: samsung_tty: support 18 uart ports
Faraz Ata
2025-04-28
Merge 6.15-rc4 into tty-next
Greg Kroah-Hartman
2025-04-26
vt: move UCS tables to the "shipped" form
Nicolas Pitre
2025-04-26
vt: refresh ucs_width_table.h and adjust code in ucs.c accordingly
Nicolas Pitre
2025-04-26
vt: update gen_ucs_width_table.py to make tables more space efficient
Nicolas Pitre
2025-04-26
vt: remove zero-width-space handling from conv_uni_to_pc()
Nicolas Pitre
2025-04-26
vt: pad double-width code points with a zero-width space
Nicolas Pitre
2025-04-26
vt: support Unicode recomposition
Nicolas Pitre
2025-04-26
vt: create ucs_recompose_table.h with gen_ucs_recompose_table.py
Nicolas Pitre
2025-04-26
vt: introduce gen_ucs_recompose_table.py to create ucs_recompose_table.h
Nicolas Pitre
2025-04-26
vt: use new tables in ucs.c
Nicolas Pitre
2025-04-26
vt: create ucs_width_table.h with gen_ucs_width_table.py
Nicolas Pitre
2025-04-26
vt: introduce gen_ucs_width_table.py to create ucs_width_table.h
Nicolas Pitre
2025-04-26
vt: properly support zero-width Unicode code points
Nicolas Pitre
2025-04-26
vt: move unicode processing to a separate file
Nicolas Pitre
2025-04-26
vt: minor cleanup to vc_translate_unicode()
Nicolas Pitre
2025-04-26
Revert "vt: minor cleanup to vc_translate_unicode()"
Greg Kroah-Hartman
2025-04-26
Revert "vt: move unicode processing to a separate file"
Greg Kroah-Hartman
2025-04-26
Revert "vt: properly support zero-width Unicode code points"
Greg Kroah-Hartman
2025-04-26
Revert "vt: introduce gen_ucs_width.py to create ucs_width.c"
Greg Kroah-Hartman
2025-04-26
Revert "vt: update ucs_width.c using gen_ucs_width.py"
Greg Kroah-Hartman
2025-04-26
Revert "vt: introduce gen_ucs_recompose.py to create ucs_recompose.c"
Greg Kroah-Hartman
2025-04-26
Revert "vt: create ucs_recompose.c using gen_ucs_recompose.py"
Greg Kroah-Hartman
2025-04-26
Revert "vt: support Unicode recomposition"
Greg Kroah-Hartman
2025-04-26
Revert "vt: update gen_ucs_width.py to produce more space efficient tables"
Greg Kroah-Hartman
2025-04-26
Revert "vt: update ucs_width.c following latest gen_ucs_width.py"
Greg Kroah-Hartman
[next]