summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
4 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-8/+4
4 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds17-18/+18
5 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook22-29/+31
8 daysMerge tag 'tty-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds12-230/+501
2026-01-30serial: pic32_uart: update include to use pic32.h from platform_dataBrian Masney1-2/+1
2026-01-23serial: 8250_pci: Remove custom deprecated baud setting routineAndy Shevchenko1-51/+40
2026-01-23serial: 8250_omap: Remove custom deprecated baud setting routineAndy Shevchenko1-16/+0
2026-01-23serial: 8250: omap: set out-of-band wakeup if wakeup pinctrl existsKendall Willis1-0/+2
2026-01-23serial: Fix not set tty->port race conditionKrzysztof Kozlowski1-0/+6
2026-01-16serial: 8250_pci: Fix broken RS485 for F81504/508/512Marnix Rijnart1-1/+1
2026-01-16serial: qcom_geni: Fix BT failure regression on RB2 platformPraveen Talari1-7/+6
2026-01-16serial: 8250: 8250_omap.c: Clear DMA RX running status only after DMA termina...Moteen Shah1-1/+1
2026-01-16serial: 8250: 8250_omap.c: Add support for handling UART error conditionsMoteen Shah1-2/+21
2026-01-16serial: SH_SCI: improve "DMA support" promptRandy Dunlap1-1/+1
2026-01-16serial: Kconfig: fix ordering of entries for menu displayRandy Dunlap1-13/+13
2026-01-16serial: 8250: fix ordering of entries for menu displayRandy Dunlap1-47/+48
2026-01-16serial: imx: change SERIAL_IMX_CONSOLE to boolRandy Dunlap1-3/+3
2026-01-168250_men_mcb: drop unneeded MODULE_ALIASJose Javier Rodriguez Barbarin1-3/+0
2026-01-16serial: men_z135_uart: drop unneeded MODULE_ALIASJose Javier Rodriguez Barbarin1-1/+0
2025-12-29Merge 6.19-rc3 into tty-nextGreg Kroah-Hartman4-14/+17
2025-12-23serial: xilinx_uartps: fix rs485 delay_rts_after_sendj.turek1-7/+7
2025-12-23serial: sh-sci: Check that the DMA cookie is validClaudiu Beznea1-1/+1
2025-12-23serial: core: Fix serial device initializationAlexander Stein1-0/+1
2025-12-23serial: rsci: Convert to FIELD_MODIFY()Geert Uytterhoeven1-2/+1
2025-12-17serial: 8250: longson: Fix NULL vs IS_ERR() bug in probeDan Carpenter1-2/+2
2025-12-17serial: core: Restore sysfs fwnode informationAndy Shevchenko1-4/+6
2025-12-17serial: sh-sci: Add support for RZ/G3E RSCIBiju Das3-9/+257
2025-12-17serial: rsci: Rename early_console data, port_params and callback() namesBiju Das3-9/+9
2025-12-17serial: sh-sci: Add finish_console_write() callbackBiju Das2-1/+5
2025-12-17serial: sh-sci: Make sci_scbrr_calc() publicBiju Das2-3/+6
2025-12-17serial: sh-sci: Add support for RZ/G3E RSCI clksBiju Das2-0/+13
2025-12-17serial: sh-sci: Add RSCI_PORT_SCIF32 port IDBiju Das2-1/+2
2025-12-17serial: sh-sci: Rename port SCI_PORT_RSCI->RSCI_PORT_SCIF16Biju Das3-6/+6
2025-12-17serial: sh-sci: Add sci_is_rsci_type()Biju Das1-4/+9
2025-12-17serial: sh-sci: Use devm_reset_control_array_get_exclusive()Biju Das1-1/+1
2025-12-17serial: rsci: Drop unused TDR registerBiju Das1-6/+0
2025-12-17serial: rsci: Drop unused macro DCRBiju Das1-3/+0
2025-12-17serial: sh-sci: Drop extra linesBiju Das1-10/+4
2025-12-17serial: rsci: Drop rsci_clear_SCxSR()Biju Das1-6/+2
2025-12-17serial: sh-sci: Drop checking port type for device file{create, remove}Biju Das1-11/+4
2025-12-17serial: rsci: Add set_rtrg() callbackBiju Das1-0/+17
2025-12-17serial: sh-sci: Update rx_trigger size for RZ/T2H RSCIBiju Das1-1/+1
2025-12-17serial: 8250_keba: Use dev_err_probe()Gerhard Engleder1-4/+3
2025-12-17serial: 8250_keba: Add ICR definesGerhard Engleder1-3/+7
2025-12-17serial: 8250_keba: Add missing includesGerhard Engleder1-1/+9
2025-12-17serial: 8250_men_mcb: Clean definesFilip Jensen1-8/+4
2025-12-17serial: 8250_dw: fix runtime PM initialization sequenceArtem Shimko1-5/+7
2025-12-17serial: 8250_dw: handle clock enable errors in runtime_resumeArtem Shimko1-2/+9