index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
mm
Age
Commit message (
Expand
)
Author
2025-07-17
arm64: poe: Handle spurious Overlay faults
Kevin Brodsky
2025-06-27
arm64: Restrict pagetable teardown to avoid false warning
Dev Jain
2025-04-20
arm64: mm: Correct the update of max_pfn
Zhenhua Huang
2025-03-22
arm64: mm: Populate vmemmap at the page level if not section aligned
Zhenhua Huang
2025-03-13
arm64: hugetlb: Fix huge_ptep_get_and_clear() for non-present ptes
Ryan Roberts
2025-03-13
mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()
Ryan Roberts
2025-03-07
arm64/mm: Fix Boot panic on Ampere Altra
Ryan Roberts
2025-02-17
arm64/mm: Override PARange for !LPA2 and use it consistently
Ard Biesheuvel
2025-02-17
arm64/mm: Ensure adequate HUGE_MAX_HSTATE
Anshuman Khandual
2024-12-14
arm64: Ensure bits ASID[15:8] are masked out when the kernel uses 8-bit ASIDs
Catalin Marinas
2024-12-14
arm64: mm: Fix zone_dma_limit calculation
Yang Shi
2024-09-19
Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...
Linus Torvalds
2024-09-16
Merge tag 'for-linus-non-x86' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-09-12
Merge branch 'for-next/poe' into for-next/core
Will Deacon
2024-09-12
Merge branch 'for-next/pkvm-guest' into for-next/core
Will Deacon
2024-09-12
Merge branch 'for-next/mm' into for-next/core
Will Deacon
2024-09-10
arm64: ptdump: Don't override the level when operating on the stage-2 tables
Sebastian Ene
2024-09-10
arm64: ptdump: Use the ptdump description from a local context
Sebastian Ene
2024-09-10
arm64: ptdump: Expose the attribute parsing functionality
Sebastian Ene
2024-09-06
arm64/mm: use lm_alias() with addresses passed to memblock_free()
Joey Gouly
2024-09-06
mm: arm64: document why pte is not advanced in contpte_ptep_set_access_flags()
Barry Song
2024-09-04
arm64: trans_pgd: mark PTEs entries as valid to avoid dead kexec()
Fares Mehanna
2024-09-04
arm64/mm: Delete __init region from memblock.reserved
Rong Qianfeng
2024-09-04
arm64: implement PKEYS support
Joey Gouly
2024-09-04
arm64: handle PKEY/POE faults
Joey Gouly
2024-09-04
arm64: convert protection key into vm_flags and pgprot values
Joey Gouly
2024-09-03
arm64: mm: keep low RAM dma zone
Baruch Siach
2024-08-30
arm64: mm: Add confidential computing hook to ioremap_prot()
Will Deacon
2024-08-30
arm64: mm: Add top-level dispatcher for internal mem_encrypt API
Will Deacon
2024-08-29
arm64: mm: fix DMA zone when dma-ranges is missing
Baruch Siach
2024-08-22
arm64: support DMA zone above 4GB
Catalin Marinas
2024-08-22
dma-mapping: replace zone_dma_bits by zone_dma_limit
Catalin Marinas
2024-08-16
arm64/mm: Drop TCR_SMP_FLAGS
Anshuman Khandual
2024-07-12
mm: provide mm_struct and address to huge_ptep_get()
Christophe Leroy
2024-06-19
arm64: mm: Permit PTE SW bits to change in live mappings
Ryan Roberts
2024-06-05
mm: arm64: fix the out-of-bounds issue in contpte_clear_young_dirty_ptes
Barry Song
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-05-18
Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-05-15
Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-05-14
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2024-05-14
arch: make execmem setup available regardless of CONFIG_MODULES
Mike Rapoport (IBM)
2024-05-13
Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...
Joerg Roedel
2024-05-10
arm64: Properly clean up iommu-dma remnants
Robin Murphy
2024-05-09
Merge branch 'for-next/mm' into for-next/core
Will Deacon
2024-05-05
mm/arm64: override clear_young_dirty_ptes() batch helper
Lance Yang
2024-05-05
arm64: mm: drop VM_FAULT_BADMAP/VM_FAULT_BADACCESS
Kefeng Wang
2024-04-28
arm64: defer clearing DAIF.D
Mark Rutland
2024-04-26
dma-mapping: Simplify arch_setup_dma_ops()
Robin Murphy
2024-04-26
iommu/dma: Centralise iommu_setup_dma_ops()
Robin Murphy
2024-04-25
arm64: mm: accelerate pagefault when VM_FAULT_BADACCESS
Kefeng Wang
[next]