summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/mmu.c
AgeCommit message (Expand)Author
2021-03-22arm64: mm: correct the inside linear map range during hotplug checkPavel Tatashin
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
2020-11-10arm64/mm/hotplug: Register boot memory hot remove notifier earlierAnshuman Khandual
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-09-03arm64: mte: Use Normal Tagged attributes for the linear mapCatalin Marinas
2020-09-01arm64/mm: Remove needless section quotesKees Cook
2020-08-07arm64/mm: enable vmem_altmap support for vmemmap mappingsAnshuman Khandual
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf()Anshuman Khandual
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-06-15arm64: mm: reset address tag set by kasan sw taggingShyam Thombre
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport
2020-06-04arm64: add support for folded p4d page tablesMike Rapoport
2020-05-07arm64: Set GP bit in kernel page tables to enable BTI for the kernelMark Brown
2020-04-10mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe
2020-04-10mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe
2020-03-04arm64/mm: Enable memory hot removeAnshuman Khandual
2020-02-04arm64: mm: convert mm/dump.c to use walk_page_range()Steven Price
2020-01-04mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand
2019-11-26Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2019-11-07arm/efi: EFI soft reservation to memblockDan Williams
2019-11-06arm64: mm: simplify the page end calculation in __create_pgd_mapping()Masahiro Yamada
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