summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2007-05-10asus-laptop: add GPS supportCorentin Chary1-1/+54
2007-05-10asus-laptop: notify ALL eventsCorentin Chary1-2/+2
2007-05-10[POWERPC] CPM_UART: Removed __init from cpm_uart_init_portdesc to fix warningKumar Gala3-3/+3
2007-05-10[POWERPC] CPM_UART: cpm_uart_set_termios should take ktermios, not termiosScott Wood1-1/+2
2007-05-10[POWERPC] Change rheap functions to use ulongs instead of pointersTimur Tabi4-20/+20
2007-05-10ACPICA: LindentLen Brown42-429/+395
2007-05-10ACPI: created a dedicated workqueue for notify() executionAlexey Starikovskiy1-10/+35
2007-05-10Revert "ACPICA: fix AML mutex re-entrancy"Len Brown4-22/+29
2007-05-10Revert "Execute AML Notify() requests on stack."Len Brown1-5/+6
2007-05-10Revert "ACPICA: revert "acpi_serialize" changes"Len Brown9-89/+108
2007-05-10Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds53-194/+10748
2007-05-10Merge branch 'usb-move' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds24-9/+10
2007-05-10Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds8-23/+113
2007-05-10Revert "md: improve partition detection in md array"Linus Torvalds3-8/+21
2007-05-10Move USB network drivers to drivers/net/usb.Jeff Garzik24-9/+10
2007-05-10libata: fix kernel-doc parametersRandy Dunlap1-0/+2
2007-05-10Fix pata_qdi.c probe codeSamuel Thibault1-1/+1
2007-05-10pata_scc: fix compilationAlexey Dobriyan1-2/+2
2007-05-10sata_via: add missing PM hooksTejun Heo1-0/+8
2007-05-10sata_nv: fix ADMA freeze/thaw/irq_clear issuesRobert Hancock1-14/+78
2007-05-10pata_pcmcia.c: add card ident for jvc cdromRichard Kennedy1-0/+1
2007-05-10sata_promise: SATAII-150/300 TX4 port numbering fixMikael Pettersson1-4/+18
2007-05-10sata_promise: fix another error decode regressionMikael Pettersson1-1/+3
2007-05-10libata-acpi: fix _GTF command protocol for ATAPI devicesTejun Heo1-2/+1
2007-05-10atl1: add netconsole supportAlexey Dobriyan1-0/+12
2007-05-10Fix hang on IBM Token Ring PCMCIA card ejectionPaul Walmsley1-5/+9
2007-05-10skge: default WOL should be magic only (rev2)Stephen Hemminger1-1/+3
2007-05-10Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik5-118/+8
2007-05-10Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds62-1421/+1057
2007-05-10ide: fix PIO setup on resume for ATAPI devicesBartlomiej Zolnierkiewicz1-10/+7
2007-05-10ide: legacy PCI bus order probing fixesBartlomiej Zolnierkiewicz3-5/+10
2007-05-10ide: add ide_proc_register_port()Bartlomiej Zolnierkiewicz17-49/+87
2007-05-10ide: add "initializing" argument to ide_register_hw()Bartlomiej Zolnierkiewicz14-24/+22
2007-05-10ide: cable detection fixes (take 2)Bartlomiej Zolnierkiewicz4-61/+39
2007-05-10ide: move IDE settings handling to ide-proc.cBartlomiej Zolnierkiewicz7-347/+355
2007-05-10ide: split off ioctl handling from IDE settings (v2)Bartlomiej Zolnierkiewicz6-112/+199
2007-05-10ide: make /proc/ide/ optionalBartlomiej Zolnierkiewicz12-32/+40
2007-05-10ide: add ide_tune_dma() helperBartlomiej Zolnierkiewicz13-206/+32
2007-05-10ide: rework the code for selecting the best DMA transfer mode (v3)Bartlomiej Zolnierkiewicz26-568/+232
2007-05-10ide: fix UDMA/MWDMA/SWDMA masks (v3)Bartlomiej Zolnierkiewicz8-60/+87
2007-05-10[SERIAL] sunzilog: Interrupt enable before ISR handler installedMark Fortescue2-35/+122
2007-05-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-3/+1
2007-05-10Merge git://git.infradead.org/mtd-2.6Linus Torvalds19-4677/+301
2007-05-10Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-4/+4
2007-05-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds1-1/+2
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds79-119/+110
2007-05-09md: improve partition detection in md arrayNeilBrown3-21/+8
2007-05-09md: allow reshape_position for md arrays to be set via sysfsNeilBrown1-7/+63
2007-05-09md: remove the slash from the name of a kmem_cache used by raid5NeilBrown1-2/+2
2007-05-09md: stop using csum_partial for checksum calculation in mdNeilBrown1-2/+29