summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/serial_core.c
AgeCommit message (Expand)Author
2020-01-14tty: link tty and port before configuring it as consoleSudip Mukherjee
2019-12-21serial: serial_core: Perform NULL checks for break_ctl opsJiangfeng Xiao
2019-08-04tty: 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-18serial: core: mark port as initialized in autoconfigSebastian Andrzej Siewior
2018-02-13serial: core: mark port as initialized after successful IRQ changeSebastian Andrzej Siewior
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
2016-01-28serial: core: Use tty->index for port # in debug messagesPeter Hurley
2016-01-28serial: core: Fold do_uart_get_info() into callerPeter Hurley
2016-01-28serial: core: Fold __uart_put_char() into callerPeter Hurley
2016-01-28tty: Use termios c_*flag macrosPeter Hurley
2015-12-13serial: support 16-bit register interface for consoleMasahiro Yamada
2015-12-13serial_core: Deinline uart_update_mctrl, save 304 bytesDenys Vlasenko
2015-10-17tty: Remove tty_port::close_waitPeter Hurley
2015-10-04serial_core: support native endiannessMax Filippov
2015-08-04serial: core: Remove tty port activate() and shutdown() methodsPeter Hurley
2015-08-04serial: core: Use proper spinlock flavor in uart_close()Peter Hurley
2015-07-23serial: core: Fix crashes while echoing when closingPeter Hurley
2015-06-12serial: core: cleanup in uart_get_baud_rate()Joakim Nordell
2015-06-01serial: earlycon: Add support for big-endian MMIO accessesNoam Camus
2015-05-06tty: remove buf parameter from tty_name()Rasmus Villemoes
2015-04-28serial: core: Fix kernel-doc build warningsPeter Hurley