index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
serial_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-26
Merge tag 'tty-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-80
/
+62
2024-08-21
serial: core: Introduce wrapper to set @uart_port->cons
John Ogness
1
-8
/
+8
2024-08-14
serial: use guards for simple mutex locks
Jiri Slaby (SUSE)
1
-66
/
+47
2024-08-12
Merge 6.11-rc3 into tty-next
Greg Kroah-Hartman
1
-0
/
+8
2024-08-07
serial: don't use uninitialized value in uart_poll_init()
Jiri Slaby (SUSE)
1
-7
/
+6
2024-08-07
serial: protect uart_port_dtr_rts() in uart_shutdown() too
Jiri Slaby (SUSE)
1
-7
/
+9
2024-07-31
serial: core: check uartclk for zero to avoid divide by zero
George Kennedy
1
-0
/
+8
2024-07-04
serial: core: Add serial_base_match_and_update_preferred_console()
Tony Lindgren
1
-0
/
+4
2024-06-25
Revert "serial: core: Add support for DEVNAME:0.0 style naming for kernel con...
Greg Kroah-Hartman
1
-4
/
+0
2024-06-04
serial: drop debugging WARN_ON_ONCE() from uart_write()
Tetsuo Handa
1
-1
/
+1
2024-05-10
serial: Clear UPF_DEAD before calling tty_port_register_device_attr_serdev()
Hans de Goede
1
-2
/
+4
2024-05-04
serial: core: Call device_set_awake_path() for console port
Claudiu Beznea
1
-0
/
+1
2024-04-23
Merge 6.9-rc5 into tty-next
Greg Kroah-Hartman
1
-4
/
+18
2024-04-17
serial: core: Extract uart_alloc_xmit_buf() and uart_free_xmit_buf()
Andy Shevchenko
1
-44
/
+54
2024-04-17
serial: drop debugging WARN_ON_ONCE() from uart_put_char()
Jiri Slaby (SUSE)
1
-1
/
+1
2024-04-11
serial: core: Fix missing shutdown and startup for serial base port
Tony Lindgren
1
-3
/
+17
2024-04-09
serial: core: Clearing the circular buffer before NULLifying it
Andy Shevchenko
1
-0
/
+1
2024-04-09
serial: core: Fix regression when runtime PM is not enabled
Tony Lindgren
1
-1
/
+1
2024-04-09
serial: core: Add support for DEVNAME:0.0 style naming for kernel console
Tony Lindgren
1
-0
/
+4
2024-04-09
tty: serial: switch from circ_buf to kfifo
Jiri Slaby (SUSE)
1
-35
/
+21
2024-03-05
serial: Lock console when calling into driver before registration
Peter Collingbourne
1
-0
/
+12
2024-01-28
serial: core: Fix atomicity violation in uart_tiocmget
Gui-Dong Han
1
-1
/
+1
2024-01-04
serial: core, imx: do not set RS485 enabled if it is not supported
Lino Sanfilippo
1
-0
/
+3
2024-01-04
serial: core: make sure RS485 cannot be enabled when it is not supported
Lino Sanfilippo
1
-1
/
+1
2024-01-04
serial: core: fix sanitizing check for RTS settings
Lino Sanfilippo
1
-10
/
+18
2024-01-04
serial: core: set missing supported flag for RX during TX GPIO
Lino Sanfilippo
1
-0
/
+2
2024-01-04
serial: Do not hold the port lock when setting rx-during-tx GPIO
Lino Sanfilippo
1
-2
/
+24
2024-01-04
tty: serial: kgdboc: Fix 8250_* kgdb over serial
Michael Trimarchi
1
-1
/
+2
2024-01-04
tty: serial: Add RS422 flag to struct serial_rs485
Crescent CY Hsieh
1
-0
/
+6
2024-01-04
serial: core: Clean up uart_update_timeout() function
Vamshi Gajjela
1
-4
/
+3
2023-12-08
tty: make tty_operations::send_xchar accept u8 char
Jiri Slaby (SUSE)
1
-1
/
+1
2023-11-25
serial: core: Revert checks for tx runtime PM state
Tony Lindgren
1
-1
/
+1
2023-11-25
serial: core: Move tty and serdev to be children of serial core port device
Tony Lindgren
1
-3
/
+4
2023-10-24
serial: core: Fix runtime PM handling for pending tx
Tony Lindgren
1
-1
/
+1
2023-10-16
serial: core: tidy invalid baudrate handling in uart_get_baud_rate
Max Filippov
1
-3
/
+1
2023-10-16
Merge 6.6-rc6 into tty-next
Greg Kroah-Hartman
1
-5
/
+10
2023-10-07
serial: core: Fix checks for tx runtime PM state
Tony Lindgren
1
-1
/
+1
2023-10-07
serial: initialize retinfo in uart_get_info()
Alexey Dobriyan
1
-0
/
+3
2023-10-05
serial: core: Simplify uart_get_rs485_mode()
Andy Shevchenko
1
-18
/
+12
2023-10-03
serial: Reduce spinlocked portion of uart_rs485_config()
Lukas Wunner
1
-4
/
+9
2023-09-18
serial: core: Use port lock wrappers
Thomas Gleixner
1
-44
/
+44
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
1
-1
/
+1
2023-08-11
tty: propagate u8 data to tty_operations::put_char()
Jiri Slaby (SUSE)
1
-1
/
+1
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
1
-2
/
+1
2023-07-31
serial: move WARN_ON() in uart_write() to the condition
Jiri Slaby
1
-6
/
+2
2023-07-25
serial: pass state to __uart_start() directly
Jiri Slaby
1
-5
/
+4
2023-07-25
serial: make uart_insert_char() accept u8s
Jiri Slaby
1
-1
/
+1
2023-07-25
serial: convert uart sysrq handling to u8
Jiri Slaby
1
-2
/
+2
2023-06-02
serial: core: Fix error handling for serial_core_ctrl_device_add()
Tony Lindgren
1
-2
/
+2
2023-06-01
serial: core: Don't drop port_mutex in serial_core_remove_one_port
Steven Price
1
-3
/
+1
[next]