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