summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2013-07-23tty: Fix unsafe vt paste_selection()Peter Hurley
2013-07-23tty: Merge __tty_flush_buffer() into lone call sitePeter Hurley
2013-07-23tty: Use non-atomic state to signal flip buffer flush pendingPeter Hurley
2013-07-23tty: Only perform flip buffer flush from tty_buffer_flush()Peter Hurley
2013-07-23tty: Ensure single-threaded flip buffer consumer with mutexPeter Hurley
2013-07-23tty: Make driver-side flip buffers locklessPeter Hurley
2013-07-23tty: Track flip buffer memory limit atomicallyPeter Hurley
2013-07-23tty: Simplify flip buffer list with 0-sized sentinelPeter Hurley
2013-07-23tty: Use lockless flip buffer free listPeter Hurley
2013-07-23tty: Use generic names for flip buffer list cursorsPeter Hurley
2013-07-23tty: Merge tty_buffer_find() into tty_buffer_alloc()Peter Hurley
2013-07-23tty: Factor flip buffer initialization into helper functionPeter Hurley
2013-07-23tty: Fix flip buffer free listPeter Hurley
2013-07-23tty: Compute flip buffer ptrsPeter Hurley
2013-07-23n_tty: Queue buffer work on any available cpuPeter Hurley
2013-07-23n_tty: Special case pty flow controlPeter Hurley
2013-07-23n_tty: Move n_tty_write_wakeup() to avoid forward declarationPeter Hurley
2013-07-23n_tty: Factor throttle/unthrottle into helper functionsPeter Hurley
2013-07-23n_tty: Move chars_in_buffer() to factor throttle/unthrottlePeter Hurley
2013-07-23tty: Only guarantee termios read safety for throttle/unthrottlePeter Hurley
2013-07-23n_tty: Separate buffer indices to prevent cache-line sharingPeter Hurley
2013-07-23n_tty: Don't wait for buffer work in read() loopPeter Hurley
2013-07-23n_tty: Fix type mismatches in receive_buf raw copyPeter Hurley
2013-07-23n_tty: Reset lnext if canonical mode changesPeter Hurley
2013-07-23n_tty: Make N_TTY ldisc receive path locklessPeter Hurley
2013-07-23n_tty: Replace canon_data with index comparisonPeter Hurley
2013-07-23n_tty: Access termios values safelyPeter Hurley
2013-07-23tty: Convert termios_mutex to termios_rwsemPeter Hurley
2013-07-23n_tty: Remove read_cntPeter Hurley
2013-07-23n_tty: Don't wrap input buffer indices at buffer sizePeter Hurley
2013-07-23n_tty: Get read_cnt through accessorPeter Hurley
2013-07-23tty: Deprecate ldisc .chars_in_buffer() methodPeter Hurley
2013-07-23n_tty: Split n_tty_chars_in_buffer() for reader-only interfacePeter Hurley
2013-07-23n_tty: Line copy to user buffer in canonical modePeter Hurley
2013-07-23n_tty: Factor canonical mode copy from n_tty_read()Peter Hurley
2013-07-23tty: Make ldisc input flow control concurrency-friendlyPeter Hurley
2013-07-23tty: Simplify tty buffer/ldisc interface with helper functionPeter Hurley
2013-07-23tty: Don't change receive_room for ioctl(TIOCSETD)Peter Hurley
2013-07-23tty: Clarify multiple-references comment in TIOCSETD ioctlPeter Hurley
2013-07-23tty: Fix hangup race with TIOCSETD ioctlPeter Hurley
2013-07-23tty: Clarify ldisc variablePeter Hurley
2013-07-23tty: Replace ldisc locking with ldisc_semPeter Hurley
2013-07-23tty: Add lock/unlock ldisc pair functionsPeter Hurley
2013-07-23tty: Fix tty_ldisc_lock name collisionPeter Hurley
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-07-03Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds