aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/mmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-28lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon1-0/+5
2018-12-28arm64: mmu: drop pXd_present() checks from pXd_free_pYd_table()Will Deacon1-6/+2
2018-12-12arm64: Add memory hotplug supportRobin Murphy1-0/+17
2018-12-10arm64: mm: EXPORT vabits_user to modulesWill Deacon1-0/+1
2018-12-10arm64: mm: introduce 52-bit userspace supportSteve Capper1-0/+1
2018-11-20arm64: mm: apply r/o permissions of VM areas to its linear alias as wellArd Biesheuvel1-2/+14
2018-11-08arm64: memblock: don't permit memblock resizing until linear mapping is upArd Biesheuvel1-0/+2
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport1-1/+1
2018-10-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-22/+24
2018-10-10arm64: mm: Use __pa_symbol() for set_swapper_pgd()James Morse1-1/+1
2018-09-25arm64/mm: use fixmap to modify swapper_pg_dirJun Yao1-2/+24
2018-09-25arm64/mm: Separate boot-time page tables from swapper_pg_dirJun Yao1-25/+5
2018-09-06arm64: fix erroneous warnings in page freeing functionsMark Rutland1-4/+6
2018-07-06arm64: Implement page table free interfacesChintan Pandya1-4/+44
2018-07-04ioremap: Update pgtable free interfaces with addrChintan Pandya1-2/+2
2018-05-24arm64: Make sure permission updates happen for pmd/pudLaura Abbott1-6/+10
2018-03-22mm/vmalloc: add interfaces to free unmapped page tableToshi Kani1-0/+10
2018-02-26arm64: mm: fix thinko in non-global page table attribute checkArd Biesheuvel1-4/+4
2018-02-22arm64: Enforce BBM for huge IO/VMAP mappingsWill Deacon1-0/+10
2018-02-16arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon1-134/+148
2018-02-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+4
2018-02-06arm64: mm: Permit transitioning from Global to Non-Global without BBMWill Deacon1-0/+4
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-3/+6
2018-01-14arm64: Extend early page table code to allow for larger kernelsSteve Capper1-1/+2
2018-01-14arm64: mmu: add the entry trampolines start/end section markers into sections.hJames Morse1-2/+0
2018-01-08mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig1-1/+2
2018-01-08mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig1-2/+4
2017-12-22Merge branch 'for-next/52-bit-pa' into for-next/coreCatalin Marinas1-5/+10
2017-12-22arm64: allow ID map to be extended to 52 bitsKristina Martsenko1-0/+1
2017-12-22arm64: don't open code page table entry creationKristina Martsenko1-5/+9
2017-12-11arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon1-1/+9
2017-12-11arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon1-0/+23
2017-11-07arm64: mm: Remove arch_apei_flush_tlb_one()James Morse1-0/+4
2017-07-28arm64: mmu: Place guard page after mapping of kernel imageWill Deacon1-7/+11
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