summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/mmu.c
AgeCommit message (Expand)Author
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon
2019-08-28arm64: fix fixmap copy for 16K pages and 48-bit VAMark Rutland
2019-08-23arm64: map FDT as RW for early_init_dt_scan()Hsin-Yi Wang
2019-08-14arm64: memory: rename VA_START to PAGE_ENDMark Rutland
2019-08-09arm64: mm: Remove vabits_userSteve Capper
2019-08-09arm64: mm: Introduce vabits_actualSteve Capper
2019-08-09arm64: mm: Flip kernel VA spaceSteve Capper
2019-07-18mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand
2019-07-18arm64/mm: add temporary arch_remove_memory() implementationDavid Hildenbrand
2019-07-16mm/ioremap: probe platform for p4d huge map supportAnshuman Khandual
2019-07-12arm64: switch to generic version of pte allocationMike Rapoport
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-06-07arm64: Fix comment after #endifOdin Ugedal
2019-06-04arm64/mm: Change BUG_ON() to VM_BUG_ON() in [pmd|pud]_set_huge()Anshuman Khandual
2019-06-04arm64/mm: Simplify protection flag creation for kernel huge mappingsAnshuman Khandual
2019-05-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2019-05-16arm64/mm: Inhibit huge-vmap with ptdumpMark Rutland
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada
2019-05-14mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko
2019-04-09arm64: mm: Consolidate early page table allocationWill Deacon
2019-04-09arm64: mm: don't call page table ctors for init_mmYu Zhao
2019-04-09arm64: mm: use appropriate ctors for page tablesYu Zhao
2019-03-12memblock: memblock_phys_alloc(): don't panicMike Rapoport
2019-03-01arm64: mmu: drop paging_init commentsPeng Fan
2019-01-21arm64: Remove asm/memblock.hWill Deacon
2018-12-28lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon
2018-12-28arm64: mmu: drop pXd_present() checks from pXd_free_pYd_table()Will Deacon
2018-12-12arm64: Add memory hotplug supportRobin Murphy
2018-12-10arm64: mm: EXPORT vabits_user to modulesWill Deacon
2018-12-10arm64: mm: introduce 52-bit userspace supportSteve Capper
2018-11-20arm64: mm: apply r/o permissions of VM areas to its linear alias as wellArd Biesheuvel
2018-11-08arm64: memblock: don't permit memblock resizing until linear mapping is upArd Biesheuvel
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport
2018-10-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-10-10arm64: mm: Use __pa_symbol() for set_swapper_pgd()James Morse
2018-09-25arm64/mm: use fixmap to modify swapper_pg_dirJun Yao
2018-09-25arm64/mm: Separate boot-time page tables from swapper_pg_dirJun Yao
2018-09-06arm64: fix erroneous warnings in page freeing functionsMark Rutland
2018-07-06arm64: Implement page table free interfacesChintan Pandya
2018-07-04ioremap: 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