index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
serial
/
serial_core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tty: untangle locking of wait_until_sent
Arnd Bergmann
2010-08-10
1
-9
/
+22
*
tty: replace BKL with a new tty_lock
Arnd Bergmann
2010-08-10
1
-5
/
+5
*
serial: fix termios settings in open
Arnd Bergmann
2010-08-10
1
-10
/
+9
*
serial: Use block_til_ready helper
Alan Cox
2010-08-10
1
-86
/
+1
*
serial: trim locking on the helpers
Alan Cox
2010-08-10
1
-4
/
+1
*
serial: add port helpers
Alan Cox
2010-08-10
1
-14
/
+37
*
serial: Change the wait for carrier locking
Alan Cox
2010-08-10
1
-9
/
+35
*
tty: serial - fix tty referencing in set_ldisc
Alan Cox
2010-08-10
1
-1
/
+1
*
tty: serial - fix various misuses/mishandlings of port->tty
Alan Cox
2010-08-10
1
-49
/
+60
*
serial: Fix crash if the minimum rate of the device is > 9600 baud
Alan Cox
2010-01-20
1
-5
/
+12
*
serial-core: resume serial hardware with no_console_suspend
Stanislav Brabec
2010-01-20
1
-55
/
+33
*
serial: cascade needless conditionals
André Goddard Rosa
2009-12-11
1
-7
/
+5
*
serial: fix NULL pointer dereference
André Goddard Rosa
2009-12-11
1
-10
/
+11
*
tty, serial: Fix race and NULL check in uart_close()
Linus Torvalds
2009-10-12
1
-2
/
+5
*
serial core: fix new kernel-doc warnings
Randy Dunlap
2009-09-23
1
-2
/
+2
*
Set proper console speed on resume if console suspend is disabled
Deepak Saxena
2009-09-19
1
-14
/
+18
*
serial: introduce tty krefs
Alan Cox
2009-09-19
1
-3
/
+3
*
serial: kill USF_CLOSING_* definitions
Alan Cox
2009-09-19
1
-3
/
+3
*
serial: move port users helper
Alan Cox
2009-09-19
1
-4
/
+2
*
serial: move delta_msr_wait into the tty_port
Alan Cox
2009-09-19
1
-7
/
+11
*
serial: replace the state mutex with the tty port mutex
Alan Cox
2009-09-19
1
-108
/
+119
*
serial: move the flags into the tty_port field
Alan Cox
2009-09-19
1
-76
/
+77
*
serial: move count into the tty_port version
Alan Cox
2009-09-19
1
-18
/
+20
*
serial: use tty_port pointers in the core code
Alan Cox
2009-09-19
1
-142
/
+146
*
serial: Fold closing_* fields into the tty_port ones
Alan Cox
2009-09-19
1
-13
/
+13
*
serial: kill off uart_info
Alan Cox
2009-09-19
1
-146
/
+140
*
serial: fixup /proc/tty/driver/serial after proc_fops conversion
Alexey Dobriyan
2009-04-01
1
-1
/
+1
*
proc tty: switch serial_core to ->proc_fops
Alexey Dobriyan
2009-04-01
1
-40
/
+36
*
serial: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2009-01-06
1
-2
/
+2
*
Serial: Allow port type to be specified when calling serial8250_register_port.
David Daney
2009-01-02
1
-2
/
+5
*
fix for tty-serial-move-port
Alexander Beregalov
2009-01-02
1
-3
/
+1
*
tty: We want the port object to be persistent
Alan Cox
2009-01-02
1
-83
/
+61
*
drivers/serial: use nr_irqs
Yinghai Lu
2008-10-16
1
-1
/
+1
*
serial: fix device name reporting when minor space is shared between drivers
David S. Miller
2008-10-13
1
-2
/
+5
*
serial-make-uart_ports-ioport-unsigned-long-fix
Andrew Morton
2008-10-13
1
-3
/
+2
*
tty: rework break handling
Alan Cox
2008-07-22
1
-1
/
+2
*
serial: use tty_port
Alan Cox
2008-07-20
1
-38
/
+42
*
Subject: [PATCH 1/2] serial: Add flush_buffer() operation to uart_ops
Haavard Skinnemoen
2008-07-20
1
-0
/
+2
*
serial: fix serial_match_port() for dynamic major tty-device numbers
Guennadi Liakhovetski
2008-07-04
1
-1
/
+3
*
Fix uart_set_ldisc() function type
Linus Torvalds
2008-06-04
1
-1
/
+1
*
serial_core: uart_set_ldisc infrastructure
Alan Cox
2008-06-03
1
-0
/
+10
*
serial: fix enable_irq_wake/disable_irq_wake imbalance in serial_core.c
Arjan van de Ven
2008-05-24
1
-1
/
+4
*
serial: access after NULL check in uart_flush_buffer()
Tetsuo Handa
2008-05-08
1
-1
/
+2
*
tty: The big operations rework
Alan Cox
2008-04-30
1
-12
/
+26
*
serial: switch the serial core to int put_char methods
Alan Cox
2008-04-30
1
-4
/
+8
*
serial_core: Prepare for BKL push down
Alan Cox
2008-04-30
1
-7
/
+9
*
uart_get_baud_rate: stop mangling termios
Alan Cox
2008-04-28
1
-4
/
+11
*
PM: Fix misuse of wakeup flag accessors in serial core
Alan Stern
2008-04-19
1
-1
/
+1
*
kgdb: Kconfig fix
Andrew Morton
2008-04-17
1
-1
/
+1
*
consoles: polling support, kgdboc
Jason Wessel
2008-04-17
1
-3
/
+69
[next]