aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-67/+53
2008-07-20m68k: Return -ENODEV if no device is foundGeert Uytterhoeven1-1/+1
2008-07-20tty: add more tty_port fieldsAlan Cox16-194/+165
2008-07-20cyclades: use tty_portAlan Cox1-158/+157
2008-07-20tty: Clean up tiocmsetAlan Cox1-26/+22
2008-07-20synclink: use tty_portAlan Cox3-310/+289
2008-07-20stallion: use tty_portAlan Cox1-80/+80
2008-07-20rocket: use tty_portAlan Cox2-64/+61
2008-07-20mxser: use tty_portAlan Cox1-131/+126
2008-07-20moxa: use tty_portAlan Cox1-45/+42
2008-07-20istallion: use tty_portAlan Cox1-58/+58
2008-07-20isicom: use tty_portAlan Cox1-102/+79
2008-07-20riscom8: remove bogus checksAlan Cox1-24/+8
2008-07-20riscom8: use tty_portAlan Cox2-85/+68
2008-07-20gs: use tty_portAlan Cox7-167/+164
2008-07-20esp: use tty_portAlan Cox1-136/+136
2008-07-20epca: use tty_portAlan Cox2-59/+54
2008-07-20tty: Introduce a tty_port common structureAlan Cox1-0/+34
2008-07-20drivers/char/rio/: remove VCS tagsAdrian Bunk26-121/+0
2008-07-20tty: Ldisc revampAlan Cox15-158/+251
2008-07-20tty: isicom, enable/disable pci deviceJiri Slaby1-0/+8
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller160-66428/+1032
2008-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6Linus Torvalds1-1/+1
2008-07-16APM emulation: Notify about all suspend events, not just APM invoked ones (v2)Johannes Berg1-139/+207
2008-07-16Merge commit 'origin/master'Benjamin Herrenschmidt8-2223/+80
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2-2/+2
2008-07-15pcmcia: fix return value in cm4000_cs.cDominik Brodowski1-1/+1
2008-07-15Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-buildBenjamin Herrenschmidt147-64048/+387
2008-07-15powerpc: Add driver for Barrier Synchronization RegisterSonny Rao3-0/+321
2008-07-14Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6Linus Torvalds6-2221/+78
2008-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse6-2221/+78
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds38-75/+214
2008-07-14dsp56k: use request_firmwareJaswinder Singh1-51/+33
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet70-2698/+3563
2008-07-14Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-64/+82
2008-07-14Merge branch 'drm-reorg' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds104-63859/+0
2008-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds3-50/+92
2008-07-14Merge commit 'v2.6.26' into x86/coreIngo Molnar1-1/+3
2008-07-14Merge commit 'origin/HEAD' into test-mergeBenjamin Herrenschmidt6-7/+10
2008-07-14drm: reorganise drm tree to be more future proof.Dave Airlie104-63859/+0
2008-07-12drivers/char/pcmcia/ipwireless/hardware.c fix resource leakDarren Jenkins1-1/+3
2008-07-12Merge branch 'linus' into x86/coreIngo Molnar3-3/+4
2008-07-11[PATCH] IPMI: return correct value from ipmi_writeMark Rustad1-2/+1
2008-07-10rtc: fix reported IRQ rate for when HPET is enabledPaul Gortmaker1-1/+2
2008-07-10tpm: add Intel TPM TIS device HIDMarcin Obara1-0/+1
2008-07-10ip2: use request_firmware()David Woodhouse3-2163/+38
2008-07-10Fix a const assignment in moxa_load_fw()David Howells1-2/+2
2008-07-10cyclades: treat firmware data as constDavid Woodhouse1-5/+5
2008-07-08Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/build', 'x86/cleanups', 'x86/cpa', 'x86/cpu', 'x86/defconfig', 'x86/gart', 'x86/i8259', 'x86/intel', 'x86/irqstats', 'x86/kconfig', 'x86/ldt', 'x86/mce', 'x86/memtest', 'x86/pat', 'x86/ptemask', 'x86/resumetrace', 'x86/thr...Ingo Molnar52-1356/+3126
2008-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller36-1235/+2840