summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: mm: avoid fdt_check_header() before the FDT is fully mappedArd Biesheuvel2016-08-011-4/+4
* arm64: mm: run pgtable_page_ctor() on non-swapper translation table pagesArd Biesheuvel2016-07-251-3/+6
* arm64: mm: make create_mapping_late() non-allocatingArd Biesheuvel2016-07-251-1/+1
* arm64: mm: fold init_pgd() into __create_pgd_mapping()Ard Biesheuvel2016-07-011-18/+6
* arm64: mm: Remove split_p*d() functionsCatalin Marinas2016-07-011-43/+4
* arm64: mm: add param to force create_pgd_mapping() to use page mappingsArd Biesheuvel2016-07-011-40/+27
* arm64: mm: remove unnecessary BUG_ONKefeng Wang2016-06-301-1/+0
* arm64: mm: fix location of _etextArd Biesheuvel2016-06-271-10/+10
* arm64: Move unflatten_device_tree() call earlier.David Daney2016-04-151-2/+0
* arm64: cover the .head.text section in the .text segment mappingArd Biesheuvel2016-04-141-5/+5
* arm64: use 'segment' rather than 'chunk' to describe mapped kernel regionsArd Biesheuvel2016-04-141-7/+7
* arm64: consistently use p?d_set_hugeMark Rutland2016-03-241-4/+2
* arm64: mm: Mark .rodata as ROJeremy Linton2016-02-261-6/+13
* arm64: add support for kernel ASLRArd Biesheuvel2016-02-241-9/+20
* arm64: allow kernel Image to be loaded anywhere in physical memoryArd Biesheuvel2016-02-181-0/+3
* arm64: move kernel image to base of vmalloc areaArd Biesheuvel2016-02-181-33/+77
* arm64: decouple early fixmap init from linear mappingArd Biesheuvel2016-02-181-10/+6
* arm64: add support for ioremap() block mappingsArd Biesheuvel2016-02-181-0/+41
* arm64: Add support for ARCH_SUPPORTS_DEBUG_PAGEALLOCLaura Abbott2016-02-161-2/+24
* arm64: Drop alloc function from create_mappingLaura Abbott2016-02-161-9/+20
* arm64: mm: create new fine-grained mappings at bootMark Rutland2016-02-161-62/+91
* arm64: mm: allow passing a pgdir to alloc_init_*Mark Rutland2016-02-161-14/+19
* arm64: mm: allocate pagetables anywhereMark Rutland2016-02-161-35/+0
* arm64: mm: use fixmap when creating page tablesMark Rutland2016-02-161-20/+41
* arm64: mm: avoid redundant __pa(__va(x))Mark Rutland2016-02-161-2/+2
* arm64: unmap idmap earlierMark Rutland2016-02-161-6/+0
* arm64: unify idmap removalMark Rutland2016-02-161-3/+1
* arm64: mm: place empty_zero_page in bssMark Rutland2016-02-161-8/+1
* arm64: mm: specialise pagetable allocatorsMark Rutland2016-02-161-25/+27
* Merge branch 'aarch64/efi' into aarch64/for-next/coreWill Deacon2015-12-151-0/+2
|\
| * arm64: only consider memblocks with NOMAP cleared for linear mappingArd Biesheuvel2015-12-091-0/+2
* | arm64: mm: ensure that the zero page is visible to the page table walkerWill Deacon2015-12-111-0/+3
* | arm64: mm: remove pointless PAGE_MASKingMark Rutland2015-12-101-2/+2
* | arm64: mm: allow sections for unaligned basesMark Rutland2015-12-011-0/+1
* | arm64: mm: detect bad __create_mapping usesMark Rutland2015-12-011-0/+7
|/
* Revert "arm64: Mark kernel page ranges contiguous"Catalin Marinas2015-11-261-61/+8
* arm64: early_alloc: Fix check for allocation failureSuzuki K. Poulose2015-11-251-2/+6
* arm64: Fix R/O permissions in mark_rodata_roLaura Abbott2015-11-181-1/+1
* arm64: mm: use correct mapping granularity under DEBUG_RODATAArd Biesheuvel2015-11-171-6/+6
* arm64: mmu: make split_pud and fixup_executable staticJisheng Zhang2015-11-121-2/+2
* arm64: fix R/O permissions of FDT mappingArd Biesheuvel2015-11-091-1/+1
* arm64: fix STRICT_MM_TYPECHECKS issue in PTE_CONT manipulationArd Biesheuvel2015-11-091-1/+1
* arm64: Handle section maps for swapper/idmapSuzuki K. Poulose2015-10-191-41/+33
* arm64: Mark kernel page ranges contiguousJeremy Linton2015-10-081-8/+61
* arm64: flush: use local TLB and I-cache invalidationWill Deacon2015-10-071-1/+1
* arm64: mm: mark create_mapping as __initMark Rutland2015-07-281-1/+1
* arm64: remove dead codeMark Salter2015-07-271-11/+0
* arm64: fix incorrect use of pgprot_t variableArd Biesheuvel2015-06-301-1/+1
* arm64: use fixmap region for permanent FDT mappingArd Biesheuvel2015-06-021-0/+66
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-161-5/+7
|\
OpenPOWER on IntegriCloud