aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/mmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-10mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe1-1/+2
2020-04-10mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe1-2/+2
2020-03-04arm64/mm: Enable memory hot removeAnshuman Khandual1-9/+370
2020-02-04arm64: mm: convert mm/dump.c to use walk_page_range()Steven Price1-2/+2
2020-01-04mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand1-3/+1
2019-11-26Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+2
2019-11-07arm/efi: EFI soft reservation to memblockDan Williams1-0/+2
2019-11-06arm64: mm: simplify the page end calculation in __create_pgd_mapping()Masahiro Yamada1-3/+2
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland1-1/+1
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/error-injection', 'for-next/perf', 'for-next/psci-cpuidle', 'for-next/rng', 'for-next/smpboot', 'for-next/tbi' and 'for-next/tlbi' into for-next/coreWill Deacon1-21/+11
2019-08-28arm64: fix fixmap copy for 16K pages and 48-bit VAMark Rutland1-3/+5
2019-08-23arm64: map FDT as RW for early_init_dt_scan()Hsin-Yi Wang1-14/+1
2019-08-14arm64: memory: rename VA_START to PAGE_ENDMark Rutland1-2/+2
2019-08-09arm64: mm: Remove vabits_userSteve Capper1-2/+0
2019-08-09arm64: mm: Introduce vabits_actualSteve Capper1-0/+3
2019-08-09arm64: mm: Flip kernel VA spaceSteve Capper1-2/+2
2019-07-18mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand1-2/+0
2019-07-18arm64/mm: add temporary arch_remove_memory() implementationDavid Hildenbrand1-0/+19
2019-07-16mm/ioremap: probe platform for p4d huge map supportAnshuman Khandual1-0/+5
2019-07-12arm64: switch to generic version of pte allocationMike Rapoport1-1/+1
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-9/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-06-07arm64: Fix comment after #endifOdin Ugedal1-1/+1
2019-06-04arm64/mm: Change BUG_ON() to VM_BUG_ON() in [pmd|pud]_set_huge()Anshuman Khandual1-2/+2
2019-06-04arm64/mm: Simplify protection flag creation for kernel huge mappingsAnshuman Khandual1-6/+2
2019-05-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-3/+8
2019-05-16arm64/mm: Inhibit huge-vmap with ptdumpMark Rutland1-3/+8
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada1-1/+1
2019-05-14mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko1-3/+3
2019-04-09arm64: mm: Consolidate early page table allocationWill Deacon1-11/+7
2019-04-09arm64: mm: don't call page table ctors for init_mmYu Zhao1-2/+13
2019-04-09arm64: mm: use appropriate ctors for page tablesYu Zhao1-12/+24
2019-03-12memblock: memblock_phys_alloc(): don't panicMike Rapoport1-0/+2
2019-03-01arm64: mmu: drop paging_init commentsPeng Fan1-4/+0
2019-01-21arm64: Remove asm/memblock.hWill Deacon1-1/+0
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