Age | Commit message (Expand) | Author |
2012-08-13 | TTY: use tty_port_link_device | Jiri Slaby |
2012-08-13 | TTY: add tty_port_link_device | Jiri Slaby |
2012-08-13 | TTY: tty_port, add some documentation | Jiri Slaby |
2012-08-13 | TTY: automatically create nodes for some drivers | Jiri Slaby |
2012-08-13 | TTY: use tty_port_register_device | Jiri Slaby |
2012-08-13 | TTY: move cdev_add to tty_register_device | Jiri Slaby |
2012-08-13 | TTY: add support for unnumbered device nodes | Jiri Slaby |
2012-08-13 | TTY: move allocations to tty_alloc_driver | Jiri Slaby |
2012-08-13 | TTY: pty, switch to tty_alloc_driver | Jiri Slaby |
2012-08-10 | TTY: pass flags to alloc_tty_driver | Jiri Slaby |
2012-08-10 | mxser: allow overlapping vector | Jiri Slaby |
2012-08-10 | TTY: n_gsm, use tty_port_install | Jiri Slaby |
2012-08-10 | TTY: 68328serial, fix compilation | Jiri Slaby |
2012-08-10 | TTY: pty, stop passing NULL to free_tty_struct | Jiri Slaby |
2012-08-10 | n_tty: Don't lose characters when PARMRK is enabled | Jaeden Amero |
2012-08-10 | tty: Fix possible race in n_tty_read() | Stanislav Kozina |
2012-08-10 | tty: localise the lock | Alan Cox |
2012-08-10 | tty: handle NULL parameters in free_tty_struct() | Dan Carpenter |
2012-08-10 | tty: fix missing assignment | Dan Carpenter |
2012-08-06 | Merge tty-next into 3.6-rc1 | Greg Kroah-Hartman |
2012-08-01 | serial: sh-sci: fix compilation breakage, when DMA is enabled | Guennadi Liakhovetski |
2012-07-31 | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2012-07-27 | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds |
2012-07-27 | Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linus | Russell King |
2012-07-27 | Merge tag 'tty-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2012-07-27 | tty: Fix race in tty release | Alan Cox |
2012-07-26 | pch_uart: Fix parity setting issue | Tomoya MORINAGA |
2012-07-26 | pch_uart: Fix rx error interrupt setting issue | Tomoya MORINAGA |
2012-07-26 | pch_uart: Fix missing break for 16 byte fifo | Alan Cox |
2012-07-26 | tty ldisc: Close/Reopen race prevention should check the proper flag | Shachar Shemesh |
2012-07-26 | pch_uart: Add eg20t_port lock field, avoid recursive spinlocks | Darren Hart |
2012-07-26 | vt: fix race in vt_waitactive() | Rabin Vincent |
2012-07-26 | serial/of-serial: Add LPC3220 standard UART compatible string | Roland Stigge |
2012-07-26 | serial/8250: Add LPC3220 standard UART type | Roland Stigge |
2012-07-26 | serial_core: Update buffer overrun statistics. | Corbin |
2012-07-26 | serial: samsung: Fixed wrong comparison for baudclk_rate | Kyoungil Kim |
2012-07-24 | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds |
2012-07-24 | Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2012-07-23 | Merge tag 'irq' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds |
2012-07-23 | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds |
2012-07-19 | xen/hvc: Fix up checks when the info is allocated. | Konrad Rzeszutek Wilk |
2012-07-19 | uartlite: remove IRQF_SAMPLE_RANDOM which is now a no-op | Theodore Ts'o |
2012-07-17 | pch_uart: Fix parity setting issue | Tomoya MORINAGA |
2012-07-17 | pch_uart: Fix rx error interrupt setting issue | Tomoya MORINAGA |
2012-07-17 | pch_uart: Fix missing break for 16 byte fifo | Alan Cox |
2012-07-17 | tty: of_serial: add no-loopback-test property | Gabor Juhos |
2012-07-17 | tty: Move the handling of the tty release logic | Alan Cox |
2012-07-17 | vt: fix the keyboard/led locking | Alan Cox |
2012-07-17 | 8250: three way resolve of the 8250 diffs | Alan Cox |
2012-07-17 | tty: Fix up PPC fallout from the termios move | Alan Cox |