summaryrefslogtreecommitdiffstats
path: root/drivers/dma/at_hdmac.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-04DMAENGINE: add runtime slave control to COH 901 318 v3Linus Walleij1-0/+169
2010-08-04DMAENGINE: add runtime slave config to DMA40 v3Linus Walleij1-4/+137
2010-08-04DMAENGINE: generic slave channel control v3Linus Walleij1-0/+71
2010-08-04dmaengine: Driver for Topcliff PCH DMA controllerYong Wang4-0/+1002
2010-07-28intel_mid: Add Mrst & Mfld DMA DriversVinod Koul5-0/+1503
2010-07-01drivers/dma: Eliminate a NULL pointer dereferenceJulia Lawall1-2/+2
2010-07-01dma/timb_dma: compile warning on 32 bitDan Carpenter1-2/+2
2010-06-23DMAENGINE: ste_dma40: support older siliconLinus Walleij3-4/+31
2010-06-23DMAENGINE: ste_dma40: support disabling physical channelsJonas Aaberg1-0/+8
2010-06-23DMAENGINE: ste_dma40: no disabled phy channels on ux500Jonas Aaberg2-1/+4
2010-06-23DMAENGINE: ste_dma40: fix suspend bugJonas Aaberg1-20/+13
2010-06-23DMAENGINE: ste_dma40: add DB8500 memcpy channelsJonas Aaberg2-1/+3
2010-06-23DMAENGINE: ste_dma40: no flow control on memcpyJonas Aaberg1-2/+4
2010-06-23DMAENGINE: ste_dma40: arch updates for LCLA and LCPAJonas Aaberg2-15/+9
2010-06-23DMAENGINE: ste_dma40: allocate LCLA dynamicallyLinus Walleij3-102/+168
2010-06-23DMAENGINE: ste_dma40: no premature stopJonas Aaberg1-1/+4
2010-06-23DMAENGINE: ste_dma40: interrupts only on dstJonas Aaberg2-8/+5
2010-06-23DMAENGINE: ste_dma40: avoid doing unnessecary suspendJonas Aaberg1-32/+7
2010-06-23DMAENGINE: ste_dma40: lock fixJonas Aaberg1-7/+7
2010-06-23DMAENGINE: ste_dma40: deny ops on non-alloc channelsJonas Aaberg1-0/+44
2010-06-23DMAENGINE: ste_dma40: various cosmetic clean-upsJonas Aaberg2-67/+52
2010-06-23DMAENGINE: ste_dma40: improve allocation error handlingJonas Aaberg1-14/+10
2010-06-23DMAENGINE: ste_dma40: use kmem cacheJonas Aaberg1-34/+18
2010-06-23DMAENGINE: ste_dma40: moved freeing of client owned descPer Friden1-12/+12
2010-06-23DMAENGINE: ste_dma40: only write phy channel config first timeLinus Walleij2-32/+35
2010-06-23DMAENGINE: ste_dma40: fixed lli_max=1 issuePer Friden1-33/+29
2010-06-12Linux 2.6.35-rc3v2.6.35-rc3Linus Torvalds1-1/+1
2010-06-11PCI: clear bridge resource range if BIOS assigned bad oneYinghai Lu4-0/+5
2010-06-11PCI: hotplug/cpqphp, fix NULL dereferenceJiri Slaby1-0/+7
2010-06-11Revert "PCI: create function symlinks in /sys/bus/pci/slots/N/"Jesse Barnes3-125/+0
2010-06-11PCI: change resource collision messages from KERN_ERR to KERN_INFOBjorn Helgaas1-5/+5
2010-06-11Btrfs: The file argument for fsync() is never nullDan Carpenter1-1/+1
2010-06-11Btrfs: handle ERR_PTR from posix_acl_from_xattr()Dan Carpenter1-0/+2
2010-06-11Btrfs: avoid BUG when dropping root and reference in same transactionSage Weil1-3/+0
2010-06-11Btrfs: prohibit a operation of changing acl's mask when noacl mount option usedShi Weihua1-0/+3
2010-06-11Btrfs: should add a permission check for setfaclShi Weihua1-0/+3
2010-06-11Btrfs: btrfs_lookup_dir_item() can return ERR_PTRDan Carpenter1-1/+1
2010-06-11Btrfs: btrfs_read_fs_root_no_name() returns ERR_PTRsDan Carpenter1-0/+4
2010-06-11Btrfs: unwind after btrfs_start_transaction() errorsDan Carpenter1-1/+1
2010-06-11Btrfs: btrfs_iget() returns ERR_PTRDan Carpenter1-2/+2
2010-06-11Btrfs: handle kzalloc() failure in open_ctree()Dan Carpenter1-2/+5
2010-06-11Btrfs: handle error returns from btrfs_lookup_dir_item()Dan Carpenter1-0/+2
2010-06-11Btrfs: Fix BUG_ON for fs converted from extNYan, Zheng1-1/+2
2010-06-11Btrfs: Fix null dereference in relocation.cYan, Zheng1-3/+4
2010-06-11wimax/i2400m: fix missing endian correction read in fw loaderInaky Perez-Gonzalez1-1/+1
2010-06-11Btrfs: fix remap_file_pages errorMiao Xie1-1/+8
2010-06-11Btrfs: uninitialized data is check_path_shared()Dan Carpenter1-1/+1
2010-06-11Btrfs: fix fallocate regressionJosef Bacik1-1/+1
2010-06-11Btrfs: fix loop device on top of btrfsMiao Xie1-0/+1
2010-06-11net8139: fix a race at the end of NAPIFigo.zhang2-2/+2