Age | Commit message (Expand) | Author |
2009-01-02 | fix for tty-serial-move-port | Alexander Beregalov |
2009-01-02 | tty: We want the port object to be persistent | Alan Cox |
2009-01-02 | __FUNCTION__ is gcc-specific, use __func__ | Harvey Harrison |
2009-01-02 | serial: RS485 ioctl structure uses __u32 include linux/types.h | Andy Whitcroft |
2009-01-02 | tty: Drop the lock_kernel in the private ioctl hook | Alan Cox |
2009-01-02 | synclink_cs: Convert to tty_port | Alan Cox |
2009-01-02 | tty: use port methods for the rocket driver | Alan Cox |
2009-01-02 | tty: kref the rocket driver | Alan Cox |
2009-01-02 | tty: make rocketport use standard port->flags | Alan Cox |
2009-01-02 | tty: Redo the rocket driver locking | Alan Cox |
2009-01-02 | tty: Make epca use the port helpers | Alan Cox |
2009-01-02 | tty: refcount the epca driver | Alan Cox |
2009-01-02 | tty: relock epca | Alan Cox |
2009-01-02 | tty: Modem functions for the HSO driver | Denis Joseph Barrow |
2009-01-02 | tty: Fix the HSO termios handling a bit | Alan Cox |
2009-01-02 | hso: net driver using tty without locking | Alan Cox |
2009-01-02 | tty: kref nozomi | Alan Cox |
2009-01-02 | tty: Remove some pointless casts | Alan Cox |
2009-01-02 | tty: PTYs set TTY_DO_WRITE_WAKEUP when they don't need to | Alan Cox |
2009-01-02 | tty: N_TTY SIGIO only works for read | Thomas Pfaff |
2009-01-02 | tty: USB tty devices can block in tcdrain when unplugged | Alan Cox |
2009-01-02 | serial: set correct baud_base for Oxford Semiconductor Ltd EXSYS EX-41092 Dua... | Niels de Vos |
2009-01-02 | tty: Introduce some close helpers for ports | Alan Cox |
2009-01-02 | tty: tty port zero baud open | Alan Cox |
2009-01-02 | tty: ESP has been broken for locking etc forver | Alan Cox |
2009-01-02 | tty: rework stallion to use the tty_port bits | Alan Cox |
2009-01-02 | tty: Rework istallion to use the tty port changes | Alan Cox |
2009-01-02 | tty: Introduce a tty_port generic block_til_ready | Alan Cox |
2009-01-02 | tty: relock the mxser driver | Alan Cox |
2009-01-02 | tty: relock riscom8 using port locks | Alan Cox |
2009-01-02 | tty: rocketport uses different port flags to everyone else | Alan Cox |
2009-01-02 | tty: relock generic_serial | Alan Cox |
2009-01-02 | isicom: redo locking to use tty port locks | Alan Cox |
2009-01-02 | tty: Pull the dtr raise into tty port | Alan Cox |
2009-01-02 | rio: Kill off ckmalloc | Alan Cox |
2009-01-02 | tty_port: Add a port level carrier detect operation | Alan Cox |
2009-01-02 | tty: Fix PPP hang under load | Alan Cox |
2009-01-02 | CRED: Wrap task credential accesses in the devpts filesystem | David Howells |
2009-01-02 | Add device function for USB serial console | Kevin Hao |
2009-01-02 | And here's a patch (to be applied on top of the last) which prevents | Russell King |
2009-01-02 | Convert the oxsemi tornado special cases to use the quirk interface and not | Russell King |
2009-01-02 | devpts: fix unused function warning | Andrew Morton |
2009-01-02 | tty: Fix close races in USB serial | Alan Cox |
2009-01-02 | n_tty: Output bells immediately on a full buffer | Joe Peterson |
2009-01-02 | n_tty: Fix hanfling of buffer full corner cases | Joe Peterson |
2009-01-02 | n_tty: Fix handling of control characters and continuations | Joe Peterson |
2009-01-02 | pty: simplify resize | Alan Cox |
2009-01-02 | tty: Fix sparse static warning for tty_driver_lookup_tty | Jason Wessel |
2009-01-02 | sierra: Fix formatting | Alan Cox |
2009-01-02 | devpts: Coding style clean up | Alan Cox |