summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tty: split the buffering from tty_ioAlan Cox2008-10-134-503/+515
* uml: small cleanups and note bugs to be dealt with by uml authors...Alan Cox2008-10-131-0/+2
* tty: move tioclinux from a special caseAlan Cox2008-10-133-6/+2
* serial: allow 8250 to be used on sparcDavid Miller2008-10-134-10/+33
* 8250: remove a few inlines of dubious valueWill Newton2008-10-131-5/+4
* serial_8250: pci_enable_device fail is not fully handledAlan Cox2008-10-131-2/+2
* ftdi: A few errors are err() that should be debug which causes much spewageAlan Cox2008-10-131-3/+3
* usb: fix pl2303 initializationJason Wessel2008-10-131-11/+0
* serial-make-uart_ports-ioport-unsigned-long-fixAndrew Morton2008-10-131-3/+2
* nozomi: Fix close on errorAlan Cox2008-10-131-1/+4
* serial: Make uart_port's ioport "unsigned long".David Miller2008-10-131-1/+1
* audit: Handle embedded NUL in TTY input auditingMiloslav Trmac2008-10-131-1/+1
* ip2: avoid add_timer with pending timerAkinobu Mita2008-10-131-15/+4
* ip2: init/deinit cleanupJiri Slaby2008-10-133-251/+198
* ip2: fix sparse warningsJiri Slaby2008-10-131-9/+5
* ip2: cleanup globalsJiri Slaby2008-10-131-11/+7
* Char: merge ip2main and ip2baseJiri Slaby2008-10-133-125/+77
* Char: sx, fix io unmappingJiri Slaby2008-10-131-2/+2
* Char: cyclades. remove bogus iomapJiri Slaby2008-10-131-9/+12
* Fix oti6858 debug levelScott Ashcroft2008-10-131-4/+0
* Blackfin Serial Driver: Fix bug - request UART2/3 peripheral mapped interrupt...Sonic Zhang2008-10-132-7/+56
* Blackfin Serial Driver: Fix bug - ircp fails on sir over Blackfin UARTGraf Yang2008-10-136-0/+17
* Blackfin Serial Driver: Fix bug - Don't call tx_stop in tx_transfer.Sonic Zhang2008-10-131-1/+5
* Blackfin Serial Driver: Remove useless stopSonic Zhang2008-10-131-3/+0
* Blackfin Serial Driver: move common variables out of serial headers and into ...Mike Frysinger2008-10-136-20/+10
* Blackfin Serial Driver: trim trailing whitespace -- no functional changesMike Frysinger2008-10-131-4/+4
* Blackfin Serial Driver: Fix bug - should suspend/resume/remove all uart ports.Sonic Zhang2008-10-131-17/+22
* Blackfin Serial Driver: use __initdata for data, not __initMike Frysinger2008-10-131-1/+1
* epca: call tty_port_initAlan Cox2008-10-131-4/+1
* coldfire: scheduled SERIAL_COLDFIRE removalAdrian Bunk2008-10-135-2062/+2
* drivers/char/hvc_console.c: adjust call to put_tty_driverJulia Lawall2008-10-131-2/+2
* drivers/serial/crisv10.c: add missing put_tty_driverJulia Lawall2008-10-131-0/+2
* MN10300: MEI are renaming themselves to PanasonicDavid Howells2008-10-131-9/+9
* MAINTAINERS: remove colon from headingsRandy Dunlap2008-10-121-11/+11
* MAINTAINERS: add F: and acronymsRandy Dunlap2008-10-121-8/+9
* MAINTAINERS: alpha sortRandy Dunlap2008-10-121-415/+415
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2008-10-1210-32/+131
|\
| * ext4: fix kconfig typo and extra whitespaceJan Engelhardt2008-10-121-2/+2
| * ext4: fix build failure without procfsAlexander Beregalov2008-10-121-0/+2
| * ext4: add an option to control error handling on file dataHidehiro Kawai2008-10-105-0/+28
| * jbd2: don't dirty original metadata buffer on abortHidehiro Kawai2008-10-101-1/+4
| * ext4: add checks for errors from jbd2Hidehiro Kawai2008-10-102-8/+27
| * jbd2: fix error handling for checkpoint ioHidehiro Kawai2008-10-104-21/+65
| * jbd2: abort when failed to log metadata buffersHidehiro Kawai2008-10-121-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-10-121-2/+0
|\ \
| * | [CIFS] cifs: remove pointless lock and unlock of GlobalMid_Lock in header_ass...Jeff Layton2008-10-121-2/+0
| |/
* | Fix Kconfig dependency for WM97xx battery driverLinus Torvalds2008-10-121-1/+1
* | Merge branch 'x86-core-v2-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-12105-2190/+5014
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----------------. \ Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x...Ingo Molnar2008-10-12102-2177/+4955
| |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * | x86: replace a magic number with a named constant in the VESA boot codeMichal Januszewski2008-10-051-1/+1