summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* ARM: 7684/1: errata: Workaround for Cortex-A15 erratum 798181 (TLBI/DSB opera...Catalin Marinas2013-04-031-1/+2
* ARM: 7682/1: cache-l2x0: fix masking of RTL revision numbering and set_debug ...Rob Herring2013-04-031-7/+4Star
* ARM: 7678/1: Work around faulty ISAR0 register in some Krait CPUsStepan Moskovchenko2013-03-221-0/+15
* ARM: 7680/1: Detect support for SDIV/UDIV from ISAR0 registerStephen Boyd2013-03-221-2/+2
* ARM: 7677/1: LPAE: Fix mapping in alloc_init_section for unaligned addressesSricharan R2013-03-221-26/+47
* Merge branch 'fixes-for-3.9' of git://git.linaro.org/people/mszyprowski/linux...Linus Torvalds2013-03-161-2/+3
|\
| * ARM: DMA-mapping: add missing GFP_DMA flag for atomic buffer allocationMarek Szyprowski2013-03-141-2/+3
* | ARM: 7661/1: mm: perform explicit branch predictor maintenance when requiredWill Deacon2013-03-032-1/+4
* | ARM: 7659/1: mm: make mm->context.id an atomic64_t variableWill Deacon2013-03-031-8/+13
* | ARM: 7658/1: mm: fix race updating mm->context.id on ASID rolloverWill Deacon2013-03-031-3/+3
* | ARM: 7652/1: mm: fix missing use of 'asid' to get asid value from mm->context.idBen Dooks2013-03-031-1/+1
|/
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-03-031-7/+4Star
|\
| *-. Merge branches 'devel-stable', 'fixes' and 'mmci' into for-linusRussell King2013-03-032-8/+5Star
| |\ \
| | * | ARM: fix scheduling while atomic warning in alignment handling codeRussell King2013-02-251-7/+4Star
| * | | 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-221-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-121-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/+3Star
| |/ / / /
* | | | | Merge branch 'misc' into for-linusRussell King2013-02-2011-301/+134Star
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | 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/+0Star
| * | | | ARM: 7646/1: mm: use static_vm for managing static mapped areasJoonsoo Kim2013-02-162-59/+46Star
| * | | | 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/+1Star
| |/ / /
* | / / 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-211-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
| |\