index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
serial_core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
TTY: serial_core, add ->install
Jiri Slaby
2019-06-11
1
-11
/
+13
*
serial: fix race between flush_to_ldisc and tty_open
Greg Kroah-Hartman
2019-02-12
1
-0
/
+6
*
uart: Fix crash in uart_write and uart_put_char
Samir Virmani
2019-01-31
1
-4
/
+8
*
tty/serial: do not free trasnmit buffer page under port lock
Sergey Senozhatsky
2019-01-26
1
-6
/
+16
*
uart: fix race between uart_put_char() and uart_shutdown()
Tycho Andersen
2018-07-13
1
-5
/
+12
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
Merge tag 'tty-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2018-06-05
1
-2
/
+2
|
\
|
*
serial: Introduce UPSTAT_SYNC_FIFO for synchronised FIFOs
Jeremy Kerr
2018-04-23
1
-2
/
+2
*
|
tty: replace ->proc_fops with ->proc_show
Christoph Hellwig
2018-05-16
1
-14
/
+1
|
/
*
serial: expose buf_overrun count through proc interface
Jeremy Kerr
2018-03-23
1
-0
/
+2
*
serial: core: mark port as initialized in autoconfig
Sebastian Andrzej Siewior
2018-02-28
1
-0
/
+2
*
serial: core: mark port as initialized after successful IRQ change
Sebastian Andrzej Siewior
2018-01-22
1
-0
/
+2
*
serial: core: Make uart_parse_options take const char* argument
Paul Cercueil
2018-01-09
1
-2
/
+3
*
serial: core: Support common rs485 binding for RTS polarity
Lukas Wunner
2017-11-28
1
-3
/
+10
*
serial: Make retrieval of rs485 properties platform-agnostic
Lukas Wunner
2017-11-28
1
-7
/
+8
*
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
1
-14
/
+0
*
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-11-08
1
-0
/
+1
*
serial: core: remove redundant assignment to port
Colin Ian King
2017-11-04
1
-2
/
+1
*
serial: Add common rs485 device tree parsing function
Uwe Kleine-König
2017-09-18
1
-0
/
+36
*
serial: core: Consider rs485 settings to drive RTS
Rafael Gago
2017-08-28
1
-9
/
+25
*
serial: core: remove unneeded irq_wake flag
Andy Shevchenko
2017-08-28
1
-6
/
+3
*
serial: core: enforce type for upf_t when copying
Andy Shevchenko
2017-07-30
1
-2
/
+2
*
serial: rate limit custom-speed deprecation notice
Johan Hovold
2017-06-13
1
-3
/
+2
*
serial: enable serdev support
Johan Hovold
2017-05-18
1
-2
/
+2
*
serial: core: fix crash in uart_suspend_port
Lucas Stach
2017-05-18
1
-1
/
+1
*
serial: core: Re-use struct uart_port {name} field
Andy Shevchenko
2017-04-08
1
-6
/
+4
*
tty: serial_core: Add name field to uart_port struct
Vignesh R
2017-03-31
1
-0
/
+7
*
tty: serial_core, remove state checks in uart_poll*
Jiri Slaby
2017-03-17
1
-12
/
+5
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
serial: core: don't check port twice in a row
Andy Shevchenko
2016-11-28
1
-6
/
+11
*
tty: serial_core: fix NULL struct tty pointer access in uart_write_wakeup
Rob Herring
2016-10-28
1
-2
/
+2
*
tty: serial_core: Fix serial console crash on port shutdown
Geert Uytterhoeven
2016-10-28
1
-0
/
+2
*
serial: core: fix console problems on uart_close
Rob Herring
2016-10-27
1
-2
/
+0
*
serial: core: fix potential NULL pointer dereference
Andy Shevchenko
2016-09-15
1
-3
/
+3
*
serial: core: Fix handling of options after MMIO address
Alexander Sverdlin
2016-09-13
1
-8
/
+6
*
serial: earlycon: Extend earlycon command line option to support 64-bit addre...
Alexander Sverdlin
2016-09-02
1
-3
/
+9
*
tty: serial_core: convert uart_close to use tty_port_close
Rob Herring
2016-08-31
1
-37
/
+19
*
tty: serial_core: convert uart_open to use tty_port_open
Rob Herring
2016-08-31
1
-47
/
+23
*
serial: serial_core: Perform NULL checks for release/request_port ops
Fabio Estevam
2016-06-25
1
-4
/
+4
*
serial: core: Fix port mutex assert if lockdep disabled
Peter Hurley
2016-05-03
1
-3
/
+1
*
serial: core: Prevent unsafe uart port access, part 3
Peter Hurley
2016-04-30
1
-10
/
+20
*
serial: core: Prevent unsafe uart port access, part 2
Peter Hurley
2016-04-30
1
-43
/
+128
*
serial: core: Prevent unsafe uart port access, part 1
Peter Hurley
2016-04-30
1
-53
/
+104
*
serial: core: Expand port mutex section in uart_poll_init()
Peter Hurley
2016-04-30
1
-15
/
+15
*
tty: Replace ASYNC_INITIALIZED bit and update atomically
Peter Hurley
2016-04-30
1
-11
/
+13
*
tty: Replace ASYNC_SUSPENDED bit and update atomically
Peter Hurley
2016-04-30
1
-4
/
+4
*
tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomically
Peter Hurley
2016-04-30
1
-4
/
+4
*
tty: Replace TTY_THROTTLED bit tests with tty_throttled()
Peter Hurley
2016-04-30
1
-1
/
+1
*
tty: Replace TTY_IO_ERROR bit tests with tty_io_error()
Peter Hurley
2016-04-30
1
-4
/
+4
[next]