summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-11-05serial: core: Remove redundant timeout assignmentsPeter Hurley
2014-11-05serial: core: Unwrap >80 char line in uart_close()Peter Hurley
2014-11-05tty: Document defunct ASYNC_* bits in uapi headerPeter Hurley
2014-11-05tty,serial: Unify UPF_* and ASYNC_* flag definitionsPeter Hurley
2014-11-05serial: Fix locking for uart driver set_termios() methodPeter Hurley
2014-11-05serial: core: Flush ldisc after dropping port mutex in uart_close()Peter Hurley
2014-11-05serial: Refactor uart_flush_buffer() from uart_close()Peter Hurley
2014-11-05tty: Flush ldisc buffer atomically with tty flip buffersPeter Hurley
2014-11-05tty: Fix timeout on pty set ldiscPeter Hurley
2014-11-05tty: Fix hung task on pty hangupPeter Hurley
2014-11-05tty: Prefix tty_ldisc_{lock,lock_nested,unlock} functionsPeter Hurley
2014-11-05pty, n_tty: Simplify input processing on final closePeter Hurley
2014-11-05pty: Don't drop pty master tty lock to hangup slavePeter Hurley
2014-11-05tty: Remove tty_unhangup() declarationPeter Hurley
2014-11-05tty: Preset lock subclass for nested tty locksPeter Hurley
2014-11-05tty: Change tty lock order to master->slavePeter Hurley
2014-11-05tty: Simplify tty_release() state checksPeter Hurley
2014-11-05tty: Simplify tty_release_checks() interfacePeter Hurley
2014-11-05tty: Simplify tty_ldisc_release() interfacePeter Hurley
2014-11-05tty: Fold pty pair handling into tty_flush_works()Peter Hurley
2014-11-05tty: Simplify pty pair teardown logicPeter Hurley
2014-11-05tty: Document check_tty_count() requires tty_lock heldPeter Hurley
2014-11-05tty: Don't release tty locks for wait queue sanity checkPeter Hurley
2014-11-05tty: Don't take tty_mutex for tty count changesPeter Hurley
2014-11-05tty: Remove TTY_CLOSINGPeter Hurley
2014-11-05tty: Drop tty_mutex before tty reopenPeter Hurley
2014-11-05tty: Re-open /dev/tty without tty_mutexPeter Hurley
2014-11-05pty: Always return -EIO if slave BSD pty opened firstPeter Hurley
2014-11-05tty: Check tty->count instead of TTY_CLOSING in tty_reopen()Peter Hurley
2014-11-05tty: Clarify re-open behavior of master ptysPeter Hurley
2014-11-05tty: Remove TTY_HUPPINGPeter Hurley
2014-11-05tty: Invert tty_lock/ldisc_sem lock orderPeter Hurley
2014-11-05tty: Don't hold tty_lock for ldisc releasePeter Hurley
2014-11-058250_pci: Added driver for Endrun Technologies PTP PCIe card.Mike Skoog
2014-11-05n_tty: Remove stale read lock commentPeter Hurley
2014-11-05n_tty: Only process packet mode data in raw modePeter Hurley
2014-11-05tty: Fix missed wakeup from packet mode status updatePeter Hurley
2014-11-05pty: Hold ctrl_lock for packet mode updatesPeter Hurley
2014-11-05pty: Fix packet mode setting racePeter Hurley
2014-11-05pty: Don't claim slave's ctrl_lock for master's packet modePeter Hurley
2014-11-05tty: Use spin_lock_irq() for ctrl_lock when interrupts enabledPeter Hurley
2014-11-05pty: Use spin_lock_irq() for pty_set_termios()Peter Hurley
2014-11-05tty: Move pty-specific set_termios() handling to pty driverPeter Hurley
2014-11-05tty: WARN for attempted set_termios() of pty masterPeter Hurley
2014-11-05tty: Update code comment in __proc_set_tty()Peter Hurley
2014-11-05tty: Serialize proc_set_tty() with tty_lockPeter Hurley
2014-11-05tty: Move session_of_pgrp() and make staticPeter Hurley
2014-11-05tty: Fix multiple races when setting the controlling terminalPeter Hurley
2014-11-05tty: Remove !tty condition from __proc_set_tty()Peter Hurley
2014-11-05tty: Replace open-coded tty_get_pgrp()Peter Hurley