summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/serial_core.c
Commit message (Expand)AuthorAgeFilesLines
* serial_core: Move sysrq functions from header fileDmitry Safonov2020-01-101-0/+83
* tty: serial_core: Export uart_console_device so it can be used by modulesJohn Stultz2020-01-101-0/+1
* tty: link tty and port before configuring it as consoleSudip Mukherjee2019-12-171-0/+1
* serial: serial_core: Perform NULL checks for break_ctl opsJiangfeng Xiao2019-11-211-1/+1
* Revert "serial: core: Use cons->index for preferred console registration"Michal Simek2019-10-161-2/+1
* Merge 5.4-rc3 into tty-nextGreg Kroah-Hartman2019-10-141-0/+2
|\
| * serial: fix kernel-doc warning in commentsRandy Dunlap2019-10-101-0/+2
* | serial: core: Use cons->index for preferred console registrationMichal Simek2019-10-041-1/+2
|/
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-0/+5
|\
| * lockdown: Lock down TIOCSSERIALDavid Howells2019-08-191-0/+5
* | tty: serial_core: Set port active bit in uart_port_activateSerge Semin2019-06-181-1/+6
|/
* tty: serial_core: fix error code returned by uart_register_driver()Sergey Organov2019-04-251-2/+2
* TTY: serial_core, add ->installJiri Slaby2019-04-251-11/+13
* tty:serial_core: Spelling mistakeHariprasad Kelam2019-04-161-1/+1
* tty: serial: remove redundant likely annotationChengguang Xu2019-02-191-1/+1
* serial: fix race between flush_to_ldisc and tty_openGreg Kroah-Hartman2019-01-311-0/+6
* uart: Fix crash in uart_write and uart_put_charSamir Virmani2019-01-181-4/+8
* tty/serial: do not free trasnmit buffer page under port lockSergey Senozhatsky2018-12-171-6/+16
* Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-10-291-0/+60
|\
| * Revert "serial:serial_core: Allow use of CTS for PPS line discipline"Greg Kroah-Hartman2018-10-041-69/+1
| * tty/serial_core: add ISO7816 infrastructureNicolas Ferre2018-10-021-0/+60
| * serial:serial_core: Allow use of CTS for PPS line disciplineSteve Sakoman2018-10-021-1/+69
* | kill TIOCSER[SG]WILDAl Viro2018-10-131-5/+0
* | serial_core: switch to ->[sg]et_serial()Al Viro2018-10-131-26/+12
|/
* uart: fix race between uart_put_char() and uart_shutdown()Tycho Andersen2018-07-131-5/+12
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* Merge tag 'tty-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-06-051-2/+2
|\
| * serial: Introduce UPSTAT_SYNC_FIFO for synchronised FIFOsJeremy Kerr2018-04-231-2/+2
* | tty: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-14/+1
|/
* serial: expose buf_overrun count through proc interfaceJeremy Kerr2018-03-231-0/+2
* serial: core: mark port as initialized in autoconfigSebastian Andrzej Siewior2018-02-281-0/+2
* serial: core: mark port as initialized after successful IRQ changeSebastian Andrzej Siewior2018-01-221-0/+2
* serial: core: Make uart_parse_options take const char* argumentPaul Cercueil2018-01-091-2/+3
* serial: core: Support common rs485 binding for RTS polarityLukas Wunner2017-11-281-3/+10
* serial: Make retrieval of rs485 properties platform-agnosticLukas Wunner2017-11-281-7/+8
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-14/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serial: core: remove redundant assignment to portColin Ian King2017-11-041-2/+1
* serial: Add common rs485 device tree parsing functionUwe Kleine-König2017-09-181-0/+36
* serial: core: Consider rs485 settings to drive RTSRafael Gago2017-08-281-9/+25
* serial: core: remove unneeded irq_wake flagAndy Shevchenko2017-08-281-6/+3
* serial: core: enforce type for upf_t when copyingAndy Shevchenko2017-07-301-2/+2
* serial: rate limit custom-speed deprecation noticeJohan Hovold2017-06-131-3/+2
* serial: enable serdev supportJohan Hovold2017-05-181-2/+2
* serial: core: fix crash in uart_suspend_portLucas Stach2017-05-181-1/+1
* serial: core: Re-use struct uart_port {name} fieldAndy Shevchenko2017-04-081-6/+4
* tty: serial_core: Add name field to uart_port structVignesh R2017-03-311-0/+7
* tty: serial_core, remove state checks in uart_poll*Jiri Slaby2017-03-171-12/+5
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
OpenPOWER on IntegriCloud