summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* 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-101-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-091-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/+341
|\ \ | |/ |/|
| * 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-141-0/+4
| | * | | arm: mm: Don't free prohibited memmap entriesMichael Bohan2010-06-151-10/+9
| | |/ /
| * | | Merge branch 'misc' into develRussell King2010-07-3132-209/+126
| |\ \ \
| | * | | ARM: Factor out common code from cpu_proc_fin()Russell King2010-07-2724-119/+22
| | * | | ARM: 6268/1: ARMv6K and ARMv7 use fault statuses 3 and 6 as Access Flag faultKirill A. Shutemov2010-07-272-2/+23
| | * | | ARM: 6256/1: Check arch version and modify fsr_info[] depends on it at runtimeKirill A. Shutemov2010-07-271-5/+11
| | * | | ARM: 6255/1: Workaround infinity loop in handling of translation faultsKirill A. Shutemov2010-07-271-1/+10
| | * | | ARM: 6269/1: Add 'code' parameter for hook_fault_code()Kirill A. Shutemov2010-07-272-8/+12
| | * | | ARM: 6252/1: Use SIGBUS for unaligned access instead of SIGILLKirill A. Shutemov2010-07-272-4/+4
| | * | | ARM: DMA coherent allocator: align remapped addressesRussell King2010-07-273-4/+18
| | * | | ARM: use generic ioremap_page_range()Russell King2010-07-271-70/+4
| | * | | Merge branch 'origin' into miscRussell King2010-07-274-15/+47
| | |\ \ \ | | | | |/ | | | |/|
| | * | | ARM: 6225/1: make TCM allocation static and common for all archsLinus Walleij2010-07-271-10/+7
| | * | | ARM: 6224/1: print TCM whereabouts in init messageLinus Walleij2010-07-181-0/+16
| | * | | ARM: 6222/1: add memory types for the TCMsLinus Walleij2010-07-181-0/+13
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge branches 'at91', 'ep93xx', 'kexec', 'iop', 'lmb', 'nomadik', 'nuc', 'pl...Russell King2010-07-3110-447/+202
| |\ \ \ \ \ \ \ | | | | |_|/ / / | | | |/| | / / | | |_|_|_|/ / | |/| | | | / | | | |_|_|/ | | |/| | |
| | | | * | ARM: Remove unnecessary call to find_limits()Russell King2010-07-271-5/+3
| | | | * | ARM: LMB: convert pfn_valid to use LMBRussell King2010-07-271-5/+4
| | | | * | ARM: LMB: Convert arm_memory_present() to use LMB memory informationRussell King2010-07-271-7/+6
| | | | * | ARM: Convert platform reservations to use LMB rather than bootmemRussell King2010-07-274-9/+9
| | | | * | ARM: initial LMB trialRussell King2010-07-274-155/+64
| | | | * | ARM: early_pte_alloc()Russell King2010-07-271-13/+13
| | | | * | ARM: early_alloc()Russell King2010-07-161-8/+10
| | | | * | ARM: Move platform memory reservations out of generic codeRussell King2010-07-164-63/+10
| | | | * | ARM: Remove 'node' argument form arch_adjust_zones()Russell King2010-07-161-1/+1
| | | | * | ARM: Remove DISCONTIGMEM supportRussell King2010-07-166-231/+136
| | | | * | ARM: Precalculate vmalloc_minRussell King2010-07-161-13/+13
| | |_|/ / | |/| | |
| | | * | ARM: 6207/1: Replace CONFIG_HAS_TLS_REG with HWCAP_TLS and check for it on V6Tony Lindgren2010-07-093-14/+4
| | | * | ARM: Prohibit ioremap() on kernel managed RAMRussell King2010-06-211-0/+6
| | |/ /
* | | | ARM: 6279/1: highmem: fix SMP preemption bug in kmap_high_l1_viptGary King2010-07-301-5/+8
* | | | ARM: 6272/1: Convert L2x0 to use the IO relaxed operationsCatalin Marinas2010-07-291-13/+13
|/ / /
* | | ARM: 6210/1: Do not rely on reset defaults of L2X0_AUX_CTRLSascha Hauer2010-07-091-2/+3
| |/ |/|
* | ARM: 6202/1: Do not ARM_DMA_MEM_BUFFERABLE on RealView boards with L210/L220Catalin Marinas2010-07-021-0/+2
* | ARM: 6188/1: Add a config option for the ARM11MPCore DMA cache maintenance wo...Catalin Marinas2010-07-012-3/+31
* | ARM: 6187/1: The v6_dma_inv_range() function must preserve data on SMPCatalin Marinas2010-07-011-1/+2
* | ARM: 6186/1: Avoid the CONSISTENT_DMA_SIZE warning on noMMU buildsCatalin Marinas2010-07-011-9/+9
|/
* ARM: 6164/1: Add kto and kfrom to input operands list.Khem Raj2010-06-084-8/+8
* ARM: 6166/1: Proper prefetch abort handling on pre-ARMv6Anfei2010-06-081-0/+3
* ARM: 6165/1: trap overflows on highmem pages from kmap_atomic when debuggingNicolas Pitre2010-06-081-1/+10
OpenPOWER on IntegriCloud