index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
serial_core.c
Age
Commit message (
Expand
)
Author
2025-04-02
Merge tag 'tty-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2025-03-27
Merge tag 'printk-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-03-20
serial: switch change_irq and change_port to bool in uart_set_info()
Jiri Slaby (SUSE)
2025-03-20
serial: pass struct uart_state to uart_line_info()
Jiri Slaby (SUSE)
2025-03-20
serial: remove redundant tty_port_link_device()
Jiri Slaby (SUSE)
2025-03-11
printk: Rename console_start to console_resume
Marcos Paulo de Souza
2025-03-11
printk: Rename console_stop to console_suspend
Marcos Paulo de Souza
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-01-03
driver core: Constify API device_find_child() and adapt for various usages
Zijun Hu
2024-12-14
tty: serial: extract uart_change_port() from uart_set_info()
Jiri Slaby (SUSE)
2024-12-14
tty: serial: get rid of exit label from uart_set_info()
Jiri Slaby (SUSE)
2024-12-14
tty: serial_core: use more guard(mutex)
Jiri Slaby (SUSE)
2024-10-16
serial: core: Switch to irq_get_nr_irqs()
Bart Van Assche
2024-09-26
Merge tag 'tty-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2024-08-21
serial: core: Introduce wrapper to set @uart_port->cons
John Ogness
2024-08-14
serial: use guards for simple mutex locks
Jiri Slaby (SUSE)
2024-08-12
Merge 6.11-rc3 into tty-next
Greg Kroah-Hartman
2024-08-07
serial: don't use uninitialized value in uart_poll_init()
Jiri Slaby (SUSE)
2024-08-07
serial: protect uart_port_dtr_rts() in uart_shutdown() too
Jiri Slaby (SUSE)
2024-07-31
serial: core: check uartclk for zero to avoid divide by zero
George Kennedy
2024-07-04
serial: core: Add serial_base_match_and_update_preferred_console()
Tony Lindgren
2024-06-25
Revert "serial: core: Add support for DEVNAME:0.0 style naming for kernel con...
Greg Kroah-Hartman
2024-06-04
serial: drop debugging WARN_ON_ONCE() from uart_write()
Tetsuo Handa
2024-05-10
serial: Clear UPF_DEAD before calling tty_port_register_device_attr_serdev()
Hans de Goede
2024-05-04
serial: core: Call device_set_awake_path() for console port
Claudiu Beznea
2024-04-23
Merge 6.9-rc5 into tty-next
Greg Kroah-Hartman
2024-04-17
serial: core: Extract uart_alloc_xmit_buf() and uart_free_xmit_buf()
Andy Shevchenko
2024-04-17
serial: drop debugging WARN_ON_ONCE() from uart_put_char()
Jiri Slaby (SUSE)
2024-04-11
serial: core: Fix missing shutdown and startup for serial base port
Tony Lindgren
2024-04-09
serial: core: Clearing the circular buffer before NULLifying it
Andy Shevchenko
2024-04-09
serial: core: Fix regression when runtime PM is not enabled
Tony Lindgren
2024-04-09
serial: core: Add support for DEVNAME:0.0 style naming for kernel console
Tony Lindgren
2024-04-09
tty: serial: switch from circ_buf to kfifo
Jiri Slaby (SUSE)
2024-03-05
serial: Lock console when calling into driver before registration
Peter Collingbourne
2024-01-27
serial: core: Fix atomicity violation in uart_tiocmget
Gui-Dong Han
2024-01-04
serial: core, imx: do not set RS485 enabled if it is not supported
Lino Sanfilippo
2024-01-04
serial: core: make sure RS485 cannot be enabled when it is not supported
Lino Sanfilippo
2024-01-04
serial: core: fix sanitizing check for RTS settings
Lino Sanfilippo
2024-01-04
serial: core: set missing supported flag for RX during TX GPIO
Lino Sanfilippo
2024-01-04
serial: Do not hold the port lock when setting rx-during-tx GPIO
Lino Sanfilippo
2024-01-04
tty: serial: kgdboc: Fix 8250_* kgdb over serial
Michael Trimarchi
2024-01-04
tty: serial: Add RS422 flag to struct serial_rs485
Crescent CY Hsieh
2024-01-04
serial: core: Clean up uart_update_timeout() function
Vamshi Gajjela
2023-12-08
tty: make tty_operations::send_xchar accept u8 char
Jiri Slaby (SUSE)
2023-11-25
serial: core: Revert checks for tx runtime PM state
Tony Lindgren
2023-11-25
serial: core: Move tty and serdev to be children of serial core port device
Tony Lindgren
2023-10-24
serial: core: Fix runtime PM handling for pending tx
Tony Lindgren
2023-10-16
serial: core: tidy invalid baudrate handling in uart_get_baud_rate
Max Filippov
2023-10-16
Merge 6.6-rc6 into tty-next
Greg Kroah-Hartman
2023-10-07
serial: core: Fix checks for tx runtime PM state
Tony Lindgren
[next]