index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
serial_core.c
Age
Commit message (
Expand
)
Author
2020-01-10
serial_core: Move sysrq functions from header file
Dmitry Safonov
2020-01-10
tty: serial_core: Export uart_console_device so it can be used by modules
John Stultz
2019-12-17
tty: link tty and port before configuring it as console
Sudip Mukherjee
2019-11-21
serial: serial_core: Perform NULL checks for break_ctl ops
Jiangfeng Xiao
2019-10-16
Revert "serial: core: Use cons->index for preferred console registration"
Michal Simek
2019-10-14
Merge 5.4-rc3 into tty-next
Greg Kroah-Hartman
2019-10-10
serial: fix kernel-doc warning in comments
Randy Dunlap
2019-10-04
serial: core: Use cons->index for preferred console registration
Michal Simek
2019-09-28
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-08-19
lockdown: Lock down TIOCSSERIAL
David Howells
2019-06-18
tty: serial_core: Set port active bit in uart_port_activate
Serge Semin
2019-04-25
tty: serial_core: fix error code returned by uart_register_driver()
Sergey Organov
2019-04-25
TTY: serial_core, add ->install
Jiri Slaby
2019-04-16
tty:serial_core: Spelling mistake
Hariprasad Kelam
2019-02-19
tty: serial: remove redundant likely annotation
Chengguang Xu
2019-01-31
serial: fix race between flush_to_ldisc and tty_open
Greg Kroah-Hartman
2019-01-18
uart: Fix crash in uart_write and uart_put_char
Samir Virmani
2018-12-17
tty/serial: do not free trasnmit buffer page under port lock
Sergey Senozhatsky
2018-10-29
Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2018-10-13
kill TIOCSER[SG]WILD
Al Viro
2018-10-13
serial_core: switch to ->[sg]et_serial()
Al Viro
2018-10-04
Revert "serial:serial_core: Allow use of CTS for PPS line discipline"
Greg Kroah-Hartman
2018-10-02
tty/serial_core: add ISO7816 infrastructure
Nicolas Ferre
2018-10-02
serial:serial_core: Allow use of CTS for PPS line discipline
Steve Sakoman
2018-07-13
uart: fix race between uart_put_char() and uart_shutdown()
Tycho Andersen
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-05
Merge tag 'tty-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2018-05-16
tty: replace ->proc_fops with ->proc_show
Christoph Hellwig
2018-04-23
serial: Introduce UPSTAT_SYNC_FIFO for synchronised FIFOs
Jeremy Kerr
2018-03-23
serial: expose buf_overrun count through proc interface
Jeremy Kerr
2018-02-28
serial: core: mark port as initialized in autoconfig
Sebastian Andrzej Siewior
2018-01-22
serial: core: mark port as initialized after successful IRQ change
Sebastian Andrzej Siewior
2018-01-09
serial: core: Make uart_parse_options take const char* argument
Paul Cercueil
2017-11-28
serial: core: Support common rs485 binding for RTS polarity
Lukas Wunner
2017-11-28
serial: Make retrieval of rs485 properties platform-agnostic
Lukas Wunner
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-11-04
serial: core: remove redundant assignment to port
Colin Ian King
2017-09-18
serial: Add common rs485 device tree parsing function
Uwe Kleine-König
2017-08-28
serial: core: Consider rs485 settings to drive RTS
Rafael Gago
2017-08-28
serial: core: remove unneeded irq_wake flag
Andy Shevchenko
2017-07-30
serial: core: enforce type for upf_t when copying
Andy Shevchenko
2017-06-13
serial: rate limit custom-speed deprecation notice
Johan Hovold
2017-05-18
serial: enable serdev support
Johan Hovold
2017-05-18
serial: core: fix crash in uart_suspend_port
Lucas Stach
2017-04-08
serial: core: Re-use struct uart_port {name} field
Andy Shevchenko
2017-03-31
tty: serial_core: Add name field to uart_port struct
Vignesh R
2017-03-17
tty: serial_core, remove state checks in uart_poll*
Jiri Slaby
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
[next]