summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/mmu.c
AgeCommit message (Expand)Author
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-14Merge branch 'for-next/spectre-bhb' into for-next/coreWill Deacon
2022-03-14Merge branch 'for-next/mm' into for-next/coreWill Deacon
2022-03-08arm64: Do not defer reserve_crashkernel() for platforms with no DMA memory zonesVijay Balakrishna
2022-03-07arm64/mm: Drop use_1G_block()Anshuman Khandual
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig
2022-02-15arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse
2022-02-15arm64/mm: avoid fixmap race condition when create pud mappingJianyong Wu
2021-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-11-08arm64: Track no early_pgtable_alloc() for kmemleakQian Cai
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport
2021-09-29arm64: mm: update max_pfn after memory hotplugSudarshan Rajagopalan
2021-09-08mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand
2021-07-21Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"Jonathan Marek
2021-07-08set_memory: allow querying whether set_direct_map_*() is actually enabledMike Rapoport
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-30arm64: decouple check whether pfn is in linear map from pfn_valid()Mike Rapoport
2021-06-30mm/pgtable: add stubs for {pmd/pub}_{set/clear}_hugeChristophe Leroy
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-06-21arm64/mm: Rename ARM64_SWAPPER_USES_SECTION_MAPSAnshuman Khandual
2021-06-15arm64/mm: Drop SECTION_[SHIFT|SIZE|MASK]Anshuman Khandual
2021-05-25arm64/mm: Make vmemmap_free() available only with CONFIG_MEMORY_HOTPLUGAnshuman Khandual
2021-05-25arm64: mm: don't use CON and BLK mapping if KFENCE is enabledJisheng Zhang
2021-05-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-04-30arm64: inline huge vmap supported functionsNicholas Piggin
2021-04-30mm: HUGE_VMAP arch support cleanupNicholas Piggin
2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-04-23arm64: Force SPARSEMEM_VMEMMAP as the only memory management modelCatalin Marinas
2021-03-22arm64: mm: correct the inside linear map range during hotplug checkPavel Tatashin
2021-03-19arm64: mm: use XN table mapping attributes for the linear regionArd Biesheuvel
2021-03-19arm64: mm: add missing P4D definitions and use them consistentlyArd Biesheuvel
2021-03-11arm64: mm: use a 48-bit ID map when possible on 52-bit VA buildsArd Biesheuvel
2021-03-10arm64: mte: Map hotplugged memory as Normal TaggedCatalin Marinas
2021-02-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-02-26arm64, kfence: enable KFENCE for ARM64Marco Elver
2021-02-26arm64/mm: define arch_get_mappable_range()Anshuman Khandual
2021-02-23arm64/mm: Fixed some coding style issuesZhiyuan Dai
2021-02-12Merge branch 'for-next/misc' into for-next/coreWill Deacon
2021-02-09arm64: cpufeatures: Allow disabling of BTI from the command-lineMarc Zyngier
2021-01-20arm64/mm: Add warning for outside range requests in vmemmap_populate()Anshuman Khandual
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas
2020-12-09Merge branch 'for-next/misc' into for-next/coreCatalin Marinas
2020-12-09Merge branches 'for-next/kvm-build-fix', 'for-next/va-refactor', 'for-next/lt...Catalin Marinas
2020-11-20arm64: Force NO_BLOCK_MAPPINGS if crashkernel reservation is requiredCatalin Marinas
2020-11-17arm64/mm: add fallback option to allocate virtually contiguous memorySudarshan Rajagopalan
2020-11-17arm64: omit [_text, _stext) from permanent kernel mappingArd Biesheuvel
2020-11-13arm64/mm: Validate hotplug range before creating linear mappingAnshuman Khandual
2020-11-10arm64/mm/hotplug: Ensure early memory sections are all onlineAnshuman Khandual
2020-11-10arm64/mm/hotplug: Enable MEM_OFFLINE event handlingAnshuman Khandual