aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/mmu.c
AgeCommit message (Expand)Author
2018-08-17ioremap: Update pgtable free interfaces with addrChintan Pandya
2018-05-24arm64: Make sure permission updates happen for pmd/pudLaura Abbott
2018-03-22mm/vmalloc: add interfaces to free unmapped page tableToshi Kani
2018-02-26arm64: mm: fix thinko in non-global page table attribute checkArd Biesheuvel
2018-02-22arm64: Enforce BBM for huge IO/VMAP mappingsWill Deacon
2018-02-16arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon
2018-02-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-02-06arm64: mm: Permit transitioning from Global to Non-Global without BBMWill Deacon
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-14arm64: Extend early page table code to allow for larger kernelsSteve Capper
2018-01-14arm64: mmu: add the entry trampolines start/end section markers into sections.hJames Morse
2018-01-08mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig
2018-01-08mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig
2017-12-22Merge branch 'for-next/52-bit-pa' into for-next/coreCatalin Marinas
2017-12-22arm64: allow ID map to be extended to 52 bitsKristina Martsenko
2017-12-22arm64: don't open code page table entry creationKristina Martsenko
2017-12-11arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon
2017-12-11arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon
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