summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tty: Only perform flip buffer flush from tty_buffer_flush()Peter Hurley2013-07-242-43/+21
* tty: Ensure single-threaded flip buffer consumer with mutexPeter Hurley2013-07-243-22/+22
* tty: Make driver-side flip buffers locklessPeter Hurley2013-07-241-27/+4
* tty: Track flip buffer memory limit atomicallyPeter Hurley2013-07-244-15/+36
* tty: Simplify flip buffer list with 0-sized sentinelPeter Hurley2013-07-242-31/+19
* tty: Use lockless flip buffer free listPeter Hurley2013-07-243-19/+41
* tty: Use generic names for flip buffer list cursorsPeter Hurley2013-07-241-10/+10
* tty: Merge tty_buffer_find() into tty_buffer_alloc()Peter Hurley2013-07-241-32/+18
* tty: Factor flip buffer initialization into helper functionPeter Hurley2013-07-241-9/+12
* tty: Fix flip buffer free listPeter Hurley2013-07-241-6/+10
* tty: Compute flip buffer ptrsPeter Hurley2013-07-243-16/+22
* n_tty: Queue buffer work on any available cpuPeter Hurley2013-07-241-1/+1
* n_tty: Special case pty flow controlPeter Hurley2013-07-241-0/+14
* n_tty: Move n_tty_write_wakeup() to avoid forward declarationPeter Hurley2013-07-241-16/+15
* n_tty: Factor throttle/unthrottle into helper functionsPeter Hurley2013-07-241-35/+46
* n_tty: Move chars_in_buffer() to factor throttle/unthrottlePeter Hurley2013-07-241-12/+12
* tty: Only guarantee termios read safety for throttle/unthrottlePeter Hurley2013-07-244-8/+6
* n_tty: Separate buffer indices to prevent cache-line sharingPeter Hurley2013-07-241-6/+15
* n_tty: Don't wait for buffer work in read() loopPeter Hurley2013-07-241-1/+0
* n_tty: Fix type mismatches in receive_buf raw copyPeter Hurley2013-07-241-14/+17
* n_tty: Reset lnext if canonical mode changesPeter Hurley2013-07-241-0/+1
* n_tty: Make N_TTY ldisc receive path locklessPeter Hurley2013-07-241-81/+92
* n_tty: Replace canon_data with index comparisonPeter Hurley2013-07-241-16/+6
* n_tty: Access termios values safelyPeter Hurley2013-07-241-5/+39
* tty: Convert termios_mutex to termios_rwsemPeter Hurley2013-07-248-69/+70
* n_tty: Remove read_cntPeter Hurley2013-07-241-13/+2
* n_tty: Don't wrap input buffer indices at buffer sizePeter Hurley2013-07-241-51/+60
* n_tty: Get read_cnt through accessorPeter Hurley2013-07-241-18/+23
* tty: Deprecate ldisc .chars_in_buffer() methodPeter Hurley2013-07-241-0/+1
* n_tty: Split n_tty_chars_in_buffer() for reader-only interfacePeter Hurley2013-07-241-3/+8
* n_tty: Line copy to user buffer in canonical modePeter Hurley2013-07-241-33/+77
* n_tty: Factor canonical mode copy from n_tty_read()Peter Hurley2013-07-241-38/+57
* tty: Make ldisc input flow control concurrency-friendlyPeter Hurley2013-07-245-33/+82
* tty: Simplify tty buffer/ldisc interface with helper functionPeter Hurley2013-07-241-12/+17
* tty: Don't change receive_room for ioctl(TIOCSETD)Peter Hurley2013-07-241-3/+0
* tty: Clarify multiple-references comment in TIOCSETD ioctlPeter Hurley2013-07-241-4/+6
* tty: Fix hangup race with TIOCSETD ioctlPeter Hurley2013-07-241-4/+2
* tty: Clarify ldisc variablePeter Hurley2013-07-241-7/+7
* tty: Replace ldisc locking with ldisc_semPeter Hurley2013-07-245-293/+52
* tty: Add lock/unlock ldisc pair functionsPeter Hurley2013-07-241-0/+87
* tty: Fix tty_ldisc_lock name collisionPeter Hurley2013-07-242-25/+25
* Linux 3.11-rc2v3.11-rc2Linus Torvalds2013-07-211-1/+1
* Merge tag 'acpi-video-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-07-219-28/+137
|\
| * ACPI / video: no automatic brightness changes by win8-compatible firmwareAaron Lu2013-07-181-2/+8
| * ACPI / video / i915: No ACPI backlight if firmware expects Windows 8Rafael J. Wysocki2013-07-186-10/+105
| * ACPI / video: Always call acpi_video_init_brightness() on initMatthew Garrett2013-07-181-3/+8
| * ACPICA: expose OSI versionAaron Lu2013-07-183-13/+16
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-212-2/+2
|\ \
| * | ext3: fix a BUG when opening a file with O_TMPFILE flagZheng Liu2013-07-211-1/+1
| * | ext4: fix a BUG when opening a file with O_TMPFILE flagZheng Liu2013-07-211-1/+1