index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-23
serial: xilinx_uartps: fix rs485 delay_rts_after_send
j.turek
1
-7
/
+7
2025-12-23
serial: sh-sci: Check that the DMA cookie is valid
Claudiu Beznea
1
-1
/
+1
2025-12-23
serial: core: Fix serial device initialization
Alexander Stein
1
-0
/
+1
2025-12-17
serial: 8250: longson: Fix NULL vs IS_ERR() bug in probe
Dan Carpenter
1
-2
/
+2
2025-12-17
serial: core: Restore sysfs fwnode information
Andy Shevchenko
1
-4
/
+6
2025-12-06
Merge tag 'tty-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
41
-1134
/
+1659
2025-12-04
Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-2
/
+0
2025-12-03
Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+0
2025-12-01
Merge tag 'objtool-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-21
/
+21
2025-12-01
Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-33
/
+18
2025-11-28
tty: convert ptm_open_peer() to FD_ADD()
Christian Brauner
1
-33
/
+18
2025-11-27
drivers: serial: kgdboc: Drop checks for CON_ENABLED and CON_BOOT
Marcos Paulo de Souza
1
-1
/
+0
2025-11-26
serial: 8250: Fix 8250_rsa symbol loop
Ilpo Järvinen
4
-13
/
+21
2025-11-26
serial: sh-sci: Fix deadlock during RSCI FIFO overrun error
Biju Das
1
-2
/
+10
2025-11-26
serial: 8250: Add Loongson uart driver support
Binbin Zhou
3
-0
/
+249
2025-11-26
serial: 8250: add driver for KEBA UART
Gerhard Engleder
3
-0
/
+294
2025-11-26
serial: Keep rs485 settings for devices without firmware node
Gerhard Engleder
1
-0
/
+8
2025-11-26
serial: qcom-geni: Enable Serial on SA8255p Qualcomm platforms
Praveen Talari
1
-17
/
+141
2025-11-26
serial: qcom-geni: Enable PM runtime for serial driver
Praveen Talari
1
-2
/
+22
2025-11-26
serial: sprd: Return -EPROBE_DEFER when uart clock is not ready
Wenhua Lin
1
-0
/
+6
2025-11-26
tty: serial: samsung: Declare earlycon for Exynos850
Sam Protsenko
1
-0
/
+2
2025-11-26
serial: icom: Convert PCIBIOS_* return codes to errnos
Haotian Zhang
1
-0
/
+1
2025-11-26
serial: 8250-of: Fix style issues in 8250_of.c
jempty.liang
1
-1
/
+1
2025-11-26
serial: add support of CPCI cards
Magne Bruno
1
-0
/
+37
2025-11-26
serial: mux: Fix kernel doc for mux_poll()
Andy Shevchenko
1
-1
/
+1
2025-11-26
tty: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
2
-6
/
+6
2025-11-24
treewide: Drop pci_save_state() after pci_restore_state()
Lukas Wunner
2
-2
/
+0
2025-11-21
serial: 8250_platform: simplify IRQF_SHARED handling
Jiri Slaby (SUSE)
1
-10
/
+9
2025-11-21
serial: 8250: make share_irqs local to 8250_platform
Jiri Slaby (SUSE)
2
-10
/
+2
2025-11-21
serial: 8250: move skip_txen_test to core
Jiri Slaby (SUSE)
3
-6
/
+4
2025-11-21
serial: drop SERIAL_8250_DEPRECATED_OPTIONS
Jiri Slaby (SUSE)
3
-68
/
+0
2025-11-21
serial: xilinx_uartps: drop cdns_uart::cdns_uart_driver
Jiri Slaby (SUSE)
1
-10
/
+5
2025-11-21
tty: vt: do not open code DIV_ROUND_UP()
Jiri Slaby (SUSE)
1
-2
/
+2
2025-11-21
serial: serial_core: use guard()s
Jiri Slaby (SUSE)
1
-72
/
+55
2025-11-21
serial: serial_core: simplify uart_ioctl() returns
Jiri Slaby (SUSE)
1
-26
/
+9
2025-11-21
tty: vt/keyboard: use guard()s
Jiri Slaby (SUSE)
1
-136
/
+74
2025-11-21
tty: vt/keyboard: simplify returns from vt_do_kbkeycode_ioctl()
Jiri Slaby (SUSE)
1
-9
/
+9
2025-11-21
tty: vt/keyboard: use __free()
Jiri Slaby (SUSE)
1
-53
/
+37
2025-11-21
tty: moxa: use guard()s
Jiri Slaby (SUSE)
1
-96
/
+73
2025-11-21
tty: n_hdlc: use guard()s
Jiri Slaby (SUSE)
1
-41
/
+26
2025-11-21
tty: n_hdlc: simplify return from n_hdlc_tty_ioctl()
Jiri Slaby (SUSE)
1
-9
/
+3
2025-11-21
tty: n_tty: use guard()s
Jiri Slaby (SUSE)
1
-61
/
+48
2025-11-21
tty: pty: use guard()s
Jiri Slaby (SUSE)
1
-58
/
+45
2025-11-21
drivers/tty/vt: use umin() instead of min_t(u16, ...) for row/col limits
David Laight
1
-4
/
+5
2025-11-21
tty: synclink_gt: Fix namespace collision and startup() section placement wit...
Josh Poimboeuf
1
-10
/
+10
2025-11-21
tty: amiserial: Fix namespace collision and startup() section placement with ...
Josh Poimboeuf
1
-7
/
+7
2025-11-21
serial: icom: Fix namespace collision and startup() section placement with -f...
Josh Poimboeuf
1
-4
/
+4
2025-10-28
serial: sh-sci: Merge sh-sci.h into sh-sci.c
Lad Prabhakar
2
-179
/
+175
2025-10-28
serial: sh-sci: Sort include files alphabetically
Lad Prabhakar
1
-5
/
+5
2025-10-28
serial: amba-pl011: prefer dma_mapping_error() over explicit address checking
Miaoqian Lin
1
-1
/
+1
[next]