summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: Remove asm/memblock.hWill Deacon2019-01-211-1/+0
* lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon2018-12-281-0/+5
* arm64: mmu: drop pXd_present() checks from pXd_free_pYd_table()Will Deacon2018-12-281-6/+2
* arm64: Add memory hotplug supportRobin Murphy2018-12-121-0/+17
* arm64: mm: EXPORT vabits_user to modulesWill Deacon2018-12-101-0/+1
* arm64: mm: introduce 52-bit userspace supportSteve Capper2018-12-101-0/+1
* arm64: mm: apply r/o permissions of VM areas to its linear alias as wellArd Biesheuvel2018-11-201-2/+14
* arm64: memblock: don't permit memblock resizing until linear mapping is upArd Biesheuvel2018-11-081-0/+2
* memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-311-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-10-221-22/+24
|\
| * arm64: mm: Use __pa_symbol() for set_swapper_pgd()James Morse2018-10-101-1/+1
| * arm64/mm: use fixmap to modify swapper_pg_dirJun Yao2018-09-251-2/+24
| * arm64/mm: Separate boot-time page tables from swapper_pg_dirJun Yao2018-09-251-25/+5
* | arm64: fix erroneous warnings in page freeing functionsMark Rutland2018-09-061-4/+6
|/
* arm64: Implement page table free interfacesChintan Pandya2018-07-061-4/+44
* ioremap: Update pgtable free interfaces with addrChintan Pandya2018-07-041-2/+2
* arm64: Make sure permission updates happen for pmd/pudLaura Abbott2018-05-241-6/+10
* mm/vmalloc: add interfaces to free unmapped page tableToshi Kani2018-03-221-0/+10
* arm64: mm: fix thinko in non-global page table attribute checkArd Biesheuvel2018-02-261-4/+4
* arm64: Enforce BBM for huge IO/VMAP mappingsWill Deacon2018-02-221-0/+10
* arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon2018-02-161-134/+148
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-02-081-0/+4
|\
| * arm64: mm: Permit transitioning from Global to Non-Global without BBMWill Deacon2018-02-061-0/+4
* | Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-061-3/+6
|\ \ | |/ |/|
| * mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig2018-01-081-1/+2
| * mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig2018-01-081-2/+4
* | arm64: Extend early page table code to allow for larger kernelsSteve Capper2018-01-141-1/+2
* | arm64: mmu: add the entry trampolines start/end section markers into sections.hJames Morse2018-01-141-2/+0
* | Merge branch 'for-next/52-bit-pa' into for-next/coreCatalin Marinas2017-12-221-5/+10
|\ \
| * | arm64: allow ID map to be extended to 52 bitsKristina Martsenko2017-12-221-0/+1
| * | arm64: don't open code page table entry creationKristina Martsenko2017-12-221-5/+9
| |/
* | arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon2017-12-111-1/+9
* | arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon2017-12-111-0/+23
|/
* arm64: mm: Remove arch_apei_flush_tlb_one()James Morse2017-11-071-0/+4
* arm64: mmu: Place guard page after mapping of kernel imageWill Deacon2017-07-281-7/+11
* arm64: mm: explicity include linux/vmalloc.hTobias Klauser2017-05-301-0/+1
* arm64: kdump: protect crash dump kernel memoryTakahiro Akashi2017-04-051-49/+54
* arm64: mm: set the contiguous bit for kernel mappings where appropriateArd Biesheuvel2017-03-231-43/+97
* arm64/mm: remove pointless map/unmap sequences when creating page tablesArd Biesheuvel2017-03-231-4/+0
* arm64/mmu: replace 'page_mappings_only' parameter with flags argumentArd Biesheuvel2017-03-231-18/+27
* arm64/mmu: add contiguous bit to sanity bug checkArd Biesheuvel2017-03-231-1/+9
* arm64/mmu: ignore debug_pagealloc for kernel segmentsArd Biesheuvel2017-03-231-4/+3
* arm64/mmu: align alloc_init_pte prototype with pmd/pud versionsArd Biesheuvel2017-03-231-4/+4
* arm64: mmu: apply strict permissions to .init.text and .init.dataArd Biesheuvel2017-03-231-4/+8
* arm64: mmu: map .text as read-only from the outsetArd Biesheuvel2017-03-231-4/+14
* arm64: alternatives: apply boot time fixups via the linear mappingArd Biesheuvel2017-03-231-5/+17
* arm64: mmu: move TLB maintenance from callers to create_mapping_late()Ard Biesheuvel2017-03-231-8/+8
* Revert "arm64: mm: set the contiguous bit for kernel mappings where appropriate"Mark Rutland2017-02-241-30/+4
* arm64: fix warning about swapper_pg_dir overflowArnd Bergmann2017-02-151-1/+1
* arm64: mm: use phys_addr_t instead of unsigned long in __map_memblockMiles Chen2017-01-131-2/+2