aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig1-12/+0
2015-09-03Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds16-39/+187
2015-09-03Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into for-linusRussell King19-68/+253
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-08-26ARM: entry: provide uaccess assembly macro hooksRussell King7-3/+11
2015-08-25ARM: mm: improve do_ldrd_abort macroRussell King4-11/+11
2015-08-21ARM: domains: keep vectors in separate domainRussell King2-2/+12
2015-08-18ARM: 8416/1: Feroceon: use of_iomap() to map register baseMasahiro Yamada1-5/+1
2015-08-18ARM: 8415/1: early fixmap support for earlyconStefan Agner2-10/+84
2015-08-17scatterlist: use sg_phys()Dan Williams1-1/+1
2015-08-04ARM: 8398/1: arm DMA: Fix allocation from CMA for coherent DMALorenzo Nava1-9/+12
2015-08-01ARM: reduce visibility of dmac_* functionsRussell King2-0/+33
2015-07-25ARM: add soc memory barrier extensionRussell King1-0/+4
2015-07-25ARM: move heavy barrier support out of lineRussell King2-0/+15
2015-07-17ARM: invalidate L1 before enabling coherencyRussell King1-5/+9
2015-07-17ARM: 8404/1: dma-mapping: fix off-by-one error in bitmap size checkMarek Szyprowski1-1/+1
2015-07-10ARM: 8395/1: l2c: Add support for the "arm,shared-override" propertyGeert Uytterhoeven1-0/+5
2015-07-07Merge branches 'fixes' and 'ioremap' into for-linusRussell King16-261/+450
2015-07-03ARM: io: convert ioremap*() to functionsRussell King2-23/+49
2015-06-29ARM: add helpful message when truncating physical memoryRussell King1-0/+6
2015-06-29ARM: 8394/1: update memblock limit after mapping lowmemLaura Abbott1-0/+1
2015-06-26Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds11-231/+395
2015-06-26Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2015-06-24mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen1-5/+0
2015-06-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+1
2015-06-12Merge branch 'for-arm-soc' of http://ftp.arm.linux.org.uk/pub/armlinux/kernel/git-cur/linux-2.6-arm into next/cleanupKevin Hilman1-1/+1
2015-06-12Merge branch 'for-arm-soc' into for-nextRussell King1-1/+1
2015-06-12Merge branch 'bsym' into for-nextRussell King1-1/+1
2015-06-12Merge branches 'arnd-fixes', 'clk', 'misc', 'v7' and 'fixes' into for-nextRussell King14-254/+405
2015-06-10ARM: 8391/1: l2c: add options to overwrite prefetching behaviorHauke Mehrtens1-0/+20
2015-06-06ARM: 8387/1: arm/mm/dma-mapping.c: Add arm_coherent_dma_mmapMike Looijmans1-7/+25
2015-06-02of/fdt: split off FDT self reservation from memreserve processingArd Biesheuvel1-0/+1
2015-06-02ARM: 8369/1: ARMv7M: define size of vector table for VybridStefan Agner1-0/+1
2015-06-02Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar1-10/+10
2015-06-01ARM: proc-v7: sanitise and document registers around errataRussell King1-30/+38
2015-06-01ARM: proc-v7: clean up MIDR accessRussell King1-5/+4
2015-06-01ARM: proc-v7: move CPU errata out of lineRussell King1-65/+78
2015-06-01ARM: redo TTBR setup code for LPAERussell King3-25/+21
2015-06-01ARM: cleanup early_paging_init() callingRussell King2-13/+2
2015-06-01ARM: re-implement physical address space switchingRussell King4-84/+133
2015-06-01ARM: keystone2: rename init_meminfo to pv_fixupRussell King1-4/+4
2015-06-01ARM: keystone2: move address space switch printk into generic codeRussell King1-0/+3
2015-06-01ARM: keystone2: move update of the phys-to-virt constants into generic codeRussell King1-4/+22
2015-06-01ARM: v7 setup function should invalidate L1 cacheRussell King1-1/+1
2015-05-28ARM: 8381/1: fix ARMv4+Feroceon multiplatform buildArnd Bergmann1-0/+2
2015-05-28ARM: 8374/1: no longer expose CPU_ARM7TDMI/CPU_ARM9TDMIArnd Bergmann1-2/+2
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handlerDavid Hildenbrand1-1/+1
2015-05-19sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand1-0/+3
2015-05-15ARM: l2c: avoid passing auxiliary control register through enable methodRussell King1-15/+17
2015-05-15ARM: l2c: only unlock caches if NS_LOCKDOWN bit is setRussell King1-1/+25