aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | [POWERPC] Use a sensible default for clock_getres() in the VDSOTony Breeds2008-02-061-1/+2
* | | [POWERPC] iSeries: Fix section mismatch in viocdStephen Rothwell2008-02-061-1/+1
* | | [POWERPC] iSeries: Fix section mismatch in viodsasdStephen Rothwell2008-02-062-2/+2
* | | [POWERPC] Avoid possible extra of_node_put in axon_msi.cStephen Rothwell2008-02-061-1/+1
* | | [POWERPC] Avoid DMA exception when using axon_msi with IOMMUMichael Ellerman2008-02-061-11/+10
* | | [POWERPC] Convert axon_msi to an of_platform driverMichael Ellerman2008-02-061-42/+34
* | | [POWERPC] Create and hook up of_platform_device_shutdownMichael Ellerman2008-02-061-0/+10
* | | [POWERPC] Search for and publish cell OF platform devices earlierMichael Ellerman2008-02-061-1/+1
* | | [POWERPC] Add of_get_next_parent()Michael Ellerman2008-02-062-0/+26
* | | [POWERPC] spufs: Fix memory leak on SPU affinityAndre Detsch2008-02-061-8/+21
* | | [POWERPC] spufs: Fix SPE single-step modeJeremy Kerr2008-02-061-2/+5
* | | [POWERPC] spufs: Add marker-based tracing facilityChristoph Hellwig2008-02-066-7/+291
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-02-0532-1593/+1825
|\ \ \
| * | | ide-tape: bump minor driver versionBorislav Petkov2008-02-061-1/+1
| * | | ide-tape: cleanup the remaining codestyle issuesBorislav Petkov2008-02-061-352/+480
| * | | ide-tape: fix syntax error in idetape_identify_device()Borislav Petkov2008-02-061-2/+2
| * | | ide-tape: remove leftover OnStream support warningBorislav Petkov2008-02-061-4/+0
| * | | ide-tape: collect module-related macro calls at the endBorislav Petkov2008-02-061-3/+2
| * | | ide-tape: include proper headersBorislav Petkov2008-02-061-3/+3
| * | | ide-tape: remove unused "length" arg from idetape_create_read_buffer_cmd()Borislav Petkov2008-02-061-3/+6
| * | | ide-tape: remove struct idetape_id_gcwBorislav Petkov2008-02-061-33/+23
| * | | ide-tape: cleanup and fix commentsBorislav Petkov2008-02-061-410/+271
| * | | ide-tape: shorten some function namesBorislav Petkov2008-02-061-17/+15
| * | | ide-tape: remove idetape_increase_max_pipeline_stages()Borislav Petkov2008-02-061-20/+15
| * | | ide-tape: struct idetape_tape_t: shorten member names v2Borislav Petkov2008-02-061-97/+113
| * | | ide-tape: struct idetape_tape_t: remove unused membersBorislav Petkov2008-02-061-34/+11
| * | | ide-tape: remove typedef idetape_chrdev_direction_tBorislav Petkov2008-02-061-30/+32
| * | | ide-tape: simplify code branching in the interrupt handlerBorislav Petkov2008-02-061-26/+28
| * | | ide-tape: remove unreachable code chunkBorislav Petkov2008-02-061-12/+10
| * | | ide-tape: remove struct idetape_read_position_result_tBorislav Petkov2008-02-061-32/+18
| * | | ide-tape: refactor the debug logging facilityBorislav Petkov2008-02-061-222/+122
| * | | ide: add ide_read_error() inline helperBartlomiej Zolnierkiewicz2008-02-068-10/+18
| * | | ide: add ide_read_[alt]status() inline helpersBartlomiej Zolnierkiewicz2008-02-0611-69/+100
| * | | ide: remove ide_setup_ports()Bartlomiej Zolnierkiewicz2008-02-068-184/+133
| * | | ide: remove redundant BUG_ON() from [atapi_]reset_pollfunc()Bartlomiej Zolnierkiewicz2008-02-061-2/+0
| * | | ide: remove write-only ->sata_misc[] from ide_hwif_tBartlomiej Zolnierkiewicz2008-02-062-8/+0
| * | | ppc: fix #ifdef-s in mediabay driver (take 2)Bartlomiej Zolnierkiewicz2008-02-062-29/+25
| * | | ide-pci-generic: kill the unused ifdef/endif/MODULE codeDenis Cheng2008-02-063-14/+5
| * | | drivers/ide/legacy/hd.c: fix uninitialized var warningAndrew Morton2008-02-061-3/+6
| * | | drivers/ide/ide-acpi.c: fix uninitialized var warningAndrew Morton2008-02-061-1/+1
| * | | Palmchip BK3710 IDE driverAnton Salnikov2008-02-065-2/+409
| * | | ide-generic: probing bugfixBartlomiej Zolnierkiewicz2008-02-061-2/+8
* | | | Merge branch 'dmapool' of git://git.kernel.org/pub/scm/linux/kernel/git/willy...Linus Torvalds2008-02-054-482/+502
|\ \ \ \
| * | | | pool: Improve memory usage for devices which can't cross boundariesMatthew Wilcox2007-12-041-16/+20
| * | | | Change dmapool free block managementMatthew Wilcox2007-12-041-61/+58
| * | | | dmapool: Tidy up includes and add commentsMatthew Wilcox2007-12-041-10/+30
| * | | | dmapool: Validate parameters to dma_pool_createMatthew Wilcox2007-12-041-7/+8
| * | | | Avoid taking waitqueue lock in dmapoolMatthew Wilcox2007-12-041-4/+5
| * | | | dmapool: Fix style problemsMatthew Wilcox2007-12-041-146/+142
| * | | | Move dmapool.c to mm/ directoryMatthew Wilcox2007-12-043-1/+2