summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2012-08-10TTY: n_gsm, use tty_port_installJiri Slaby
2012-08-10TTY: 68328serial, fix compilationJiri Slaby
2012-08-10TTY: pty, stop passing NULL to free_tty_structJiri Slaby
2012-08-10n_tty: Don't lose characters when PARMRK is enabledJaeden Amero
2012-08-10tty: Fix possible race in n_tty_read()Stanislav Kozina
2012-08-10tty: localise the lockAlan Cox
2012-08-10tty: handle NULL parameters in free_tty_struct()Dan Carpenter
2012-08-10tty: fix missing assignmentDan Carpenter
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman
2012-08-01serial: sh-sci: fix compilation breakage, when DMA is enabledGuennadi Liakhovetski
2012-08-01Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-07-27Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-07-27Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King
2012-07-27Merge tag 'tty-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-07-27tty: Fix race in tty releaseAlan Cox
2012-07-26pch_uart: Fix parity setting issueTomoya MORINAGA
2012-07-26pch_uart: Fix rx error interrupt setting issueTomoya MORINAGA
2012-07-26pch_uart: Fix missing break for 16 byte fifoAlan Cox
2012-07-26tty ldisc: Close/Reopen race prevention should check the proper flagShachar Shemesh
2012-07-26pch_uart: Add eg20t_port lock field, avoid recursive spinlocksDarren Hart
2012-07-26vt: fix race in vt_waitactive()Rabin Vincent
2012-07-26serial/of-serial: Add LPC3220 standard UART compatible stringRoland Stigge
2012-07-26serial/8250: Add LPC3220 standard UART typeRoland Stigge
2012-07-26serial_core: Update buffer overrun statistics.Corbin
2012-07-26serial: samsung: Fixed wrong comparison for baudclk_rateKyoungil Kim
2012-07-25Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-07-24Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2012-07-24Merge tag 'irq' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-07-23Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-07-19xen/hvc: Fix up checks when the info is allocated.Konrad Rzeszutek Wilk
2012-07-19uartlite: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o
2012-07-17pch_uart: Fix parity setting issueTomoya MORINAGA
2012-07-17pch_uart: Fix rx error interrupt setting issueTomoya MORINAGA
2012-07-17pch_uart: Fix missing break for 16 byte fifoAlan Cox
2012-07-17tty: of_serial: add no-loopback-test propertyGabor Juhos
2012-07-17tty: Move the handling of the tty release logicAlan Cox
2012-07-17vt: fix the keyboard/led lockingAlan Cox
2012-07-178250: three way resolve of the 8250 diffsAlan Cox
2012-07-17tty: Fix up PPC fallout from the termios moveAlan Cox
2012-07-16tty: move the termios object into the ttyAlan Cox
2012-07-16tty: revert incorrectly applied lock patchAlan Cox
2012-07-16Merge branch 'v3.6-rc7' into tty-nextGreg Kroah-Hartman
2012-07-13serial: sh-sci: prepare for conversion to the shdma base libraryGuennadi Liakhovetski
2012-07-12tty ldisc: Close/Reopen race prevention should check the proper flagShachar Shemesh
2012-07-128250: add support for ASIX devices with a FIFO bugAlan Cox
2012-07-128250: propogate the bugs fieldAlan Cox
2012-07-128250: use the 8250 register interface not the legacy oneAlan Cox
2012-07-12tty: double unlock on error in ptmx_open()Dan Carpenter
2012-07-10tty/hvc_opal: Fix debug function nameBenjamin Herrenschmidt
2012-07-06tty: keyboard.c: Remove locking from vt_get_leds.Christopher Brannon