index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
serial_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-13
serial: rate limit custom-speed deprecation notice
Johan Hovold
1
-3
/
+2
2017-05-18
serial: enable serdev support
Johan Hovold
1
-2
/
+2
2017-05-18
serial: core: fix crash in uart_suspend_port
Lucas Stach
1
-1
/
+1
2017-04-08
serial: core: Re-use struct uart_port {name} field
Andy Shevchenko
1
-6
/
+4
2017-03-31
tty: serial_core: Add name field to uart_port struct
Vignesh R
1
-0
/
+7
2017-03-17
tty: serial_core, remove state checks in uart_poll*
Jiri Slaby
1
-12
/
+5
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-0
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-11-28
serial: core: don't check port twice in a row
Andy Shevchenko
1
-6
/
+11
2016-10-28
tty: serial_core: fix NULL struct tty pointer access in uart_write_wakeup
Rob Herring
1
-2
/
+2
2016-10-28
tty: serial_core: Fix serial console crash on port shutdown
Geert Uytterhoeven
1
-0
/
+2
2016-10-27
serial: core: fix console problems on uart_close
Rob Herring
1
-2
/
+0
2016-09-15
serial: core: fix potential NULL pointer dereference
Andy Shevchenko
1
-3
/
+3
2016-09-13
serial: core: Fix handling of options after MMIO address
Alexander Sverdlin
1
-8
/
+6
2016-09-02
serial: earlycon: Extend earlycon command line option to support 64-bit addre...
Alexander Sverdlin
1
-3
/
+9
2016-08-31
tty: serial_core: convert uart_close to use tty_port_close
Rob Herring
1
-37
/
+19
2016-08-31
tty: serial_core: convert uart_open to use tty_port_open
Rob Herring
1
-47
/
+23
2016-06-25
serial: serial_core: Perform NULL checks for release/request_port ops
Fabio Estevam
1
-4
/
+4
2016-05-03
serial: core: Fix port mutex assert if lockdep disabled
Peter Hurley
1
-3
/
+1
2016-04-30
serial: core: Prevent unsafe uart port access, part 3
Peter Hurley
1
-10
/
+20
2016-04-30
serial: core: Prevent unsafe uart port access, part 2
Peter Hurley
1
-43
/
+128
2016-04-30
serial: core: Prevent unsafe uart port access, part 1
Peter Hurley
1
-53
/
+104
2016-04-30
serial: core: Expand port mutex section in uart_poll_init()
Peter Hurley
1
-15
/
+15
2016-04-30
tty: Replace ASYNC_INITIALIZED bit and update atomically
Peter Hurley
1
-11
/
+13
2016-04-30
tty: Replace ASYNC_SUSPENDED bit and update atomically
Peter Hurley
1
-4
/
+4
2016-04-30
tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomically
Peter Hurley
1
-4
/
+4
2016-04-30
tty: Replace TTY_THROTTLED bit tests with tty_throttled()
Peter Hurley
1
-1
/
+1
2016-04-30
tty: Replace TTY_IO_ERROR bit tests with tty_io_error()
Peter Hurley
1
-4
/
+4
2016-02-06
serial: core: remove baud_rates when serial console setup
Jeffy Chen
1
-31
/
+2
2016-01-28
tty: Remove ASYNC_CLOSING
Peter Hurley
1
-1
/
+0
2016-01-28
serial: core: Perform RTS signalling before soft flow ctrl
Peter Hurley
1
-6
/
+6
2016-01-28
serial: core: Unfold < 80 char lines
Peter Hurley
1
-10
/
+5
2016-01-28
serial: core: Remove cast from void ptr in uart_open()
Peter Hurley
1
-1
/
+1
2016-01-28
serial: core: Cleanup uart_open() exit
Peter Hurley
1
-4
/
+1
2016-01-28
serial: core: Use tty->index for port # in debug messages
Peter Hurley
1
-3
/
+2
2016-01-28
serial: core: Fold do_uart_get_info() into caller
Peter Hurley
1
-11
/
+7
2016-01-28
serial: core: Fold __uart_put_char() into caller
Peter Hurley
1
-9
/
+5
2016-01-28
tty: Use termios c_*flag macros
Peter Hurley
1
-11
/
+9
2015-12-13
serial: support 16-bit register interface for console
Masahiro Yamada
1
-2
/
+7
2015-12-13
serial_core: Deinline uart_update_mctrl, save 304 bytes
Denys Vlasenko
1
-1
/
+1
2015-10-17
tty: Remove tty_port::close_wait
Peter Hurley
1
-1
/
+0
2015-10-04
serial_core: support native endianness
Max Filippov
1
-2
/
+6
2015-08-04
serial: core: Remove tty port activate() and shutdown() methods
Peter Hurley
1
-7
/
+0
2015-08-04
serial: core: Use proper spinlock flavor in uart_close()
Peter Hurley
1
-10
/
+8
2015-07-23
serial: core: Fix crashes while echoing when closing
Peter Hurley
1
-1
/
+2
2015-06-12
serial: core: cleanup in uart_get_baud_rate()
Joakim Nordell
1
-5
/
+16
2015-06-01
serial: earlycon: Add support for big-endian MMIO accesses
Noam Camus
1
-2
/
+5
2015-05-06
tty: remove buf parameter from tty_name()
Rasmus Villemoes
1
-3
/
+1
2015-04-28
serial: core: Fix kernel-doc build warnings
Peter Hurley
1
-1
/
+1
2015-03-26
serial: core: Fix kernel doc for uart_console_write()
Peter Hurley
1
-1
/
+1
[next]