aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds36-652/+978
2010-03-03Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds26-247/+345
2010-03-03Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds36-727/+1568
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds10-552/+493
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-15/+15
2010-03-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds12-906/+1058
2010-03-03Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds33-38/+537
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds60-499/+354
2010-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds17-164/+109
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds44-1208/+1219
2010-03-03docbook: fix errors from x86 headers mergerRandy Dunlap2-2/+2
2010-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds9-254/+145
2010-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds30-1708/+2030
2010-03-02jsm: fixing error if the driver fails to loadBreno Leitao1-3/+6
2010-03-02jsm: removing the uart structure and filename on errorBreno Leitao1-0/+1
2010-03-02tty: Add a new VT mode which is like VT_PROCESS but doesn't require a VT_RELD...Ari Entlich2-20/+22
2010-03-02tty: Keep the default buffering to sub-page unitsAlan Cox2-2/+14
2010-03-02tty: Fix up char drivers request_room usageAlan Cox5-9/+2
2010-03-02tty: Fix the ldisc hangup raceAlan Cox1-20/+30
2010-03-02serial: timberdale: Remove dependanciesAlan Cox1-1/+0
2010-03-02nozomi: Tidy up the PCI tableAlan Cox1-5/+1
2010-03-02nozomi: Fix mutex handlingAlan Cox1-22/+12
2010-03-02nozomi: Add tty_port usageAlan Cox1-47/+68
2010-03-02sdio_uart: Use kfifo instead of the messy circ stuffAlan Cox1-63/+30
2010-03-02serial: bcm63xx_uart: allow more than one uart to be registered.Maxime Bizon1-2/+3
2010-03-02serial: bcm63xx_uart: don't use kfree() on non kmalloced area.Maxime Bizon1-1/+1
2010-03-02serial: bfin_5xx: pull in linux/io.h for ioremap prototypesMike Frysinger1-0/+1
2010-03-02serial: bfin_5xx: kgdboc should accept gdb break only when it is activeSonic Zhang1-1/+2
2010-03-02serial: bfin_5xx: need to disable DMA TX interrupt tooGraf Yang1-0/+2
2010-03-02serial: bfin_5xx: remove useless gpio handling with hard flow controlSonic Zhang1-15/+1
2010-03-02Char: synclink, remove unnecessary checksJiri Slaby1-2/+2
2010-03-02tty: declare MODULE_FIRMWARE in various driversBen Hutchings6-1/+21
2010-03-02ip2: Add module parameter.Rakib Mullick1-0/+13
2010-03-02ip2: remove #ifdef MODULE from ip2main.cRakib Mullick1-6/+5
2010-03-02tty: moxa: remove #ifdef MODULE completely.Rakib Mullick1-11/+6
2010-03-02hvc_console: fix test on unsigned in hvc_console_print()Roel Kluin1-1/+1
2010-03-02serial: isicom.c: use pr_fmt and pr_<level>Joe Perches1-23/+26
2010-03-02tty: char: mxser, remove unnecessary tty testJiri Slaby1-2/+1
2010-03-02serial: cyclades: allow overriding ISA defaults also when the driver is built-inBartlomiej Zolnierkiewicz1-8/+1
2010-03-02serial: Char: cyclades, fix compiler warningJiri Slaby1-6/+0
2010-03-02serial: fix test of unsignedRoel Kluin2-5/+8
2010-03-02serial: add support for Korenix JetCardKiros Yeh2-0/+11
2010-03-02serial: imx: fix NULL dereference Oops when pdata == NULLBaruch Siach1-3/+3
2010-03-02serial: 8250_pci: add support for MCS9865 / SYBA 6x Serial Port CardIra W. Snyder3-1/+28
2010-03-02serial: synclink_gt: dropped transmit data bugfixPaul Fulghum1-81/+105
2010-03-02serial: atmel_serial: add poll_get_char and poll_put_char uart_opsAlbin Tonnerre1-0/+22
2010-03-02serial: 68328serial.c: remove BAUD_TABLE_SIZE macroThiago Farina1-5/+3
2010-03-02serial: copy UART properties of UPF_FIXED_TYPE ports provisioned using early_...Shmulik Ladkani1-6/+15
2010-03-02serial: fit blackfin uart over sport driver into common uart infrastructuresonic zhang3-280/+511
2010-03-02Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds31-1840/+2186