summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2025-04-26vt: introduce gen_ucs_recompose_table.py to create ucs_recompose_table.hNicolas Pitre
2025-04-26vt: use new tables in ucs.cNicolas Pitre
2025-04-26vt: create ucs_width_table.h with gen_ucs_width_table.pyNicolas Pitre
2025-04-26vt: introduce gen_ucs_width_table.py to create ucs_width_table.hNicolas Pitre
2025-04-26vt: properly support zero-width Unicode code pointsNicolas Pitre
2025-04-26vt: move unicode processing to a separate fileNicolas Pitre
2025-04-26vt: minor cleanup to vc_translate_unicode()Nicolas Pitre
2025-04-26Revert "vt: minor cleanup to vc_translate_unicode()"Greg Kroah-Hartman
2025-04-26Revert "vt: move unicode processing to a separate file"Greg Kroah-Hartman
2025-04-26Revert "vt: properly support zero-width Unicode code points"Greg Kroah-Hartman
2025-04-26Revert "vt: introduce gen_ucs_width.py to create ucs_width.c"Greg Kroah-Hartman
2025-04-26Revert "vt: update ucs_width.c using gen_ucs_width.py"Greg Kroah-Hartman
2025-04-26Revert "vt: introduce gen_ucs_recompose.py to create ucs_recompose.c"Greg Kroah-Hartman
2025-04-26Revert "vt: create ucs_recompose.c using gen_ucs_recompose.py"Greg Kroah-Hartman
2025-04-26Revert "vt: support Unicode recomposition"Greg Kroah-Hartman
2025-04-26Revert "vt: update gen_ucs_width.py to produce more space efficient tables"Greg Kroah-Hartman
2025-04-26Revert "vt: update ucs_width.c following latest gen_ucs_width.py"Greg Kroah-Hartman
2025-04-26Revert "vt: pad double-width code points with a zero-white-space"Greg Kroah-Hartman
2025-04-26Revert "vt: remove zero-white-space handling from conv_uni_to_pc()"Greg Kroah-Hartman
2025-04-26Revert "vt: fix comment vs definition mismatch"Greg Kroah-Hartman
2025-04-25tty/vt: Gather the code that outputs char with utf8 in mindAlexey Gladkov
2025-04-25tty/vt: Use KVAL instead of use bit operationAlexey Gladkov
2025-04-25serial: 8250: unexport serial8250_rpm_*() functionsJiri Slaby (SUSE)
2025-04-25serial: use uart_port_ref_lock() helperJiri Slaby (SUSE)
2025-04-25serial: rename local uart_port_lock() -> uart_port_ref_lock()Jiri Slaby (SUSE)
2025-04-25serial: switch uart_port::iotype to enum uart_iotypeJiri Slaby (SUSE)
2025-04-25tty: use lock guard()s in tty_ioJiri Slaby (SUSE)
2025-04-25tty: simplify throttling using guard()sJiri Slaby (SUSE)
2025-04-25tty: Remove unused API tty_port_register_device_serdev()Zijun Hu
2025-04-25mxser: Use non-hybrid PCI devres APIPhilipp Stanner
2025-04-15serial: sifive: lock port in startup()/shutdown() callbacksRyo Takakura
2025-04-15serial: 8250_of: manage bus clock in suspend/resumeAlex Elder
2025-04-15serial: sifive: Switch to nbcon consoleRyo Takakura
2025-04-15vt: fix comment vs definition mismatchNicolas Pitre
2025-04-11tty: Require CAP_SYS_ADMIN for all usages of TIOCL_SELMOUSEREPORTGünther Noack
2025-04-11serial: msm: Configure correct working mode before starting earlyconStephan Gerhold
2025-04-11serial: sh-sci: Introduced sci_of_dataThierry Bultel
2025-04-11serial: sh-sci: Introduced function pointersThierry Bultel
2025-04-11serial: sh-sci: Fix a comment about SCIFAThierry Bultel
2025-04-11vt: remove zero-white-space handling from conv_uni_to_pc()Nicolas Pitre
2025-04-11vt: pad double-width code points with a zero-white-spaceNicolas Pitre
2025-04-11vt: update ucs_width.c following latest gen_ucs_width.pyNicolas Pitre
2025-04-11vt: update gen_ucs_width.py to produce more space efficient tablesNicolas Pitre
2025-04-11vt: support Unicode recompositionNicolas Pitre
2025-04-11vt: create ucs_recompose.c using gen_ucs_recompose.pyNicolas Pitre
2025-04-11vt: introduce gen_ucs_recompose.py to create ucs_recompose.cNicolas Pitre
2025-04-11vt: update ucs_width.c using gen_ucs_width.pyNicolas Pitre
2025-04-11vt: introduce gen_ucs_width.py to create ucs_width.cNicolas Pitre
2025-04-11vt: properly support zero-width Unicode code pointsNicolas Pitre
2025-04-11vt: move unicode processing to a separate fileNicolas Pitre