aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/serial_core.c
AgeCommit message (Expand)Author
2021-12-08serial: core: fix transmit-buffer reset and memleakJohan Hovold
2021-11-26serial: core: Fix initializing and restoring termios speedPali Rohár
2020-12-29serial_core: Check for port state when tty is in error stateAlexey Kardashevskiy
2020-01-14tty: link tty and port before configuring it as consoleSudip Mukherjee
2019-12-17serial: serial_core: Perform NULL checks for break_ctl opsJiangfeng Xiao
2019-07-31tty: serial_core: Set port active bit in uart_port_activateSerge Semin
2019-06-11TTY: serial_core, add ->installJiri Slaby
2019-02-12serial: fix race between flush_to_ldisc and tty_openGreg Kroah-Hartman
2019-01-31uart: Fix crash in uart_write and uart_put_charSamir Virmani
2019-01-26tty/serial: do not free trasnmit buffer page under port lockSergey Senozhatsky
2018-09-09uart: fix race between uart_put_char() and uart_shutdown()Tycho Andersen
2018-03-19serial: core: mark port as initialized in autoconfigSebastian Andrzej Siewior
2018-02-07serial: core: mark port as initialized after successful IRQ changeSebastian Andrzej Siewior
2017-08-28serial: core: Consider rs485 settings to drive RTSRafael Gago
2017-08-28serial: core: remove unneeded irq_wake flagAndy Shevchenko
2017-07-30serial: core: enforce type for upf_t when copyingAndy Shevchenko
2017-06-13serial: rate limit custom-speed deprecation noticeJohan Hovold
2017-05-18serial: enable serdev supportJohan Hovold
2017-05-18serial: core: fix crash in uart_suspend_portLucas Stach
2017-04-08serial: core: Re-use struct uart_port {name} fieldAndy Shevchenko
2017-03-31tty: serial_core: Add name field to uart_port structVignesh R
2017-03-17tty: serial_core, remove state checks in uart_poll*Jiri Slaby
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-28serial: core: don't check port twice in a rowAndy Shevchenko
2016-10-28tty: serial_core: fix NULL struct tty pointer access in uart_write_wakeupRob Herring
2016-10-28tty: serial_core: Fix serial console crash on port shutdownGeert Uytterhoeven
2016-10-27serial: core: fix console problems on uart_closeRob Herring
2016-09-15serial: core: fix potential NULL pointer dereferenceAndy Shevchenko
2016-09-13serial: core: Fix handling of options after MMIO addressAlexander Sverdlin
2016-09-02serial: earlycon: Extend earlycon command line option to support 64-bit addre...Alexander Sverdlin
2016-08-31tty: serial_core: convert uart_close to use tty_port_closeRob Herring
2016-08-31tty: serial_core: convert uart_open to use tty_port_openRob Herring
2016-06-25serial: serial_core: Perform NULL checks for release/request_port opsFabio Estevam
2016-05-03serial: core: Fix port mutex assert if lockdep disabledPeter Hurley
2016-04-30serial: core: Prevent unsafe uart port access, part 3Peter Hurley
2016-04-30serial: core: Prevent unsafe uart port access, part 2Peter Hurley
2016-04-30serial: core: Prevent unsafe uart port access, part 1Peter Hurley
2016-04-30serial: core: Expand port mutex section in uart_poll_init()Peter Hurley
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley
2016-04-30tty: Replace ASYNC_SUSPENDED bit and update atomicallyPeter Hurley
2016-04-30tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley
2016-02-06serial: core: remove baud_rates when serial console setupJeffy Chen
2016-01-28tty: Remove ASYNC_CLOSINGPeter Hurley
2016-01-28serial: core: Perform RTS signalling before soft flow ctrlPeter Hurley
2016-01-28serial: core: Unfold < 80 char linesPeter Hurley
2016-01-28serial: core: Remove cast from void ptr in uart_open()Peter Hurley
2016-01-28serial: core: Cleanup uart_open() exitPeter Hurley