summaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)AuthorFilesLines
2024-01-19Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-1/+6
2024-01-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-3/+3
2024-01-09mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-1/+1
2024-01-04Merge branch 'for-next/lpa2-prep' into for-next/coreWill Deacon1-3/+0
2023-12-29kasan/arm64: improve comments for KASAN_SHADOW_START/ENDAndrey Konovalov1-0/+5
2023-12-29arch/mm/fault: fix major fault accounting when retrying under per-VMA lockSuren Baghdasaryan1-0/+2
2023-12-12arm64: mm: get rid of kimage_vaddr global variableArd Biesheuvel1-3/+0
2023-12-12iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()Jason Gunthorpe1-2/+2
2023-12-11arm64: mm: Only map KPTI trampoline if it is going to be usedArd Biesheuvel1-0/+3
2023-11-22arm64: mm: Fix "rodata=on" when CONFIG_RODATA_FULL_DEFAULT_ENABLED=yWill Deacon1-4/+3
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-132/+8
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+5
2023-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds6-9/+15
2023-10-26Merge branch 'for-next/cpus_have_const_cap' into for-next/coreCatalin Marinas5-8/+5
2023-10-19arm64, kasan: update comment in kasan_initAndrey Konovalov1-1/+5
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_2645198Mark Rutland2-4/+2
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_HAS_EPANMark Rutland2-2/+2
2023-10-16arm64: Use a positive cpucap for FP/SIMDMark Rutland1-2/+1
2023-10-13arm64: swiotlb: Reduce the default size if no ZONE_DMA bouncing neededCatalin Marinas1-1/+10
2023-10-04arm64: kdump: use generic interface to simplify crashkernel reservationBaoquan He1-132/+8
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He1-1/+1
2023-09-30arm64: hugetlb: fix set_huge_pte_at() to work with all swap entriesRyan Roberts1-14/+3
2023-09-30mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts1-2/+4
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2023-08-30Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds1-2/+0
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-35/+30
2023-08-25mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand1-2/+3
2023-08-25arm64: mm: use ptep_clear() instead of pte_clear() in clear_flush()Qi Zheng1-1/+1
2023-08-25arm64: implement the new page table range APIMatthew Wilcox (Oracle)1-22/+14
2023-08-25mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan1-1/+2
2023-08-21arm64: convert various functions to use ptdescsVishal Moola (Oracle)1-3/+4
2023-08-18mm: remove CONFIG_PER_VMA_LOCK ifdefsMatthew Wilcox (Oracle)1-2/+0
2023-08-18arm64 : mm: add wrapper function ioremap_prot()Baoquan He1-4/+6
2023-08-04arm64: fix build warning for ARM64_MEMSTART_SHIFTZhang Jianhua1-0/+27
2023-07-31dma-contiguous: support per-numa CMA for all architecturesYajun Deng1-2/+0
2023-07-27arm64/mm: Replace an open coding with ID_AA64MMFR1_EL1_HAFDBS_MASKAnshuman Khandual1-1/+1
2023-07-20arm64: mm: Make hibernation aware of KFENCENikhil V1-1/+3
2023-07-12mm: Move pte/pmd_mkwrite() callers with no VMA to _novma()Rick Edgecombe1-2/+2
2023-07-04arch/arm64/mm/fault: Fix undeclared variable error in do_page_fault()SeongJae Park1-2/+0
2023-06-29Merge branch 'expand-stack'Linus Torvalds1-39/+8
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-11/+12
2023-06-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds7-36/+80
2023-06-25arm64/mm: Convert to using lock_mm_and_find_vma()Linus Torvalds1-39/+8
2023-06-23Merge branch 'for-next/feat_s1pie' into for-next/coreCatalin Marinas1-2/+17
2023-06-23Merge branches 'for-next/kpti', 'for-next/missing-proto-warn', 'for-next/iss2...Catalin Marinas6-34/+63
2023-06-20arm64: enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64Catalin Marinas1-1/+6
2023-06-20arm64/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins1-9/+2
2023-06-20arm64: allow pte_offset_map() to failHugh Dickins1-0/+3
2023-06-15arm64: mm: fix VA-range sanity checkMark Rutland1-2/+2