summaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
Commit message (Expand)AuthorAgeFilesLines
* tty: handle NULL parameters in free_tty_struct()Dan Carpenter2012-08-101-0/+2
* tty: fix missing assignmentDan Carpenter2012-08-101-0/+1
* Merge tty-next into 3.6-rc1Greg Kroah-Hartman2012-08-066-25/+56
|\
| * serial: sh-sci: fix compilation breakage, when DMA is enabledGuennadi Liakhovetski2012-08-011-2/+3
| * Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-08-011-2/+1
| |\
| | * uartlite: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o2012-07-191-2/+1
| * | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-07-281-1/+1
| |\ \
| | | \
| | | \
| | | \
| | | \
| | *---. \ Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King2012-07-281-1/+1
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | | | * ARM: 7433/1: serial: use the new linux/sizes.hAlessandro Rubini2012-06-281-1/+1
| | | | |/
| * | | | Merge tag 'tty-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-07-277-37/+90
| |\ \ \ \
| | * | | | pch_uart: Fix parity setting issueTomoya MORINAGA2012-07-261-1/+1
| | * | | | pch_uart: Fix rx error interrupt setting issueTomoya MORINAGA2012-07-261-6/+12
| | * | | | pch_uart: Fix missing break for 16 byte fifoAlan Cox2012-07-261-0/+1
| | * | | | tty ldisc: Close/Reopen race prevention should check the proper flagShachar Shemesh2012-07-261-1/+1
| | * | | | pch_uart: Add eg20t_port lock field, avoid recursive spinlocksDarren Hart2012-07-261-12/+26
| | * | | | vt: fix race in vt_waitactive()Rabin Vincent2012-07-261-13/+34
| | * | | | serial/of-serial: Add LPC3220 standard UART compatible stringRoland Stigge2012-07-261-0/+1
| | * | | | serial/8250: Add LPC3220 standard UART typeRoland Stigge2012-07-261-0/+8
| | * | | | serial_core: Update buffer overrun statistics.Corbin2012-07-261-2/+4
| | * | | | serial: samsung: Fixed wrong comparison for baudclk_rateKyoungil Kim2012-07-261-2/+2
| | |/ / /
| * | | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-07-251-4/+4
| |\ \ \ \
| | * | | | serial: sh-sci: prepare for conversion to the shdma base libraryGuennadi Liakhovetski2012-07-131-4/+4
| | | |_|/ | | |/| |
| * | | | Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-07-241-9/+6
| |\ \ \ \
| | * | | | xen/hvc: Fix up checks when the info is allocated.Konrad Rzeszutek Wilk2012-07-191-9/+6
| * | | | | Merge tag 'irq' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-241-5/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'imx/sparse-irq' of git://git.linaro.org/people/shawnguo/linux-2...Arnd Bergmann2012-07-021-5/+1
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | | * | | | tty: serial: imx: remove the use of MXC_INTERNAL_IRQSShawn Guo2012-07-011-5/+1
| | | | |/ / | | | |/| |
| * | | | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-241-2/+40
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | serial: mxs-auart: Allow device tree probingFabio Estevam2012-07-031-2/+40
| | |/ / /
* | | | | tty: Fix race in tty releaseAlan Cox2012-07-273-11/+37
* | | | | pch_uart: Fix parity setting issueTomoya MORINAGA2012-07-171-1/+1
* | | | | pch_uart: Fix rx error interrupt setting issueTomoya MORINAGA2012-07-171-6/+12
* | | | | pch_uart: Fix missing break for 16 byte fifoAlan Cox2012-07-171-0/+1
* | | | | tty: of_serial: add no-loopback-test propertyGabor Juhos2012-07-171-0/+4
* | | | | tty: Move the handling of the tty release logicAlan Cox2012-07-173-39/+30
* | | | | vt: fix the keyboard/led lockingAlan Cox2012-07-171-18/+23
* | | | | 8250: three way resolve of the 8250 diffsAlan Cox2012-07-173-32/+9
* | | | | tty: Fix up PPC fallout from the termios moveAlan Cox2012-07-171-12/+12
* | | | | tty: move the termios object into the ttyAlan Cox2012-07-1624-238/+214
* | | | | tty: revert incorrectly applied lock patchAlan Cox2012-07-1612-172/+108
* | | | | Merge branch 'v3.6-rc7' into tty-nextGreg Kroah-Hartman2012-07-161-1/+1
|\| | | |
| * | | | tty/hvc_opal: Fix debug function nameBenjamin Herrenschmidt2012-07-101-1/+1
| |/ / /
* | | | tty ldisc: Close/Reopen race prevention should check the proper flagShachar Shemesh2012-07-121-1/+1
* | | | 8250: add support for ASIX devices with a FIFO bugAlan Cox2012-07-123-5/+28
* | | | 8250: propogate the bugs fieldAlan Cox2012-07-121-0/+1
* | | | 8250: use the 8250 register interface not the legacy oneAlan Cox2012-07-128-178/+155
* | | | tty: double unlock on error in ptmx_open()Dan Carpenter2012-07-121-3/+1
* | | | tty: keyboard.c: Remove locking from vt_get_leds.Christopher Brannon2012-07-061-3/+0
* | | | tty: localise the lockAlan Cox2012-07-0612-108/+174
* | | | tty: note race we need to fixAlan Cox2012-06-271-0/+6