aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-21Linux 3.11-rc2Linus Torvalds
2013-07-21Merge tag 'acpi-video-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-07-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-07-20ext3: fix a BUG when opening a file with O_TMPFILE flagZheng Liu
2013-07-20ext4: fix a BUG when opening a file with O_TMPFILE flagZheng Liu
2013-07-20Merge tag 'staging-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-07-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-07-20Merge tag 'nfs-for-3.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Linus Torvalds
2013-07-20vfs: constify dentry parameter in d_count()Peng Tao
2013-07-20livelock avoidance in sget()Al Viro