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
/
serial
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
32
-660
/
+1332
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
1
-4
/
+4
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
1
-2
/
+2
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
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
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
2025-10-28
serial: sc16is7xx: add comments for lock requirements
Hugo Villeneuve
1
-4
/
+5
2025-10-28
serial: sc16is7xx: reformat comments to improve readability
Hugo Villeneuve
1
-82
/
+39
2025-10-28
serial: sc16is7xx: change conditional operator indentation
Hugo Villeneuve
1
-2
/
+1
2025-10-28
serial: sc16is7xx: use KBUILD_MODNAME
Hugo Villeneuve
4
-7
/
+6
2025-10-28
serial: sc16is7xx: Kconfig: allow building with COMPILE_TEST
Hugo Villeneuve
1
-1
/
+1
2025-10-28
serial: sc16is7xx: simplify to_sc16is7xx_one() with a single parameter
Hugo Villeneuve
1
-24
/
+24
2025-10-28
serial: sc16is7xx: move port/channel init to separate function
Hugo Villeneuve
1
-57
/
+70
2025-10-28
serial: sc16is7xx: declare SPR/TLR/XOFF2 register as volatile
Hugo Villeneuve
1
-0
/
+1
2025-10-28
serial: sc16is7xx: drop -ENOMEM error message
Hugo Villeneuve
1
-3
/
+1
2025-10-28
serial: sc16is7xx: use guards for simple mutex locks
Hugo Villeneuve
1
-15
/
+8
2025-10-28
serial: sc16is7xx: remove unnecessary pointer cast
Hugo Villeneuve
1
-2
/
+1
2025-10-28
serial: sc16is7xx: define common register access function
Hugo Villeneuve
1
-43
/
+31
2025-10-28
serial: sc16is7xx: rename EFR mutex with generic name
Hugo Villeneuve
1
-13
/
+13
2025-10-28
serial: sc16is7xx: rename LCR macros to better reflect usage
Hugo Villeneuve
1
-7
/
+9
[next]