summaryrefslogtreecommitdiffstats
path: root/crypto/krng.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-09-21ioat3: fix uninitialized var warningsDan Williams1-6/+9
2009-09-21drivers/dma/ioat/dma_v2.c: fix warningsAndrew Morton1-2/+3
2009-09-17raid6test: fix stack overflowDan Williams1-2/+1
2009-09-17ioat2: clarify ring size limitsDan Williams1-3/+4
2009-09-16md/raid6: cleanup ops_run_compute6_2Dan Williams1-12/+15
2009-09-16md/raid6: eliminate BUG_ON with side effectDan Williams1-2/+4
2009-09-13dca: module load should not be an error messageStephen Hemminger1-1/+1
2009-09-10ioat: driver version 4.0Dan Williams1-1/+1
2009-09-10dca: registering requesters in multiple dca domainsMaciej Sosnowski3-15/+120
2009-09-09async_tx: remove HIGHMEM64G restrictionDan Williams1-1/+1
2009-09-09dmaengine: sh: Add Support SuperH DMA Engine driverNobuhiro Iwamatsu7-5/+882
2009-09-09dmaengine: Move all map_sg/unmap_sg for slave channel to its clientAtsushi Nemoto3-34/+49
2009-09-09fsldma: Add DMA_SLAVE supportIra Snyder2-0/+363
2009-09-09fsldma: split apart external pause and request count featuresIra Snyder2-17/+31
2009-09-09ioat2,3: cacheline align software descriptor allocationsDan Williams3-4/+20
2009-09-09dmaengine: kill tx_listDan Williams2-4/+0
2009-09-09txx9dmac: implement a private tx_listDan Williams2-13/+12
2009-09-09at_hdmac: implement a private tx_listDan Williams2-8/+10
2009-09-09mv_xor: implement a private tx_listDan Williams2-5/+6
2009-09-09ioat: implement a private tx_listDan Williams2-4/+6
2009-09-09iop-adma: implement a private tx_listDan Williams2-4/+7
2009-09-09fsldma: implement a private tx_listDan Williams2-7/+10
2009-09-09dw_dmac: implement a private tx_listDan Williams2-9/+11
2009-09-09I/OAT: Convert to PCI_VDEVICE()Roland Dreier1-23/+23
2009-09-09Add MODULE_DEVICE_TABLE() so ioatdma module is autoloadedRoland Dreier1-0/+1
2009-09-09ioat3: segregate raid enginesDan Williams3-9/+22
2009-09-09ioat3: ioat3.2 pci ids for Jasper ForestTom Picard2-0/+23
2009-09-09ioat3: interrupt descriptor supportDan Williams1-1/+38
2009-09-09ioat3: support xor via pq descriptorsDan Williams1-0/+49
2009-09-09ioat3: pq supportDan Williams1-1/+264
2009-09-09ioat3: xor self testDan Williams4-3/+282
2009-09-09ioat3: xor supportDan Williams4-3/+222
2009-09-09ioat3: enable dca for completion writesDan Williams2-1/+3
2009-09-09ioat: add 'ioat' sysfs attributesDan Williams6-6/+166
2009-09-09ioat3: split ioat3 support to its own file, add memsetDan Williams7-84/+421
2009-09-09ioat3: hardware version 3.2 register / descriptor definitionsDan Williams4-2/+185
2009-09-09ioat2+: add fence supportDan Williams1-0/+1
2009-09-09dmaengine, async_tx: support alignment checksDan Williams6-6/+67
2009-09-09dmaengine: cleanup unused transaction typesDan Williams4-16/+1
2009-09-09dmaengine, async_tx: add a "no channel switch" allocatorDan Williams4-1/+57
2009-09-09dmaengine: add fence supportDan Williams8-41/+79
2009-09-09net_dma: poll for a descriptor after allocation failureDan Williams1-0/+10
2009-09-09ioat2,3: dynamically resize descriptor ringDan Williams3-31/+187
2009-09-09ioat: switch watchdog and reset handler from workqueue to timerDan Williams6-436/+396
2009-09-09ioat1: trim ioat_dma_desc_swDan Williams3-5/+7
2009-09-09ioat: ___devinit annotate the initialization pathsDan Williams5-20/+24
2009-09-09ioat: preserve chanctrl bits when re-arming interruptsDan Williams3-14/+10
2009-09-09ioat: ignore reserved bits for chancnt and xfercapDan Williams2-0/+14
2009-09-09ioat: cleanup completion status readsDan Williams4-75/+46
2009-09-09ioat: add some dev_dbg() callsDan Williams4-4/+81