aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-23tty: Ensure single-threaded flip buffer consumer with mutexPeter Hurley2-21/+21
2013-07-23tty: Make driver-side flip buffers locklessPeter Hurley1-27/+4
2013-07-23tty: Track flip buffer memory limit atomicallyPeter Hurley2-13/+34
2013-07-23tty: Simplify flip buffer list with 0-sized sentinelPeter Hurley1-31/+18
2013-07-23tty: Use lockless flip buffer free listPeter Hurley1-17/+12
2013-07-23tty: Use generic names for flip buffer list cursorsPeter Hurley1-10/+10
2013-07-23tty: Merge tty_buffer_find() into tty_buffer_alloc()Peter Hurley1-32/+18
2013-07-23tty: Factor flip buffer initialization into helper functionPeter Hurley1-9/+12
2013-07-23tty: Fix flip buffer free listPeter Hurley1-6/+10
2013-07-23tty: Compute flip buffer ptrsPeter Hurley1-12/+10
2013-07-23n_tty: Queue buffer work on any available cpuPeter Hurley1-1/+1
2013-07-23n_tty: Special case pty flow controlPeter Hurley1-0/+14
2013-07-23n_tty: Move n_tty_write_wakeup() to avoid forward declarationPeter Hurley1-16/+15
2013-07-23n_tty: Factor throttle/unthrottle into helper functionsPeter Hurley1-35/+46
2013-07-23n_tty: Move chars_in_buffer() to factor throttle/unthrottlePeter Hurley1-12/+12
2013-07-23tty: Only guarantee termios read safety for throttle/unthrottlePeter Hurley3-8/+5
2013-07-23n_tty: Separate buffer indices to prevent cache-line sharingPeter Hurley1-6/+15
2013-07-23n_tty: Don't wait for buffer work in read() loopPeter Hurley1-1/+0
2013-07-23n_tty: Fix type mismatches in receive_buf raw copyPeter Hurley1-14/+17
2013-07-23n_tty: Reset lnext if canonical mode changesPeter Hurley1-0/+1
2013-07-23n_tty: Make N_TTY ldisc receive path locklessPeter Hurley1-81/+92
2013-07-23n_tty: Replace canon_data with index comparisonPeter Hurley1-16/+6
2013-07-23n_tty: Access termios values safelyPeter Hurley1-5/+39
2013-07-23tty: Convert termios_mutex to termios_rwsemPeter Hurley7-66/+66
2013-07-23n_tty: Remove read_cntPeter Hurley1-13/+2
2013-07-23n_tty: Don't wrap input buffer indices at buffer sizePeter Hurley1-51/+60
2013-07-23n_tty: Get read_cnt through accessorPeter Hurley1-18/+23
2013-07-23tty: Deprecate ldisc .chars_in_buffer() methodPeter Hurley1-0/+1
2013-07-23n_tty: Split n_tty_chars_in_buffer() for reader-only interfacePeter Hurley1-3/+8
2013-07-23n_tty: Line copy to user buffer in canonical modePeter Hurley1-33/+77
2013-07-23n_tty: Factor canonical mode copy from n_tty_read()Peter Hurley1-38/+57
2013-07-23tty: Make ldisc input flow control concurrency-friendlyPeter Hurley3-33/+56
2013-07-23tty: Simplify tty buffer/ldisc interface with helper functionPeter Hurley1-12/+17
2013-07-23tty: Don't change receive_room for ioctl(TIOCSETD)Peter Hurley1-3/+0
2013-07-23tty: Clarify multiple-references comment in TIOCSETD ioctlPeter Hurley1-4/+6
2013-07-23tty: Fix hangup race with TIOCSETD ioctlPeter Hurley1-4/+2
2013-07-23tty: Clarify ldisc variablePeter Hurley1-7/+7
2013-07-23tty: Replace ldisc locking with ldisc_semPeter Hurley3-288/+50
2013-07-23tty: Add lock/unlock ldisc pair functionsPeter Hurley1-0/+87
2013-07-23tty: Fix tty_ldisc_lock name collisionPeter Hurley2-25/+25
2013-07-21Merge tag 'acpi-video-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds5-27/+110
2013-07-20Merge tag 'staging-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds154-91615/+20
2013-07-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-2/+3
2013-07-19Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds9-15/+27
2013-07-19s390/zcrypt: Alias for new zcrypt device driver base moduleIngo Tuchscherer1-0/+1
2013-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds9-76/+133
2013-07-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2013-07-18Merge tag 'md-3.11-fixes' of git://neil.brown.name/mdLinus Torvalds3-39/+39
2013-07-18Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds39-277/+918
2013-07-18macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang1-25/+37