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