aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-02Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds3-9/+21
2014-10-29ARM: 8180/1: mm: implement no-highmem fast path in kmap_atomic_pfn()Thomas Petazzoni1-0/+3
2014-10-29ARM: 8183/1: l2c: Improve l2c310_of_parse() error messageFabio Estevam1-2/+2
2014-10-29ARM: 8181/1: Drop extra return statementLaura Abbott1-1/+0
2014-10-29ARM: 8182/1: l2c: Make l2x0_cache_size_of_parse() return 'int'Fabio Estevam1-6/+16
2014-10-28Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-4/+4
2014-10-21ARM: fix some printk formatsRussell King1-4/+4
2014-10-14Merge tag 'samsung-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixesOlof Johansson1-1/+1
2014-10-09arm: mm: enable RCU fast_gupSteve Capper1-0/+15
2014-10-09ARM: mm: don't limit default CMA region only to low memoryMarek Szyprowski1-1/+1
2014-10-09arm: use genalloc for the atomic poolLaura Abbott1-104/+49
2014-10-09common: dma-mapping: introduce common remapping functionsLaura Abbott1-48/+9
2014-10-02Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King7-7/+135
2014-10-02ARM: 8167/1: extend the reserved memory for initrd to be page alignedYalin Wang1-0/+5
2014-10-02ARM: 8169/1: l2c: parse cache properties from ePAPR definitionsLinus Walleij1-0/+121
2014-09-26ARM: 8152/1: Convert pr_warning to pr_warnJoe Perches2-3/+3
2014-09-25ARM: 8165/1: alignment: don't break misaligned NEON load/storeRobin Murphy1-0/+3
2014-09-25ARM: 8164/1: mm: clear SCTLR.HA instead of setting it for LPAEWill Deacon1-2/+2
2014-09-24ARM: mm: Fix ifdef around cpu_*_do_[suspend, resume] opsBartlomiej Zolnierkiewicz1-1/+1
2014-09-12ARM: 8138/1: drop ISAR0 workaround for B15Brian Norris1-1/+1
2014-09-02ARM: 8132/1: LPAE: drop wrong carry flag correction after adding TTBR1_OFFSETKonstantin Khlebnikov1-1/+0
2014-08-27ARM: 8128/1: abort: don't clear the exclusive monitorsMark Rutland2-12/+0
2014-08-09ARM: 8114/1: LPAE: load upper bits of early TTBR0/TTBR1Konstantin Khlebnikov1-4/+3
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2014-08-06CMA: generalize CMA reserved area management functionalityJoonsoo Kim1-0/+1
2014-08-05Merge branch 'swp' (early part) into for-nextRussell King1-1/+1
2014-08-05Merge branches 'fixes' and 'misc' into for-nextRussell King45-398/+505
2014-08-02ARM: idmap: add identity mapping usage noteRussell King1-0/+5
2014-08-02ARM: add comments to the early page table remap codeRussell King1-5/+46
2014-07-29ARM: 8115/1: LPAE: reduce damage caused by idmap to virtual memory layoutKonstantin Khlebnikov1-0/+7
2014-07-29ARM: fix alignment of keystone page table fixupRussell King1-3/+3
2014-07-24ARM: 8110/1: do CPU-specific init for Broadcom Brahma15 coresMarc Carino1-0/+11
2014-07-24ARM: 8109/1: mm: Modify pte_write and pmd_write logic for LPAESteven Capper2-4/+9
2014-07-19Merge tag 'exynos-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/socOlof Johansson1-1/+1
2014-07-19Merge tag 'mvebu-soc-3.17-2' of git://git.infradead.org/linux-mvebu into next/socOlof Johansson1-1/+1
2014-07-18ARM: SWP emulation: always enable when SMP is enabledRussell King1-1/+1
2014-07-18ARM: 8103/1: save/restore Cortex-A9 CP15 registers on suspend/resumeShawn Guo1-1/+36
2014-07-18ARM: 8090/1: add revision info for PL310 errata 588369 and 727915Shawn Guo1-3/+4
2014-07-18ARM: 8089/1: cpu_pj4b_suspend_size should base on cpu_v7_suspend_sizeShawn Guo1-6/+6
2014-07-18ARM: alignment: save last kernel aligned fault locationRussell King1-1/+3
2014-07-18ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King40-380/+392
2014-07-18ARM: make it easier to check the CPU part number correctlyRussell King1-1/+1
2014-07-17ARM: DMA: ensure that old section mappings are flushed from the TLBRussell King1-1/+10
2014-07-13ARM: Kirkwood: Remove mach-kirkwoodAndrew Lunn1-1/+1
2014-07-07ARM: l2c: fix revision checkingRussell King1-1/+1
2014-06-29ARM: 8086/1: Set memblock limit for nommuLaura Abbott1-0/+1
2014-06-29ARM: 8076/1: mm: add support for HW coherent systems in PL310 cacheThomas Petazzoni1-0/+31
2014-06-20ARM: arm925: ensure assembly sets up writethrough mappingRussell King1-0/+1
2014-06-19ARM: l2c: fix dependencies on PL310 errata symbolsRussell King1-5/+4
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds18-747/+1447