summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-021-0/+2
|\
| * ARM: mmu: Call debug_ll_io_init if no map_io function is specifiedMaxime Ripard2013-05-241-0/+2
* | ARM: 7773/1: PJ4B: Add support for errata 4742Gregory CLEMENT2013-06-242-3/+36
* | ARM: 7772/1: Fix missing flush_kernel_dcache_page() for noMMUSimon Baatz2013-06-241-0/+6
* | ARM: 7760/1: cpu_fa526_do_idle: remove WFIJonas Jensen2013-06-241-1/+0Star
* | ARM: 7755/1: handle user space mapped pages in flush_kernel_dcache_pageSimon Baatz2013-06-171-0/+33
* | ARM: 7754/1: Fix the CPU ID and the mask associated to the PJ4BGregory CLEMENT2013-06-171-2/+2
* | ARM: 7753/1: map_init_section flushes incorrect pmdPo-Yu Chuang2013-06-171-3/+5
* | ARM: 7752/1: errata: LoUIS bit field in CLIDR register is incorrectJon Medhurst2013-06-171-0/+8
|/
* Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-051-31/+1Star
|\
| * ARM: KVM: move to a KVM provided HYP idmapMarc Zyngier2013-04-291-31/+1Star
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-05-039-21/+52
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'sm...Russell King2013-05-0223-219/+143Star
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | | | * | ARM: 7695/1: mvebu: Enable pj4b on LPAE compilationsGregory CLEMENT2013-04-171-1/+2
| | | | * | ARM: 7693/1: mm: clean-up in order to reduce to call kmap_high_get()Joonsoo Kim2013-04-172-13/+17
| | | | * | ARM: 7691/1: mm: kill unused TLB_CAN_READ_FROM_L1_CACHE and use ALT_SMP insteadWill Deacon2013-04-034-6/+6
| * | | | | Merge branch 'mcpm' of git://git.linaro.org/people/nico/linux into devel-stableRussell King2013-04-254-14/+23
| |\| | | |
| * | | | | Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-...Russell King2013-03-093-1/+27
| |\ \ \ \ \
| | * | | | | ARM: let CPUs not being able to run in ARM mode enter in THUMB modeUwe Kleine-König2013-01-311-1/+8
| | * | | | | ARM: make cr_alignment read-only #ifndef CONFIG_CPU_CP15Uwe Kleine-König2013-01-312-0/+19
* | | | | | | mm/ARM: use free_highmem_page() to free highmem pages into buddy systemJiang Liu2013-04-301-5/+2Star
* | | | | | | mm/ARM: use common help functions to free reserved pagesJiang Liu2013-04-301-32/+16Star
* | | | | | | mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes2013-04-301-0/+3
| |_|_|/ / / |/| | | | |
* | | | | | ARM: 7696/1: Fix kexec by setting outer_cache.inv_all for FeroceonIllia Ragozin2013-04-171-0/+1
* | | | | | ARM: 7694/1: ARM, TCM: initialize TCM in paging_init(), instead of setup_arch()Joonsoo Kim2013-04-172-0/+19
* | | | | | Merge branch 'for-rmk/740t' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King2013-04-176-156/+21Star
|\ \ \ \ \ \
| * | | | | | ARM: modules: don't export cpu_set_pte_ext when !MMUWill Deacon2013-03-261-0/+2
| * | | | | | ARM: mm: remove broken condition check for v4 flushingWill Deacon2013-03-261-1/+1
| * | | | | | ARM: mm: fix numerous hideous errors in proc-arm740.SWill Deacon2013-03-261-12/+16
| * | | | | | ARM: cache: remove ARMv3 support codeWill Deacon2013-03-264-143/+2Star
| | |_|/ / / | |/| | | |
* | | | | | ARM: Do 15e0d9e37c (ARM: pm: let platforms select cpu_suspend support) properlyRussell King2013-04-087-7/+7
| |_|_|_|/ |/| | | |
* | | | | 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