summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2025-07-05drivers/tty/serial/8250: update driver for JH7100Samin Guo1-0/+8
2025-07-05serial: 8250_dw: Add starfive,jh7100-hsuart compatibleEmil Renner Berthing1-0/+1
2025-06-24serial: imx: Restore original RXTL for console to fix data lossFabio Estevam1-5/+12
2025-06-19serial: core: restore of_node information in sysfsAidan Stewart1-0/+1
2025-06-19vt: fix kernel-doc warnings in ucs_get_fallback()Randy Dunlap1-1/+1
2025-06-19vt: add missing notification when switching back to text modeNicolas Pitre1-0/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar18-25/+28
2025-05-22tty: serial: 8250_omap: fix TX with DMA for am33xxJiri Slaby (SUSE)1-15/+10
2025-05-21vt: add VT_GETCONSIZECSRPOS to retrieve console size and cursor positionNicolas Pitre1-0/+16
2025-05-21vt: bracketed paste supportNicolas Pitre2-4/+42
2025-05-21vt: remove VT_RESIZE and VT_RESIZEX from vt_compat_ioctl()Nicolas Pitre1-2/+0
2025-05-21vt: process the full-width ASCII fallback range programmaticallyNicolas Pitre3-95/+17
2025-05-21vt: make use of ucs_get_fallback() when glyph is unavailableNicolas Pitre1-0/+13
2025-05-21vt: add ucs_get_fallback()Nicolas Pitre2-1/+86
2025-05-21vt: create ucs_fallback_table.h_shipped with gen_ucs_fallback_table.pyNicolas Pitre3-1/+3445
2025-05-21vt: introduce gen_ucs_fallback_table.py to create ucs_fallback_table.hNicolas Pitre1-0/+352
2025-05-21vt: move glyph determination to a separate functionNicolas Pitre1-33/+38
2025-05-21vt: make sure displayed double-width characters are remembered as suchNicolas Pitre1-1/+8
2025-05-21vt: ucs.c: fix misappropriate in_range() usageNicolas Pitre1-4/+4
2025-05-21serial: max3100: Replace open-coded parity calculation with parity8()Kuan-Wei Chiu1-1/+2
2025-05-21serial: jsm: fix NPE during jsm_uart_port_initDustin Lundquist1-0/+1
2025-05-01vt: add new dynamically generated files to .gitignoreBartosz Golaszewski1-0/+2
2025-05-01serdev: Refine several error or debug messagesZijun Hu1-5/+3
2025-05-018250: microchip: pci1xxxx: Add PCIe Hot reset disable support for Rev C0 and ...Rengarajan S1-0/+10
2025-05-01tty: serial: samsung_tty: support 18 uart portsFaraz Ata1-1/+1
2025-04-28Merge 6.15-rc4 into tty-nextGreg Kroah-Hartman3-3/+14
2025-04-26vt: move UCS tables to the "shipped" formNicolas Pitre5-10/+45
2025-04-26vt: refresh ucs_width_table.h and adjust code in ucs.c accordinglyNicolas Pitre2-275/+319
2025-04-26vt: update gen_ucs_width_table.py to make tables more space efficientNicolas Pitre1-6/+49
2025-04-26vt: remove zero-width-space handling from conv_uni_to_pc()Nicolas Pitre2-3/+1
2025-04-26vt: pad double-width code points with a zero-width spaceNicolas Pitre1-3/+8
2025-04-26vt: support Unicode recompositionNicolas Pitre2-3/+73
2025-04-26vt: create ucs_recompose_table.h with gen_ucs_recompose_table.pyNicolas Pitre1-0/+102
2025-04-26vt: introduce gen_ucs_recompose_table.py to create ucs_recompose_table.hNicolas Pitre1-0/+255
2025-04-26vt: use new tables in ucs.cNicolas Pitre1-20/+24
2025-04-26vt: create ucs_width_table.h with gen_ucs_width_table.pyNicolas Pitre1-0/+445
2025-04-26vt: introduce gen_ucs_width_table.py to create ucs_width_table.hNicolas Pitre1-0/+256
2025-04-26vt: properly support zero-width Unicode code pointsNicolas Pitre1-2/+68
2025-04-26vt: move unicode processing to a separate fileNicolas Pitre3-40/+60
2025-04-26vt: minor cleanup to vc_translate_unicode()Nicolas Pitre1-5/+8
2025-04-26Revert "vt: minor cleanup to vc_translate_unicode()"Greg Kroah-Hartman1-8/+5
2025-04-26Revert "vt: move unicode processing to a separate file"Greg Kroah-Hartman3-48/+40
2025-04-26Revert "vt: properly support zero-width Unicode code points"Greg Kroah-Hartman1-44/+2
2025-04-26Revert "vt: introduce gen_ucs_width.py to create ucs_width.c"Greg Kroah-Hartman1-264/+0
2025-04-26Revert "vt: update ucs_width.c using gen_ucs_width.py"Greg Kroah-Hartman1-474/+21
2025-04-26Revert "vt: introduce gen_ucs_recompose.py to create ucs_recompose.c"Greg Kroah-Hartman1-321/+0
2025-04-26Revert "vt: create ucs_recompose.c using gen_ucs_recompose.py"Greg Kroah-Hartman2-171/+1
2025-04-26Revert "vt: support Unicode recomposition"Greg Kroah-Hartman1-9/+2
2025-04-26Revert "vt: update gen_ucs_width.py to produce more space efficient tables"Greg Kroah-Hartman1-113/+41
2025-04-26Revert "vt: update ucs_width.c following latest gen_ucs_width.py"Greg Kroah-Hartman1-470/+432