aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/mmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-15arm64: Move unflatten_device_tree() call earlier.David Daney1-2/+0
2016-04-14arm64: cover the .head.text section in the .text segment mappingArd Biesheuvel1-5/+5
2016-04-14arm64: use 'segment' rather than 'chunk' to describe mapped kernel regionsArd Biesheuvel1-7/+7
2016-03-24arm64: consistently use p?d_set_hugeMark Rutland1-4/+2
2016-02-26arm64: mm: Mark .rodata as ROJeremy Linton1-6/+13
2016-02-24arm64: add support for kernel ASLRArd Biesheuvel1-9/+20
2016-02-18arm64: allow kernel Image to be loaded anywhere in physical memoryArd Biesheuvel1-0/+3
2016-02-18arm64: move kernel image to base of vmalloc areaArd Biesheuvel1-33/+77
2016-02-18arm64: decouple early fixmap init from linear mappingArd Biesheuvel1-10/+6
2016-02-18arm64: add support for ioremap() block mappingsArd Biesheuvel1-0/+41
2016-02-16arm64: Add support for ARCH_SUPPORTS_DEBUG_PAGEALLOCLaura Abbott1-2/+24
2016-02-16arm64: Drop alloc function from create_mappingLaura Abbott1-9/+20
2016-02-16arm64: mm: create new fine-grained mappings at bootMark Rutland1-62/+91
2016-02-16arm64: mm: allow passing a pgdir to alloc_init_*Mark Rutland1-14/+19
2016-02-16arm64: mm: allocate pagetables anywhereMark Rutland1-35/+0
2016-02-16arm64: mm: use fixmap when creating page tablesMark Rutland1-20/+41
2016-02-16arm64: mm: avoid redundant __pa(__va(x))Mark Rutland1-2/+2
2016-02-16arm64: unmap idmap earlierMark Rutland1-6/+0
2016-02-16arm64: unify idmap removalMark Rutland1-3/+1
2016-02-16arm64: mm: place empty_zero_page in bssMark Rutland1-8/+1
2016-02-16arm64: mm: specialise pagetable allocatorsMark Rutland1-25/+27
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