aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-05-31[PATCH] ARM: Fix XScale PMD settingDeepak Saxena1-2/+2
2006-05-30[PATCH] ARM: explicitly disable BTB on ixp2350Deepak Saxena1-1/+2
2006-05-16[ARM] 3526/1: ioremap should use vunmap instead of vfree on ARMCatalin Marinas1-2/+2
2006-04-07[ARM] Fix SA110/SA1100 cache flushingRussell King3-58/+30
2006-04-07[ARM] Move FLUSH_BASE macros to asm/arch/memory.hRussell King1-3/+4
2006-04-02[ARM] 3439/2: xsc3: add I/O coherency supportLennert Buytenhek3-1/+29
2006-03-30[ARM] 3425/1: xsc3: need to include pgtable-hwdef.hLennert Buytenhek1-0/+1
2006-03-28[ARM] 3377/2: add support for intel xsc3 coreLennert Buytenhek5-2/+617
2006-03-27[ARM] proc-v6: mark page table walks outer-cacheable, shared. Enable NX.Russell King1-4/+12
2006-03-25Merge nommu treeRussell King15-2/+20
2006-03-22Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds11-11/+1
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin1-1/+1
2006-03-22[PATCH] mm: split highorder pagesNick Piggin1-2/+2
2006-03-21[ARM] 3369/1: ep93xx: add core cirrus ep93xx supportLennert Buytenhek1-1/+1
2006-03-21[ARM] Remove unnecessary asm/hardware.h includesRussell King10-10/+0
2006-03-21[ARM] select TLS_REG_EMUL and NEEDS_SYSCALL_FOR_CMPXCHGRussell King1-2/+6
2006-03-21[ARM] nommu: Move hardware page table definitions to pgtable-hwdef.hRussell King14-0/+14
2006-03-10[ARM] 3356/1: Workaround for the ARM1136 I-cache invalidation problemCatalin Marinas2-5/+8
2006-03-07[ARM] 3352/1: DSB required for the completion of a TLB maintenance operationCatalin Marinas1-0/+1
2006-02-22[ARM] CONFIG_CPU_MPCORE -> CONFIG_CPU_32v6KRussell King1-1/+1
2006-02-01[ARM] 3294/1: don't invalidate individual BTB entries on ARMv6Nicolas Pitre1-12/+6
2006-02-01[ARM] 3293/1: don't invalidate the whole I-cache with xscale_coherent_user_rangeNicolas Pitre1-5/+11
2006-01-26[ARM] 3269/1: Add ARMv6 MT_NONSHARED_DEVICE mem_types[] indexGeorge G. Davis1-0/+6
2006-01-20[ARM] Fix ioremap.c vfree type warningRussell King1-1/+1
2006-01-12[ARM] 3209/1: Configurable DMA-consistent memory regionKevin Hilman1-12/+41
2006-01-09[ARM] 3070/2: Add __ioremap_pfn() APIDeepak Saxena1-20/+29
2006-01-09[ARM] 3240/2: AT91RM9200 support for 2.6 (Core)SAN People1-2/+2
2006-01-08[ARM] Remove EPXA10DB machine supportRussell King1-2/+2
2006-01-03[ARM] Cleanup ARM includesRussell King3-5/+1
2005-11-30[ARM SMP] Disable lazy flush_dcache_page for SMPRussell King1-1/+6
2005-11-25[ARM] Do not call flush_tlb_kernel_range() with IRQs disabled.Russell King1-3/+10
2005-11-19[ARM] 3168/1: Update ARM signal delivery and maskingDaniel Jacobowitz2-186/+1
2005-11-17[ARM] Fix some corner cases in new mm initialisationRussell King1-11/+13
2005-11-17[ARM] __ioremap doesn't use 4th argumentRussell King1-2/+1
2005-11-10[ARM] 3145/1: OMAP 3a/5: Add support for omap24xxTony Lindgren1-1/+1
2005-11-10[ARM] 3141/1: OMAP 1/5: Update omap1 specific filesTony Lindgren1-2/+2
2005-11-07[ARM SMP] Add Realview MPcore SMP supportRussell King1-0/+18
2005-11-07[ARM SMP] Add support for shared memory attributeRussell King2-17/+39
2005-11-03[ARM] Merge SMP treeRussell King1-0/+12
2005-11-03[ARM] 3092/1: remove excessive print format paddingNicolas Pitre1-4/+4
2005-11-03[ARM SMP] Add configuration option for ARMv6K processorsRussell King1-0/+12
2005-11-02[ARM] Fix mm initialisation with write buffered write allocate cachesRussell King1-1/+8
2005-10-31[ARM] Add support for ARM RealView boardCatalin Marinas1-3/+3
2005-10-30[ARM] Make v6 copypage function static and cleanup pgprotsRussell King1-9/+7
2005-10-29[PATCH] mm: split page table lockHugh Dickins1-0/+1
2005-10-29[PATCH] mm: arm ready for split ptlockHugh Dickins1-1/+6
2005-10-29[PATCH] mm: arches skip ptlockHugh Dickins1-14/+0
2005-10-29[PATCH] mm: init_mm without ptlockHugh Dickins2-8/+2
2005-10-29[ARM] 3059/1: fix XIP supportNicolas Pitre1-11/+19
2005-10-28Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-362/+291