summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-6/+7
2021-06-21arm64/mm: Rename ARM64_SWAPPER_USES_SECTION_MAPSAnshuman Khandual1-3/+3
2021-06-15arm64/mm: Drop SECTION_[SHIFT|SIZE|MASK]Anshuman Khandual1-1/+1
2021-05-25arm64/mm: Make vmemmap_free() available only with CONFIG_MEMORY_HOTPLUGAnshuman Khandual1-2/+3
2021-05-25arm64: mm: don't use CON and BLK mapping if KFENCE is enabledJisheng Zhang1-1/+2
2021-05-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-2/+0
2021-04-30arm64: inline huge vmap supported functionsNicholas Piggin1-26/+0
2021-04-30mm: HUGE_VMAP arch support cleanupNicholas Piggin1-5/+5
2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-9/+32
2021-04-23arm64: Force SPARSEMEM_VMEMMAP as the only memory management modelCatalin Marinas1-2/+0
2021-03-22arm64: mm: correct the inside linear map range during hotplug checkPavel Tatashin1-2/+19
2021-03-19arm64: mm: use XN table mapping attributes for the linear regionArd Biesheuvel1-7/+30
2021-03-19arm64: mm: add missing P4D definitions and use them consistentlyArd Biesheuvel1-3/+3
2021-03-11arm64: mm: use a 48-bit ID map when possible on 52-bit VA buildsArd Biesheuvel1-1/+1
2021-03-10arm64: mte: Map hotplugged memory as Normal TaggedCatalin Marinas1-1/+2
2021-02-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-3/+3
2021-02-26arm64, kfence: enable KFENCE for ARM64Marco Elver1-1/+7
2021-02-26arm64/mm: define arch_get_mappable_range()Anshuman Khandual1-8/+7
2021-02-23arm64/mm: Fixed some coding style issuesZhiyuan Dai1-3/+3
2021-02-12Merge branch 'for-next/misc' into for-next/coreWill Deacon1-0/+2
2021-02-09arm64: cpufeatures: Allow disabling of BTI from the command-lineMarc Zyngier1-1/+1
2021-01-20arm64/mm: Add warning for outside range requests in vmemmap_populate()Anshuman Khandual1-0/+2
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas1-0/+17
2020-12-09Merge branch 'for-next/misc' into for-next/coreCatalin Marinas1-2/+5
2020-12-09Merge branches 'for-next/kvm-build-fix', 'for-next/va-refactor', 'for-next/lt...Catalin Marinas1-40/+133
2020-11-20arm64: Force NO_BLOCK_MAPPINGS if crashkernel reservation is requiredCatalin Marinas1-21/+16
2020-11-17arm64/mm: add fallback option to allocate virtually contiguous memorySudarshan Rajagopalan1-2/+5
2020-11-17arm64: omit [_text, _stext) from permanent kernel mappingArd Biesheuvel1-5/+5
2020-11-13arm64/mm: Validate hotplug range before creating linear mappingAnshuman Khandual1-0/+17
2020-11-10arm64/mm/hotplug: Ensure early memory sections are all onlineAnshuman Khandual1-0/+48
2020-11-10arm64/mm/hotplug: Enable MEM_OFFLINE event handlingAnshuman Khandual1-2/+32
2020-11-10arm64/mm/hotplug: Register boot memory hot remove notifier earlierAnshuman Khandual1-2/+11
2020-10-26treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-10-14arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport1-8/+3
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-09-03arm64: mte: Use Normal Tagged attributes for the linear mapCatalin Marinas1-2/+18
2020-09-01arm64/mm: Remove needless section quotesKees Cook1-1/+1
2020-08-07arm64/mm: enable vmem_altmap support for vmemmap mappingsAnshuman Khandual1-20/+38
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf()Anshuman Khandual1-1/+1
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual1-1/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-0/+1
2020-06-15arm64: mm: reset address tag set by kasan sw taggingShyam Thombre1-0/+1
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-4/+4
2020-06-05arm64: add support for folded p4d page tablesMike Rapoport1-18/+34
2020-05-07arm64: Set GP bit in kernel page tables to enable BTI for the kernelMark Brown1-0/+24
2020-04-11mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe1-1/+2
2020-04-11mm/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-05mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand1-3/+1