aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/mmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-19arm64: Handle section maps for swapper/idmapSuzuki K. Poulose1-41/+33
2015-10-08arm64: Mark kernel page ranges contiguousJeremy Linton1-8/+61
2015-10-07arm64: flush: use local TLB and I-cache invalidationWill Deacon1-1/+1
2015-07-28arm64: mm: mark create_mapping as __initMark Rutland1-1/+1
2015-07-27arm64: remove dead codeMark Salter1-11/+0
2015-06-30arm64: fix incorrect use of pgprot_t variableArd Biesheuvel1-1/+1
2015-06-02arm64: use fixmap region for permanent FDT mappingArd Biesheuvel1-0/+66
2015-04-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-5/+7
2015-04-14arm64: expose number of page table levels on Kconfig levelKirill A. Shutemov1-2/+2
2015-03-23arm64: mm: increase VA range of identity mapArd Biesheuvel1-1/+6
2015-03-19arm64: fixmap: check idx is definitely validMark Rutland1-4/+1
2015-01-29arm64: Fix section mismatch on alloc_init_p[mu]d()Catalin Marinas1-4/+5
2015-01-28arm64: mm: use *_sect to check for section mapsMark Rutland1-2/+4
2015-01-28arm64: drop unnecessary cache+tlb maintenanceMark Rutland1-7/+0
2015-01-28arm64:mm: free the useless initial page tablezhichang.yuan1-3/+12
2015-01-22arm64/efi: move virtmap init to early initcallArd Biesheuvel1-1/+1
2015-01-22arm64: add better page protections to arm64Laura Abbott1-24/+187
2015-01-13arm64: remove broken cachepolicy codeMark Rutland1-74/+0
2015-01-12arm64/efi: remove idmap manipulations from UEFI codeArd Biesheuvel1-12/+0
2015-01-12arm64/mm: add create_pgd_mapping() to create private page tablesArd Biesheuvel1-21/+22
2015-01-12arm64/mm: add explicit struct_mm argument to __create_mapping()Ard Biesheuvel1-15/+16
2014-11-25arm64: Factor out fixmap initialization from ioremapLaura Abbott1-0/+94
2014-11-06arm64: fix data type for physical addressMin-Hua Chen1-1/+1
2014-10-24arm64: Fix memblock current_limit with 64K pages and 48-bit VACatalin Marinas1-4/+8
2014-09-15arm64: LLVMLinux: Fix inline arm64 assembly for use with clangMark Charlebois1-1/+1
2014-07-23arm64: mm: Implement 4 levels of translation tablesJungseok Lee1-3/+11
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into nextLinus Torvalds1-37/+30
2014-06-05Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-18/+47
2014-05-09arm64: mm: Create gigabyte kernel logical mappings where possibleSteve Capper1-1/+27
2014-05-09arm64: Clean up the default pgprot settingCatalin Marinas1-34/+2
2014-05-03arm64: Fix for the arm64 kern_addr_valid() functionDave Anderson1-0/+3
2014-04-30arm64: Add function to create identity mappingsMark Salter1-18/+47
2014-04-07arm64: add early_ioremap supportMark Salter1-41/+0
2014-04-07arm64: initialize pgprot info earlier in bootMark Salter1-2/+1
2014-02-05arm64: Invalidate the TLB when replacing pmd entries during bootCatalin Marinas1-2/+10
2013-08-28arm64: Fix mapping of memory banks not ending on a PMD_SIZE boundaryCatalin Marinas1-2/+21
2013-07-01Merge branch 'for-next/hugepages' of git://git.linaro.org/people/stevecapper/linux into upstream-hugepagesCatalin Marinas1-6/+13
2013-06-14ARM64: mm: Restore memblock limit when map_mem finished.Steve Capper1-6/+13
2013-06-07arm64: Do not flush the D-cache for anonymous pagesCatalin Marinas1-1/+0
2013-04-29sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner1-8/+5
2013-03-25ARM64: early_printk: Fix check for CONFIG_ARM64_64K_PAGESBen Hutchings1-1/+1
2013-02-23memory-hotplug: remove memmap of sparse-vmemmapTang Chen1-0/+3
2013-01-22arm64: Add simple earlyprintk supportCatalin Marinas1-0/+42
2012-09-17arm64: MMU initialisationCatalin Marinas1-0/+395