summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-08-0231-150/+161
|\
| * xfs: Fix build breakage in xfs_iops.c when CONFIG_FS_POSIX_ACL is not setMarkus Trippelsdorf2011-08-011-1/+4
| * VFS: Reorganise shrink_dcache_for_umount_subtree() after demise of dcache_lockDavid Howells2011-08-011-17/+5
| * VFS: Remove dentry->d_lock locking from shrink_dcache_for_umount_subtree()David Howells2011-08-011-24/+24
| * VFS: Remove detached-dentry counter from shrink_dcache_for_umount_subtree()David Howells2011-08-011-3/+0
| * switch posix_acl_chmod() to umode_tAl Viro2011-08-012-3/+3
| * switch posix_acl_from_mode() to umode_tAl Viro2011-08-012-2/+2
| * switch posix_acl_equiv_mode() to umode_t *Al Viro2011-08-0114-32/+15
| * switch posix_acl_create() to umode_t *Al Viro2011-08-0122-53/+35
| * block: initialise bd_super in bdget()Lachlan McIlroy2011-08-011-0/+1
| * vfs: avoid call to inode_lru_list_del() if possibleEric Dumazet2011-08-011-1/+2
| * vfs: avoid taking inode_hash_lock on pipes and socketsEric Dumazet2011-08-012-4/+11
| * vfs: conditionally call inode_wb_list_del()Eric Dumazet2011-08-011-1/+3
| * VFS: Fix automount for negative autofs dentriesDavid Howells2011-08-011-9/+15
| * Btrfs: load the key from the dir item in readdir into a fake dentryJosef Bacik2011-08-011-2/+45
| * devtmpfs: missing initialialization in never-hit caseAl Viro2011-07-281-1/+1
| * hppfs: missing includeAl Viro2011-07-281-0/+1
* | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2011-08-0217-399/+612
|\ \
| * \ Merge branch 'next' into for-linus-3.0Vinod Koul2011-07-2730-1011/+2541
| |\ \
| | * | Improve slave/cyclic DMA engine documentationRussell King - ARM Linux2011-07-271-70/+164
| | * | dmaengine: pl08x: handle the rest of enums in pl08x_widthVinod Koul2011-07-261-1/+2
| | * | DMA: PL08x: cleanup selection of burst sizeRussell King - ARM Linux2011-07-261-30/+28
| | * | DMA: PL08x: avoid recalculating cctl at each prepareRussell King - ARM Linux2011-07-261-36/+42
| | * | DMA: PL08x: cleanup selection of buswidthRussell King - ARM Linux2011-07-261-15/+19
| | * | DMA: PL08x: constify plchan->cd and plat->slave_channelsRussell King - ARM Linux2011-07-261-2/+2
| | * | DMA: PL08x: separately store source/destination cctlRussell King - ARM Linux2011-07-262-14/+18
| | * | DMA: PL08x: separately store source/destination slave addressRussell King - ARM Linux2011-07-262-13/+11
| | * | DMA: PL08x: clean up LLI debuggingRussell King - ARM Linux2011-07-261-17/+16
| | * | DMA: PL08x: select LLI bus only once per LLI setupRussell King - ARM Linux2011-07-261-4/+3
| | * | DMA: PL08x: remove unused constantsRussell King - ARM Linux2011-07-261-4/+0
| | * | ARM: mxs-dma: reset after disable channelDong Aisheng2011-07-261-0/+1
| | * | dma: intel_mid_dma: remove redundant pci_set_drvdata callsAxel Lin2011-07-261-2/+0
| | * | dma: mxs-dma: fix unterminated platform_device_id tableAxel Lin2011-07-261-0/+2
| | * | dmaengine: pl330: make platform data optionalRob Herring2011-07-261-28/+36
| | * | dmaengine: imx-sdma: return proper error if kzalloc failsAxel Lin2011-07-251-1/+3
| | * | pch_dma: Fix CTL register access issueTomoya MORINAGA2011-07-251-11/+31
| | * | dmaengine: mxs-dma: skip request_irq for NO_IRQShawn Guo2011-07-141-4/+6
| | * | dmaengine/coh901318: fix slave submission semanticsLinus Walleij2011-07-141-7/+12
| | * | dmaengine/ste_dma40: allow memory buswidth/burst to be configuredRabin Vincent2011-07-141-66/+102
| | * | dmaengine/ste_dma40: use AMBA PrimeCell helper macrosLinus Walleij2011-07-142-49/+26
| | * | dmaengine/ste_dma40: make the cyclic alloc NOWAITRobert Marklund2011-07-141-1/+1
| | * | dmaengine/ste_dma40: fix missing kernel-docom prakash2011-07-141-0/+2
| | * | dmaengine: remove ste_dma40 from issue_pending TODOPer Forlin2011-07-141-1/+0
| | * | dmaengine/ste_dma40: add a separate queue for pending requestsPer Forlin2011-07-141-2/+24
| | * | pch_dma: Fix channel lockingAlexander Stein2011-07-141-8/+8
| | * | dma: mv_xor: use resource_size()H Hartley Sweeten2011-07-141-2/+2
| | * | dmaengine: failure to get a specific DMA channel is not criticalGuennadi Liakhovetski2011-06-241-2/+2
| | * | dma/ep93xx_dma.c: local symbols should be staticH Hartley Sweeten2011-06-161-1/+1
| | * | Merge remote branch 'gpio/ep93xx-dma' into nextVinod Koul2011-06-09201-1230/+2397
| | |\ \
| | * | | dma: at_hdmac.c: use resource_sizeH Hartley Sweeten2011-06-061-2/+2