add dma-mapping patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Dec 2012 22:24:36 +0000 (14:24 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Dec 2012 22:24:36 +0000 (14:24 -0800)
commit8f2828f9846021088223c43284d12b8ba0eac0d0
tree2f216b6a4ed670300ac2691f2e739f2b9a15ebb0
parente27c040225e4fcf3cdc498b08fba44b61ec6db47
add dma-mapping patches
64 files changed:
patches.at91/0006-ARM-at91-change-AT91-Kconfig-entry-comment.patch
patches.at91/0213-ARM-at91-add-pinctrl-support.patch
patches.dma-mapping/arm-dma-mapping-add-function-for-setting-coherent-pool-size-from-platform-code.patch [new file with mode: 0644]
patches.dma-mapping/arm-dma-mapping-add-missing-static-storage-class-specifier.patch [new file with mode: 0644]
patches.dma-mapping/arm-dma-mapping-add-more-sanity-checks-in-arm_dma_mmap.patch [new file with mode: 0644]
patches.dma-mapping/arm-dma-mapping-add-support-for-iommu-mapper.patch [new file with mode: 0644]
patches.dma-mapping/arm-dma-mapping-atomic_pool-with-struct-page-pages.patch [new file with mode: 0644]
patches.dma-mapping/arm-dma-mapping-fix-atomic-allocation-alignment.patch [new file with mode: 0644]
patches.dma-mapping/arm-dma-mapping-fix-buffer-chunk-allocation-order.patch [new file with mode: 0644]
patches.dma-mapping/arm-dma-mapping-fix-debug-messages-in-dmabounce-code.patch [new file with mode: 0644]
patches.dma-mapping/arm-dma-mapping-fix-error-path-for-memory-allocation-failure.patch [new file with mode: 0644]
patches.dma-mapping/arm-dma-mapping-fix-incorrect-freeing-of-atomic-allocations.patch [new file with mode: 0644]
patches.dma-mapping/arm-dma-mapping-fix-potential-memory-leak-in-atomic_pool_init.patch [new file with mode: 0644]
patches.dma-mapping/arm-dma-mapping-implement-dma-sg-methods-on-top-of-any-generic-dma-ops.patch [new file with mode: 0644]
patches.dma-mapping/arm-dma-mapping-introduce-dma_error_code-constant.patch [new file with mode: 0644]
patches.dma-mapping/arm-dma-mapping-modify-condition-check-while-freeing-pages.patch [new file with mode: 0644]
patches.dma-mapping/arm-dma-mapping-move-all-dma-bounce-code-to-separate-dma-ops-structure.patch [new file with mode: 0644]
patches.dma-mapping/arm-dma-mapping-print-warning-when-atomic-coherent-allocation-fails.patch [new file with mode: 0644]
patches.dma-mapping/arm-dma-mapping-refactor-out-to-introduce-__in_atomic_pool.patch [new file with mode: 0644]
patches.dma-mapping/arm-dma-mapping-remove-custom-consistent-dma-region.patch [new file with mode: 0644]
patches.dma-mapping/arm-dma-mapping-remove-offset-parameter-to-prepare-for-generic-dma_ops.patch [new file with mode: 0644]
patches.dma-mapping/arm-dma-mapping-remove-redundant-code-and-do-the-cleanup.patch [new file with mode: 0644]
patches.dma-mapping/arm-dma-mapping-remove-unconditional-dependency-on-cma.patch [new file with mode: 0644]
patches.dma-mapping/arm-dma-mapping-use-alloc-mmap-free-from-dma_ops.patch [new file with mode: 0644]
patches.dma-mapping/arm-dma-mapping-use-asm-generic-dma-mapping-common.h.patch [new file with mode: 0644]
patches.dma-mapping/arm-dma-mapping-use-dma_mmap_from_coherent.patch [new file with mode: 0644]
patches.dma-mapping/arm-dma-mapping-use-pmd-size-for-section-unmap.patch [new file with mode: 0644]
patches.dma-mapping/arm-dma-mapping-use-pr_-instread-of-printk.patch [new file with mode: 0644]
patches.dma-mapping/arm-fix-warning-caused-by-wrongly-typed-arm_dma_limit.patch [new file with mode: 0644]
patches.dma-mapping/arm-integrate-cma-with-dma-mapping-subsystem.patch [new file with mode: 0644]
patches.dma-mapping/arm-mm-fix-dma-pool-affiliation-check.patch [new file with mode: 0644]
patches.dma-mapping/arm-mm-fix-mmu-mapping-of-cma-regions.patch [new file with mode: 0644]
patches.dma-mapping/arm-mm-fix-type-of-the-arm_dma_limit-global-variable.patch [new file with mode: 0644]
patches.dma-mapping/arm-relax-conditions-required-for-enabling-contiguous-memory-allocator.patch [new file with mode: 0644]
patches.dma-mapping/cma-fix-migration-mode.patch [new file with mode: 0644]
patches.dma-mapping/common-add-dma_mmap_from_coherent-function.patch [new file with mode: 0644]
patches.dma-mapping/common-dma-mapping-add-support-for-generic-dma_mmap_-calls.patch [new file with mode: 0644]
patches.dma-mapping/driver-core-fix-some-kernel-doc-warnings-in-dma-.c.patch [new file with mode: 0644]
patches.dma-mapping/drivers-add-contiguous-memory-allocator.patch [new file with mode: 0644]
patches.dma-mapping/iommu-core-pass-a-user-provided-token-to-fault-handlers.patch [new file with mode: 0644]
patches.dma-mapping/mm-clean-up-__count_immobile_pages.patch [new file with mode: 0644]
patches.dma-mapping/mm-cma-don-t-replace-lowmem-pages-with-highmem.patch [new file with mode: 0644]
patches.dma-mapping/mm-cma-fix-alignment-requirements-for-contiguous-regions.patch [new file with mode: 0644]
patches.dma-mapping/mm-cma-fix-condition-check-when-setting-global-cma-area.patch [new file with mode: 0644]
patches.dma-mapping/mm-compaction-export-some-of-the-functions.patch [new file with mode: 0644]
patches.dma-mapping/mm-compaction-introduce-isolate_freepages_range.patch [new file with mode: 0644]
patches.dma-mapping/mm-compaction-introduce-isolate_migratepages_range.patch [new file with mode: 0644]
patches.dma-mapping/mm-compaction-introduce-map_pages.patch [new file with mode: 0644]
patches.dma-mapping/mm-extract-reclaim-code-from-__alloc_pages_direct_reclaim.patch [new file with mode: 0644]
patches.dma-mapping/mm-factor-out-memory-isolate-functions.patch [new file with mode: 0644]
patches.dma-mapping/mm-mmzone-migrate_cma-migration-type-added.patch [new file with mode: 0644]
patches.dma-mapping/mm-page_alloc-change-fallbacks-array-handling.patch [new file with mode: 0644]
patches.dma-mapping/mm-page_alloc-introduce-alloc_contig_range.patch [new file with mode: 0644]
patches.dma-mapping/mm-page_alloc-remove-trailing-whitespace.patch [new file with mode: 0644]
patches.dma-mapping/mm-page_isolation-migrate_cma-isolation-functions-added.patch [new file with mode: 0644]
patches.dma-mapping/mm-serialize-access-to-min_free_kbytes.patch [new file with mode: 0644]
patches.dma-mapping/mm-trigger-page-reclaim-in-alloc_contig_range-to-stabilise-watermarks.patch [new file with mode: 0644]
patches.dma-mapping/mm-vmalloc-use-const-void-for-caller-argument.patch [new file with mode: 0644]
patches.dma-mapping/x86-dma-mapping-fix-broken-allocation-when-dma_mask-has-been-provided.patch [new file with mode: 0644]
patches.dma-mapping/x86-integrate-cma-with-dma-mapping-subsystem.patch [new file with mode: 0644]
patches.kzm9d/arm-mach-shmobile-fix-build-when-smp-is-enabled-and-emev2-is-not-enabled.patch
patches.marzen/0016-devicetree-add-helper-inline-for-retrieving-a-node-s.patch
patches.marzen/0037-ARM-provide-a-late_initcall-hook-for-platform-initia.patch
series