summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'security-fixes' into fixesRussell King2013-08-012-1/+47
|\
| * ARM: make vectors page inaccessible from userspaceRussell King2013-08-011-0/+4
| * ARM: allow kuser helpers to be removed from the vector pageRussell King2013-07-311-0/+34
| * ARM: move vector stubsRussell King2013-07-311-1/+9
* | ARM: 7789/1: Do not run dummy_flush_tlb_a15_erratum() on non-Cortex-A15Fabio Estevam2013-07-261-1/+2
* | ARM: 7785/1: mm: restrict early_alloc to section-aligned memoryRussell King2013-07-221-5/+38
* | ARM: 7784/1: mm: ensure SMP alternates assemble to exactly 4 bytes with Thumb-2Will Deacon2013-07-223-7/+8
|/
* arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker2013-07-1425-55/+0
* Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-07-132-2/+2
|\
| * ARM: mm: fix boot on SA1110 AssabetRussell King2013-07-091-1/+1
| * ARM: 7781/1: mmu: Add debug_ll_io_init() mappings to early mappingsStephen Boyd2013-07-091-1/+1
* | mm: remove free_area_cacheMichel Lespinasse2013-07-101-2/+0
* | Merge branch 'for-v3.11' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2013-07-061-8/+32
|\ \
| * | ARM: dma: Drop __GFP_COMP for iommu dma memory allocationsRichard Zhao2013-06-281-0/+9
| * | ARM: DMA-mapping: mark all !DMA_TO_DEVICE pages in unmapping as cleanMing Lei2013-06-281-3/+17
| * | ARM: dma-mapping: NULLify dev->archdata.mapping pointer on detachWill Deacon2013-06-281-1/+1
| * | ARM: dma-mapping: convert DMA direction into IOMMU protection attributesWill Deacon2013-06-281-2/+16
| * | ARM: dma-mapping: Get pages if the cpu_addr is out of atomic_poolYoungJun Cho2013-06-281-5/+6
* | | mm/ARM: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-45/+2
* | | mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-2/+1
* | | mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-031-4/+4
* | | mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-031-1/+1
* | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-07-0316-117/+692
|\ \ \
| * \ \ Merge branch 'devel-stable' into for-nextRussell King2013-06-2916-96/+699
| |\ \ \
| | * | | ARM: 7775/1: mm: Remove do_sect_fault from LPAE codeSteven Capper2013-06-291-0/+2
| | * | | Merge branch 'for-rmk/lpae' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King2013-06-184-73/+57
| | |\ \ \
| | | * | | ARM: mm: clean up membank size limit checksCyril Chemparathy2013-05-301-8/+11
| | | * | | ARM: mm: cleanup checks for membank overlap with vmalloc areaCyril Chemparathy2013-05-301-18/+1
| | | * | | ARM: mm: use physical addresses in highmem sanity checksCyril Chemparathy2013-05-301-12/+10
| | | * | | ARM: LPAE: accomodate >32-bit addresses for page table baseCyril Chemparathy2013-05-301-0/+8
| | | * | | ARM: LPAE: factor out T1SZ and TTBR1 computationsCyril Chemparathy2013-05-301-21/+8
| | | * | | ARM: LPAE: use 64-bit accessors for TTBR registersCyril Chemparathy2013-05-301-7/+2
| | | * | | ARM: LPAE: use phys_addr_t in switch_mm()Cyril Chemparathy2013-05-301-4/+12
| | | * | | ARM: LPAE: use phys_addr_t for initrd locationVitaly Andrianov2013-05-301-6/+7
| | | * | | ARM: LPAE: use phys_addr_t in free_memmap()Vitaly Andrianov2013-05-301-3/+3
| | | * | | ARM: LPAE: use phys_addr_t in alloc_init_pud()Vitaly Andrianov2013-05-301-1/+2
| | * | | | Merge branch 'for-rmk/hugepages' of git://git.linaro.org/people/stevecapper/l...Russell King2013-06-185-13/+120
| | |\ \ \ \
| | | * | | | ARM: mm: Transparent huge page support for LPAE systems.Catalin Marinas2013-06-041-1/+1
| | | * | | | ARM: mm: HugeTLB support for LPAE systems.Catalin Marinas2013-06-044-2/+104
| | | * | | | ARM: mm: Add support for flushing HugeTLB pages.Steve Capper2013-06-041-10/+15
| | | |/ / /
| | * | | | ARM: mpu: Complete initialisation of the MPU after reaching the C-worldJonathan Austin2013-06-071-1/+7
| | * | | | ARM: mpu: add MPU probe and initialisation functions in CJonathan Austin2013-06-071-0/+249
| | * | | | ARM: add Cortex-R7 Processor InfoJonathan Austin2013-06-071-1/+12
| | * | | | ARM: select CPU_CPU15_MMU/MPU appropriatelyJonathan Austin2013-06-071-1/+2
| | * | | | ARM: suspend: fix CPU suspend code for !CONFIG_MMU configurationsWill Deacon2013-06-072-6/+14
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'fixes', 'mcpm', 'misc' and 'mmci' into for-nextRussell King2013-06-296-22/+229
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | / | | |_|_|_|/ | |/| | | |
| | | * | | ARM: 7769/1: Cortex-A15: fix erratum 798181 implementationMarc Zyngier2013-06-241-1/+28
| | | * | | ARM: 7768/1: prevent risks of out-of-bound access in ASID allocatorMarc Zyngier2013-06-241-9/+8
| | | * | | ARM: 7767/1: let the ASID allocator handle suspended animationMarc Zyngier2013-06-241-0/+9
| | | * | | ARM: 7746/1: mm: lazy cache flushing on non-mapped pagesMing Lei2013-06-051-1/+1
OpenPOWER on IntegriCloud