Age | Commit message (Expand) | Author |
2013-07-23 | n_tty: Separate buffer indices to prevent cache-line sharing | Peter Hurley |
2013-07-23 | n_tty: Don't wait for buffer work in read() loop | Peter Hurley |
2013-07-23 | n_tty: Fix type mismatches in receive_buf raw copy | Peter Hurley |
2013-07-23 | n_tty: Reset lnext if canonical mode changes | Peter Hurley |
2013-07-23 | n_tty: Make N_TTY ldisc receive path lockless | Peter Hurley |
2013-07-23 | n_tty: Replace canon_data with index comparison | Peter Hurley |
2013-07-23 | n_tty: Access termios values safely | Peter Hurley |
2013-07-23 | tty: Convert termios_mutex to termios_rwsem | Peter Hurley |
2013-07-23 | n_tty: Remove read_cnt | Peter Hurley |
2013-07-23 | n_tty: Don't wrap input buffer indices at buffer size | Peter Hurley |
2013-07-23 | n_tty: Get read_cnt through accessor | Peter Hurley |
2013-07-23 | tty: Deprecate ldisc .chars_in_buffer() method | Peter Hurley |
2013-07-23 | n_tty: Split n_tty_chars_in_buffer() for reader-only interface | Peter Hurley |
2013-07-23 | n_tty: Line copy to user buffer in canonical mode | Peter Hurley |
2013-07-23 | n_tty: Factor canonical mode copy from n_tty_read() | Peter Hurley |
2013-07-23 | tty: Make ldisc input flow control concurrency-friendly | Peter Hurley |
2013-07-23 | tty: Simplify tty buffer/ldisc interface with helper function | Peter Hurley |
2013-07-23 | tty: Don't change receive_room for ioctl(TIOCSETD) | Peter Hurley |
2013-07-23 | tty: Clarify multiple-references comment in TIOCSETD ioctl | Peter Hurley |
2013-07-23 | tty: Fix hangup race with TIOCSETD ioctl | Peter Hurley |
2013-07-23 | tty: Clarify ldisc variable | Peter Hurley |
2013-07-23 | tty: Replace ldisc locking with ldisc_sem | Peter Hurley |
2013-07-23 | tty: Add lock/unlock ldisc pair functions | Peter Hurley |
2013-07-23 | tty: Fix tty_ldisc_lock name collision | Peter Hurley |
2013-07-13 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds |
2013-07-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds |
2013-07-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2013-07-03 | Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2013-07-03 | Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2013-07-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2013-07-02 | Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2013-07-02 | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds |
2013-07-02 | Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2013-07-01 | tty/8250_dw: Add support for OCTEON UARTS. | David Daney |
2013-06-30 | Revert "serial: 8250_pci: add support for another kind of NetMos Technology P... | Greg Kroah-Hartman |
2013-06-29 | vc: switch to fixed_size_llseek() | Al Viro |
2013-06-28 | Merge branch 'pm-assorted' | Rafael J. Wysocki |
2013-06-27 | Merge branch 'for-next' of git://github.com/rydberg/linux into next | Dmitry Torokhov |
2013-06-27 | Merge tag 'msm-clock-for-3.11b' of git://git.kernel.org/pub/scm/linux/kernel/... | Olof Johansson |
2013-06-27 | Merge tag 'renesas-sh-sci-for-v3.11' of git://git.kernel.org/pub/scm/linux/ke... | Arnd Bergmann |
2013-06-26 | serial: sh-sci: Initialise variables before access in sci_set_termios() | Simon Horman |
2013-06-25 | pch_uart: Add uart_clk selection for the MinnowBoard | Darren Hart |
2013-06-24 | tty: atmel_serial: prepare clk before calling enable | Boris BREZILLON |
2013-06-24 | Merge 3.10-rc7 into tty-next | Greg Kroah-Hartman |
2013-06-24 | msm_serial: Use devm_clk_get() and properly return errors | Stephen Boyd |
2013-06-24 | msm_serial: Convert to clk_prepare/unprepare | Stephen Boyd |
2013-06-22 | Merge tag 'tty-3.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2013-06-20 | ARM: sirf: use CONFIG_SIRF rather than CONFIG_PRIMA2 where necessary | Arnd Bergmann |
2013-06-19 | serial: samsung: select EXYNOS specific driver data if ARCH_EXYNOS is defined | Chander Kashyap |
2013-06-18 | parisc: fix serial ports on C8000 workstation | Thomas Bogendoerfer |