aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/mmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-30arm64: mm: explicity include linux/vmalloc.hTobias Klauser1-0/+1
2017-04-05arm64: kdump: protect crash dump kernel memoryTakahiro Akashi1-49/+54
2017-03-23arm64: mm: set the contiguous bit for kernel mappings where appropriateArd Biesheuvel1-43/+97
2017-03-23arm64/mm: remove pointless map/unmap sequences when creating page tablesArd Biesheuvel1-4/+0
2017-03-23arm64/mmu: replace 'page_mappings_only' parameter with flags argumentArd Biesheuvel1-18/+27
2017-03-23arm64/mmu: add contiguous bit to sanity bug checkArd Biesheuvel1-1/+9
2017-03-23arm64/mmu: ignore debug_pagealloc for kernel segmentsArd Biesheuvel1-4/+3
2017-03-23arm64/mmu: align alloc_init_pte prototype with pmd/pud versionsArd Biesheuvel1-4/+4
2017-03-23arm64: mmu: apply strict permissions to .init.text and .init.dataArd Biesheuvel1-4/+8
2017-03-23arm64: mmu: map .text as read-only from the outsetArd Biesheuvel1-4/+14
2017-03-23arm64: alternatives: apply boot time fixups via the linear mappingArd Biesheuvel1-5/+17
2017-03-23arm64: mmu: move TLB maintenance from callers to create_mapping_late()Ard Biesheuvel1-8/+8
2017-02-24Revert "arm64: mm: set the contiguous bit for kernel mappings where appropriate"Mark Rutland1-30/+4
2017-02-15arm64: fix warning about swapper_pg_dir overflowArnd Bergmann1-1/+1
2017-01-13arm64: mm: use phys_addr_t instead of unsigned long in __map_memblockMiles Chen1-2/+2
2017-01-12arm64: Use __pa_symbol for kernel symbolsLaura Abbott1-12/+21
2016-11-07arm64: dump: Add checking for writable and exectuable pagesLaura Abbott1-0/+3
2016-11-07arm64: mm: set the contiguous bit for kernel mappings where appropriateArd Biesheuvel1-4/+30
2016-11-07arm64: mm: replace 'block_mappings_allowed' with 'page_mappings_only'Ard Biesheuvel1-16/+16
2016-11-07arm64: mm: BUG on unsupported manipulations of live kernel mappingsArd Biesheuvel1-27/+43
2016-09-06arm64: mm: drop fixup_init() and mm.hKefeng Wang1-12/+0
2016-08-22arm64: apply __ro_after_init to some objectsJisheng Zhang1-1/+2
2016-08-01arm64: mm: avoid fdt_check_header() before the FDT is fully mappedArd Biesheuvel1-4/+4
2016-07-25arm64: mm: run pgtable_page_ctor() on non-swapper translation table pagesArd Biesheuvel1-3/+6
2016-07-25arm64: mm: make create_mapping_late() non-allocatingArd Biesheuvel1-1/+1
2016-07-01arm64: mm: fold init_pgd() into __create_pgd_mapping()Ard Biesheuvel1-18/+6
2016-07-01arm64: mm: Remove split_p*d() functionsCatalin Marinas1-43/+4
2016-07-01arm64: mm: add param to force create_pgd_mapping() to use page mappingsArd Biesheuvel1-40/+27
2016-06-30arm64: mm: remove unnecessary BUG_ONKefeng Wang1-1/+0
2016-06-27arm64: mm: fix location of _etextArd Biesheuvel1-10/+10
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