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
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
2015-03-26
serial: core: Add minor field to uart_port
Peter Hurley
1
-0
/
+1
2015-03-07
serial: earlycon: Refactor parse_options into serial core
Peter Hurley
1
-0
/
+46
2015-03-07
serial: core: replace current->state by __set_current_state()
Fabian Frederick
1
-2
/
+1
2015-02-02
serial: core: Rework hw-assisted flow control support
Peter Hurley
1
-47
/
+29
2015-02-02
serial: core: Simplify console suspend logic in uart_suspend_port()
Peter Hurley
1
-18
/
+17
2015-01-02
serial: fix parisc boot hang
James Bottomley
1
-1
/
+3
2014-11-25
serial: core: Add big-endian iotype
Kevin Cernekee
1
-0
/
+2
2014-11-06
tty/serial_core: Introduce lock mechanism for RS485
Ricardo Ribalda Delgado
1
-1
/
+12
2014-11-06
serial_core: Remove call to driver-specific TIO[GS]RS485]
Ricardo Ribalda Delgado
1
-12
/
+5
2014-11-06
serial_core: Handle TIOC[GS]RS485 ioctls.
Ricardo Ribalda Delgado
1
-0
/
+45
2014-11-06
serial: core: Pass termios to set_ldisc() notifications
Peter Hurley
1
-1
/
+1
2014-11-06
serial: core: Claim port mutex for set_ldisc()
Peter Hurley
1
-1
/
+4
2014-11-05
Merge branch 'tty-linus' into 'tty-testing'
Greg Kroah-Hartman
1
-1
/
+1
2014-11-05
serial: core: Fix port count when uart_open() errors
Peter Hurley
1
-10
/
+15
2014-11-05
serial: core: Remove extra locking in uart_write()
Peter Hurley
1
-1
/
+2
2014-11-05
serial: core: Colocate crucial structure linkage
Peter Hurley
1
-2
/
+3
2014-11-05
serial: core: Remove redundant timeout assignments
Peter Hurley
1
-2
/
+0
[next]