summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Fix SA110/SA1100 cache flushingRussell King2006-04-073-58/+30Star
* [ARM] Move FLUSH_BASE macros to asm/arch/memory.hRussell King2006-04-071-3/+4
* [ARM] 3439/2: xsc3: add I/O coherency supportLennert Buytenhek2006-04-023-1/+29
* [ARM] 3425/1: xsc3: need to include pgtable-hwdef.hLennert Buytenhek2006-03-301-0/+1
* [ARM] 3377/2: add support for intel xsc3 coreLennert Buytenhek2006-03-285-2/+617
* [ARM] proc-v6: mark page table walks outer-cacheable, shared. Enable NX.Russell King2006-03-271-4/+12
* Merge nommu treeRussell King2006-03-2515-2/+20
|\
| * [ARM] select TLS_REG_EMUL and NEEDS_SYSCALL_FOR_CMPXCHGRussell King2006-03-211-2/+6
| * [ARM] nommu: Move hardware page table definitions to pgtable-hwdef.hRussell King2006-03-2114-0/+14
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-03-2311-11/+1Star
|\ \
| * | [ARM] 3369/1: ep93xx: add core cirrus ep93xx supportLennert Buytenhek2006-03-211-1/+1
| * | [ARM] Remove unnecessary asm/hardware.h includesRussell King2006-03-2110-10/+0Star
| |/
* | [PATCH] remove set_page_count() outside mm/Nick Piggin2006-03-221-1/+1
* | [PATCH] mm: split highorder pagesNick Piggin2006-03-221-2/+2
|/
* [ARM] 3356/1: Workaround for the ARM1136 I-cache invalidation problemCatalin Marinas2006-03-102-5/+8
* [ARM] 3352/1: DSB required for the completion of a TLB maintenance operationCatalin Marinas2006-03-071-0/+1
* [ARM] CONFIG_CPU_MPCORE -> CONFIG_CPU_32v6KRussell King2006-02-221-1/+1
* [ARM] 3294/1: don't invalidate individual BTB entries on ARMv6Nicolas Pitre2006-02-011-12/+6Star
* [ARM] 3293/1: don't invalidate the whole I-cache with xscale_coherent_user_rangeNicolas Pitre2006-02-011-5/+11
* [ARM] 3269/1: Add ARMv6 MT_NONSHARED_DEVICE mem_types[] indexGeorge G. Davis2006-01-261-0/+6
* [ARM] Fix ioremap.c vfree type warningRussell King2006-01-201-1/+1
* [ARM] 3209/1: Configurable DMA-consistent memory regionKevin Hilman2006-01-121-12/+41
* [ARM] 3070/2: Add __ioremap_pfn() APIDeepak Saxena2006-01-091-20/+29
* [ARM] 3240/2: AT91RM9200 support for 2.6 (Core)SAN People2006-01-091-2/+2
* [ARM] Remove EPXA10DB machine supportRussell King2006-01-081-2/+2
* [ARM] Cleanup ARM includesRussell King2006-01-033-5/+1Star
* [ARM SMP] Disable lazy flush_dcache_page for SMPRussell King2005-11-301-1/+6
* [ARM] Do not call flush_tlb_kernel_range() with IRQs disabled.Russell King2005-11-251-3/+10
* [ARM] 3168/1: Update ARM signal delivery and maskingDaniel Jacobowitz2005-11-192-186/+1Star
* [ARM] Fix some corner cases in new mm initialisationRussell King2005-11-171-11/+13
* [ARM] __ioremap doesn't use 4th argumentRussell King2005-11-171-2/+1Star
* [ARM] 3145/1: OMAP 3a/5: Add support for omap24xxTony Lindgren2005-11-101-1/+1
* [ARM] 3141/1: OMAP 1/5: Update omap1 specific filesTony Lindgren2005-11-101-2/+2
* [ARM SMP] Add Realview MPcore SMP supportRussell King2005-11-071-0/+18
* [ARM SMP] Add support for shared memory attributeRussell King2005-11-072-17/+39
* [ARM] Merge SMP treeRussell King2005-11-031-0/+12
|\
| * [ARM SMP] Add configuration option for ARMv6K processorsRussell King2005-11-031-0/+12
* | [ARM] 3092/1: remove excessive print format paddingNicolas Pitre2005-11-031-4/+4
|/
* [ARM] Fix mm initialisation with write buffered write allocate cachesRussell King2005-11-021-1/+8
* [ARM] Add support for ARM RealView boardCatalin Marinas2005-10-311-3/+3
* [ARM] Make v6 copypage function static and cleanup pgprotsRussell King2005-10-301-9/+7Star
* [PATCH] mm: split page table lockHugh Dickins2005-10-301-0/+1
* [PATCH] mm: arm ready for split ptlockHugh Dickins2005-10-301-1/+6
* [PATCH] mm: arches skip ptlockHugh Dickins2005-10-301-14/+0Star
* [PATCH] mm: init_mm without ptlockHugh Dickins2005-10-302-8/+2Star
* [ARM] 3059/1: fix XIP supportNicolas Pitre2005-10-291-11/+19
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-10-283-362/+291Star
|\
| * [ARM] 3017/1: Add support for 36-bit addresses to create_mapping()Deepak Saxena2005-10-281-13/+47
| * [ARM] 3016/1: Replace map_desc.physical with map_desc.pfnDeepak Saxena2005-10-282-10/+10
| * [ARM] Re-jig bootmem initialisationRussell King2005-10-282-348/+242Star