summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
29 hoursserial: 8250_dw: dispatch SysRq character in dw8250_handle_irq()Jacques Nilo1-1/+1
29 hoursserial: 8250: dispatch SysRq character in serial8250_handle_irq()Jacques Nilo1-2/+5
29 hoursserial: zs: Convert to use a platform deviceMaciej W. Rozycki2-121/+72
29 hoursserial: zs: Switch to using channel resetMaciej W. Rozycki2-4/+5
29 hoursserial: zs: Fix bootconsole handover lockupMaciej W. Rozycki1-21/+8
29 hoursserial: dz: Convert to use a platform deviceMaciej W. Rozycki1-60/+56
29 hoursserial: dz: Fix bootconsole handover lockupMaciej W. Rozycki1-24/+12
29 hoursserial: dz: Fix bootconsole message clobbering at chip resetMaciej W. Rozycki1-0/+21
29 hoursserial: fsl_lpuart: fix rx buffer and DMA map leaks in start_rx_dmaShitalkumar Gandhi1-3/+12
29 hoursserial: zs: Fix swapped RI/DSR modem line transition countingMaciej W. Rozycki1-2/+2
29 hoursserial: sh-sci: fix memory region release in error pathHongling Zeng1-1/+1
29 hoursserial: qcom_geni: fix kfifo underflow when flush precedes DMA completion IRQViken Dadhaniya1-1/+13
29 hoursserial: qcom-geni: fix UART_RX_PAR_EN bit positionPrasanna S1-1/+1
29 hoursserial: altera_jtaguart: handle uart_add_one_port() failuresMyeonghun Pak1-1/+6
29 hourstty: serial: samsung: Remove redundant port lock acquisition in rx helpersTudor Ambarus1-8/+0
29 hourstty: serial: pch_uart: add check for dma_alloc_coherent()Zhaoyang Yu1-6/+13
2026-05-23tty: serial: ip22zilog: Fix section mispatch warningThomas Bogendoerfer1-1/+1
2026-05-23tty: hvc_iucv: fix off-by-one in number of supported devicesRandy Dunlap1-1/+1
2026-03-30vt: resize saved unicode buffer on alt screen exit after resizeNicolas Pitre1-9/+15
2026-03-30vt: discard stale unicode buffer on alt screen exit after resizeLiav Mordouch1-1/+13
2026-03-13vt: save/restore unicode screen buffer for alternate screenNicolas Pitre1-0/+8
2026-03-12serial: 8250_dw: Ensure BUSY is deassertedIlpo Järvinen3-55/+161
2026-03-12serial: 8250: Add late synchronize_irq() to shutdown to handle DW UART BUSYIlpo Järvinen1-0/+6
2026-03-12serial: 8250_dw: Rework IIR_NO_INT handling to stop interrupt stormIlpo Järvinen1-4/+63
2026-03-12serial: 8250_dw: Rework dw8250_handle_irq() locking and IIR handlingIlpo Järvinen1-16/+21
2026-03-12serial: 8250: Add serial8250_handle_irq_locked()Ilpo Järvinen1-8/+16
2026-03-12serial: 8250_dw: Avoid unnecessary LCR writesIlpo Järvinen1-0/+31
2026-03-12serial: 8250: Protect LCR write in shutdownIlpo Järvinen1-5/+6
2026-03-12serial: 8250_pci: add support for the AX99100Martin Roukala (né Peres)1-0/+17
2026-03-12serial: core: fix infinite loop in handle_tx() for PORT_UNKNOWNJiayuan Chen1-1/+4
2026-03-12serial: uartlite: fix PM runtime usage count underflow on probeMaciej Andrzejewski ICEYE1-0/+1
2026-03-12serial: 8250: always disable IRQ during THRE testPeng Zhang1-4/+2
2026-03-12serial: 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