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