aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-01-25[ARM] 4112/1: Only ioremap to supersections if DOMAIN_IO is zeroCatalin Marinas1-1/+2
2007-01-24[ARM] 4100/1: iop3xx: fix cpu mask for iop333Dan Williams1-1/+1
2007-01-24[ARM] Fix show_mem() for discontigmemRussell King1-4/+7
2007-01-08[ARM] Resolve fuse and direct-IO failures due to missing cache flushesRussell King1-0/+39
2006-12-30[ARM] 4078/1: Fix ARM copypage cache coherency problemsRichard Purdie3-0/+16
2006-12-19[ARM] 4061/1: xsc3: change of maintainerLennert Buytenhek1-1/+1
2006-12-18[ARM] Fix warnings from asm/system.hRussell King1-0/+20
2006-12-17[ARM] Fix BUG()s in ioremap() codeRussell King1-0/+2
2006-12-13[ARM] Clean up ioremap codeRussell King1-58/+40
2006-12-13[ARM] Unuse another Linux PTE bitRussell King25-75/+71
2006-12-08[ARM] Formalise the ARMv6 processor name stringRussell King1-1/+1
2006-12-08[ARM] Handle HWCAP_VFP in VFP support codeRussell King2-7/+2
2006-12-07Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds24-39/+43
2006-12-07[ARM] Merge individual ARM sub-treesRussell King24-39/+43
2006-12-07[ARM] 3999/1: RX3715: suspend to RAM supportBen Dooks1-1/+3
2006-12-07[ARM] 3995/1: iop13xx: add iop13xx supportDan Williams1-1/+1
2006-12-07[PATCH] mm: arch do_page_fault() vs in_atomic()Peter Zijlstra1-1/+1
2006-12-07[ARM] 3986/1: H1940: suspend to RAM supportBen Dooks1-0/+5
2006-12-03[ARM] 3881/4: xscale: clean up cp0/cp1 handlingLennert Buytenhek1-7/+2
2006-12-01[ARM] 3967/1: xsc3: make branch predication configurable on xsc3Dan Williams2-8/+1
2006-12-01[ARM] 3971/1: xsc3: get rid of L_PTE_COHERENTLennert Buytenhek2-2/+4
2006-11-30[ARM] Fix nommu buildRussell King2-1/+8
2006-11-30[ARM] Include asm/elf.h instead of asm/procinfo.hRussell King20-20/+20
2006-11-30Fix misc Kconfig typosMatt LaPlante1-1/+1
2006-11-22[ARM] 3942/1: ARM: comment: consistent_sync should not be called directlyDan Williams1-0/+3
2006-11-07[ARM] 3927/1: Allow show_mem() to work with holes in memory map.Ray Lehtiniemi1-27/+34
2006-11-02[ARM] 3912/1: Make PXA270 advertise HWCAP_IWMMXT capabilityPaul Gortmaker1-1/+1
2006-10-08[PATCH] arm: it's OK to pass pointer to volatile as iounmap() argument...Al Viro1-3/+3
2006-10-03Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2006-09-30[ARM] Fix XIP_KERNEL build error in arch/arm/mm/mmu.cRussell King1-1/+1
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu1-1/+1
2006-09-29[PATCH] make PROT_WRITE imply PROT_READJason Baron1-1/+1
2006-09-28Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds26-932/+2604
2006-09-28[ARM] nommu: confirms the CR_V bit in nommu modeHyok S. Choi1-0/+12
2006-09-28[ARM] nommu: abort handler fixup for !CPU_CP15_MMU cores.Hyok S. Choi7-7/+35
2006-09-27[ARM] Make !MMU CPUs depend on !MMURussell King1-0/+5
2006-09-27[ARM] nommu: add ARM946E-S core supportHyok S. Choi3-3/+456
2006-09-27[ARM] nommu: add ARM940T core supportHyok S. Choi3-2/+388
2006-09-27[ARM] nommu: add ARM9TDMI core supportHyok S. Choi3-0/+148
2006-09-27[ARM] nommu: add ARM740T core supportHyok S. Choi3-2/+192
2006-09-27[ARM] nommu: add ARM7TDMI core supportHyok S. Choi3-0/+263
2006-09-27[ARM] nommu: manage the CP15 thingsHyok S. Choi2-4/+14
2006-09-27[ARM] nommu: defines CPU_CP15, CPU_CP15_MMU and CPU_CP15_MPUHyok S. Choi1-0/+33
2006-09-27[ARM] do_bad_area() always takes current and current->active_mmRussell King3-14/+8
2006-09-27[ARM] Add setup_mm_for_reboot() for nommuRussell King1-0/+7
2006-09-27[ARM] Rename mm-armv.c to pgd.cRussell King2-4/+2
2006-09-27[ARM] Move rest of MMU setup code from mm-armv.c to mmu.cRussell King3-551/+542
2006-09-27[ARM] Split ARM MM initialisation for !mmuRussell King5-206/+274
2006-09-27[ARM] Separate page table manipulation code from bootmem initialisationRussell King1-29/+44
2006-09-27[ARM] 3859/1: Fix devicemaps_init() XIP_KERNEL odd 1MiB XIP_PHYS_ADDR translation errorGeorge G. Davis1-2/+2