summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-24n_tty: Queue buffer work on any available cpuPeter Hurley1-1/+1
2013-07-24n_tty: Special case pty flow controlPeter Hurley1-0/+14
2013-07-24n_tty: Move n_tty_write_wakeup() to avoid forward declarationPeter Hurley1-16/+15
2013-07-24n_tty: Factor throttle/unthrottle into helper functionsPeter Hurley1-35/+46
2013-07-24n_tty: Move chars_in_buffer() to factor throttle/unthrottlePeter Hurley1-12/+12
2013-07-24tty: Only guarantee termios read safety for throttle/unthrottlePeter Hurley4-8/+6
2013-07-24n_tty: Separate buffer indices to prevent cache-line sharingPeter Hurley1-6/+15
2013-07-24n_tty: Don't wait for buffer work in read() loopPeter Hurley1-1/+0
2013-07-24n_tty: Fix type mismatches in receive_buf raw copyPeter Hurley1-14/+17
2013-07-24n_tty: Reset lnext if canonical mode changesPeter Hurley1-0/+1
2013-07-24n_tty: Make N_TTY ldisc receive path locklessPeter Hurley1-81/+92
2013-07-24n_tty: Replace canon_data with index comparisonPeter Hurley1-16/+6
2013-07-24n_tty: Access termios values safelyPeter Hurley1-5/+39
2013-07-24tty: Convert termios_mutex to termios_rwsemPeter Hurley8-69/+70
2013-07-24n_tty: Remove read_cntPeter Hurley1-13/+2
2013-07-24n_tty: Don't wrap input buffer indices at buffer sizePeter Hurley1-51/+60
2013-07-24n_tty: Get read_cnt through accessorPeter Hurley1-18/+23
2013-07-24tty: Deprecate ldisc .chars_in_buffer() methodPeter Hurley1-0/+1
2013-07-24n_tty: Split n_tty_chars_in_buffer() for reader-only interfacePeter Hurley1-3/+8
2013-07-24n_tty: Line copy to user buffer in canonical modePeter Hurley1-33/+77
2013-07-24n_tty: Factor canonical mode copy from n_tty_read()Peter Hurley1-38/+57
2013-07-24tty: Make ldisc input flow control concurrency-friendlyPeter Hurley5-33/+82
2013-07-24tty: Simplify tty buffer/ldisc interface with helper functionPeter Hurley1-12/+17
2013-07-24tty: Don't change receive_room for ioctl(TIOCSETD)Peter Hurley1-3/+0
2013-07-24tty: Clarify multiple-references comment in TIOCSETD ioctlPeter Hurley1-4/+6
2013-07-24tty: Fix hangup race with TIOCSETD ioctlPeter Hurley1-4/+2
2013-07-24tty: Clarify ldisc variablePeter Hurley1-7/+7
2013-07-24tty: Replace ldisc locking with ldisc_semPeter Hurley5-293/+52
2013-07-24tty: Add lock/unlock ldisc pair functionsPeter Hurley1-0/+87
2013-07-24tty: Fix tty_ldisc_lock name collisionPeter Hurley2-25/+25
2013-07-21Linux 3.11-rc2v3.11-rc2Linus Torvalds1-1/+1
2013-07-21Merge tag 'acpi-video-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-28/+137
2013-07-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-2/+2
2013-07-21ext3: fix a BUG when opening a file with O_TMPFILE flagZheng Liu1-1/+1
2013-07-21ext4: fix a BUG when opening a file with O_TMPFILE flagZheng Liu1-1/+1
2013-07-21Merge tag 'staging-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds155-91617/+22
2013-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-18/+15
2013-07-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-21/+60
2013-07-20Merge tag 'nfs-for-3.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-7/+15
2013-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Linus Torvalds2-7/+22
2013-07-20vfs: constify dentry parameter in d_count()Peng Tao1-1/+1
2013-07-20livelock avoidance in sget()Al Viro1-15/+10
2013-07-20allow O_TMPFILE to work with O_WRONLYAl Viro2-2/+4
2013-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds8-61/+213
2013-07-20Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds10-21/+69
2013-07-20Merge tag 'arm64-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cma...Linus Torvalds5-42/+31
2013-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds9-46/+190
2013-07-19Btrfs: fix wrong write offset when replacing a deviceStefan Behrens1-1/+1
2013-07-19Btrfs: re-add root to dead root list if we stop dropping itJosef Bacik1-0/+11
2013-07-19Btrfs: fix lock leak when resuming snapshot deletionJosef Bacik1-0/+2