aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-17Merge branch 'fixes-for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-2/+2
2012-07-16ARM: dma-mapping: modify condition check while freeing pagesPrathyush K1-2/+2
2012-07-05ARM: fix warning caused by wrongly typed arm_dma_limitRussell King1-1/+1
2012-07-01Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-0/+74
2012-07-01ARM: 7438/1: fill possible PMD empty section gapsNicolas Pitre1-0/+74
2012-06-25ARM: dma-mapping: fix buffer chunk allocation orderMarek Szyprowski1-1/+1
2012-06-11ARM: mm: fix type of the arm_dma_limit global variableMarek Szyprowski2-2/+2
2012-06-11ARM: dma-mapping: Add missing static storage class specifierSachin Kamat1-2/+2
2012-06-04ARM: dma-mapping: remove unconditional dependency on CMAMarek Szyprowski1-6/+4
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds5-215/+1192
2012-05-22Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-0/+59
2012-05-22Merge branch 'for-next-arm-dma' into for-linusMarek Szyprowski2-143/+857
2012-05-21Merge branch 'v3-removal' into for-linusRussell King6-508/+1
2012-05-21Merge branch 'misc' into for-linusRussell King18-18/+28
2012-05-21Merge branches 'amba', 'devel-stable', 'fixes', 'mach-types', 'mmci', 'pci' and 'versatile' into for-linusRussell King7-59/+64
2012-05-21ARM: dma-mapping: use PMD size for section unmapVitaly Andrianov1-1/+1
2012-05-21ARM: integrate CMA with DMA-mapping subsystemMarek Szyprowski4-82/+345
2012-05-21ARM: dma-mapping: add support for IOMMU mapperMarek Szyprowski2-12/+702
2012-05-21ARM: dma-mapping: use alloc, mmap, free from dma_opsMarek Szyprowski1-36/+24
2012-05-21ARM: dma-mapping: remove redundant code and do the cleanupMarek Szyprowski1-64/+24
2012-05-21ARM: dma-mapping: move all dma bounce code to separate dma ops structureMarek Szyprowski1-10/+69
2012-05-21ARM: dma-mapping: implement dma sg methods on top of any generic dma opsMarek Szyprowski1-24/+19
2012-05-21ARM: dma-mapping: use asm-generic/dma-mapping-common.hMarek Szyprowski1-62/+86
2012-05-21ARM: dma-mapping: remove offset parameter to prepare for generic dma_opsMarek Szyprowski1-2/+2
2012-05-21ARM: dma-mapping: introduce DMA_ERROR_CODE constantMarek Szyprowski1-1/+1
2012-05-21ARM: dma-mapping: use pr_* instread of printkMarek Szyprowski1-8/+8
2012-05-21ARM: dma-mapping: use dma_mmap_from_coherent()Marek Szyprowski1-0/+3
2012-05-17ARM: 7418/1: LPAE: fix access flag setup in mem_type_tableVitaly Andrianov1-1/+2
2012-05-16ARM: prevent VM_GROWSDOWN mmaps extending below FIRST_USER_ADDRESSRussell King1-1/+3
2012-05-07ARM: cache: tauros2: add disable and resume callbackChao Xie1-0/+24
2012-05-07ARM: mm: proc-mohawk: add suspend resume for mohawkChao Xie1-0/+35
2012-05-05ARM: Remove support for ARMv3 ARM610 and ARM710 CPUsRussell King6-508/+1
2012-05-02ARM: 7408/1: cacheflush: return error to userspace when flushing syscall failsWill Deacon18-18/+28
2012-04-28ARM: 7401/1: mm: Fix section mismatchesStephen Boyd2-4/+4
2012-04-23ARM: 7398/1: l2x0: only write to debug registers on PL310Will Deacon1-5/+8
2012-04-23ARM: 7397/1: l2x0: only apply workaround for erratum #753970 on PL310Will Deacon1-6/+6
2012-04-23ARM: 7396/1: errata: only handle ARM erratum #326103 on affected coresWill Deacon1-6/+11
2012-04-17ARM: Remove current_mm per-cpu variableCatalin Marinas1-11/+1
2012-04-17ARM: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW on ASID-capable CPUsCatalin Marinas2-5/+2
2012-04-17ARM: Use TTBR1 instead of reserved context IDWill Deacon2-24/+31
2012-04-15ARM: 7384/1: ThumbEE: Disable userspace TEEHBR access for !CONFIG_ARM_THUMBEEJonathan Austin1-0/+12
2012-04-13ARM: 7383/1: nommu: populate vectors page from paging_initWill Deacon1-0/+2
2012-04-13ARM: 7381/1: nommu: fix typo in mm/KconfigWill Deacon1-1/+1
2012-04-10ARM: 7368/1: fault.c: correct how the tsk->[maj|min]_flt gets incrementedKautuk Consul1-1/+1
2012-03-29Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-5/+20
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds13-75/+161
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds11-5/+13
2012-03-28Disintegrate asm/system.h for ARMDavid Howells7-3/+6
2012-03-28ARM: move CP15 definitions to separate header fileRussell King7-2/+7
2012-03-27Merge branches 'l2', 'pgt2' and 'misc' into for-linusRussell King18-66/+157