summaryrefslogtreecommitdiff
path: root/drivers/tty
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 Hurley3-8/+5
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 Hurley6-62/+62
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 Hurley3-33/+56
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 Hurley3-288/+50
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-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-39/+69
2013-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-4/+15
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-07-04Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+2
2013-07-03Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-39/+3
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-16/+1
2013-07-03Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-28/+115
2013-07-03Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-18/+67
2013-07-03Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+1
2013-07-01tty/8250_dw: Add support for OCTEON UARTS.David Daney1-39/+69
2013-06-30Revert "serial: 8250_pci: add support for another kind of NetMos Technology P...Greg Kroah-Hartman1-4/+0
2013-06-29vc: switch to fixed_size_llseek()Al Viro1-16/+1
2013-06-28Merge branch 'pm-assorted'Rafael J. Wysocki1-7/+2
2013-06-28Merge branch 'for-next' of git://github.com/rydberg/linux into nextDmitry Torokhov71-1362/+1630
2013-06-28Merge tag 'msm-clock-for-3.11b' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson1-16/+19
2013-06-27Merge tag 'renesas-sh-sci-for-v3.11' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann1-9/+95
2013-06-26serial: sh-sci: Initialise variables before access in sci_set_termios()Simon Horman1-2/+2
2013-06-26pch_uart: Add uart_clk selection for the MinnowBoardDarren Hart1-0/+5
2013-06-25tty: atmel_serial: prepare clk before calling enableBoris BREZILLON1-10/+31
2013-06-25Merge 3.10-rc7 into tty-nextGreg Kroah-Hartman3-13/+15