summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* ARM: dma-mapping: remove unconditional dependency on CMAMarek Szyprowski2012-06-041-6/+4
* Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-05-255-215/+1192
|\
| * Merge branch 'for-next-arm-dma' into for-linusMarek Szyprowski2012-05-222-143/+857
| |\
| | * ARM: dma-mapping: add support for IOMMU mapperMarek Szyprowski2012-05-212-12/+702
| | * ARM: dma-mapping: use alloc, mmap, free from dma_opsMarek Szyprowski2012-05-211-36/+24
| | * ARM: dma-mapping: remove redundant code and do the cleanupMarek Szyprowski2012-05-211-64/+24
| | * ARM: dma-mapping: move all dma bounce code to separate dma ops structureMarek Szyprowski2012-05-211-10/+69
| | * ARM: dma-mapping: implement dma sg methods on top of any generic dma opsMarek Szyprowski2012-05-211-24/+19
| | * ARM: dma-mapping: use asm-generic/dma-mapping-common.hMarek Szyprowski2012-05-211-62/+86
| | * ARM: dma-mapping: remove offset parameter to prepare for generic dma_opsMarek Szyprowski2012-05-211-2/+2
| | * ARM: dma-mapping: introduce DMA_ERROR_CODE constantMarek Szyprowski2012-05-211-1/+1
| | * ARM: dma-mapping: use pr_* instread of printkMarek Szyprowski2012-05-211-8/+8
| | * ARM: dma-mapping: use dma_mmap_from_coherent()Marek Szyprowski2012-05-211-0/+3
| * | ARM: dma-mapping: use PMD size for section unmapVitaly Andrianov2012-05-211-1/+1
| * | ARM: integrate CMA with DMA-mapping subsystemMarek Szyprowski2012-05-214-82/+345
| |/
* | Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-222-0/+59
|\ \
| * | ARM: cache: tauros2: add disable and resume callbackChao Xie2012-05-071-0/+24
| * | ARM: mm: proc-mohawk: add suspend resume for mohawkChao Xie2012-05-071-0/+35
* | | Merge branch 'v3-removal' into for-linusRussell King2012-05-216-508/+1
|\ \ \
| * | | ARM: Remove support for ARMv3 ARM610 and ARM710 CPUsRussell King2012-05-056-508/+1
| |/ /
* | | Merge branch 'misc' into for-linusRussell King2012-05-2118-18/+28
|\ \ \
| * | | ARM: 7408/1: cacheflush: return error to userspace when flushing syscall failsWill Deacon2012-05-0218-18/+28
| |/ /
| | |
| \ \
*-. \ \ Merge branches 'amba', 'devel-stable', 'fixes', 'mach-types', 'mmci', 'pci' a...Russell King2012-05-217-59/+64
|\ \ \ \ | |_|/ / |/| | / | | |/
| | * ARM: 7418/1: LPAE: fix access flag setup in mem_type_tableVitaly Andrianov2012-05-171-1/+2
| | * ARM: prevent VM_GROWSDOWN mmaps extending below FIRST_USER_ADDRESSRussell King2012-05-161-1/+3
| | * ARM: 7401/1: mm: Fix section mismatchesStephen Boyd2012-04-282-4/+4
| | * ARM: 7398/1: l2x0: only write to debug registers on PL310Will Deacon2012-04-231-5/+8
| | * ARM: 7397/1: l2x0: only apply workaround for erratum #753970 on PL310Will Deacon2012-04-231-6/+6
| | * ARM: 7396/1: errata: only handle ARM erratum #326103 on affected coresWill Deacon2012-04-231-6/+11
| |/ |/|
| * ARM: Remove current_mm per-cpu variableCatalin Marinas2012-04-171-11/+1
| * ARM: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW on ASID-capable CPUsCatalin Marinas2012-04-172-5/+2
| * ARM: Use TTBR1 instead of reserved context IDWill Deacon2012-04-172-24/+31
|/
* ARM: 7384/1: ThumbEE: Disable userspace TEEHBR access for !CONFIG_ARM_THUMBEEJonathan Austin2012-04-151-0/+12
* ARM: 7383/1: nommu: populate vectors page from paging_initWill Deacon2012-04-131-0/+2
* ARM: 7381/1: nommu: fix typo in mm/KconfigWill Deacon2012-04-131-1/+1
* ARM: 7368/1: fault.c: correct how the tsk->[maj|min]_flt gets incrementedKautuk Consul2012-04-101-1/+1
* Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-03-292-5/+20
|\
| * ARM: fix ioremap/iounmap for !CONFIG_MMURob Herring2012-03-111-2/+6
| * ARM: provide runtime hook for ioremap/iounmapRob Herring2012-03-061-3/+14
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-2913-75/+161
|\ \
| | \
| | \
| *-. \ Merge branches 'l2', 'pgt2' and 'misc' into for-linusRussell King2012-03-2718-66/+157
| |\ \ \
| | | * | ARM: 7319/1: Print debug info for SIGBUS in user faultsJavi Merino2012-03-241-1/+2
| | | * | ARM: 7312/1: only show modules in the memory layout for MODULES=yUwe Kleine-König2012-03-241-0/+4
| | | * | ARM: move CP15 definitions to separate header fileRussell King2012-03-247-2/+7
| | | * | ARM: earlier initialization of vectors pageRussell King2012-01-231-2/+5
| | | * | ARM: add dma coherent region reporting via procfsRussell King2012-01-233-9/+92
| | * | | ARM: pgtable: get rid of TOP_PTE()Russell King2012-01-261-4/+4
| | * | | ARM: pgtable: provide get_top_pte() to complement set_top_pte()Russell King2012-01-262-5/+8
| | * | | ARM: pgtable: consolidate set_pte_ext(TOP_PTE,...) + tlb flushRussell King2012-01-266-25/+20
| | * | | ARM: pgtable: use mk_pte rather than pfn_pte(page_to_pfn())Russell King2012-01-263-5/+5