index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
serial_core.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-02
Revert "serial/core: Initialize the console pm state"
Greg Kroah-Hartman
1
-3
/
+0
2014-09-28
serial/core: Initialize the console pm state
Sudhir Sreedharan
1
-0
/
+3
2014-09-23
serial: core: Use spin_lock_irq() in uart_set_termios()
Peter Hurley
1
-5
/
+4
2014-09-23
serial: core: Privatize tty->hw_stopped
Peter Hurley
1
-15
/
+13
2014-09-23
serial: core: Privatize modem status enable flags
Peter Hurley
1
-12
/
+17
2014-09-23
serial: core: Document and assert lock requirements for irq helpers
Peter Hurley
1
-0
/
+8
2014-09-08
serial: core: Unwrap tertiary assignment in uart_handle_dcd_change()
Peter Hurley
1
-5
/
+8
2014-09-08
serial: core: Remove unsafe x_char optimization
Peter Hurley
1
-6
/
+2
2014-09-08
serial: core: Fix x_char race
Peter Hurley
1
-4
/
+3
2014-09-08
serial: Style fix
Peter Hurley
1
-2
/
+1
2014-09-08
Revert "serial: uart: add hw flow control support configuration"
Peter Hurley
1
-9
/
+3
2014-09-08
serial: serial_core.c: printk replacement
Sudip Mukherjee
1
-15
/
+11
2014-08-14
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
1
-0
/
+3
2014-07-23
serial/core: Fix too big allocation for attribute member
Yoshihiro YUNOMAE
1
-1
/
+1
2014-07-17
Serial: allow port drivers to have a default attribute group
Greg Kroah-Hartman
1
-7
/
+17
2014-07-10
tty: serial: Fix termios/port flags mismatch
Peter Hurley
1
-2
/
+3
2014-07-10
tty: Remove tty_hung_up_p() tests from tty drivers' open()
Peter Hurley
1
-8
/
+0
2014-07-10
tty: Move tty->closing from port lock critical section
Peter Hurley
1
-1
/
+1
2014-07-10
serial: core: Preserve termios c_cflag for console resume
Peter Hurley
1
-0
/
+3
2014-07-09
serial: core: Make enable_ms() optional
Alexander Shiyan
1
-6
/
+11
2014-06-26
of: Enable console on serial ports specified by /chosen/stdout-path
Grant Likely
1
-0
/
+3
2014-05-28
serial: uart: add hw flow control support configuration
Murali Karicheri
1
-3
/
+9
2014-04-27
Merge 3.15-rc3 into tty-next
Greg Kroah-Hartman
1
-18
/
+21
2014-04-24
serial_core: Commonalize crlf when working w/ a non open console port
Doug Anderson
1
-0
/
+3
2014-04-24
serial_core: fix uart PORT_UNKNOWN handling
Thomas Pfaff
1
-18
/
+21
2014-04-16
serial_core: Fix pm imbalance on unbind
Geert Uytterhoeven
1
-0
/
+2
2014-04-16
serial_core: Fix conditional start_tx on ring buffer not empty
Seth Bollinger
1
-2
/
+1
2014-03-17
serial_core: Avoid NULL pointer dereference in uart_close()
Geert Uytterhoeven
1
-2
/
+2
2014-03-17
serial_core: Get a reference for port->tty in uart_remove_one_port()
Geert Uytterhoeven
1
-1
/
+5
2014-03-17
serial_core: Grammar s/ports/port's/
Geert Uytterhoeven
1
-1
/
+1
2014-03-17
serial_core: Spelling s/contro/control/
Geert Uytterhoeven
1
-1
/
+1
2014-02-28
serial_core: Unregister console in uart_remove_one_port()
Geert Uytterhoeven
1
-0
/
+6
2013-12-08
serial_core: Don't re-initialize a previously initialized spinlock.
Randy Witt
1
-2
/
+6
2013-07-26
serial: report base_baud after initialization
Kees Cook
1
-2
/
+2
2013-05-20
serial: Move "uart_console" def to core header file.
Sourav Poddar
1
-6
/
+0
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2013-04-15
serial_core.c: add put_device() after device_find_child()
Federico Vaga
1
-0
/
+4
2013-04-09
procfs: new helper - PDE_DATA(inode)
Al Viro
1
-1
/
+1
2013-02-13
tty: Remove ancient hardpps()
Peter Hurley
1
-4
/
+0
2013-02-13
pps: Additional cleanups in uart_handle_dcd_change
George Spelvin
1
-10
/
+7
2013-02-13
pps: Move timestamp read into PPS code proper
George Spelvin
1
-4
/
+1
2013-01-15
drivers/tty/serial: extern function which for release resource, need check pointer, before free it
Chen Gang
1
-1
/
+8
2013-01-15
TTY: move low_latency to tty_port
Jiri Slaby
1
-4
/
+3
2013-01-15
TTY: switch tty_insert_flip_char
Jiri Slaby
1
-3
/
+3
2013-01-15
tty: Fix comments that reference BKL, eventd, old paths
Kevin Cernekee
1
-9
/
+9
2013-01-15
tty: serial core: decouple pm states from ACPI
Linus Walleij
1
-14
/
+16
2012-12-12
Merge branch 'omap-serial' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-14
/
+57
2012-11-26
drivers/tty/serial/serial_core.c: clean up HIGH_BITS_OFFSET usage
Andrew Morton
1
-1
/
+5
2012-11-15
TTY: call tty_port_destroy in the rest of drivers
Jiri Slaby
1
-0
/
+6
2012-11-15
serial: cast before shifting on port io
Alan Cox
1
-1
/
+1
[next]