summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next/dt' into next/multiplatformOlof Johansson2012-09-201-21/+62
|\
| * Merge tag 'omap-devel-dt-merged-for-v3.7' of git://git.kernel.org/pub/scm/lin...Olof Johansson2012-09-201-10/+104
| |\
| * \ Merge branch 'soc-core' of git://git.kernel.org/pub/scm/linux/kernel/git/horm...Olof Johansson2012-09-053-11/+9
| |\ \
| * | | ARM: cache: add dt support for tauros2 cacheChao Xie2012-08-161-1/+34
| * | | ARM: cache: add extra feature enable for tauros2Chao Xie2012-08-161-17/+27
| * | | ARM: cache: add cputype.h for tauros2Chao Xie2012-08-161-3/+1
| * | | ARM: cache: fix uninitialized ptr in tauros2_initChao Xie2012-08-161-1/+1
* | | | Merge tag 'tegra-for-3.7-dmaengine' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2012-09-203-6/+7
|\ \ \ \
| * \ \ \ Merge branch 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux...Linus Torvalds2012-09-141-1/+1
| |\ \ \ \
| | * | | | arm: mm: fix DMA pool affiliation checkThomas Petazzoni2012-09-101-1/+1
| | | |_|/ | | |/| |
| * | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-09-133-7/+11
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ARM: 7499/1: mm: Fix vmalloc overlap check for !HIGHMEMJonathan Austin2012-08-251-2/+2
| | * | | ARM: 7502/1: contextidr: avoid using bfi instruction during notifierWill Deacon2012-08-251-3/+4
* | | | | Merge tag 'cleanup-omap-tags-for-v3.7' of git://git.kernel.org/pub/scm/linux/...Olof Johansson2012-09-161-10/+104
|\| | | |
| * | | | ARM: dma-mapping: IOMMU allocates pages from atomic_pool with GFP_ATOMICHiroshi Doyu2012-08-281-0/+36
| * | | | ARM: dma-mapping: Introduce __atomic_get_pages() for __iommu_get_pages()Hiroshi Doyu2012-08-281-0/+12
| * | | | ARM: dma-mapping: Refactor out to introduce __in_atomic_poolHiroshi Doyu2012-08-281-6/+20
| * | | | ARM: dma-mapping: atomic_pool with struct page **pagesHiroshi Doyu2012-08-281-3/+14
| * | | | ARM: DMA-Mapping: print warning when atomic coherent allocation failsMarek Szyprowski2012-08-281-0/+4
| * | | | ARM: DMA-Mapping: add function for setting coherent pool size from platform codeMarek Szyprowski2012-08-281-1/+18
| | |_|/ | |/| |
* | | | Merge commit 'a849088aa1' from rmk/fixes into cleanup/io-pciArnd Bergmann2012-09-0410-355/+304
|\ \ \ \ | | |/ / | |/| |
| * | | ARM: Fix ioremap() of address zeroRussell King2012-08-252-2/+5
| |/ /
| * | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-08-182-5/+3
| |\ \
| | * | ARM: 7489/1: errata: fix workaround for erratum #720789 on UP systemsWill Deacon2012-08-111-3/+3
| | * | ARM: 7487/1: mm: avoid setting nG bit for user mappings that aren't presentWill Deacon2012-08-111-2/+0
| | |/
| * | ARM: dma-mapping: fix incorrect freeing of atomic allocationsAaro Koskinen2012-08-091-2/+2
| * | ARM: dma-mapping: fix atomic allocation alignmentAaro Koskinen2012-08-091-3/+3
| * | ARM: mm: fix MMU mapping of CMA regionsChris Brand2012-08-091-1/+1
| |/
| * Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-08-011-0/+12
| |\
| | * ARM: 7478/1: errata: extend workaround for erratum #720789Will Deacon2012-07-311-0/+12
| * | Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprows...Linus Torvalds2012-07-302-334/+230
| |\ \
| | * | ARM: dma-mapping: add support for DMA_ATTR_SKIP_CPU_SYNC attributeMarek Szyprowski2012-07-301-9/+11
| | * | ARM: dma-mapping: add support for dma_get_sgtable()Marek Szyprowski2012-07-301-0/+31
| | * | ARM: dma-mapping: add support for DMA_ATTR_NO_KERNEL_MAPPING attributeMarek Szyprowski2012-07-301-5/+13
| | * | ARM: dma-mapping: fix error path for memory allocation failureMarek Szyprowski2012-07-301-1/+1
| | * | ARM: dma-mapping: add more sanity checks in arm_dma_mmap()Marek Szyprowski2012-07-301-4/+10
| | * | ARM: dma-mapping: remove custom consistent dma regionMarek Szyprowski2012-07-302-320/+169
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King2012-07-277-10/+50
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | / | | | |_|_|/ | | |/| | |
| | | | | * ARM: 7432/1: use the new linux/sizes.hAlessandro Rubini2012-06-284-4/+4
| | | | |/ | | | |/|
| | | | * ARM: 7445/1: mm: update CONTEXTIDR register to contain PID of current processWill Deacon2012-07-093-0/+46
| | | | * ARM: 7436/1: Do not map the vectors page as write-through on UP systemsCatalin Marinas2012-07-091-6/+0
| | | |/
| * | | Merge branch 'fixes-for-linus' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds2012-07-171-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | ARM: dma-mapping: modify condition check while freeing pagesPrathyush K2012-07-161-2/+2
* | | | ARM: Add fixed PCI i/o mappingRob Herring2012-07-252-11/+57
|/ / /
* | | ARM: fix warning caused by wrongly typed arm_dma_limitRussell King2012-07-051-1/+1
* | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-07-011-0/+74
|\ \ \ | |/ / |/| |
| * | ARM: 7438/1: fill possible PMD empty section gapsNicolas Pitre2012-07-011-0/+74
* | | ARM: dma-mapping: fix buffer chunk allocation orderMarek Szyprowski2012-06-251-1/+1
|/ /
* | ARM: mm: fix type of the arm_dma_limit global variableMarek Szyprowski2012-06-112-2/+2
* | ARM: dma-mapping: Add missing static storage class specifierSachin Kamat2012-06-111-2/+2