summaryrefslogtreecommitdiff
path: root/arch/arm/mm
AgeCommit message (Expand)AuthorFilesLines
2014-11-18ARM: init: add support for reserved memory defined by device treeMarek Szyprowski1-0/+3
2014-10-05ARM: 8165/1: alignment: don't break misaligned NEON load/storeRobin Murphy1-0/+3
2014-10-05ARM: 8128/1: abort: don't clear the exclusive monitorsMark Rutland2-12/+0
2014-08-07ARM: 8115/1: LPAE: reduce damage caused by idmap to virtual memory layoutKonstantin Khlebnikov1-0/+7
2014-06-30ARM: 8037/1: mm: support big-endian page tablesJianguo Wu1-5/+13
2014-05-13ARM: 7840/1: LPAE: don't reject mapping /dev/mem above 4GBSergey Dyasly1-4/+2
2014-05-06ARM: 7728/1: mm: Use phys_addr_t properly for ioremap functionsLaura Abbott2-8/+8
2014-05-06ARM: 7954/1: mm: remove remaining domain support from ARMv6Will Deacon4-22/+17
2014-03-06ARM: 7953/1: mm: ensure TLB invalidation is complete before enabling MMUWill Deacon2-2/+3
2014-03-06ARM: dma-mapping: fix GFP_ATOMIC macro usageMarek Szyprowski1-1/+1
2013-12-11ARM: fix booting low-vectors machinesRussell King2-2/+3
2013-12-04ARM: 7876/1: clear Thumb-2 IT state on exception handlingMarc Zyngier1-1/+6
2013-08-29ARM: 7816/1: CONFIG_KUSER_HELPERS: fix help textNicolas Pitre1-3/+6
2013-08-11ARM: 7784/1: mm: ensure SMP alternates assemble to exactly 4 bytes with Thumb-2Will Deacon3-7/+8
2013-08-11ARM: make vectors page inaccessible from userspaceRussell King1-0/+4
2013-08-11ARM: allow kuser helpers to be removed from the vector pageRussell King1-0/+34
2013-08-11ARM: move vector stubsRussell King1-1/+9
2013-07-21ARM: mm: fix boot on SA1110 AssabetRussell King1-1/+1
2013-07-21ARM: 7769/1: Cortex-A15: fix erratum 798181 implementationMarc Zyngier1-1/+28
2013-07-21ARM: 7768/1: prevent risks of out-of-bound access in ASID allocatorMarc Zyngier1-9/+8
2013-07-21ARM: 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-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-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
2013-04-29mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes1-0/+3
2013-04-28ARM: KVM: move to a KVM provided HYP idmapMarc Zyngier1-31/+1
2013-04-25Merge branch 'mcpm' of git://git.linaro.org/people/nico/linux into devel-stableRussell King4-14/+23
2013-04-17ARM: 7695/1: mvebu: Enable pj4b on LPAE compilationsGregory CLEMENT1-1/+2
2013-04-17ARM: 7693/1: mm: clean-up in order to reduce to call kmap_high_get()Joonsoo Kim2-13/+17
2013-04-17ARM: 7696/1: Fix kexec by setting outer_cache.inv_all for FeroceonIllia Ragozin1-0/+1
2013-04-17ARM: 7694/1: ARM, TCM: initialize TCM in paging_init(), instead of setup_arch()Joonsoo Kim2-0/+19
2013-04-17Merge branch 'for-rmk/740t' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King6-156/+21
2013-04-08ARM: Do 15e0d9e37c (ARM: pm: let platforms select cpu_suspend support) properlyRussell King7-7/+7
2013-04-03ARM: 7691/1: mm: kill unused TLB_CAN_READ_FROM_L1_CACHE and use ALT_SMP insteadWill Deacon4-6/+6
2013-04-03ARM: 7684/1: errata: Workaround for Cortex-A15 erratum 798181 (TLBI/DSB opera...Catalin Marinas1-1/+2
2013-04-03ARM: 7682/1: cache-l2x0: fix masking of RTL revision numbering and set_debug ...Rob Herring1-7/+4
2013-03-26ARM: modules: don't export cpu_set_pte_ext when !MMUWill Deacon1-0/+2
2013-03-26ARM: mm: remove broken condition check for v4 flushingWill Deacon1-1/+1
2013-03-26ARM: mm: fix numerous hideous errors in proc-arm740.SWill Deacon1-12/+16
2013-03-26ARM: cache: remove ARMv3 support codeWill Deacon4-143/+2
2013-03-22ARM: 7678/1: Work around faulty ISAR0 register in some Krait CPUsStepan Moskovchenko1-0/+15