Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: allenbh/linux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: allenbh/linux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dma/t-imm
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 57 files changed
  • 2 contributors

Commits on Aug 17, 2015

  1. Merge branch 'for-linus' into next

    Vinod Koul committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    c039207 View commit details
    Browse the repository at this point in the history
  2. Merge branches 'topic/at_xdmac', 'topic/ti-xbar' and 'topic/zxdma' in…

    …to next
    Vinod Koul committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    9aa6d7c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fixes' into next

    Vinod Koul committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    d395afc View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2015

  1. Merge branch 'for-linus' into next

    Vinod Koul committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    f337a04 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2015

  1. Merge branch 'for-linus' into next

    Vinod Koul committed Aug 19, 2015
    Configuration menu
    Copy the full SHA
    04b4caf View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2015

  1. Merge branch 'for-linus' into next

    Vinod Koul committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    f6aa26b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'for-linus' into next

    Vinod Koul committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    254072b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2015

  1. Merge branch 'for-linus' into next

    Vinod Koul committed Aug 21, 2015
    Configuration menu
    Copy the full SHA
    b8ed241 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'for-linus' into next

    Vinod Koul committed Aug 21, 2015
    Configuration menu
    Copy the full SHA
    f7cddad View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2015

  1. Merge branch 'for-linus' into next

    Vinod Koul committed Aug 23, 2015
    Configuration menu
    Copy the full SHA
    98a4a1a View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2015

  1. dmaengine: Add immediate data operation

    Adding support for immediate data DMA operation such as function pointers
    and max limit for immediate data size.
    
    Signed-off-by: Dave Jiang <[email protected]>
    davejiang authored and Allen Hubbe committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    4d8d665 View commit details
    Browse the repository at this point in the history
  2. ioatdma: Add immediate data op

    Implementing the operation to allow immediate data DMA. We will use the
    BLOCKFILL operation for ioatdma to implement this. This will allow us to
    DMA up to 8 bytes of immediate data.
    
    Signed-off-by: Dave Jiang <[email protected]>
    Signed-off-by: Allen Hubbe <[email protected]>
    davejiang authored and Allen Hubbe committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    ef35b5c View commit details
    Browse the repository at this point in the history
Loading