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
*
Merge 5.8-rc6 into tty-next
Greg Kroah-Hartman
2020-07-20
1
-98
/
+17
|
\
|
*
serial: core: Initialise spin lock before use in uart_configure_port()
Andy Shevchenko
2020-07-10
1
-2
/
+14
|
*
serial: core: fix sysrq overhead regression
Johan Hovold
2020-06-27
1
-97
/
+2
|
*
Revert "serial: core: Refactor uart_unlock_and_check_sysrq()"
Johan Hovold
2020-06-27
1
-10
/
+13
|
*
tty/serial: fix serial_core.c kernel-doc warnings
Randy Dunlap
2020-06-27
1
-2
/
+1
*
|
serial: core: drop unnecessary gpio include
Johan Hovold
2020-06-27
1
-0
/
+1
|
/
*
serial: 8250: Support rs485 bus termination GPIO
Lukas Wunner
2020-05-29
1
-0
/
+16
*
serial: Allow uart_get_rs485_mode() to return errno
Lukas Wunner
2020-05-15
1
-1
/
+5
*
serial: core: Allow detach and attach serial device for console
Andy Shevchenko
2020-03-17
1
-4
/
+56
*
serial: core: Refactor uart_unlock_and_check_sysrq()
Andy Shevchenko
2020-03-12
1
-13
/
+10
*
serial: core: Use uart_console() helper in SysRq code
Andy Shevchenko
2020-03-12
1
-7
/
+5
*
serial: core: Print escaped SysRq Magic sequence if enabled
Andy Shevchenko
2020-03-12
1
-1
/
+4
*
serial: core: Use string length for SysRq magic sequence
Andy Shevchenko
2020-03-12
1
-3
/
+4
*
serial/sysrq: Add MAGIC_SYSRQ_SERIAL_SEQUENCE
Dmitry Safonov
2020-03-07
1
-7
/
+68
*
serial: core: Switch to use DEVICE_ATTR_RO()
Andy Shevchenko
2020-02-17
1
-29
/
+28
*
serial: core: use octal permissions on module param
Andy Shevchenko
2020-02-14
1
-13
/
+13
*
serial: core: Consolidate spin lock initialization code
Andy Shevchenko
2020-02-14
1
-18
/
+16
*
serial: core: Introduce uart_console_enabled() helper
Andy Shevchenko
2020-02-14
1
-2
/
+7
*
serial_core: Move sysrq functions from header file
Dmitry Safonov
2020-01-10
1
-0
/
+83
*
tty: serial_core: Export uart_console_device so it can be used by modules
John Stultz
2020-01-10
1
-0
/
+1
*
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
[next]