index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Lines
2025-12-17
serial: sh-sci: Use devm_reset_control_array_get_exclusive()
Biju Das
-1
/
+1
2025-12-17
serial: rsci: Drop unused TDR register
Biju Das
-6
/
+0
2025-12-17
serial: rsci: Drop unused macro DCR
Biju Das
-3
/
+0
2025-12-17
serial: sh-sci: Drop extra lines
Biju Das
-10
/
+4
2025-12-17
serial: rsci: Drop rsci_clear_SCxSR()
Biju Das
-6
/
+2
2025-12-17
serial: sh-sci: Drop checking port type for device file{create, remove}
Biju Das
-11
/
+4
2025-12-17
serial: rsci: Add set_rtrg() callback
Biju Das
-0
/
+17
2025-12-17
serial: sh-sci: Update rx_trigger size for RZ/T2H RSCI
Biju Das
-1
/
+1
2025-12-17
tty/n_hdlc: Fix struct n_hdlc kernel-doc warnings
Bartlomiej Kubik
-0
/
+2
2025-12-17
serial: 8250_keba: Use dev_err_probe()
Gerhard Engleder
-4
/
+3
2025-12-17
serial: 8250_keba: Add ICR defines
Gerhard Engleder
-3
/
+7
2025-12-17
serial: 8250_keba: Add missing includes
Gerhard Engleder
-1
/
+9
2025-12-17
serial: 8250_men_mcb: Clean defines
Filip Jensen
-8
/
+4
2025-12-17
tty: vt/keyboard: Split apart vt_do_diacrit()
Nathan Chancellor
-106
/
+115
2025-12-17
serial: 8250_dw: fix runtime PM initialization sequence
Artem Shimko
-5
/
+7
2025-12-17
serial: 8250_dw: handle clock enable errors in runtime_resume
Artem Shimko
-2
/
+9
2025-12-06
Merge tag 'tty-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-1134
/
+1659
2025-12-04
Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-2
/
+0
2025-12-03
Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-1
/
+0
2025-12-01
Merge tag 'objtool-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-21
/
+21
2025-12-01
Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-33
/
+18
2025-11-28
tty: convert ptm_open_peer() to FD_ADD()
Christian Brauner
-33
/
+18
2025-11-27
drivers: serial: kgdboc: Drop checks for CON_ENABLED and CON_BOOT
Marcos Paulo de Souza
-1
/
+0
2025-11-26
serial: 8250: Fix 8250_rsa symbol loop
Ilpo Järvinen
-13
/
+21
2025-11-26
serial: sh-sci: Fix deadlock during RSCI FIFO overrun error
Biju Das
-2
/
+10
2025-11-26
serial: 8250: Add Loongson uart driver support
Binbin Zhou
-0
/
+249
2025-11-26
serial: 8250: add driver for KEBA UART
Gerhard Engleder
-0
/
+294
2025-11-26
serial: Keep rs485 settings for devices without firmware node
Gerhard Engleder
-0
/
+8
2025-11-26
serial: qcom-geni: Enable Serial on SA8255p Qualcomm platforms
Praveen Talari
-17
/
+141
2025-11-26
serial: qcom-geni: Enable PM runtime for serial driver
Praveen Talari
-2
/
+22
2025-11-26
serial: sprd: Return -EPROBE_DEFER when uart clock is not ready
Wenhua Lin
-0
/
+6
2025-11-26
tty: serial: samsung: Declare earlycon for Exynos850
Sam Protsenko
-0
/
+2
2025-11-26
serial: icom: Convert PCIBIOS_* return codes to errnos
Haotian Zhang
-0
/
+1
2025-11-26
serial: 8250-of: Fix style issues in 8250_of.c
jempty.liang
-1
/
+1
2025-11-26
serial: add support of CPCI cards
Magne Bruno
-0
/
+37
2025-11-26
serial: mux: Fix kernel doc for mux_poll()
Andy Shevchenko
-1
/
+1
2025-11-26
tty: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
-6
/
+6
2025-11-24
treewide: Drop pci_save_state() after pci_restore_state()
Lukas Wunner
-2
/
+0
2025-11-21
serial: 8250_platform: simplify IRQF_SHARED handling
Jiri Slaby (SUSE)
-10
/
+9
2025-11-21
serial: 8250: make share_irqs local to 8250_platform
Jiri Slaby (SUSE)
-10
/
+2
2025-11-21
serial: 8250: move skip_txen_test to core
Jiri Slaby (SUSE)
-6
/
+4
2025-11-21
serial: drop SERIAL_8250_DEPRECATED_OPTIONS
Jiri Slaby (SUSE)
-68
/
+0
2025-11-21
serial: xilinx_uartps: drop cdns_uart::cdns_uart_driver
Jiri Slaby (SUSE)
-10
/
+5
2025-11-21
tty: vt: do not open code DIV_ROUND_UP()
Jiri Slaby (SUSE)
-2
/
+2
2025-11-21
serial: serial_core: use guard()s
Jiri Slaby (SUSE)
-72
/
+55
2025-11-21
serial: serial_core: simplify uart_ioctl() returns
Jiri Slaby (SUSE)
-26
/
+9
2025-11-21
tty: vt/keyboard: use guard()s
Jiri Slaby (SUSE)
-136
/
+74
2025-11-21
tty: vt/keyboard: simplify returns from vt_do_kbkeycode_ioctl()
Jiri Slaby (SUSE)
-9
/
+9
2025-11-21
tty: vt/keyboard: use __free()
Jiri Slaby (SUSE)
-53
/
+37
2025-11-21
tty: moxa: use guard()s
Jiri Slaby (SUSE)
-96
/
+73
[prev]
[next]