index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
pgtable.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-13
x86/mm: Convert pgd_page_get_mm() to ptdescs
Vishal Moola
1
-2
/
+2
2026-05-11
x86: Update comment about pgd_list
Brendan Jackman
1
-11
/
+0
2026-04-05
mm: change to return bool for pudp_test_and_clear_young()
Baolin Wang
1
-3
/
+3
2026-04-05
mm: change to return bool for pmdp_clear_flush_young()
Baolin Wang
1
-3
/
+3
2026-04-05
mm: change to return bool for pmdp_test_and_clear_young()
Baolin Wang
1
-3
/
+3
2026-04-05
mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()
Baolin Wang
1
-2
/
+2
2026-04-05
mm: change to return bool for ptep_test_and_clear_young()
Baolin Wang
1
-3
/
+3
2025-11-16
x86/mm: use 'ptdesc' when freeing PMD pages
Dave Hansen
1
-6
/
+6
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-5
/
+4
2025-05-17
x86/mm/64: Make 5-level paging support unconditional
Kirill A. Shutemov
1
-1
/
+1
2025-05-15
x86/mm: Fix kernel-doc descriptions of various pgtable methods
Shivank Garg
1
-19
/
+31
2025-05-13
Merge branch 'x86/mm' into x86/core, to resolve conflicts
Ingo Molnar
1
-87
/
+16
2025-05-11
x86: pgtable: always use pte_free_kernel()
Kevin Brodsky
1
-4
/
+3
2025-05-11
mm: pass mm down to pagetable_{pte,pmd}_ctor
Kevin Brodsky
1
-1
/
+1
2025-05-04
x86/boot: Add a bunch of PIC aliases
Ard Biesheuvel
1
-0
/
+1
2025-04-23
x86/mm: Fix _pgd_alloc() for Xen PV mode
Juergen Gross
1
-2
/
+2
2025-04-17
x86/mm: Remove duplicated PMD preallocation macro
Dave Hansen
1
-3
/
+1
2025-04-17
x86/mm: Preallocate all PAE page tables
Dave Hansen
1
-9
/
+3
2025-04-17
x86/mm: Fix up comments around PMD preallocation
Dave Hansen
1
-4
/
+5
2025-04-17
x86/mm: Simplify PAE PGD sharing macros
Dave Hansen
1
-8
/
+3
2025-04-17
x86/mm: Always "broadcast" PMD setting operations
Dave Hansen
1
-8
/
+3
2025-04-17
x86/mm: Always allocate a whole page for PAE PGDs
Dave Hansen
1
-58
/
+4
2025-04-01
x86: pgtable: convert to use tlb_remove_ptdesc()
Qi Zheng
1
-4
/
+4
2025-02-27
x86/mm: Drop support for CONFIG_HIGHPTE
Arnd Bergmann
1
-26
/
+1
2025-02-21
x86/mm: Make MMU_GATHER_RCU_TABLE_FREE unconditional
Rik van Riel
1
-23
/
+4
2025-01-25
asm-generic: pgalloc: provide generic __pgd_{alloc,free}
Kevin Brodsky
1
-13
/
+11
2025-01-25
x86: pgtable: move pagetable_dtor() to __tlb_remove_table()
Qi Zheng
1
-12
/
+4
2025-01-25
x86: pgtable: convert __tlb_remove_table() to use struct ptdesc
Qi Zheng
1
-5
/
+7
2025-01-25
mm: pgtable: introduce pagetable_dtor()
Qi Zheng
1
-6
/
+6
2025-01-25
mm: pgtable: add statistics for P4D level page table
Qi Zheng
1
-0
/
+3
2025-01-13
x86: mm: free page table pages by RCU instead of semi RCU
Qi Zheng
1
-1
/
+9
2024-09-01
mm/x86: add missing pud helpers
Peter Xu
1
-0
/
+12
2024-09-01
mm/x86: implement arch_check_zapped_pud()
Peter Xu
1
-0
/
+6
2024-07-28
minmax: add a few more MIN_T/MAX_T users
Linus Torvalds
1
-1
/
+1
2024-05-07
mm: fix race between __split_huge_pmd_locked() and GUP-fast
Ryan Roberts
1
-0
/
+2
2024-04-25
mm/treewide: replace pXd_huge() with pXd_leaf()
Peter Xu
1
-2
/
+2
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2024-03-06
mm/treewide: replace pud_large() with pud_leaf()
Peter Xu
1
-1
/
+1
2024-03-06
mm/treewide: replace pmd_large() with pmd_leaf()
Peter Xu
1
-1
/
+1
2024-01-10
x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...
Breno Leitao
1
-2
/
+2
2023-10-06
mm: add statistics for PUD level pagetable
Baolin Wang
1
-0
/
+3
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+40
2023-08-21
x86: convert various functions to use ptdescs
Vishal Moola (Oracle)
1
-19
/
+28
2023-07-11
x86/mm: Teach pte_mkwrite() about stack memory
Rick Edgecombe
1
-0
/
+6
2023-07-11
mm: Warn on shadow stack memory in wrong vma
Rick Edgecombe
1
-0
/
+20
2023-07-11
x86/mm: Start actually marking _PAGE_SAVED_DIRTY
Rick Edgecombe
1
-0
/
+14
2023-06-01
x86/mm: Only check uniform after calling mtrr_type_lookup()
Juergen Gross
1
-16
/
+8
2022-12-01
mm/pgtable: Fix multiple -Wstringop-overflow warnings
Gustavo A. R. Silva
1
-9
/
+13
2022-09-26
mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
Yu Zhao
1
-1
/
+4
2022-05-13
mm: functions may simplify the use of return values
Li kunyu
1
-2
/
+1
[next]