summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-05-2574-1169/+2471
|\
| * tile: default to tilegx_defconfig for ARCH=tileChris Metcalf2012-05-251-1/+6
| * tile: fix bug where fls(0) was not returning 0Chris Metcalf2012-05-251-6/+6
| * arch/tile: mark TILEGX as not EXPERIMENTALChris Metcalf2012-05-251-6/+4
| * tile/mm/fault.c: Port OOM changes to handle_page_faultKautuk Consul2012-05-251-5/+27
| * arch/tile: add descriptive text if the kernel reports a bad trapChris Metcalf2012-05-251-2/+28
| * arch/tile: allow querying cpu module information from the hypervisorChris Metcalf2012-05-252-1/+21
| * arch/tile: fix hardwall for tilegx and generalize for idn and ipiChris Metcalf2012-05-258-280/+636
| * arch/tile: support multiple huge page sizes dynamicallyChris Metcalf2012-05-2515-158/+456
| * mm: add new arch_make_huge_pte() method for tile supportChris Metcalf2012-05-252-0/+9
| * arch/tile: support kexec() for tilegxChris Metcalf2012-05-255-9/+300
| * arch/tile: support <asm/cachectl.h> header for cacheflush() syscallChris Metcalf2012-05-256-8/+55
| * arch/tile: Allow tilegx to build with either 16K or 64K page sizeChris Metcalf2012-05-2520-197/+345
| * arch/tile: optimize get_user/put_user and friendsChris Metcalf2012-05-258-315/+241
| * arch/tile: support building big-endian kernelChris Metcalf2012-05-2510-29/+130
| * arch/tile: allow building Linux with transparent huge pages enabledChris Metcalf2012-05-256-53/+111
| * arch/tile: use interrupt critical sections lessChris Metcalf2012-05-257-99/+96
* | intel-iommu: Move duplicate list-mangling code into unlink_domain_info() helperDavid Woodhouse2012-05-251-16/+13
* | intel-iommu: Add device info into list before doing context mappingDavid Woodhouse2012-05-251-6/+11
* | Merge tag 'tag-for-linus-3.5' of git://git.linaro.org/people/sumitsemwal/linu...Linus Torvalds2012-05-253-8/+233
|\ \
| * | dma-buf: add initial vmap documentationDave Airlie2012-05-251-0/+11
| * | dma-buf: minor documentation fixes.Sumit Semwal2012-05-252-4/+8
| * | dma-buf: add vmap interfaceDave Airlie2012-05-252-0/+48
| * | dma-buf: mmap supportDaniel Vetter2012-05-253-8/+170
| |/
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-05-2519-105/+169
|\ \
| * | dmaengine: at_hdmac: take maxburst from slave configurationNicolas Ferre2012-05-154-26/+24
| * | dmaengine: at_hdmac: remove ATC_DEFAULT_CTRLA constantNicolas Ferre2012-05-151-7/+5
| * | dmaengine: at_hdmac: remove some at_dma_slave commentsNicolas Ferre2012-05-151-5/+0
| * | Merge branch 'fixes' into nextVinod Koul2012-05-152-2/+6
| |\ \
| * | | dma: imx-sdma: make channel0 operations atomicRichard Zhao2012-05-111-26/+31
| * | | dmaengine: Fixup dmaengine_prep_slave_single() to be actually usefulKuninori Morimoto2012-05-111-2/+4
| * | | dmaengine: Use dma_sg_len(sg) instead of sg->lengthLars-Peter Clausen2012-05-117-16/+16
| * | | dmaengine: Use sg_dma_address instead of sg_physLars-Peter Clausen2012-05-115-8/+8
| * | | DMA: PL330: Remove duplicate header file inclusionSachin Kamat2012-05-111-1/+0
| * | | Merge branch 'fixes' into nextVinod Koul2012-05-111-1/+2
| |\ \ \
| * | | | dma: imx-sdma: keep the callbacks invoked in the taskletHuang Shijie2012-05-111-2/+7
| * | | | dmaengine: dw_dma: add Device Tree probing capabilityViresh Kumar2012-05-112-0/+27
| * | | | dmaengine: dw_dmac: Add clk_{un}prepare() supportViresh Kumar2012-05-111-6/+6
| * | | | Merge branch 'fixes' into nextVinod Koul2012-04-252-10/+16
| |\ \ \ \
| * | | | | dma/amba-pl08x: add support for the Nomadik variantLinus Walleij2012-04-253-7/+42
| * | | | | dma/amba-pl08x: check for terminal count status onlyLinus Walleij2012-04-231-1/+1
* | | | | | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-05-2541-780/+2898
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-next-arm-dma' into for-linusMarek Szyprowski2012-05-229-461/+1123
| |\ \ \ \ \ \
| | * | | | | | ARM: dma-mapping: add support for IOMMU mapperMarek Szyprowski2012-05-215-12/+747
| | * | | | | | ARM: dma-mapping: use alloc, mmap, free from dma_opsMarek Szyprowski2012-05-213-66/+104
| | * | | | | | ARM: dma-mapping: remove redundant code and do the cleanupMarek Szyprowski2012-05-211-64/+24
| | * | | | | | ARM: dma-mapping: move all dma bounce code to separate dma ops structureMarek Szyprowski2012-05-213-120/+120
| | * | | | | | ARM: dma-mapping: implement dma sg methods on top of any generic dma opsMarek Szyprowski2012-05-211-24/+19
| | * | | | | | ARM: dma-mapping: use asm-generic/dma-mapping-common.hMarek Szyprowski2012-05-214-231/+115
| | * | | | | | ARM: dma-mapping: remove offset parameter to prepare for generic dma_opsMarek Szyprowski2012-05-213-39/+45
OpenPOWER on IntegriCloud