summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-03-031-7/+4
|\
| *-. Merge branches 'devel-stable', 'fixes' and 'mmci' into for-linusRussell King2013-03-032-8/+5
| |\ \
| | * | ARM: fix scheduling while atomic warning in alignment handling codeRussell King2013-02-251-7/+4
| * | | Merge branch 'for-rmk/broadcast' of git://git.kernel.org/pub/scm/linux/kernel...Russell King2013-02-042-9/+11
| |\ \ \
* | \ \ \ Merge branch 'for-v3.9' of git://git.linaro.org/people/mszyprowski/linux-dma-...Linus Torvalds2013-02-261-20/+88
|\ \ \ \ \
| * | | | | ARM: DMA-mapping: fix memory leak in IOMMU dma-mapping implementationMarek Szyprowski2013-02-251-3/+3
| * | | | | ARM: dma-mapping: Add maximum alignment order for dma iommu buffersSeung-Woo Kim2013-02-251-0/+3
| * | | | | ARM: dma-mapping: use himem for DMA buffers for IOMMU-mapped devicesMarek Szyprowski2013-02-251-2/+7
| * | | | | ARM: dma-mapping: add support for CMA regions placed in highmem zoneMarek Szyprowski2013-02-251-15/+42
| * | | | | arm: dma mapping: export arm iommu functionsPrathyush K2013-02-251-0/+4
| * | | | | ARM: dma-mapping: Add arm_iommu_detach_device()Hiroshi Doyu2013-02-251-0/+25
| * | | | | ARM: dma-mapping: Set arm_dma_set_mask() for iommu->set_dma_mask()Hiroshi Doyu2013-02-251-0/+4
| | |_|/ / | |/| | |
* | | | | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-0/+46
|\ \ \ \ \
| * \ \ \ \ Merge tag 'omap-for-v3.9/usb-signed' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2013-02-191-1/+1
| |\ \ \ \ \ | | |/ / / /
| * | | | | arm: Add v7_invalidate_l1 to cache-v7.SDinh Nguyen2013-02-111-0/+46
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-linus-2' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-02-203-18/+69
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'for-rmk/virt/kvm/core' of git://git.kernel.org/pub/scm/linux/ke...Russell King2013-02-042-11/+66
| |\ \ \ \
| | * | | | ARM: Section based HYP idmapChristoffer Dall2013-01-231-11/+44
| | * | | | ARM: Add page table and page defines needed by KVMChristoffer Dall2013-01-231-0/+22
| * | | | | ARM: virt: hide CONFIG_ARM_VIRT_EXT from userWill Deacon2013-01-101-7/+3
| |/ / / /
* | | | | Merge branch 'misc' into for-linusRussell King2013-02-2011-301/+134
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ARM: 7650/1: mm: replace direct access to mm->context.id with new macroBen Dooks2013-02-163-3/+3
| * | | | ARM: 7649/1: mm: mm->context.id fix for big-endianBen Dooks2013-02-162-0/+8
| * | | | ARM: fix warnings introduced by previous patchRussell King2013-02-161-2/+0
| * | | | ARM: 7646/1: mm: use static_vm for managing static mapped areasJoonsoo Kim2013-02-162-59/+46
| * | | | ARM: 7645/1: ioremap: introduce an infrastructure for static mapped areaJoonsoo Kim2013-02-162-0/+76
| * | | | ARM: 7644/1: vmregion: remove vmregion code entirelyJoonsoo Kim2013-02-163-237/+1
| |/ / /
* | | | ARM: DMA mapping: fix bad atomic testRussell King2013-02-081-1/+1
| |/ / |/| |
* | | ARM: 7629/1: mm: Fix missing XN flag for for MT_MEMORY_SOSantosh Shilimkar2013-01-191-1/+1
* | | ARM: DMA: Fix struct page iterator in dma_cache_maint() to work with sparsememRussell King2013-01-191-8/+10
|/ /
* | ARM: 7616/1: cache-l2x0: aurora: Use writel_relaxed instead of writelGregory CLEMENT2013-01-071-4/+5
* | ARM: 7615/1: cache-l2x0: aurora: Invalidate during clean operation with WT en...Gregory CLEMENT2013-01-071-8/+14
* | ARM: 7614/1: mm: fix wrong branch from Cortex-A9 to PJ4bHaojian Zhuang2013-01-061-0/+1
* | ARM: 7609/1: disable errata work-arounds which access secure registersRob Herring2013-01-021-1/+2
* | ARM: 7608/1: l2x0: Only set .set_debug on PL310 r3p0 and earlierRob Herring2013-01-021-1/+2
|/
* Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-12-201-2/+4
|\
| * ARM: 7606/1: cache: flush to LoUU instead of LoUIS on uniprocessor CPUsWill Deacon2012-12-201-2/+4
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-12-171-8/+33
|\ \ | |/ |/|
| * Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2012-12-101-1/+1
| |\
| * | ARM: dma-mapping: add support for DMA_ATTR_FORCE_CONTIGUOUS attributeMarek Szyprowski2012-11-291-8/+33
* | | Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-143-3/+72
|\ \ \
| * | | arm: dma mapping: Export a dma ops function arm_dma_set_maskGregory CLEMENT2012-11-211-3/+1
| * | | arm: mm: Add support for PJ4B cpu and init routinesGregory CLEMENT2012-11-212-0/+71
| | |/ | |/|
* | | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-0/+16
|\ \ \
| * \ \ Merge tag 'highbank-debugll-cleanup' of git://sources.calxeda.com/kernel/linu...Olof Johansson2012-11-211-0/+16
| |\ \ \ | | |/ / | |/| |
| | * | ARM: implement debug_ll_io_init()Rob Herring2012-11-051-0/+16
| | |/
* | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-12-1210-145/+448
|\ \ \
| * \ \ Merge branch 'devel-stable' into for-linusRussell King2012-12-116-112/+132
| |\ \ \
| | * | | ARM: 7582/2: rename kvm_seq to vmalloc_seq so to avoid confusion with KVMNicolas Pitre2012-11-262-10/+10
| | * | | Merge branch 'asid-allocation' of git://git.kernel.org/pub/scm/linux/kernel/g...Russell King2012-11-191-99/+108
| | |\ \ \
OpenPOWER on IntegriCloud