index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
pgtable.h
Age
Commit message (
Expand
)
Author
2025-01-17
Merge branch 'for-next/mm' into for-next/core
Will Deacon
2025-01-07
arm64/mm: Replace open encodings with PXD_TABLE_BIT
Anshuman Khandual
2025-01-07
arm64/mm: Rename pte_mkpresent() as pte_mkvalid()
Anshuman Khandual
2024-12-10
arm64: asm: Fix typo in pgtable.h
Zhu Jun
2024-12-10
arm64/mm: Replace open encodings with PXD_TABLE_BIT
Anshuman Khandual
2024-11-14
Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...
Catalin Marinas
2024-11-05
arm64: pgtable: Warn unexpected pmdp_test_and_clear_young()
Yicong Yang
2024-11-05
arm64: Enable ARCH_HAS_NONLEAF_PMD_YOUNG
Yicong Yang
2024-11-05
arm64/mm: Sanity check PTE address before runtime P4D/PUD folding
Ard Biesheuvel
2024-11-04
arm64/mm: Drop setting PTE_TYPE_PAGE in pte_mkcont()
Anshuman Khandual
2024-11-01
arm64/mm: Re-organize arch_make_huge_pte()
Anshuman Khandual
2024-10-23
arm64: Enable memory encrypt for Realms
Suzuki K Poulose
2024-10-16
arm64/mm: Change pgattr_change_is_safe() arguments as pteval_t
Anshuman Khandual
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-09-17
mm/arm64: support large pfn mappings
Peter Xu
2024-09-17
mm: always define pxx_pgprot()
Peter Xu
2024-09-04
arm64: implement PKEYS support
Joey Gouly
2024-09-04
arm64: add pte_access_permitted_no_overlay()
Joey Gouly
2024-09-04
arm64: mask out POIndex when modifying a PTE
Joey Gouly
2024-07-25
arm64: mm: Fix lockless walks with static and dynamic page-table folding
Will Deacon
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-05-09
arm64/mm: Fix pud_user_accessible_page() for PGTABLE_LEVELS <= 2
Ryan Roberts
2024-05-05
mm/arm64: override clear_young_dirty_ptes() batch helper
Lance Yang
2024-05-03
arm64/mm: Add uffd write-protect support
Ryan Roberts
2024-05-03
arm64/mm: Move PTE_PRESENT_INVALID to overlay PTE_NG
Ryan Roberts
2024-05-03
arm64/mm: Remove PTE_PROT_NONE bit
Ryan Roberts
2024-05-03
arm64/mm: generalize PMD_PRESENT_INVALID for all levels
Ryan Roberts
2024-04-25
arm64: mm: swap: support THP_SWAP on hardware with MTE
Barry Song
2024-04-25
mm/arm: remove pmd_thp_or_huge()
Peter Xu
2024-04-25
mm/treewide: replace pXd_huge() with pXd_leaf()
Peter Xu
2024-04-25
mm/arm64: merge pXd_huge() and pXd_leaf() definitions
Peter Xu
2024-04-12
arm64: mm: Don't remap pgtables for allocate vs populate
Ryan Roberts
2024-04-12
arm64: mm: Batch dsb and isb when populating pgtables
Ryan Roberts
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-02-22
arm64/mm: automatically fold contpte mappings
Ryan Roberts
2024-02-22
arm64/mm: __always_inline to improve fork() perf
Ryan Roberts
2024-02-22
arm64/mm: implement pte_batch_hint()
Ryan Roberts
2024-02-22
arm64/mm: implement new [get_and_]clear_full_ptes() batch APIs
Ryan Roberts
2024-02-22
arm64/mm: implement new wrprotect_ptes() batch API
Ryan Roberts
2024-02-22
arm64/mm: wire up PTE_CONT for user mappings
Ryan Roberts
2024-02-22
arm64/mm: new ptep layer to manage contig bit
Ryan Roberts
2024-02-22
arm64/mm: convert set_pte_at() to set_ptes(..., 1)
Ryan Roberts
2024-02-22
arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)
Ryan Roberts
2024-02-22
arm64/mm: convert pte_next_pfn() to pte_advance_pfn()
Ryan Roberts
2024-02-22
arm64/mm: make set_ptes() robust when OAs cross 48-bit boundary
Ryan Roberts
2024-02-19
arm64: mm: Make PUD folding check in set_pud() a runtime check
Ard Biesheuvel
2024-02-16
arm64: mm: Add support for folding PUDs at runtime
Ard Biesheuvel
2024-02-16
arm64: mm: Add 5 level paging support to fixmap and swapper handling
Ard Biesheuvel
2024-02-16
arm64: mm: Add definitions to support 5 levels of paging
Ard Biesheuvel
2024-02-16
arm64: mm: Add LPA2 support to phys<->pte conversion routines
Ard Biesheuvel
[next]