summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
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
2014-11-05tty: Remove tsk parameter from proc_set_tty()Peter Hurley
2014-11-05tty: Reorder proc_set_tty() and related fnsPeter Hurley
2014-11-05tty: Remove tty_pair_get_tty()/tty_pair_get_pty() apiPeter Hurley
2014-11-05tty: serial: 8250_core: restore the LCR register in set_sleepSudhir Sreedharan
2014-11-05serial: of-serial: fix up PM ops on no_console_suspend and port typeJingchang Lu
2014-11-05tty: Remove sparse lock annotations from tty_write_lock()/_unlock()Peter Hurley
2014-11-05serial: Fix sparse warnings in uart_throttle()/uart_unthrottle()Peter Hurley
2014-11-05serial: Fix upstat_t sparse warningsPeter Hurley
2014-11-05goldfish: off by one in goldfish_tty_console_setup()Dan Carpenter
2014-11-05goldfish: fix sparse warningsFabian Frederick
2014-11-02Merge tag 'for-linus-20141102' of git://git.infradead.org/linux-mtdLinus Torvalds
2014-11-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2014-11-02Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-11-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-11-03drm/exynos: correct connector->dpms field before resumingAndrzej Hajda