summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-11-05serial: Fix locking for uart driver set_termios() methodPeter Hurley2-3/+11
2014-11-05serial: core: Flush ldisc after dropping port mutex in uart_close()Peter Hurley1-3/+2
2014-11-05serial: Refactor uart_flush_buffer() from uart_close()Peter Hurley5-28/+34
2014-11-05tty: Flush ldisc buffer atomically with tty flip buffersPeter Hurley4-11/+15
2014-11-05tty: Fix timeout on pty set ldiscPeter Hurley1-17/+4
2014-11-05tty: Fix hung task on pty hangupPeter Hurley1-2/+20
2014-11-05tty: Prefix tty_ldisc_{lock,lock_nested,unlock} functionsPeter Hurley1-12/+12
2014-11-05pty, n_tty: Simplify input processing on final closePeter Hurley2-26/+21
2014-11-05pty: Don't drop pty master tty lock to hangup slavePeter Hurley1-2/+0
2014-11-05tty: Remove tty_unhangup() declarationPeter Hurley1-1/+0
2014-11-05tty: Preset lock subclass for nested tty locksPeter Hurley3-10/+12
2014-11-05tty: Change tty lock order to master->slavePeter Hurley3-28/+21
2014-11-05tty: Simplify tty_release() state checksPeter Hurley1-10/+9
2014-11-05tty: Simplify tty_release_checks() interfacePeter Hurley1-3/+4
2014-11-05tty: Simplify tty_ldisc_release() interfacePeter Hurley3-10/+9
2014-11-05tty: Fold pty pair handling into tty_flush_works()Peter Hurley1-5/+7
2014-11-05tty: Simplify pty pair teardown logicPeter Hurley1-19/+10
2014-11-05tty: Document check_tty_count() requires tty_lock heldPeter Hurley1-0/+1
2014-11-05tty: Don't release tty locks for wait queue sanity checkPeter Hurley1-6/+2
2014-11-05tty: Don't take tty_mutex for tty count changesPeter Hurley1-6/+0
2014-11-05tty: Remove TTY_CLOSINGPeter Hurley2-13/+2
2014-11-05tty: Drop tty_mutex before tty reopenPeter Hurley1-8/+17
2014-11-05tty: Re-open /dev/tty without tty_mutexPeter Hurley1-26/+27
2014-11-05pty: Always return -EIO if slave BSD pty opened firstPeter Hurley1-2/+5
2014-11-05tty: Check tty->count instead of TTY_CLOSING in tty_reopen()Peter Hurley1-1/+1
2014-11-05tty: Clarify re-open behavior of master ptysPeter Hurley1-11/+4
2014-11-05tty: Remove TTY_HUPPINGPeter Hurley3-14/+2
2014-11-05tty: Invert tty_lock/ldisc_sem lock orderPeter Hurley1-4/+3
2014-11-05tty: Don't hold tty_lock for ldisc releasePeter Hurley1-4/+2
2014-11-058250_pci: Added driver for Endrun Technologies PTP PCIe card.Mike Skoog1-0/+67
2014-11-05n_tty: Remove stale read lock commentPeter Hurley1-2/+0
2014-11-05n_tty: Only process packet mode data in raw modePeter Hurley1-10/+11
2014-11-05tty: Fix missed wakeup from packet mode status updatePeter Hurley1-4/+5
2014-11-05pty: Hold ctrl_lock for packet mode updatesPeter Hurley1-0/+2
2014-11-05pty: Fix packet mode setting racePeter Hurley1-1/+2
2014-11-05pty: Don't claim slave's ctrl_lock for master's packet modePeter Hurley2-6/+6
2014-11-05tty: Use spin_lock_irq() for ctrl_lock when interrupts enabledPeter Hurley2-9/+6
2014-11-05pty: Use spin_lock_irq() for pty_set_termios()Peter Hurley1-4/+2
2014-11-05tty: Move pty-specific set_termios() handling to pty driverPeter Hurley2-31/+29
2014-11-05tty: WARN for attempted set_termios() of pty masterPeter Hurley2-2/+4
2014-11-05tty: Update code comment in __proc_set_tty()Peter Hurley1-1/+4
2014-11-05tty: Serialize proc_set_tty() with tty_lockPeter Hurley1-8/+5
2014-11-05tty: Move session_of_pgrp() and make staticPeter Hurley3-24/+21
2014-11-05tty: Fix multiple races when setting the controlling terminalPeter Hurley1-6/+17
2014-11-05tty: Remove !tty condition from __proc_set_tty()Peter Hurley1-13/+12
2014-11-05tty: Replace open-coded tty_get_pgrp()Peter Hurley2-24/+8
2014-11-05uml: Fix unsafe pid reference to foreground process groupPeter Hurley1-1/+5
2014-11-05tty: Remove tsk parameter from proc_set_tty()Peter Hurley1-14/+14
2014-11-05tty: Reorder proc_set_tty() and related fnsPeter Hurley1-63/+62
2014-11-05tty: Remove tty_pair_get_tty()/tty_pair_get_pty() apiPeter Hurley2-14/+5