- bbb2008 Merge branch 'dmaengine' into async-tx-next by Dan Williams · 16 years ago
- 3e48e65 Merge branch 'iop-raid6' into async-tx-next by Dan Williams · 16 years ago
- 657a77f dmaengine: Move all map_sg/unmap_sg for slave channel to its client by Atsushi Nemoto · 16 years ago
- bbea0b6 fsldma: Add DMA_SLAVE support by Ira Snyder · 16 years ago
- e6c7ecb fsldma: split apart external pause and request count features by Ira Snyder · 16 years ago
- 162b96e ioat2,3: cacheline align software descriptor allocations by Dan Williams · 16 years ago
- 0803172 dmaengine: kill tx_list by Dan Williams · 16 years ago
- 1979b18 txx9dmac: implement a private tx_list by Dan Williams · 16 years ago
- 285a3c7 at_hdmac: implement a private tx_list by Dan Williams · 16 years ago
- 64203b6 mv_xor: implement a private tx_list by Dan Williams · 16 years ago
- ea25968 ioat: implement a private tx_list by Dan Williams · 16 years ago
- 308136d iop-adma: implement a private tx_list by Dan Williams · 16 years ago
- eda3423 fsldma: implement a private tx_list by Dan Williams · 16 years ago
- e0bd0f8 dw_dmac: implement a private tx_list by Dan Williams · 16 years ago
- e12c4fa Merge branch 'ioat' into dmaengine by Dan Williams · 16 years ago
- a6417dd I/OAT: Convert to PCI_VDEVICE() by Roland Dreier · 16 years ago
- 6506cbc Add MODULE_DEVICE_TABLE() so ioatdma module is autoloaded by Roland Dreier · 16 years ago
- e323271 ioat3: segregate raid engines by Dan Williams · 16 years ago
- b265b11 ioat3: ioat3.2 pci ids for Jasper Forest by Tom Picard · 16 years ago
- 58c8649 ioat3: interrupt descriptor support by Dan Williams · 16 years ago
- ae78662 ioat3: support xor via pq descriptors by Dan Williams · 16 years ago
- d69d235 ioat3: pq support by Dan Williams · 16 years ago
- 9de6fc7 ioat3: xor self test by Dan Williams · 16 years ago
- b094ad3 ioat3: xor support by Dan Williams · 16 years ago
- e61daca ioat3: enable dca for completion writes by Dan Williams · 16 years ago
- 5669e31 ioat: add 'ioat' sysfs attributes by Dan Williams · 16 years ago
- bf40a68 ioat3: split ioat3 support to its own file, add memset by Dan Williams · 16 years ago
- 2aec048 ioat3: hardware version 3.2 register / descriptor definitions by Dan Williams · 16 years ago
- 128f2d5 ioat2+: add fence support by Dan Williams · 16 years ago
- 83544ae dmaengine, async_tx: support alignment checks by Dan Williams · 16 years ago
- 9308add dmaengine: cleanup unused transaction types by Dan Williams · 16 years ago
- 138f4c3 dmaengine, async_tx: add a "no channel switch" allocator by Dan Williams · 16 years ago
- 0403e38 dmaengine: add fence support by Dan Williams · 16 years ago
- f9dd213 Merge branch 'md-raid6-accel' into ioat3.2 by Dan Williams · 16 years ago
- 4b652f0 net_dma: poll for a descriptor after allocation failure by Dan Williams · 16 years ago
- a309218 ioat2,3: dynamically resize descriptor ring by Dan Williams · 16 years ago
- 09c8a5b ioat: switch watchdog and reset handler from workqueue to timer by Dan Williams · 16 years ago
- ad643f5 ioat1: trim ioat_dma_desc_sw by Dan Williams · 16 years ago
- 345d852 ioat: ___devinit annotate the initialization paths by Dan Williams · 16 years ago
- f6ab95b ioat: preserve chanctrl bits when re-arming interrupts by Dan Williams · 16 years ago
- bb32078 ioat: ignore reserved bits for chancnt and xfercap by Dan Williams · 16 years ago
- 4fb9b9e ioat: cleanup completion status reads by Dan Williams · 16 years ago
- 6df9183 ioat: add some dev_dbg() calls by Dan Williams · 16 years ago
- 38e12f6 ioat1: kill unused unmap parameters by Dan Williams · 16 years ago
- 5cbafa6 ioat2,3: convert to a true ring buffer by Dan Williams · 16 years ago
- dcbc853 ioat: prepare the code for ioat[12]_dma_chan split by Dan Williams · 16 years ago
- a6a39ca ioat: fix self test interrupts by Dan Williams · 16 years ago
- a0587bc ioat1: move descriptor allocation from submit to prep by Dan Williams · 16 years ago
- c7984f4 ioat: define descriptor control bit-field by Dan Williams · 16 years ago
- 77867ff ioat: fix type mismatch for ->dmacount by Dan Williams · 16 years ago
- f2427e2 ioat: split ioat_dma_probe into core/version-specific routines by Dan Williams · 16 years ago
- b31b78f ioat: kill function prototype ifdef guards by Dan Williams · 16 years ago
- bc3c702 ioat: cleanup some long deref chains and 80 column collisions by Dan Williams · 16 years ago
- e6c0b69 ioat: convert ioat_probe to pcim/devm by Dan Williams · 16 years ago
- 1f27adc ioat: move definitions to dma.h by Dan Williams · 16 years ago
- a348a7e Merge commit 'v2.6.31-rc1' into dmaengine by Dan Williams · 16 years ago
- 07a3b41 md/raid456: distribute raid processing over multiple cores by Dan Williams · 16 years ago
- b774ef4 md/raid6: remove synchronous infrastructure by Yuri Tikhonov · 16 years ago
- 6c0069c md/raid6: asynchronous handle_stripe6 by Yuri Tikhonov · 16 years ago
- d82dfee md/raid6: asynchronous handle_parity_check6 by Dan Williams · 16 years ago
- a9b39a7 md/raid6: asynchronous handle_stripe_dirtying6 by Yuri Tikhonov · 16 years ago
- 5599bec md/raid6: asynchronous handle_stripe_fill6 by Yuri Tikhonov · 16 years ago
- c0f7bdd md/raid5,6: common schedule_reconstruction for raid5/6 by Yuri Tikhonov · 16 years ago
- ac6b53b md/raid6: asynchronous raid6 operations by Dan Williams · 16 years ago
- 4e7d2c0 md/raid5: factor out mark_uptodate from ops_complete_compute5 by Dan Williams · 16 years ago
- f6dbf65 iop-adma: P+Q self test by Dan Williams · 16 years ago
- 7bf649a iop-adma: P+Q support for iop13xx adma engines by Dan Williams · 16 years ago
- 72be12f iop-adma: fix lockdep false positive by Dan Williams · 16 years ago
- 507fbec iop-adma: cleanup iop_adma_run_tx_complete_actions by Dan Williams · 16 years ago
- cb3c829 async_tx: raid6 recovery self test by Dan Williams · 16 years ago
- 58691d6 dmatest: add pq support by Dan Williams · 16 years ago
- 0a82a62 async_tx: add support for asynchronous RAID6 recovery operations by Dan Williams · 16 years ago
- b2f46fd async_tx: add support for asynchronous GF multiplication by Dan Williams · 16 years ago
- 95475e5 async_tx: remove walk of tx->parent chain in dma_wait_for_async_tx by Dan Williams · 16 years ago
- af1f951 async_tx: kill needless module_{init|exit} by Dan Williams · 16 years ago
- ad283ea async_tx: add sum check flags by Dan Williams · 16 years ago
- d6f38f3 md/raid5,6: add percpu scribble region for buffer lists by Dan Williams · 16 years ago
- 36d1c64 md/raid6: move the spare page to a percpu allocation by Dan Williams · 16 years ago
- 584ec22 ioat: move to drivers/dma/ioat/ by Dan Williams · 16 years ago
- 808347f dmaengine: at_hdmac: add DMA slave transfers by Nicolas Ferre · 16 years ago
- dc78baa dmaengine: at_hdmac: new driver for the Atmel AHB DMA Controller by Nicolas Ferre · 16 years ago
- f1aef8b dmaengine: dmatest: correct thread_count while using multiple thread per channel by Nicolas Ferre · 16 years ago
- 0a2ff57d dmaengine: dmatest: add a maximum number of test iterations by Nicolas Ferre · 16 years ago
- c019894 drivers/dma: Remove unnecessary semicolons by Joe Perches · 16 years ago
- e3d4330 drivers/dma/fsldma.c: Remove unnecessary semicolons by Joe Perches · 16 years ago
- a11034b md/raid6: release spare page at ->stop() by Dan Williams · 16 years ago
- daf4219 dmaengine: move HIGHMEM64G restriction to ASYNC_TX_DMA by Dan Williams · 16 years ago
- 28d0325 Linux 2.6.31-rc1 by Linus Torvalds · 16 years ago
- 236e946 Revert "PCI: use ACPI _CRS data by default" by Linus Torvalds · 16 years ago
- f27884a Merge git://git.infradead.org/battery-2.6 by Linus Torvalds · 16 years ago
- c622304 Merge branches 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/{vfs-2.6,audit-current} by Linus Torvalds · 16 years ago
- d5bb68a another race fix in jfs_check_acl() by Al Viro · 16 years ago
- 72c0490 Get "no acls for this inode" right, fix shmem breakage by Al Viro · 16 years ago
- 3a6a6c1 audit: inode watches depend on CONFIG_AUDIT not CONFIG_AUDIT_SYSCALL by Eric Paris · 16 years ago
- 641cf4a inline functions left without protection of ifdef (acl) by Markus Trippelsdorf · 16 years ago
- bd453cd Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- d072599 futex: Fix the write access fault problem for real by Thomas Gleixner · 16 years ago
- ba52270 SLUB: Don't pass __GFP_FAIL for the initial allocation by Pekka Enberg · 16 years ago
- 4923abf Don't warn about order-1 allocations with __GFP_NOFAIL by Linus Torvalds · 16 years ago
- c82e6d4 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 16 years ago