summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-06arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruptionAnshuman Khandual1-0/+21
2022-12-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-21/+0
2022-12-15Revert "arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruption"Will Deacon1-21/+0
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-87/+15
2022-12-11mm/sparse-vmemmap: generalise vmemmap_populate_hugepages()Feiyang Chen1-40/+15
2022-12-06Merge branch 'for-next/trivial' into for-next/coreWill Deacon1-1/+1
2022-11-21Revert "arm64/mm: Drop redundant BUG_ON(!pgtable_alloc)"Will Deacon1-1/+3
2022-11-18arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruptionAnshuman Khandual1-0/+21
2022-11-18arm64/mm: Drop redundant BUG_ON(!pgtable_alloc)Anshuman Khandual1-3/+1
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang1-47/+0
2022-11-08arm64/mm: Drop ARM64_KERNEL_USES_PMD_MAPSAnshuman Khandual1-1/+1
2022-10-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-16/+7
2022-09-30Merge branch 'for-next/misc' into for-next/coreCatalin Marinas1-15/+6
2022-09-29arm64/mm: fold check for KFENCE into can_set_direct_map()Mike Rapoport1-6/+2
2022-09-22arm64: mm: handle ARM64_KERNEL_USES_PMD_MAPS in vmemmap_populate()Kefeng Wang1-9/+4
2022-09-22arm64: mm: don't acquire mutex when rewriting swapperMark Rutland1-14/+18
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64PFR1_EL1 constant namesMark Brown1-1/+1
2022-08-23arm64: fix rodata=fullMark Rutland1-18/+0
2022-07-25Merge branch 'for-next/boot' into for-next/coreWill Deacon1-4/+51
2022-07-25Merge branch 'for-next/misc' into for-next/coreWill Deacon1-4/+2
2022-07-05arm64/mm: Define defer_reserve_crashkernel()Anshuman Khandual1-4/+2
2022-06-24arm64: head: record CPU boot mode after enabling the MMUArd Biesheuvel1-0/+8
2022-06-24arm64: head: cover entire kernel image in initial ID mapArd Biesheuvel1-1/+34
2022-06-24arm64: mm: provide idmap pointer to cpu_replace_ttbr1()Ard Biesheuvel1-1/+1
2022-06-24arm64: head: drop idmap_ptrs_per_pgdArd Biesheuvel1-1/+0
2022-06-24arm64: head: move assignment of idmap_t0sz to C codeArd Biesheuvel1-1/+3
2022-06-24arm64: mm: make vabits_actual a build time constant if possibleArd Biesheuvel1-1/+3
2022-06-24arm64: head: move kimage_vaddr variable into C fileArd Biesheuvel1-0/+3
2022-06-24arm64: entry: simplify trampoline data pageArd Biesheuvel1-7/+3
2022-06-23arm64: mm: install KPTI nG mappings with MMU enabledArd Biesheuvel1-0/+7
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+1
2022-03-14Merge branch 'for-next/spectre-bhb' into for-next/coreWill Deacon1-3/+9
2022-03-14Merge branch 'for-next/mm' into for-next/coreWill Deacon1-13/+11
2022-03-08arm64: Do not defer reserve_crashkernel() for platforms with no DMA memory zonesVijay Balakrishna1-1/+31
2022-03-07arm64/mm: Drop use_1G_block()Anshuman Khandual1-13/+2
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig1-0/+1
2022-02-15arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse1-3/+9
2022-02-15arm64/mm: avoid fixmap race condition when create pud mappingJianyong Wu1-0/+9
2021-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+2
2021-11-08arm64: Track no early_pgtable_alloc() for kmemleakQian Cai1-1/+2
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-2/+2
2021-09-29arm64: mm: update max_pfn after memory hotplugSudarshan Rajagopalan1-0/+5
2021-09-08mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand1-2/+1
2021-07-21Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"Jonathan Marek1-12/+8
2021-07-08set_memory: allow querying whether set_direct_map_*() is actually enabledMike Rapoport1-4/+3
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-9/+13
2021-06-30arm64: decouple check whether pfn is in linear map from pfn_valid()Mike Rapoport1-1/+1
2021-06-30mm/pgtable: add stubs for {pmd/pub}_{set/clear}_hugeChristophe Leroy1-8/+12
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-6/+7