aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/mmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-14[ARM] eliminate NULL test and memset after alloc_bootmemJulia Lawall1-3/+2
2008-12-01[ARM] use asm/sections.hRussell King1-4/+5
2008-11-28Merge branch 'highmem' into develRussell King1-48/+66
2008-11-28[ARM] prevent the vmalloc cmdline argument from eating all memoryNicolas Pitre1-0/+7
2008-11-28[ARM] split highmem into its own memory bankNicolas Pitre1-33/+51
2008-11-28[ARM] rationalize memory configuration code some moreNicolas Pitre1-18/+11
2008-11-27[ARM] remove memzero()Russell King1-1/+1
2008-11-09[ARM] iop: iop3xx needs registers mapped uncached+unbufferedRussell King1-0/+6
2008-11-06[ARM] mm: fix page table initializationRussell King1-30/+77
2008-11-06[ARM] fix naming of MODULE_START / MODULE_ENDRussell King1-2/+2
2008-10-09Merge branch 'ptebits' into develRussell King1-32/+42
2008-10-01[ARM] Remove MT_DEVICE_IXP2000 and associated definitionsRussell King1-7/+0
2008-10-01[ARM] remove 'prot_pte_ext' from memory type tableRussell King1-2/+1
2008-10-01[ARM] Convert ARMv6 and ARMv7 to use new memory typesRussell King1-4/+0
2008-10-01[ARM] Introduce new PTE memory type bitsRussell King1-30/+32
2008-09-30[ARM] mm: move vmalloc= parsing to arch/arm/mm/mmu.cRussell King1-0/+22
2008-09-30[ARM] mm: move validation of membanks to one placeRussell King1-4/+4
2008-09-06[ARM] 5241/1: provide ioremap_wc()Lennert Buytenhek1-0/+20
2008-09-06[ARM] clean up a load of old declarationsRussell King1-3/+0
2008-09-01[ARM] cputype: separate definitions, use themRussell King1-0/+1
2008-08-09[ARM] prevent crashing when too much RAM installedLennert Buytenhek1-0/+50
2008-04-29arm: Export empty_zero_page for ZERO_PAGE usage in modules.Aneesh Kumar K.V1-0/+1
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle1-6/+11
2007-07-20[ARM] 4497/1: Only allow safe cache configurations on ARMv6 and laterCatalin Marinas1-4/+10
2007-07-04[ARM] Fix non-page aligned boot time mappingsRussell King1-2/+2
2007-05-20[ARM] spelling fixesSimon Arlott1-1/+1
2007-05-05[ARM] mm 9: add additional device memory typesRussell King1-22/+28
2007-05-05[ARM] mm 8: define mem_types table L1 bit 4 to be for ARMv6Russell King1-24/+20
2007-04-21[ARM] mm 6: allow mem_types table to specify extended pte attributesRussell King1-1/+2
2007-04-21[ARM] mm 5: Use mem_types table in ioremapRussell King1-8/+6
2007-04-21[ARM] mm 4: make create_mapping() more conventionalRussell King1-59/+55
2007-04-21[ARM] mm 3: separate out supersection mappings, avoid for <4GBRussell King1-69/+61
2007-04-21[ARM] mm 2: clean up create_mapping()Russell King1-17/+13
2007-04-21[ARM] mm 1: Combine mem_type domain into prot_* at init timeRussell King1-4/+12
2007-02-11[ARM] 4158/1: Fix user page protection macrosImre_Deak1-0/+3
2006-12-18[ARM] Fix warnings from asm/system.hRussell King1-0/+20
2006-12-13[ARM] Unuse another Linux PTE bitRussell King1-7/+1
2006-12-07[ARM] 3999/1: RX3715: suspend to RAM supportBen Dooks1-1/+3
2006-12-07[ARM] 3986/1: H1940: suspend to RAM supportBen Dooks1-0/+5
2006-12-01[ARM] 3971/1: xsc3: get rid of L_PTE_COHERENTLennert Buytenhek1-1/+1
2006-09-30[ARM] Fix XIP_KERNEL build error in arch/arm/mm/mmu.cRussell King1-1/+1
2006-09-27[ARM] Move rest of MMU setup code from mm-armv.c to mmu.cRussell King1-0/+542
2006-09-27[ARM] Split ARM MM initialisation for !mmuRussell King1-0/+229
2006-09-20[ARM] Move mmu.c out of the wayRussell King1-45/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+45