summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
* arm64: mm: Make hibernation aware of KFENCENikhil V2023-07-201-1/+3
* arch/arm64/mm/fault: Fix undeclared variable error in do_page_fault()SeongJae Park2023-07-031-2/+0
* Merge branch 'expand-stack'Linus Torvalds2023-06-281-39/+8
|\
| * arm64/mm: Convert to using lock_mm_and_find_vma()Linus Torvalds2023-06-241-39/+8
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-283-11/+12
|\ \
| * | arm64: enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64Catalin Marinas2023-06-191-1/+6
| * | arm64/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins2023-06-191-9/+2
| * | arm64: allow pte_offset_map() to failHugh Dickins2023-06-191-0/+3
| * | kasan: use internal prototypes matching gcc-13 builtinsArnd Bergmann2023-06-091-1/+1
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-06-267-36/+80
|\ \ \ | |_|/ |/| |
| * | Merge branch 'for-next/feat_s1pie' into for-next/coreCatalin Marinas2023-06-231-2/+17
| |\ \
| | * | arm64: enable Permission Indirection Extension (PIE)Joey Gouly2023-06-061-0/+15
| | * | arm64: add PTE_UXN/PTE_WRITE to SWAPPER_*_FLAGSJoey Gouly2023-06-061-2/+2
| | |/
| | |
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------. \ Merge branches 'for-next/kpti', 'for-next/missing-proto-warn', 'for-next/iss2...Catalin Marinas2023-06-236-34/+63
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | | | | | * arm64: kdump: simplify the reservation behaviour of crashkernel=,highBaoquan He2023-06-091-10/+34
| | |_|_|_|/ | |/| | | |
| | | | | * arm64: kasan: remove !KASAN_VMALLOC remnantsMark Rutland2023-06-061-13/+4
| | |_|_|/ | |/| | |
| | | | * arm64: mm: fix VA-range sanity checkMark Rutland2023-06-151-2/+2
| | | | * arm64/mm: remove now-superfluous ISBs from TTBR writesJamie Iles2023-06-151-1/+1
| | | | * arm64: consolidate rox page protection logicRussell King2023-06-141-2/+7
| | |_|/ | |/| |
| | | * arm64/esr: Add decode of ISS2 to data abort reportingMark Brown2023-05-261-3/+14
| | |/ | |/|
| | * arm64: move early_brk64 prototype to headerArnd Bergmann2023-05-251-3/+0
| | * arm64: flush: include linux/libnvdimm.hArnd Bergmann2023-05-251-0/+1
| |/
* / arm64: mm: pass original fault address to handle_mm_fault() in PER_VMA_LOCK b...Jisheng Zhang2023-06-021-2/+1
|/
* arm64: Also reset KASAN tag if page is not PG_mte_taggedPeter Collingbourne2023-05-161-2/+3
* arm64/mm: mark private VM_FAULT_X defines as vm_fault_tMin-Hua Chen2023-05-161-2/+2
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-05-041-3/+3
|\
| * arm64: kernel: remove SHF_WRITE|SHF_EXECINSTR from .idmap.textndesaulniers@google.com2023-05-021-3/+3
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-0/+36
|\ \ | |/ |/|
| * arm64/mm: try VMA lock-based page fault handling firstSuren Baghdasaryan2023-04-051-0/+36
* | Merge branch 'for-next/mm' into for-next/coreWill Deacon2023-04-206-214/+274
|\ \
| * | arm64: mm: always map fixmap at page granularityMark Rutland2023-04-111-80/+68
| * | arm64: mm: move fixmap code to its own fileMark Rutland2023-04-113-195/+219
| * | arm64: add FIXADDR_TOT_{START,SIZE}Mark Rutland2023-04-112-14/+14
| * | Revert "Revert "arm64: dma: Drop cache invalidation from arch_dma_prep_cohere...Will Deacon2023-03-301-16/+1
| * | mm,kfence: decouple kfence from page granularity mapping judgementZhenhua Huang2023-03-272-2/+66
| |/
* | arm64: kdump: defer the crashkernel reservation for platforms with no DMA mem...Baoquan He2023-04-111-31/+3
* | arm64: kdump: do not map crashkernel region specificallyBaoquan He2023-04-111-43/+0
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-03-021-1/+2
|\
| * arm64: Reset KASAN tag in copy_highpage with HW tags onlyPeter Collingbourne2023-02-221-1/+2
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-2/+2
|\ \
| * | mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)2023-02-021-2/+2
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-02-213-4/+7
|\ \ \ | |/ / |/| / | |/
| *-. Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...Catalin Marinas2023-02-103-4/+7
| |\ \
| | | * efi: arm64: enter with MMU and caches enabledArd Biesheuvel2023-01-241-0/+1
| | | * arm64: kernel: move identity map out of .text mappingArd Biesheuvel2023-01-241-2/+0
| | |/ | |/|
| | * arm64/mm: Intercept pfn changes in set_pte_at()Anshuman Khandual2023-01-311-2/+6
| |/
* / arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruptionAnshuman Khandual2023-01-062-0/+42
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-12-162-42/+0
|\
| * Revert "arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruption"Will Deacon2022-12-152-42/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-153-13/+14
|\ \