summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-12-11tty: sdio_uart: Switch to the open/close helpersAlan Cox1-82/+119
2009-12-11sdio_uart: Move the open lockAlan Cox1-11/+9
2009-12-11sdio_uart: refcount the tty objectsAlan Cox1-17/+42
2009-12-11sdio_uart: Fix oops caused by the previous changesetNicolas Pitre1-1/+1
2009-12-11sdio_uart: use tty_portAlan Cox1-18/+23
2009-12-11tty_port: Move hupcl handlingAlan Cox1-5/+8
2009-12-11devpts_get_tty() should validate inodeSukadev Bhattiprolu1-2/+14
2009-12-11Serial: Do not read IIR in serial8250_start_tx when UART_BUG_TXENIan Jackson1-5/+3
2009-12-11tty: docs: serial/tty, add to ldisc methodsTilman Schmidt1-2/+7
2009-12-11Serial: pxa: work around Errata #75Uwe Kleine-König1-2/+11
2009-12-11serial, 8250: calculate irqflags bitmask before loopAndré Goddard Rosa1-6/+10
2009-12-11serial: cascade needless conditionalsAndré Goddard Rosa1-7/+5
2009-12-11serial: fix NULL pointer dereferenceAndré Goddard Rosa1-10/+11
2009-12-11opticon: Fix resume logicAlan Cox1-1/+2
2009-12-11usb_serial: Kill port mutexAlan Cox3-6/+2
2009-12-11usb_serial: Use the shutdown() operationAlan Cox1-28/+11
2009-12-11tty_port: coding style cleaning passAlan Cox1-12/+13
2009-12-11tty_port: add "tty_port_open" helperAlan Cox3-31/+64
2009-12-11tty: stallion: kill BKL ioctlAlan Cox1-6/+7
2009-12-11tty: istallion: Kill off the BKL ioctlAlan Cox1-4/+4
2009-12-11tty: esp: remove broken driverAlan Cox6-2816/+0
2009-12-11tty: const: constify remaining tty_operationsAlexey Dobriyan4-4/+4
2009-12-11jsm: adding EEH handlersBreno Leitao2-1/+47
2009-12-11jsm: removing the field jsm_board->intr_countBreno Leitão2-3/+0
2009-12-11jsm: Removing unused jsm_channel->ch_wopen fieldBreno Leitão1-2/+0
2009-12-11jsm: Remove ch_cpstime fieldBreno Leitão1-2/+0
2009-12-11jsm: removing ch_old_baud fieldBreno Leitão3-6/+0
2009-12-11jsm: remove the ch_custom_speed fieldBreno Leitão2-5/+0
2009-12-11jsm: Rewriting a bad log messageBreno Leitão1-1/+1
2009-12-11jsm: IRQ handlers doesn't need to have IRQ_DISABLED enabledBreno Leitão1-1/+1
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds4-15/+166
2009-12-10Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Linus Torvalds11-79/+107
2009-12-10Merge branch 'xen/fbdev' of git://git.kernel.org/pub/scm/linux/kernel/git/jer...Linus Torvalds8-5/+10
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds14-53/+46
2009-12-10Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds21-514/+677
2009-12-10Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds10-457/+1107
2009-12-10Merge git://git.infradead.org/ubifs-2.6Linus Torvalds7-29/+72
2009-12-10V4L/DVB (13592): max2165: 32bit build patchDavid Wong1-1/+1
2009-12-10exofs: Multi-device mirror supportBoaz Harrosh6-28/+361
2009-12-10exofs: Move all operations to an io_engineBoaz Harrosh5-350/+644
2009-12-10exofs: move osd.c to ios.cBoaz Harrosh2-1/+1
2009-12-10exofs: statfs blocks is sectors not FS blocksBoaz Harrosh1-4/+6
2009-12-10exofs: Prints on mount and unmoutBoaz Harrosh1-0/+11
2009-12-10exofs: refactor exofs_i_info initialization into common helperBoaz Harrosh1-2/+8
2009-12-10exofs: dbg-print lessBoaz Harrosh1-5/+7
2009-12-10exofs: More sane debug printBoaz Harrosh1-2/+1
2009-12-10trivial: some small fixes in exofs documentationThadeu Lima de Souza Cascardo2-11/+14
2009-12-09Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds49-283/+1153
2009-12-09Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds58-1742/+2319
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds11-90/+248