summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2019-07-191-2/+0Star
* arm64/mm: add temporary arch_remove_memory() implementationDavid Hildenbrand2019-07-191-0/+19
* mm/ioremap: probe platform for p4d huge map supportAnshuman Khandual2019-07-171-0/+5
* arm64: switch to generic version of pte allocationMike Rapoport2019-07-121-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-081-9/+5Star
|\
| * arm64: Fix comment after #endifOdin Ugedal2019-06-071-1/+1
| * arm64/mm: Change BUG_ON() to VM_BUG_ON() in [pmd|pud]_set_huge()Anshuman Khandual2019-06-041-2/+2
| * arm64/mm: Simplify protection flag creation for kernel huge mappingsAnshuman Khandual2019-06-041-6/+2Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-05-221-3/+8
|\
| * arm64/mm: Inhibit huge-vmap with ptdumpMark Rutland2019-05-161-3/+8
* | treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2019-05-151-1/+1
* | mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko2019-05-141-3/+3
|/
* arm64: mm: Consolidate early page table allocationWill Deacon2019-04-091-11/+7Star
* arm64: mm: don't call page table ctors for init_mmYu Zhao2019-04-091-2/+13
* arm64: mm: use appropriate ctors for page tablesYu Zhao2019-04-091-12/+24
* memblock: memblock_phys_alloc(): don't panicMike Rapoport2019-03-121-0/+2
* arm64: mmu: drop paging_init commentsPeng Fan2019-03-011-4/+0Star
* arm64: Remove asm/memblock.hWill Deacon2019-01-211-1/+0Star
* 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/+2Star
* 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/+5Star
* | 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-231-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/+0Star
* | 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