aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-21tty vt: Fix a regression in command line editionJean-François Moine1-4/+4
2012-11-14tty: serial: max310x: Add terminating entry for spi_device_id tableAxel Lin1-0/+1
2012-11-14TTY: hvc_console, fix port reference count going to zero prematurelyPaul Mackerras1-7/+0
2012-10-24Revert "serial: omap: fix software flow control"Felipe Balbi1-6/+6
2012-10-19Merge tag 'tty-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-12/+13
2012-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-0/+1
2012-10-16sparc64: Add global PMU register dumping via sysrq.David S. Miller1-0/+1
2012-10-15serial/8250_hp300: Missing 8250 register interface conversion bitsGeert Uytterhoeven1-10/+10
2012-10-14Merge 3.7-rc1 into tty-linusGreg Kroah-Hartman5-62/+115
2012-10-15sh: Fix up more fallout from pointless ARM __iomem churn.Paul Mundt1-1/+2
2012-10-13Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdbLinus Torvalds2-1/+15
2012-10-12Merge tag 'stable/for-linus-3.7-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-1/+4
2012-10-12kdb,vt_console: Fix missed data due to pager overrunsJason Wessel1-0/+13
2012-10-12kgdboc: Accept either kbd or kdb to activate the vga + keyboard kdb shellJason Wessel1-1/+2
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds2-60/+96
2012-10-05tty: serial: sccnxp: Fix bug with unterminated platform_id listGreg Kroah-Hartman1-0/+1
2012-10-05serial: sccnxp: Allows the driver to be compiled as a moduleAlexander Shiyan1-2/+2
2012-10-04xen/hvc: handle backend CLOSED without CLOSINGDavid Vrabel1-1/+4
2012-10-02Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+2
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-29/+16
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-7/+10
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds6-9/+9
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-10-01Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-5/+53
2012-10-01Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+2
2012-10-01Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds78-3521/+5970
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-2/+2
2012-09-26make get_file() return its argumentAl Viro1-6/+3
2012-09-26new helper: iterate_fd()Al Viro1-23/+13
2012-09-26tty/serial: Add kgdb_nmi driverAnton Vorontsov4-0/+431
2012-09-26tty/serial/amba-pl011: Quiesce interrupts in poll_get_charAnton Vorontsov1-0/+29
2012-09-26tty/serial/amba-pl011: Implement poll_init callbackAnton Vorontsov1-11/+33
2012-09-26tty/serial/core: Introduce poll_init callbackAnton Vorontsov1-0/+17
2012-09-26serial: pl011: handle corruption at high clock speedsLinus Walleij1-1/+14
2012-09-26serial: sccnxp: Make 'default' choice in switch lastAlexander Shiyan1-1/+1
2012-09-26serial: sccnxp: Remove mask termios caps for SW flow controlAlexander Shiyan1-1/+0
2012-09-26serial: sccnxp: Report actual baudrate back to coreAlexander Shiyan1-4/+10
2012-09-26serial: samsung: Add poll_get_char & poll_put_charJulien Pichon1-0/+47
2012-09-26Powerpc 8xx CPM_UART setting MAXIDL register proportionaly to baud rateChristophe Leroy1-0/+14
2012-09-26Powerpc 8xx CPM_UART maxidl should not depend on fifo sizeChristophe Leroy1-2/+2
2012-09-26Powerpc 8xx CPM_UART too many interruptsChristophe Leroy1-2/+2
2012-09-26Powerpc 8xx CPM_UART desynchronisationChristophe Leroy1-0/+1
2012-09-26serial: set correct baud_base for EXSYS EX-41092 Dual 16950Flavio Leitner1-2/+7
2012-09-26serial: omap: fix the reciever line error caseShubhrajyoti D1-0/+4
2012-09-268250: blacklist Winbond CIR portSean Young2-7/+29
2012-09-268250_pnp: do pnp probe before legacy probeSean Young5-31/+41
2012-09-23Merge tag 'vt8500-for-next' of git://git.code.sf.net/p/linuxwmt/code into next/dtOlof Johansson1-5/+53
2012-09-22Merge branch 'for-arm-soc-next' of git://git.linaro.org/people/ljones/linux-3.0-ux500 into next/dtOlof Johansson1-15/+15
2012-09-22Merge branch 'cleanup/__iomem' into next/cleanupOlof Johansson1-2/+2