aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-12-01Merge tag 'objtool-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-21/+21
2025-12-01Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-33/+18
2025-11-28tty: convert ptm_open_peer() to FD_ADD()Christian Brauner1-33/+18
2025-11-26serial: 8250: Fix 8250_rsa symbol loopIlpo Järvinen4-13/+21
2025-11-21tty: synclink_gt: Fix namespace collision and startup() section placement with -ffunction-sectionsJosh Poimboeuf1-10/+10
2025-11-21tty: amiserial: Fix namespace collision and startup() section placement with -ffunction-sectionsJosh Poimboeuf1-7/+7
2025-11-21serial: icom: Fix namespace collision and startup() section placement with -ffunction-sectionsJosh Poimboeuf1-4/+4
2025-10-28serial: amba-pl011: prefer dma_mapping_error() over explicit address checkingMiaoqian Lin1-1/+1
2025-10-22serial: 8250_mtk: Enable baud clock and manage in runtime PMDaniel Golle1-2/+4
2025-10-22serial: 8250_dw: handle reset control deassert errorArtem Shimko1-1/+3
2025-10-22serial: sc16is7xx: remove useless enable of enhanced featuresHugo Villeneuve1-7/+0
2025-10-22serial: 8250_exar: add support for Advantech 2 port card with Device ID 0x0018Florian Eckert1-0/+11
2025-10-22tty: serial: sh-sci: fix RSCI FIFO overrun handlingCosmin Tanislav1-6/+8
2025-10-07Merge tag 'tty-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-160/+16
2025-10-04Merge tag 'tty-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds26-1384/+1104
2025-10-01Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-2/+8
2025-09-23Merge tag 'qcom-drivers-for-6.18-2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/driversArnd Bergmann1-1/+7
2025-09-17serial: qcom-geni: Load UART qup Firmware from linux sideViken Dadhaniya1-1/+7
2025-09-17serial: qcom-geni: Fix blocked taskKrzysztof Kozlowski1-160/+16
2025-09-17tty: serial: fix help message for SERIAL_CPMArturs Artamonovs1-1/+1
2025-09-15Merge tag 'microchip-soc-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into soc/driversArnd Bergmann1-1/+1
2025-09-15Merge 6.17-rc6 into tty-nextGreg Kroah-Hartman4-24/+14
2025-09-14Merge tag 'tty-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-20/+10
2025-09-12serial: 8250: omap: Support wakeup pinctrl state on suspendMarkus Schneider-Pargmann1-0/+36
2025-09-12serial: max310x: improve interrupt handlingTapio Reijonen1-6/+17
2025-09-12vt: move vc_saved_screen to within tty allocated judgmentEdward Adam Davis1-4/+4
2025-09-09tty: serial: atmel: make it selectable for ARCH_MICROCHIPRobert Marko1-1/+1
2025-09-06serial: xilinx_uartps: read reg size from DTSHarshit Shah1-5/+5
2025-09-06tty: remove redundant condition checksXichao Zhao2-2/+2
2025-09-06tty/vt: Add missing return value for VT_RESIZE in vt_ioctl()Zizhi Wo1-1/+3
2025-09-06vt: remove redundant check on vc_mode in con_font_set()Wang Liang1-2/+0
2025-09-06serial: qcom-geni: Add DFS clock mode support to GENI UART driverViken Dadhaniya1-71/+21
2025-09-06tty: n_gsm: Don't block input queue by waiting MSCSeppo Takalo1-1/+24
2025-09-06serial: qcom-geni: Fix off-by-one error in ida_alloc_range()Zong Jiang1-2/+4
2025-09-06serdev: Drop dev_pm_domain_detach() callClaudiu Beznea1-8/+3
2025-09-06serial: sc16is7xx: drop redundant conversion to boolXichao Zhao1-1/+1
2025-09-06vt: add support for smput/rmput escape codesCalixte Pernot1-0/+58
2025-09-06serial: stm32: allow selecting console when the driver is moduleRaphael Gallais-Pou1-1/+1
2025-09-06serial: 8250_core: fix coding style issueOsama Abdelkader1-1/+1
2025-08-21tty: serial: Modify the use of dev_err_probe()Xichao Zhao2-3/+2
2025-08-17tty: hvc_console: Call hvc_kick in hvc_write unconditionallyFabian Vogt1-3/+3
2025-08-17tty/vt: use guard()sJiri Slaby (SUSE)5-244/+170
2025-08-17tty/vt: use guard()s in con_font_set/get() and con_{set,get}_unimap()Jiri Slaby (SUSE)2-95/+78
2025-08-17serial: 8250_rsa: use guard()sJiri Slaby (SUSE)1-4/+3
2025-08-17serial: 8250_omap: use guard()sJiri Slaby (SUSE)1-71/+37
2025-08-17serial: 8250_omap: extract omap_8250_set_termios_atomic()Jiri Slaby (SUSE)1-15/+24
2025-08-17serial: 8250_core: use guard() in serial_unlink_irq_chain()Jiri Slaby (SUSE)1-9/+11
2025-08-17serial: 8250: use guard()sJiri Slaby (SUSE)2-220/+143
2025-08-17serial: serial_core: use guard()sJiri Slaby (SUSE)1-84/+59
2025-08-17mxser: use guard()sJiri Slaby (SUSE)1-123/+74