summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/mmu.c
AgeCommit message (Expand)Author
2017-11-07arm64: mm: Remove arch_apei_flush_tlb_one()James Morse
2017-07-28arm64: mmu: Place guard page after mapping of kernel imageWill Deacon
2017-05-30arm64: mm: explicity include linux/vmalloc.hTobias Klauser
2017-04-05arm64: kdump: protect crash dump kernel memoryTakahiro Akashi
2017-03-23arm64: mm: set the contiguous bit for kernel mappings where appropriateArd Biesheuvel
2017-03-23arm64/mm: remove pointless map/unmap sequences when creating page tablesArd Biesheuvel
2017-03-23arm64/mmu: replace 'page_mappings_only' parameter with flags argumentArd Biesheuvel
2017-03-23arm64/mmu: add contiguous bit to sanity bug checkArd Biesheuvel
2017-03-23arm64/mmu: ignore debug_pagealloc for kernel segmentsArd Biesheuvel
2017-03-23arm64/mmu: align alloc_init_pte prototype with pmd/pud versionsArd Biesheuvel
2017-03-23arm64: mmu: apply strict permissions to .init.text and .init.dataArd Biesheuvel
2017-03-23arm64: mmu: map .text as read-only from the outsetArd Biesheuvel
2017-03-23arm64: alternatives: apply boot time fixups via the linear mappingArd Biesheuvel
2017-03-23arm64: mmu: move TLB maintenance from callers to create_mapping_late()Ard Biesheuvel
2017-02-24Revert "arm64: mm: set the contiguous bit for kernel mappings where appropriate"Mark Rutland
2017-02-15arm64: fix warning about swapper_pg_dir overflowArnd Bergmann
2017-01-13arm64: mm: use phys_addr_t instead of unsigned long in __map_memblockMiles Chen
2017-01-12arm64: Use __pa_symbol for kernel symbolsLaura Abbott
2016-11-07arm64: dump: Add checking for writable and exectuable pagesLaura Abbott
2016-11-07arm64: mm: set the contiguous bit for kernel mappings where appropriateArd Biesheuvel
2016-11-07arm64: mm: replace 'block_mappings_allowed' with 'page_mappings_only'Ard Biesheuvel
2016-11-07arm64: mm: BUG on unsupported manipulations of live kernel mappingsArd Biesheuvel
2016-09-06arm64: mm: drop fixup_init() and mm.hKefeng Wang
2016-08-22arm64: apply __ro_after_init to some objectsJisheng Zhang
2016-08-01arm64: mm: avoid fdt_check_header() before the FDT is fully mappedArd Biesheuvel
2016-07-25arm64: mm: run pgtable_page_ctor() on non-swapper translation table pagesArd Biesheuvel
2016-07-25arm64: mm: make create_mapping_late() non-allocatingArd Biesheuvel
2016-07-01arm64: mm: fold init_pgd() into __create_pgd_mapping()Ard Biesheuvel
2016-07-01arm64: mm: Remove split_p*d() functionsCatalin Marinas
2016-07-01arm64: mm: add param to force create_pgd_mapping() to use page mappingsArd Biesheuvel
2016-06-30arm64: mm: remove unnecessary BUG_ONKefeng Wang
2016-06-27arm64: mm: fix location of _etextArd Biesheuvel
2016-04-15arm64: Move unflatten_device_tree() call earlier.David Daney
2016-04-14arm64: cover the .head.text section in the .text segment mappingArd Biesheuvel
2016-04-14arm64: use 'segment' rather than 'chunk' to describe mapped kernel regionsArd Biesheuvel
2016-03-24arm64: consistently use p?d_set_hugeMark Rutland
2016-02-26arm64: mm: Mark .rodata as ROJeremy Linton
2016-02-24arm64: add support for kernel ASLRArd Biesheuvel
2016-02-18arm64: allow kernel Image to be loaded anywhere in physical memoryArd Biesheuvel
2016-02-18arm64: move kernel image to base of vmalloc areaArd Biesheuvel
2016-02-18arm64: decouple early fixmap init from linear mappingArd Biesheuvel
2016-02-18arm64: add support for ioremap() block mappingsArd Biesheuvel
2016-02-16arm64: Add support for ARCH_SUPPORTS_DEBUG_PAGEALLOCLaura Abbott
2016-02-16arm64: Drop alloc function from create_mappingLaura Abbott
2016-02-16arm64: mm: create new fine-grained mappings at bootMark Rutland
2016-02-16arm64: mm: allow passing a pgdir to alloc_init_*Mark Rutland
2016-02-16arm64: mm: allocate pagetables anywhereMark Rutland
2016-02-16arm64: mm: use fixmap when creating page tablesMark Rutland
2016-02-16arm64: mm: avoid redundant __pa(__va(x))Mark Rutland
2016-02-16arm64: unmap idmap earlierMark Rutland