aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/mmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-15Merge branch 'aarch64/efi' into aarch64/for-next/coreWill Deacon1-0/+2
2015-12-11arm64: mm: ensure that the zero page is visible to the page table walkerWill Deacon1-0/+3
2015-12-10arm64: mm: remove pointless PAGE_MASKingMark Rutland1-2/+2
2015-12-09arm64: only consider memblocks with NOMAP cleared for linear mappingArd Biesheuvel1-0/+2
2015-12-01arm64: mm: allow sections for unaligned basesMark Rutland1-0/+1
2015-12-01arm64: mm: detect bad __create_mapping usesMark Rutland1-0/+7
2015-11-26Revert "arm64: Mark kernel page ranges contiguous"Catalin Marinas1-61/+8
2015-11-25arm64: early_alloc: Fix check for allocation failureSuzuki K. Poulose1-2/+6
2015-11-18arm64: Fix R/O permissions in mark_rodata_roLaura Abbott1-1/+1
2015-11-17arm64: mm: use correct mapping granularity under DEBUG_RODATAArd Biesheuvel1-6/+6
2015-11-12arm64: mmu: make split_pud and fixup_executable staticJisheng Zhang1-2/+2
2015-11-09arm64: fix R/O permissions of FDT mappingArd Biesheuvel1-1/+1
2015-11-09arm64: fix STRICT_MM_TYPECHECKS issue in PTE_CONT manipulationArd Biesheuvel1-1/+1
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