aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/serial_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-21serial: serial_core: Perform NULL checks for break_ctl opsJiangfeng Xiao1-1/+1
2019-10-16Revert "serial: core: Use cons->index for preferred console registration"Michal Simek1-2/+1
2019-10-14Merge 5.4-rc3 into tty-nextGreg Kroah-Hartman1-0/+2
2019-10-10serial: fix kernel-doc warning in commentsRandy Dunlap1-0/+2
2019-10-04serial: core: Use cons->index for preferred console registrationMichal Simek1-1/+2
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+5
2019-08-19lockdown: Lock down TIOCSSERIALDavid Howells1-0/+5
2019-06-18tty: serial_core: Set port active bit in uart_port_activateSerge Semin1-1/+6
2019-04-25tty: serial_core: fix error code returned by uart_register_driver()Sergey Organov1-2/+2
2019-04-25TTY: serial_core, add ->installJiri Slaby1-11/+13
2019-04-16tty:serial_core: Spelling mistakeHariprasad Kelam1-1/+1
2019-02-19tty: serial: remove redundant likely annotationChengguang Xu1-1/+1
2019-01-31serial: fix race between flush_to_ldisc and tty_openGreg Kroah-Hartman1-0/+6
2019-01-18uart: Fix crash in uart_write and uart_put_charSamir Virmani1-4/+8
2018-12-17tty/serial: do not free trasnmit buffer page under port lockSergey Senozhatsky1-6/+16
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+60
2018-10-13kill TIOCSER[SG]WILDAl Viro1-5/+0
2018-10-13serial_core: switch to ->[sg]et_serial()Al Viro1-26/+12
2018-10-04Revert "serial:serial_core: Allow use of CTS for PPS line discipline"Greg Kroah-Hartman1-69/+1
2018-10-02tty/serial_core: add ISO7816 infrastructureNicolas Ferre1-0/+60
2018-10-02serial:serial_core: Allow use of CTS for PPS line disciplineSteve Sakoman1-1/+69
2018-07-13uart: fix race between uart_put_char() and uart_shutdown()Tycho Andersen1-5/+12
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-05Merge tag 'tty-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-2/+2
2018-05-16tty: replace ->proc_fops with ->proc_showChristoph Hellwig1-14/+1
2018-04-23serial: Introduce UPSTAT_SYNC_FIFO for synchronised FIFOsJeremy Kerr1-2/+2
2018-03-23serial: expose buf_overrun count through proc interfaceJeremy Kerr1-0/+2
2018-02-28serial: core: mark port as initialized in autoconfigSebastian Andrzej Siewior1-0/+2
2018-01-22serial: core: mark port as initialized after successful IRQ changeSebastian Andrzej Siewior1-0/+2
2018-01-09serial: core: Make uart_parse_options take const char* argumentPaul Cercueil1-2/+3
2017-11-28serial: core: Support common rs485 binding for RTS polarityLukas Wunner1-3/+10
2017-11-28serial: Make retrieval of rs485 properties platform-agnosticLukas Wunner1-7/+8
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-11-04serial: core: remove redundant assignment to portColin Ian King1-2/+1
2017-09-18serial: Add common rs485 device tree parsing functionUwe Kleine-König1-0/+36
2017-08-28serial: core: Consider rs485 settings to drive RTSRafael Gago1-9/+25
2017-08-28serial: core: remove unneeded irq_wake flagAndy Shevchenko1-6/+3
2017-07-30serial: core: enforce type for upf_t when copyingAndy Shevchenko1-2/+2
2017-06-13serial: rate limit custom-speed deprecation noticeJohan Hovold1-3/+2
2017-05-18serial: enable serdev supportJohan Hovold1-2/+2
2017-05-18serial: core: fix crash in uart_suspend_portLucas Stach1-1/+1
2017-04-08serial: core: Re-use struct uart_port {name} fieldAndy Shevchenko1-6/+4
2017-03-31tty: serial_core: Add name field to uart_port structVignesh R1-0/+7
2017-03-17tty: serial_core, remove state checks in uart_poll*Jiri Slaby1-12/+5
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-28serial: core: don't check port twice in a rowAndy Shevchenko1-6/+11
2016-10-28tty: serial_core: fix NULL struct tty pointer access in uart_write_wakeupRob Herring1-2/+2
2016-10-28tty: serial_core: Fix serial console crash on port shutdownGeert Uytterhoeven1-0/+2