summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/serial_core.c
AgeCommit message (Expand)Author
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
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
2015-03-26serial: core: Fix kernel doc for uart_console_write()Peter Hurley
2015-03-26serial: core: Add minor field to uart_portPeter Hurley
2015-03-07serial: earlycon: Refactor parse_options into serial corePeter Hurley
2015-03-07serial: core: replace current->state by __set_current_state()Fabian Frederick
2015-02-02serial: core: Rework hw-assisted flow control supportPeter Hurley
2015-02-02serial: core: Simplify console suspend logic in uart_suspend_port()Peter Hurley
2015-01-02serial: fix parisc boot hangJames Bottomley