aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/mm/mmu.c
AgeCommit message (Expand)Author
2015-06-30arm64: fix incorrect use of pgprot_t variableArd Biesheuvel
2015-06-02arm64: use fixmap region for permanent FDT mappingArd Biesheuvel
2015-04-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-04-14arm64: expose number of page table levels on Kconfig levelKirill A. Shutemov
2015-03-23arm64: mm: increase VA range of identity mapArd Biesheuvel
2015-03-19arm64: fixmap: check idx is definitely validMark Rutland
2015-01-29arm64: Fix section mismatch on alloc_init_p[mu]d()Catalin Marinas
2015-01-28arm64: mm: use *_sect to check for section mapsMark Rutland
2015-01-28arm64: drop unnecessary cache+tlb maintenanceMark Rutland
2015-01-28arm64:mm: free the useless initial page tablezhichang.yuan
2015-01-22arm64/efi: move virtmap init to early initcallArd Biesheuvel
2015-01-22arm64: add better page protections to arm64Laura Abbott
2015-01-13arm64: remove broken cachepolicy codeMark Rutland
2015-01-12arm64/efi: remove idmap manipulations from UEFI codeArd Biesheuvel
2015-01-12arm64/mm: add create_pgd_mapping() to create private page tablesArd Biesheuvel
2015-01-12arm64/mm: add explicit struct_mm argument to __create_mapping()Ard Biesheuvel
2014-11-25arm64: Factor out fixmap initialization from ioremapLaura Abbott
2014-11-06arm64: fix data type for physical addressMin-Hua Chen
2014-10-24arm64: Fix memblock current_limit with 64K pages and 48-bit VACatalin Marinas
2014-09-15arm64: LLVMLinux: Fix inline arm64 assembly for use with clangMark Charlebois
2014-07-23arm64: mm: Implement 4 levels of translation tablesJungseok Lee
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2014-06-05Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-05-09arm64: mm: Create gigabyte kernel logical mappings where possibleSteve Capper
2014-05-09arm64: Clean up the default pgprot settingCatalin Marinas
2014-05-03arm64: Fix for the arm64 kern_addr_valid() functionDave Anderson
2014-04-30arm64: Add function to create identity mappingsMark Salter
2014-04-07arm64: add early_ioremap supportMark Salter
2014-04-07arm64: initialize pgprot info earlier in bootMark Salter
2014-02-05arm64: Invalidate the TLB when replacing pmd entries during bootCatalin Marinas
2013-08-28arm64: Fix mapping of memory banks not ending on a PMD_SIZE boundaryCatalin Marinas
2013-07-01Merge branch 'for-next/hugepages' of git://git.linaro.org/people/stevecapper/...Catalin Marinas
2013-06-14ARM64: mm: Restore memblock limit when map_mem finished.Steve Capper
2013-06-07arm64: Do not flush the D-cache for anonymous pagesCatalin Marinas
2013-04-29sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner
2013-03-25ARM64: early_printk: Fix check for CONFIG_ARM64_64K_PAGESBen Hutchings
2013-02-23memory-hotplug: remove memmap of sparse-vmemmapTang Chen
2013-01-22arm64: Add simple earlyprintk supportCatalin Marinas
2012-09-17arm64: MMU initialisationCatalin Marinas