index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
serial_core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tty: link tty and port before configuring it as console
Sudip Mukherjee
2019-12-17
1
-0
/
+1
*
serial: serial_core: Perform NULL checks for break_ctl ops
Jiangfeng Xiao
2019-11-21
1
-1
/
+1
*
Revert "serial: core: Use cons->index for preferred console registration"
Michal Simek
2019-10-16
1
-2
/
+1
*
Merge 5.4-rc3 into tty-next
Greg Kroah-Hartman
2019-10-14
1
-0
/
+2
|
\
|
*
serial: fix kernel-doc warning in comments
Randy Dunlap
2019-10-10
1
-0
/
+2
*
|
serial: core: Use cons->index for preferred console registration
Michal Simek
2019-10-04
1
-1
/
+2
|
/
*
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-09-28
1
-0
/
+5
|
\
|
*
lockdown: Lock down TIOCSSERIAL
David Howells
2019-08-20
1
-0
/
+5
*
|
tty: serial_core: Set port active bit in uart_port_activate
Serge Semin
2019-06-18
1
-1
/
+6
|
/
*
tty: serial_core: fix error code returned by uart_register_driver()
Sergey Organov
2019-04-25
1
-2
/
+2
*
TTY: serial_core, add ->install
Jiri Slaby
2019-04-25
1
-11
/
+13
*
tty:serial_core: Spelling mistake
Hariprasad Kelam
2019-04-16
1
-1
/
+1
*
tty: serial: remove redundant likely annotation
Chengguang Xu
2019-02-19
1
-1
/
+1
*
serial: fix race between flush_to_ldisc and tty_open
Greg Kroah-Hartman
2019-01-31
1
-0
/
+6
*
uart: Fix crash in uart_write and uart_put_char
Samir Virmani
2019-01-18
1
-4
/
+8
*
tty/serial: do not free trasnmit buffer page under port lock
Sergey Senozhatsky
2018-12-17
1
-6
/
+16
*
Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2018-10-29
1
-0
/
+60
|
\
|
*
Revert "serial:serial_core: Allow use of CTS for PPS line discipline"
Greg Kroah-Hartman
2018-10-04
1
-69
/
+1
|
*
tty/serial_core: add ISO7816 infrastructure
Nicolas Ferre
2018-10-02
1
-0
/
+60
|
*
serial:serial_core: Allow use of CTS for PPS line discipline
Steve Sakoman
2018-10-02
1
-1
/
+69
*
|
kill TIOCSER[SG]WILD
Al Viro
2018-10-13
1
-5
/
+0
*
|
serial_core: switch to ->[sg]et_serial()
Al Viro
2018-10-13
1
-26
/
+12
|
/
*
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-13
1
-1
/
+1
*
Merge tag 'tty-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2018-06-06
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
[next]