aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb...Linus Torvalds2008-07-23
|\
| * I/OAT: I/OAT version 3.0 supportMaciej Sosnowski2008-07-22
| * I/OAT: tcp_dma_copybreak default value dependent on I/OAT versionMaciej Sosnowski2008-07-22
| * I/OAT: Add watchdog/reset functionality to ioatdmaMaciej Sosnowski2008-07-22
| * iop_adma: cleanup iop_chan_xor_slot_countDan Williams2008-07-17
| * iop_adma: document how to calculate the minimum descriptor pool sizeDan Williams2008-07-17
| * iop_adma: directly reclaim descriptors on allocation failureDan Williams2008-07-17
| * async_tx: make async_tx_test_ack a boolean routineDan Williams2008-07-17
| * async_tx: remove depend_tx from async_tx_sync_epilogDan Williams2008-07-17
| * async_tx: export async_tx_quiesceDan Williams2008-07-17
| * async_tx: fix handling of the "out of descriptor" condition in async_xorDan Williams2008-07-17
| * async_tx: ensure the xor destination buffer remains dma-mappedDan Williams2008-07-17
| * async_tx: list_for_each_entry_rcu() cleanupLi Zefan2008-07-17
| * dmaengine: Driver for the Synopsys DesignWare DMA controllerHaavard Skinnemoen2008-07-08
| * dmaengine: Add slave DMA interfaceHaavard Skinnemoen2008-07-08
| * dmaengine: add DMA_COMPL_SKIP_{SRC,DEST}_UNMAP flags to control dma unmapDan Williams2008-07-08
| * dmaengine: Add dma_client parameter to device_alloc_chan_resourcesHaavard Skinnemoen2008-07-08
| * dmatest: Simple DMA memcpy test clientHaavard Skinnemoen2008-07-08
| * dmaengine: DMA engine driver for Marvell XOR engineSaeed Bishara2008-07-08
| * iop-adma: fix platform driver hotplug/coldplugKay Sievers2008-07-08
| * dmaengine: track the number of clients using a channelDan Williams2008-07-08
| * dmaengine: remove arch dependency from DMADEVICESDan Williams2008-07-08
| * dmaengine: Couple DMA channels to their physical DMA deviceHaavard Skinnemoen2008-07-08
| * async_tx: fix async_memset compile errorDan Williams2008-07-08
| * fsldma: fix incorrect exit path for initializationLi Yang2008-07-08
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2008-07-23
|\ \
| * | kgdb: kgdboc console poll hooks for mpsc uartJason Wessel2008-07-23
| * | kgdb: kgdboc console poll hooks for cpm uartJason Wessel2008-07-23
| * | kgdb, powerpc: arch specific powerpc kgdb supportJason Wessel2008-07-23
| * | kgdb: support for ARCH=armJason Wessel2008-07-23
| * | kgdb: remove unused HAVE_ARCH_KGDB_SHADOW_INFO config variableJason Wessel2008-07-23
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-07-23
|\ \ \
| * | | ide: small whitespace fixesPavel Machek2008-07-23
| * | | ide: ide-cd_ioctl.c fix sparse integer as NULL pointer warningsHarvey Harrison2008-07-23
| * | | ide: ide-cd.c fix sparse endianness warningsHarvey Harrison2008-07-23
| * | | ide-cd: convert to using the new atapi_flagsBorislav Petkov2008-07-23
| * | | ide: remove unused PC_FLAG_DRQ_INTERRUPTBorislav Petkov2008-07-23
| * | | ide-scsi: convert to using the new atapi_flagsBorislav Petkov2008-07-23
| * | | ide-tape: convert to using the new atapi_flagsBorislav Petkov2008-07-23
| * | | ide-floppy: convert to using the new atapi_flags (take 2)Borislav Petkov2008-07-23
| * | | ide: add per-device flagsBorislav Petkov2008-07-23
| * | | ide: use rq->cmd instead of pc->c in atapi common codeBorislav Petkov2008-07-23
| * | | ide-scsi: pass packet command in rq->cmdBorislav Petkov2008-07-23
| * | | ide-tape: pass packet command in rq->cmdBorislav Petkov2008-07-23
| * | | ide-tape: make room for packet command ids in rq->cmdBorislav Petkov2008-07-23
| * | | ide-floppy: pass packet command in rq->cmdBorislav Petkov2008-07-23
| * | | ide: remove pc->callback member from ide_atapi_pcBorislav Petkov2008-07-23
| * | | ide-scsi: use drive->pc_callback instead of pc->callbackBorislav Petkov2008-07-23
| * | | ide-tape: use drive->pc_callback instead of pc->callbackBorislav Petkov2008-07-23
| * | | ide-floppy: use drive->pc_callback instead of pc->callbackBorislav Petkov2008-07-23