summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
AgeCommit message (Expand)AuthorFilesLines
2013-06-29Merge branch 'devel-stable' into for-nextRussell King16-96/+699
2013-06-29Merge branches 'fixes', 'mcpm', 'misc' and 'mmci' into for-nextRussell King6-22/+229
2013-06-29ARM: 7775/1: mm: Remove do_sect_fault from LPAE codeSteven Capper1-0/+2
2013-06-28ARM: dma: Drop __GFP_COMP for iommu dma memory allocationsRichard Zhao1-0/+9
2013-06-28ARM: DMA-mapping: mark all !DMA_TO_DEVICE pages in unmapping as cleanMing Lei1-3/+17
2013-06-28ARM: dma-mapping: NULLify dev->archdata.mapping pointer on detachWill Deacon1-1/+1
2013-06-28ARM: dma-mapping: convert DMA direction into IOMMU protection attributesWill Deacon1-2/+16
2013-06-28ARM: dma-mapping: Get pages if the cpu_addr is out of atomic_poolYoungJun Cho1-5/+6
2013-06-24ARM: 7769/1: Cortex-A15: fix erratum 798181 implementationMarc Zyngier1-1/+28
2013-06-24ARM: 7768/1: prevent risks of out-of-bound access in ASID allocatorMarc Zyngier1-9/+8
2013-06-24ARM: 7767/1: let the ASID allocator handle suspended animationMarc Zyngier1-0/+9
2013-06-24ARM: 7773/1: PJ4B: Add support for errata 4742Gregory CLEMENT2-3/+36
2013-06-24ARM: 7772/1: Fix missing flush_kernel_dcache_page() for noMMUSimon Baatz1-0/+6
2013-06-24ARM: 7760/1: cpu_fa526_do_idle: remove WFIJonas Jensen1-1/+0
2013-06-18Merge branch 'for-rmk/lpae' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King4-73/+57
2013-06-18Merge branch 'for-rmk/hugepages' of git://git.linaro.org/people/stevecapper/l...Russell King5-13/+120
2013-06-17ARM: 7755/1: handle user space mapped pages in flush_kernel_dcache_pageSimon Baatz1-0/+33
2013-06-17ARM: 7754/1: Fix the CPU ID and the mask associated to the PJ4BGregory CLEMENT1-2/+2
2013-06-17ARM: 7753/1: map_init_section flushes incorrect pmdPo-Yu Chuang1-3/+5
2013-06-17ARM: 7752/1: errata: LoUIS bit field in CLIDR register is incorrectJon Medhurst1-0/+8
2013-06-07ARM: mpu: Complete initialisation of the MPU after reaching the C-worldJonathan Austin1-1/+7
2013-06-07ARM: mpu: add MPU probe and initialisation functions in CJonathan Austin1-0/+249
2013-06-07ARM: add Cortex-R7 Processor InfoJonathan Austin1-1/+12
2013-06-07ARM: select CPU_CPU15_MMU/MPU appropriatelyJonathan Austin1-1/+2
2013-06-07ARM: suspend: fix CPU suspend code for !CONFIG_MMU configurationsWill Deacon2-6/+14
2013-06-05ARM: 7746/1: mm: lazy cache flushing on non-mapped pagesMing Lei1-1/+1
2013-06-04ARM: mm: Transparent huge page support for LPAE systems.Catalin Marinas1-1/+1
2013-06-04ARM: mm: HugeTLB support for LPAE systems.Catalin Marinas4-2/+104
2013-06-04ARM: mm: Add support for flushing HugeTLB pages.Steve Capper1-10/+15
2013-05-30ARM: mm: clean up membank size limit checksCyril Chemparathy1-8/+11
2013-05-30ARM: mm: cleanup checks for membank overlap with vmalloc areaCyril Chemparathy1-18/+1
2013-05-30ARM: mm: use physical addresses in highmem sanity checksCyril Chemparathy1-12/+10
2013-05-30ARM: LPAE: accomodate >32-bit addresses for page table baseCyril Chemparathy1-0/+8
2013-05-30ARM: LPAE: factor out T1SZ and TTBR1 computationsCyril Chemparathy1-21/+8
2013-05-30ARM: LPAE: use 64-bit accessors for TTBR registersCyril Chemparathy1-7/+2
2013-05-30ARM: LPAE: use phys_addr_t in switch_mm()Cyril Chemparathy1-4/+12
2013-05-30ARM: LPAE: use phys_addr_t for initrd locationVitaly Andrianov1-6/+7
2013-05-30ARM: LPAE: use phys_addr_t in free_memmap()Vitaly Andrianov1-3/+3
2013-05-30ARM: LPAE: use phys_addr_t in alloc_init_pud()Vitaly Andrianov1-1/+2
2013-05-24ARM: mmu: Call debug_ll_io_init if no map_io function is specifiedMaxime Ripard1-0/+2
2013-05-23ARM: 7730/1: DMA-mapping: mark all !DMA_TO_DEVICE pages in unmapping as cleanMing Lei1-3/+17
2013-05-23ARM: 7728/1: mm: Use phys_addr_t properly for ioremap functionsLaura Abbott2-8/+8
2013-05-22Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-...Russell King5-1/+236
2013-05-17ARM: ARMv7-M: implement read_cpuid_extUwe Kleine-König1-1/+1
2013-05-15ARM: 7716/1: bcm281xx: Add L2 support for Rev A2 chipsChristian Daudt1-0/+158
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-31/+1
2013-05-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds9-21/+52
2013-05-02Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'sm...Russell King23-219/+143
2013-04-29mm/ARM: use free_highmem_page() to free highmem pages into buddy systemJiang Liu1-5/+2
2013-04-29mm/ARM: use common help functions to free reserved pagesJiang Liu1-32/+16