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
2022-01-27
serial: Fix incorrect rs485 polarity on uart open
Lukas Wunner
1
-2
/
+2
2022-01-27
serial: core: Keep mctrl register state and cached copy in sync
Lukas Wunner
1
-1
/
+2
2021-12-08
serial: core: fix transmit-buffer reset and memleak
Johan Hovold
1
-1
/
+12
2021-11-17
serial: core: Fix initializing and restoring termios speed
Pali Rohár
1
-2
/
+14
2021-06-03
serial: core: fix suspicious security_locked_down() call
Ondrej Mosnacek
1
-3
/
+5
2021-05-14
serial: core: return early on unsupported ioctls
Johan Hovold
1
-3
/
+3
2020-12-30
serial_core: Check for port state when tty is in error state
Alexey Kardashevskiy
1
-0
/
+4
2020-01-14
tty: link tty and port before configuring it as console
Sudip Mukherjee
1
-0
/
+1
2019-12-13
serial: serial_core: Perform NULL checks for break_ctl ops
Jiangfeng Xiao
1
-1
/
+1
2019-10-10
serial: fix kernel-doc warning in comments
Randy Dunlap
1
-0
/
+2
2019-09-28
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+5
2019-08-20
lockdown: Lock down TIOCSSERIAL
David Howells
1
-0
/
+5
2019-06-18
tty: serial_core: Set port active bit in uart_port_activate
Serge Semin
1
-1
/
+6
2019-04-25
tty: serial_core: fix error code returned by uart_register_driver()
Sergey Organov
1
-2
/
+2
2019-04-25
TTY: serial_core, add ->install
Jiri Slaby
1
-11
/
+13
2019-04-16
tty:serial_core: Spelling mistake
Hariprasad Kelam
1
-1
/
+1
2019-02-19
tty: serial: remove redundant likely annotation
Chengguang Xu
1
-1
/
+1
2019-01-31
serial: fix race between flush_to_ldisc and tty_open
Greg Kroah-Hartman
1
-0
/
+6
2019-01-18
uart: Fix crash in uart_write and uart_put_char
Samir Virmani
1
-4
/
+8
2018-12-17
tty/serial: do not free trasnmit buffer page under port lock
Sergey Senozhatsky
1
-6
/
+16
2018-10-29
Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+60
2018-10-13
kill TIOCSER[SG]WILD
Al Viro
1
-5
/
+0
2018-10-13
serial_core: switch to ->[sg]et_serial()
Al Viro
1
-26
/
+12
2018-10-04
Revert "serial:serial_core: Allow use of CTS for PPS line discipline"
Greg Kroah-Hartman
1
-69
/
+1
2018-10-02
tty/serial_core: add ISO7816 infrastructure
Nicolas Ferre
1
-0
/
+60
2018-10-02
serial:serial_core: Allow use of CTS for PPS line discipline
Steve Sakoman
1
-1
/
+69
2018-07-13
uart: fix race between uart_put_char() and uart_shutdown()
Tycho Andersen
1
-5
/
+12
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-06
Merge tag 'tty-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-2
/
+2
2018-05-16
tty: replace ->proc_fops with ->proc_show
Christoph Hellwig
1
-14
/
+1
2018-04-23
serial: Introduce UPSTAT_SYNC_FIFO for synchronised FIFOs
Jeremy Kerr
1
-2
/
+2
2018-03-23
serial: expose buf_overrun count through proc interface
Jeremy Kerr
1
-0
/
+2
2018-02-28
serial: core: mark port as initialized in autoconfig
Sebastian Andrzej Siewior
1
-0
/
+2
2018-01-22
serial: core: mark port as initialized after successful IRQ change
Sebastian Andrzej Siewior
1
-0
/
+2
2018-01-09
serial: core: Make uart_parse_options take const char* argument
Paul Cercueil
1
-2
/
+3
2017-11-28
serial: core: Support common rs485 binding for RTS polarity
Lukas Wunner
1
-3
/
+10
2017-11-28
serial: Make retrieval of rs485 properties platform-agnostic
Lukas Wunner
1
-7
/
+8
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
1
-14
/
+0
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
2017-11-04
serial: core: remove redundant assignment to port
Colin Ian King
1
-2
/
+1
2017-09-18
serial: Add common rs485 device tree parsing function
Uwe Kleine-König
1
-0
/
+36
2017-08-28
serial: core: Consider rs485 settings to drive RTS
Rafael Gago
1
-9
/
+25
2017-08-28
serial: core: remove unneeded irq_wake flag
Andy Shevchenko
1
-6
/
+3
2017-07-30
serial: core: enforce type for upf_t when copying
Andy Shevchenko
1
-2
/
+2
2017-06-13
serial: rate limit custom-speed deprecation notice
Johan Hovold
1
-3
/
+2
2017-05-18
serial: enable serdev support
Johan Hovold
1
-2
/
+2
2017-05-18
serial: core: fix crash in uart_suspend_port
Lucas Stach
1
-1
/
+1
2017-04-08
serial: core: Re-use struct uart_port {name} field
Andy Shevchenko
1
-6
/
+4
2017-03-31
tty: serial_core: Add name field to uart_port struct
Vignesh R
1
-0
/
+7
2017-03-17
tty: serial_core, remove state checks in uart_poll*
Jiri Slaby
1
-12
/
+5
[next]