index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
serial_core.c
Age
Commit message (
Expand
)
Author
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-11-28
serial: core: don't check port twice in a row
Andy Shevchenko
2016-10-28
tty: serial_core: fix NULL struct tty pointer access in uart_write_wakeup
Rob Herring
2016-10-28
tty: serial_core: Fix serial console crash on port shutdown
Geert Uytterhoeven
2016-10-27
serial: core: fix console problems on uart_close
Rob Herring
2016-09-15
serial: core: fix potential NULL pointer dereference
Andy Shevchenko
2016-09-13
serial: core: Fix handling of options after MMIO address
Alexander Sverdlin
2016-09-02
serial: earlycon: Extend earlycon command line option to support 64-bit addre...
Alexander Sverdlin
2016-08-31
tty: serial_core: convert uart_close to use tty_port_close
Rob Herring
2016-08-31
tty: serial_core: convert uart_open to use tty_port_open
Rob Herring
2016-06-25
serial: serial_core: Perform NULL checks for release/request_port ops
Fabio Estevam
2016-05-03
serial: core: Fix port mutex assert if lockdep disabled
Peter Hurley
2016-04-30
serial: core: Prevent unsafe uart port access, part 3
Peter Hurley
2016-04-30
serial: core: Prevent unsafe uart port access, part 2
Peter Hurley
2016-04-30
serial: core: Prevent unsafe uart port access, part 1
Peter Hurley
2016-04-30
serial: core: Expand port mutex section in uart_poll_init()
Peter Hurley
2016-04-30
tty: Replace ASYNC_INITIALIZED bit and update atomically
Peter Hurley
2016-04-30
tty: Replace ASYNC_SUSPENDED bit and update atomically
Peter Hurley
2016-04-30
tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomically
Peter Hurley
2016-04-30
tty: Replace TTY_THROTTLED bit tests with tty_throttled()
Peter Hurley
2016-04-30
tty: Replace TTY_IO_ERROR bit tests with tty_io_error()
Peter Hurley
2016-02-06
serial: core: remove baud_rates when serial console setup
Jeffy Chen
2016-01-28
tty: Remove ASYNC_CLOSING
Peter Hurley
2016-01-28
serial: core: Perform RTS signalling before soft flow ctrl
Peter Hurley
2016-01-28
serial: core: Unfold < 80 char lines
Peter Hurley
2016-01-28
serial: core: Remove cast from void ptr in uart_open()
Peter Hurley
2016-01-28
serial: core: Cleanup uart_open() exit
Peter Hurley
2016-01-28
serial: core: Use tty->index for port # in debug messages
Peter Hurley
2016-01-28
serial: core: Fold do_uart_get_info() into caller
Peter Hurley
2016-01-28
serial: core: Fold __uart_put_char() into caller
Peter Hurley
2016-01-28
tty: Use termios c_*flag macros
Peter Hurley
2015-12-13
serial: support 16-bit register interface for console
Masahiro Yamada
2015-12-13
serial_core: Deinline uart_update_mctrl, save 304 bytes
Denys Vlasenko
2015-10-17
tty: Remove tty_port::close_wait
Peter Hurley
2015-10-04
serial_core: support native endianness
Max Filippov
2015-08-04
serial: core: Remove tty port activate() and shutdown() methods
Peter Hurley
2015-08-04
serial: core: Use proper spinlock flavor in uart_close()
Peter Hurley
2015-07-23
serial: core: Fix crashes while echoing when closing
Peter Hurley
2015-06-12
serial: core: cleanup in uart_get_baud_rate()
Joakim Nordell
2015-06-01
serial: earlycon: Add support for big-endian MMIO accesses
Noam Camus
2015-05-06
tty: remove buf parameter from tty_name()
Rasmus Villemoes
2015-04-28
serial: core: Fix kernel-doc build warnings
Peter Hurley
2015-03-26
serial: core: Fix kernel doc for uart_console_write()
Peter Hurley
2015-03-26
serial: core: Add minor field to uart_port
Peter Hurley
2015-03-07
serial: earlycon: Refactor parse_options into serial core
Peter Hurley
2015-03-07
serial: core: replace current->state by __set_current_state()
Fabian Frederick
2015-02-02
serial: core: Rework hw-assisted flow control support
Peter Hurley
2015-02-02
serial: core: Simplify console suspend logic in uart_suspend_port()
Peter Hurley
2015-01-02
serial: fix parisc boot hang
James Bottomley
2014-11-25
serial: core: Add big-endian iotype
Kevin Cernekee
[next]