index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
pgtable.c
Age
Commit message (
Expand
)
Author
2025-11-16
x86/mm: use 'ptdesc' when freeing PMD pages
Dave Hansen
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-05-17
x86/mm/64: Make 5-level paging support unconditional
Kirill A. Shutemov
2025-05-15
x86/mm: Fix kernel-doc descriptions of various pgtable methods
Shivank Garg
2025-05-13
Merge branch 'x86/mm' into x86/core, to resolve conflicts
Ingo Molnar
2025-05-11
x86: pgtable: always use pte_free_kernel()
Kevin Brodsky
2025-05-11
mm: pass mm down to pagetable_{pte,pmd}_ctor
Kevin Brodsky
2025-05-04
x86/boot: Add a bunch of PIC aliases
Ard Biesheuvel
2025-04-23
x86/mm: Fix _pgd_alloc() for Xen PV mode
Juergen Gross
2025-04-17
x86/mm: Remove duplicated PMD preallocation macro
Dave Hansen
2025-04-17
x86/mm: Preallocate all PAE page tables
Dave Hansen
2025-04-17
x86/mm: Fix up comments around PMD preallocation
Dave Hansen
2025-04-17
x86/mm: Simplify PAE PGD sharing macros
Dave Hansen
2025-04-17
x86/mm: Always "broadcast" PMD setting operations
Dave Hansen
2025-04-17
x86/mm: Always allocate a whole page for PAE PGDs
Dave Hansen
2025-04-01
x86: pgtable: convert to use tlb_remove_ptdesc()
Qi Zheng
2025-02-27
x86/mm: Drop support for CONFIG_HIGHPTE
Arnd Bergmann
2025-02-21
x86/mm: Make MMU_GATHER_RCU_TABLE_FREE unconditional
Rik van Riel
2025-01-25
asm-generic: pgalloc: provide generic __pgd_{alloc,free}
Kevin Brodsky
2025-01-25
x86: pgtable: move pagetable_dtor() to __tlb_remove_table()
Qi Zheng
2025-01-25
x86: pgtable: convert __tlb_remove_table() to use struct ptdesc
Qi Zheng
2025-01-25
mm: pgtable: introduce pagetable_dtor()
Qi Zheng
2025-01-25
mm: pgtable: add statistics for P4D level page table
Qi Zheng
2025-01-13
x86: mm: free page table pages by RCU instead of semi RCU
Qi Zheng
2024-09-01
mm/x86: add missing pud helpers
Peter Xu
2024-09-01
mm/x86: implement arch_check_zapped_pud()
Peter Xu
2024-07-28
minmax: add a few more MIN_T/MAX_T users
Linus Torvalds
2024-05-07
mm: fix race between __split_huge_pmd_locked() and GUP-fast
Ryan Roberts
2024-04-25
mm/treewide: replace pXd_huge() with pXd_leaf()
Peter Xu
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-03-06
mm/treewide: replace pud_large() with pud_leaf()
Peter Xu
2024-03-06
mm/treewide: replace pmd_large() with pmd_leaf()
Peter Xu
2024-01-10
x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...
Breno Leitao
2023-10-06
mm: add statistics for PUD level pagetable
Baolin Wang
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-08-21
x86: convert various functions to use ptdescs
Vishal Moola (Oracle)
2023-07-11
x86/mm: Teach pte_mkwrite() about stack memory
Rick Edgecombe
2023-07-11
mm: Warn on shadow stack memory in wrong vma
Rick Edgecombe
2023-07-11
x86/mm: Start actually marking _PAGE_SAVED_DIRTY
Rick Edgecombe
2023-06-01
x86/mm: Only check uniform after calling mtrr_type_lookup()
Juergen Gross
2022-12-01
mm/pgtable: Fix multiple -Wstringop-overflow warnings
Gustavo A. R. Silva
2022-09-26
mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
Yu Zhao
2022-05-13
mm: functions may simplify the use of return values
Li kunyu
2022-05-13
mm: avoid unnecessary flush on change_huge_pmd()
Nadav Amit
2021-07-21
Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"
Jonathan Marek
2021-07-08
mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *
Aneesh Kumar K.V
2021-06-30
mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge
Christophe Leroy
2021-04-30
x86: inline huge vmap supported functions
Nicholas Piggin
2021-01-05
x86/mm: Fix leak of pmd ptlock
Dan Williams
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
[next]