summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: fix race in kunmap_atomic()Peter Zijlstra2010-10-281-1/+2
* mm: remove pte_*map_nested()Peter Zijlstra2010-10-272-4/+4
* mm: stack based kmap_atomic()Peter Zijlstra2010-10-271-9/+14
* Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-10-221-24/+13Star
|\
| * memblock, bootmem: Round pfn properly for memory and reserved regionsYinghai Lu2010-10-131-4/+4
| * Merge commit 'v2.6.36-rc7' into core/memblockIngo Molnar2010-10-085-11/+105
| |\
| * | arm, memblock: Fix the sparsemem buildYinghai Lu2010-09-161-2/+1Star
| * | Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar2010-08-312-3/+4
| |\ \
| * | | memblock/arm: Use new accessorsBenjamin Herrenschmidt2010-08-051-9/+12
| * | | memblock/arm: pfn_valid uses memblock_is_memory()Benjamin Herrenschmidt2010-08-041-14/+1Star
| * | | memblock: Rename memblock_region to memblock_type and memblock_property to me...Benjamin Herrenschmidt2010-08-041-1/+1
* | | | Merge branch 'devel-stable' into develRussell King2010-10-194-5/+39
|\ \ \ \
| * \ \ \ Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene...Russell King2010-10-193-5/+17
| |\ \ \ \
| | * | | | ARM: relax ioremap prohibition (309caa9) for -final and -stableRussell King2010-10-131-2/+6
| | * | | | ARM: 6435/1: Fix HWCAP_TLS flag for ARM11MPCore/Cortex-A9Tony Lindgren2010-10-081-1/+1
| | * | | | ARM: 6419/1: mmu: Fix MT_MEMORY and MT_MEMORY_NONCACHED pte flagsSantosh Shilimkar2010-10-041-2/+2
| | * | | | ARM: 6416/1: errata: faulty hazard checking in the Store Buffer may lead to d...Will Deacon2010-10-041-0/+8
| | | |_|/ | | |/| |
| * / | | ARM: implement CONFIG_STRICT_DEVMEM by disabling access to RAM via /dev/memNicolas Pitre2010-10-021-0/+22
| |/ / /
* | | | Merge branch 'hotplug' into develRussell King2010-10-1824-24/+32
|\ \ \ \
| * | | | ARM: hotplug cpu: Keep processor information, startup code & __lookup_process...Russell King2010-10-0824-24/+32
| | |_|/ | |/| |
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 's...Russell King2010-10-1816-125/+312
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| | | * | | ARM: vmlinux.lds: Refer to start of .data using _sdata rather than _dataRussell King2010-10-081-2/+2
| | | * | | ARM: 6405/1: Handle __flush_icache_all for CONFIG_SMP_ON_UPTony Lindgren2010-10-042-11/+35
| | | * | | ARM: Allow SMP kernels to boot on UP systemsRussell King2010-10-045-85/+92
| | | |/ /
| | | * | ARM: 6407/1: mmu: Setup MT_MEMORY and MT_MEMORY_NONCACHED L1 entriesSantosh Shilimkar2010-09-251-2/+15
| | | * | ARM: 6401/1: plug a race in the alignment trap handlerNicolas Pitre2010-09-231-2/+17
| | | * | ARM: 6383/1: Implement phys_mem_access_prot() to avoid attributes aliasingCatalin Marinas2010-09-191-0/+14
| | | * | ARM: 6398/1: add proc info for ARM11MPCore/Cortex-A9 from ARMDaniel Walker2010-09-171-1/+25
| | | * | ARM: 6389/1: errata: incorrect hazard handling in the SCU may lead to data co...Will Deacon2010-09-171-0/+9
| | | * | ARM: 6388/1: errata: DMB operation may be faultyWill Deacon2010-09-171-2/+14
| | | * | ARM: 6387/1: errata: check primary part ID in proc-v7.SWill Deacon2010-09-171-3/+8
| | * | | ARM: 6355/1: hw-breakpoint: add mechanism for hooking into prefetch abortsWill Deacon2010-09-081-0/+13
| |/ / / |/| | |
| * | | ARM: 6386/1: flush_ptrace_access: invalidate correct I-cache aliasWill Deacon2010-10-041-3/+20
| * | | ARM: 6381/1: Use lazy cache flushing on ARMv7 SMP systemsCatalin Marinas2010-09-191-9/+4Star
| * | | ARM: 6380/1: Introduce __sync_icache_dcache() for VIPT cachesCatalin Marinas2010-09-192-2/+32
| * | | ARM: 6379/1: Assume new page cache pages have dirty D-cacheCatalin Marinas2010-09-196-6/+13
| * | | ARM: 6378/1: Allow lazy cache flushing via PG_arch_1 for highmem pagesCatalin Marinas2010-09-191-1/+1
| |/ /
| * | ARM: Ensure PTE modifications via dma_alloc_coherent are visibleRussell King2010-09-081-0/+2
| * | ARM: 6344/1: Mark CPU_32v6K as depended on CPU_V7Catalin Marinas2010-09-021-1/+1
|/ /
* | Merge branches 'master' and 'devel' into for-linusRussell King2010-08-111-2/+2
|\ \
| * \ Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene...Russell King2010-08-091-1/+2
| |\ \ | | |/ | |/|
| | * ARM: S5PV310: Add new Kconfig and MakefilesChanghwan Youn2010-08-051-1/+2
* | | kmap_atomic: make kunmap_atomic() harder to misuseCesar Eduardo Barros2010-08-101-2/+2
* | | [ARM] tegra: initial tegra supportErik Gilling2010-08-051-1/+2
|/ /
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-08-0338-666/+341Star
|\ \ | |/ |/|
| * Merge branch 'devel-stable' into develRussell King2010-07-312-10/+13
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/nico/orion into devel-stableRussell King2010-07-214-15/+47
| | |\
| | * \ Merge git://git.linaro.org/nico/arm_security into devel-stableRussell King2010-06-301-0/+4
| | |\ \
| | | * | [ARM] add address randomization to mmap()Nicolas Pitre2010-06-151-0/+4
| | * | | arm: mm: Don't free prohibited memmap entriesMichael Bohan2010-06-151-10/+9Star
| | |/ /