summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
13 daysvt: save/restore unicode screen buffer for alternate screenNicolas Pitre1-0/+8
14 daysserial: 8250_dw: Ensure BUSY is deassertedIlpo Järvinen3-55/+161
14 daysserial: 8250: Add late synchronize_irq() to shutdown to handle DW UART BUSYIlpo Järvinen1-0/+6
14 daysserial: 8250_dw: Rework IIR_NO_INT handling to stop interrupt stormIlpo Järvinen1-4/+63
14 daysserial: 8250_dw: Rework dw8250_handle_irq() locking and IIR handlingIlpo Järvinen1-16/+21
14 daysserial: 8250: Add serial8250_handle_irq_locked()Ilpo Järvinen1-8/+16
14 daysserial: 8250_dw: Avoid unnecessary LCR writesIlpo Järvinen1-0/+31
14 daysserial: 8250: Protect LCR write in shutdownIlpo Järvinen1-5/+6
14 daysserial: 8250_pci: add support for the AX99100Martin Roukala (né Peres)1-0/+17
14 daysserial: core: fix infinite loop in handle_tx() for PORT_UNKNOWNJiayuan Chen1-1/+4
14 daysserial: uartlite: fix PM runtime usage count underflow on probeMaciej Andrzejewski ICEYE1-0/+1
14 daysserial: 8250: always disable IRQ during THRE testPeng Zhang1-4/+2
14 daysserial: 8250: Fix TX deadlock when using DMARaul E Rangel1-0/+15
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds6-14/+7
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds3-3/+3
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds41-55/+55
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook51-86/+84
2026-02-17Merge tag 'tty-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds16-339/+641
2026-02-16Merge tag 'mips_7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-2/+1
2026-02-14printk, vt, fbcon: Remove console_conditional_schedule()Sebastian Andrzej Siewior1-1/+0
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-02-11Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-30/+2
2026-02-10Merge tag 'for-linus-7.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+24
2026-01-30serial: pic32_uart: update include to use pic32.h from platform_dataBrian Masney1-2/+1
2026-01-28BackMerge tag 'v6.19-rc7' into drm-nextDave Airlie7-22/+30
2026-01-27Revert "tty: tty_port: add workqueue to flip TTY buffer"Greg Kroah-Hartman4-57/+9
2026-01-23tty: tty_port: add workqueue to flip TTY bufferXin Zhao4-9/+57
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-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2026-01-16tty: hvc-iucv: Remove KMSG_COMPONENT macroHeiko Carstens1-3/+2
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
2026-01-14xen: introduce xen_console_io optionStefano Stabellini1-5/+24
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