index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
pgtable.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-25
arm64: mm: Fix lockless walks with static and dynamic page-table folding
Will Deacon
1
-0
/
+22
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-19
/
+61
2024-05-09
arm64/mm: Fix pud_user_accessible_page() for PGTABLE_LEVELS <= 2
Ryan Roberts
1
-0
/
+1
2024-05-05
mm/arm64: override clear_young_dirty_ptes() batch helper
Lance Yang
1
-0
/
+55
2024-05-03
arm64/mm: Add uffd write-protect support
Ryan Roberts
1
-0
/
+44
2024-05-03
arm64/mm: Move PTE_PRESENT_INVALID to overlay PTE_NG
Ryan Roberts
1
-6
/
+6
2024-05-03
arm64/mm: Remove PTE_PROT_NONE bit
Ryan Roberts
1
-14
/
+17
2024-05-03
arm64/mm: generalize PMD_PRESENT_INVALID for all levels
Ryan Roberts
1
-9
/
+12
2024-04-25
arm64: mm: swap: support THP_SWAP on hardware with MTE
Barry Song
1
-17
/
+2
2024-04-25
mm/arm: remove pmd_thp_or_huge()
Peter Xu
1
-2
/
+0
2024-04-25
mm/treewide: replace pXd_huge() with pXd_leaf()
Peter Xu
1
-1
/
+1
2024-04-25
mm/arm64: merge pXd_huge() and pXd_leaf() definitions
Peter Xu
1
-0
/
+4
2024-04-12
arm64: mm: Don't remap pgtables for allocate vs populate
Ryan Roberts
1
-0
/
+2
2024-04-12
arm64: mm: Batch dsb and isb when populating pgtables
Ryan Roberts
1
-1
/
+6
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-51
/
+380
2024-02-22
arm64/mm: automatically fold contpte mappings
Ryan Roberts
1
-0
/
+26
2024-02-22
arm64/mm: __always_inline to improve fork() perf
Ryan Roberts
1
-5
/
+5
2024-02-22
arm64/mm: implement pte_batch_hint()
Ryan Roberts
1
-0
/
+9
2024-02-22
arm64/mm: implement new [get_and_]clear_full_ptes() batch APIs
Ryan Roberts
1
-0
/
+67
2024-02-22
arm64/mm: implement new wrprotect_ptes() batch API
Ryan Roberts
1
-10
/
+51
2024-02-22
arm64/mm: wire up PTE_CONT for user mappings
Ryan Roberts
1
-0
/
+167
2024-02-22
arm64/mm: new ptep layer to manage contig bit
Ryan Roberts
1
-38
/
+45
2024-02-22
arm64/mm: convert set_pte_at() to set_ptes(..., 1)
Ryan Roberts
1
-1
/
+1
2024-02-22
arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)
Ryan Roberts
1
-3
/
+9
2024-02-22
arm64/mm: convert pte_next_pfn() to pte_advance_pfn()
Ryan Roberts
1
-4
/
+4
2024-02-22
arm64/mm: make set_ptes() robust when OAs cross 48-bit boundary
Ryan Roberts
1
-11
/
+17
2024-02-19
arm64: mm: Make PUD folding check in set_pud() a runtime check
Ard Biesheuvel
1
-3
/
+3
2024-02-16
arm64: mm: Add support for folding PUDs at runtime
Ard Biesheuvel
1
-11
/
+76
2024-02-16
arm64: mm: Add 5 level paging support to fixmap and swapper handling
Ard Biesheuvel
1
-5
/
+40
2024-02-16
arm64: mm: Add definitions to support 5 levels of paging
Ard Biesheuvel
1
-1
/
+81
2024-02-16
arm64: mm: Add LPA2 support to phys<->pte conversion routines
Ard Biesheuvel
1
-2
/
+3
2024-02-09
arm64: mm: Reclaim unused vmemmap region for vmalloc use
Ard Biesheuvel
1
-2
/
+6
2024-02-09
arm64: mm: Move fixmap region above vmemmap region
Ard Biesheuvel
1
-1
/
+1
2023-12-12
arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modify
James Houghton
1
-0
/
+6
2023-10-18
arm64: Mark the 'addr' argument to set_ptes() and __set_pte_at() as unused
Catalin Marinas
1
-4
/
+5
2023-10-16
arm64/mm: Hoist synchronization out of set_ptes() loop
Ryan Roberts
1
-10
/
+17
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2023-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-23
/
+25
2023-08-24
arm64: implement the new page table range API
Matthew Wilcox (Oracle)
1
-7
/
+19
2023-08-24
mm: convert page_table_check_pte_set() to page_table_check_ptes_set()
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-08-18
mm/page_table_check: remove unused parameter in [__]page_table_check_pud_set
Kemeng Shi
1
-1
/
+1
2023-08-18
mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_set
Kemeng Shi
1
-2
/
+2
2023-08-18
mm/page_table_check: remove unused parameter in [__]page_table_check_pte_set
Kemeng Shi
1
-1
/
+1
2023-08-18
mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clear
Kemeng Shi
1
-1
/
+1
2023-08-18
mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clear
Kemeng Shi
1
-1
/
+1
2023-08-18
arm64: mte: simplify swap tag restoration logic
Peter Collingbourne
1
-12
/
+2
2023-07-27
arm64/mm: Set only the PTE_DIRTY bit while preserving the HW dirty state
Anshuman Khandual
1
-2
/
+3
2023-07-27
arm64/mm: Add pte_rdonly() helper
Anshuman Khandual
1
-1
/
+2
2023-07-11
mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Rick Edgecombe
1
-2
/
+2
2023-03-28
mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()
Gerald Schaefer
1
-1
/
+1
[next]