summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-11-071-1/+1
|\
| * ARM: 7569/1: mm: uninitialized warning correctionsviresh kumar2012-11-041-1/+1
* | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-10-261-1/+3
|\|
| * Merge tag 'fixes-for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Russell King2012-10-221-1/+3
| |\
| | * ARM: Fix another build warning in arch/arm/mm/alignment.cArnd Bergmann2012-10-091-1/+3
* | | ARM: mm: Remove unused arm_vmregion priv fieldLaurent Pinchart2012-10-241-1/+0Star
* | | ARM: dma-mapping: fix build warning in __dma_alloc()Jingoo Han2012-10-241-1/+1
|/ /
* | ARM: config: sort select statements alphanumericallyRussell King2012-10-131-53/+53
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-10-1224-7/+123
|\ \
| * | Merge branch 'fixes' into for-linusRussell King2012-10-118-107/+343
| |\|
| * | Merge branch 'hyp-boot-mode-rmk' of git://git.kernel.org/pub/scm/linux/kernel...Russell King2012-09-301-0/+17
| |\ \
| | * | ARM: virt: Add CONFIG_ARM_VIRT_EXT optionDave Martin2012-09-191-0/+17
| * | | ARM: 7542/1: mm: fix cache LoUIS API for xscale and feroceonLorenzo Pieralisi2012-09-282-0/+2
| * | | ARM: mm: update __v7_setup() to the new LoUIS cache maintenance APISantosh Shilimkar2012-09-251-1/+1
| * | | ARM: mm: rename jump labels in v7_flush_dcache_all functionLorenzo Pieralisi2012-09-251-7/+7
| * | | ARM: mm: implement LoUIS API for cache maintenance opsLorenzo Pieralisi2012-09-2522-0/+97
* | | | readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-091-0/+1
* | | | mm: replace vma prio_tree with an interval treeMichel Lespinasse2012-10-092-4/+2Star
| |_|/ |/| |
* | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-10-075-6/+14
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-------. | | Merge branches 'atags', 'cache-l2x0', 'clkdev', 'fixes', 'integrator', 'misc'...Russell King2012-10-0511-34/+140
| |\ \ \ \ \| | | | | | | |_|/ | | | | |/| |
| | | | | * | ARM: ensure vm_struct has its phys_addr member filled inRussell King2012-09-281-0/+1
| | | | | * | ARM: Fix build warning in arch/arm/mm/alignment.cRussell King2012-09-151-3/+3
| | | | | * | ARM: Allow arm_memblock_steal() to remove memory from any RAM regionRussell King2012-08-131-1/+1
| | |_|_|/ / | |/| | | |
| | | * | | ARM: 7541/1: Add ARM ERRATA 775420 workaroundSimon Horman2012-09-281-0/+3
| | * | | | ARM: 7507/1: cache-l2x0.c: save the final aux ctrl value for resumingYilu Mao2012-09-151-2/+6
| | | |/ / | | |/| |
* | | | | Merge branch 'for-v3.7' of git://git.linaro.org/people/mszyprowski/linux-dma-...Linus Torvalds2012-10-032-68/+207
|\ \ \ \ \
| * \ \ \ \ Merge branch 'next-cleanup' into for-v3.7Marek Szyprowski2012-10-021-5/+6
| |\ \ \ \ \
| | * | | | | ARM: dma-mapping: Refrain noisy console messageHiroshi Doyu2012-10-021-1/+1
| | * | | | | ARM: dma-mapping: Small logical clean upHiroshi Doyu2012-10-021-4/+5
| | | |_|/ / | | |/| | |
| * | | | | ARM: dma-mapping: Remove unsed var at arm_coherent_iommu_unmap_pageHiroshi Doyu2012-10-021-1/+0Star
| * | | | | ARM: kill off arch_is_coherentRob Herring2012-10-021-14/+3Star
| * | | | | ARM: add coherent iommu dma opsRob Herring2012-10-021-40/+143
| * | | | | ARM: add coherent dma opsRob Herring2012-10-021-12/+59
| |/ / / /
* | | | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-021-21/+62
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-arm-soc-next' of git://git.linaro.org/people/ljones/linux-3...Olof Johansson2012-09-234-8/+12
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge tag 'omap-devel-dt-merged-for-v3.7' of git://git.kernel.org/pub/scm/lin...Olof Johansson2012-09-201-10/+104
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'soc-core' of git://git.kernel.org/pub/scm/linux/kernel/git/horm...Olof Johansson2012-09-063-11/+9Star
| |\ \ \ \ \
| * | | | | | ARM: cache: add dt support for tauros2 cacheChao Xie2012-08-161-1/+34
| * | | | | | ARM: cache: add extra feature enable for tauros2Chao Xie2012-08-161-17/+27
| * | | | | | ARM: cache: add cputype.h for tauros2Chao Xie2012-08-161-3/+1Star
| * | | | | | ARM: cache: fix uninitialized ptr in tauros2_initChao Xie2012-08-161-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-022-11/+57
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'tegra-for-3.7-dmaengine' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2012-09-213-6/+7
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge tag 'cleanup-omap-tags-for-v3.7' of git://git.kernel.org/pub/scm/linux/...Olof Johansson2012-09-171-10/+104
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge commit 'a849088aa1' from rmk/fixes into cleanup/io-pciArnd Bergmann2012-09-0410-355/+304Star
| |\ \ \ \ \ \
| * | | | | | | ARM: Add fixed PCI i/o mappingRob Herring2012-07-252-11/+57
* | | | | | | | Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-10-021-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Merge branch 'v3.7-samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2012-09-224-8/+12
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson2012-09-131-1/+1
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | ARM: cache-l2x0: add a const qualifierUwe Kleine-König2012-09-111-1/+1
| | | |_|_|/ / | | |/| | | |