summaryrefslogtreecommitdiff
path: root/arch/x86/mm/pgtable.c
AgeCommit message (Expand)Author
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-17x86/mm/64: Make 5-level paging support unconditionalKirill A. Shutemov
2025-05-15x86/mm: Fix kernel-doc descriptions of various pgtable methodsShivank Garg
2025-05-13Merge branch 'x86/mm' into x86/core, to resolve conflictsIngo Molnar
2025-05-11x86: pgtable: always use pte_free_kernel()Kevin Brodsky
2025-05-11mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky
2025-05-04x86/boot: Add a bunch of PIC aliasesArd Biesheuvel
2025-04-23x86/mm: Fix _pgd_alloc() for Xen PV modeJuergen Gross
2025-04-17x86/mm: Remove duplicated PMD preallocation macroDave Hansen
2025-04-17x86/mm: Preallocate all PAE page tablesDave Hansen
2025-04-17x86/mm: Fix up comments around PMD preallocationDave Hansen
2025-04-17x86/mm: Simplify PAE PGD sharing macrosDave Hansen
2025-04-17x86/mm: Always "broadcast" PMD setting operationsDave Hansen
2025-04-17x86/mm: Always allocate a whole page for PAE PGDsDave Hansen
2025-04-01x86: pgtable: convert to use tlb_remove_ptdesc()Qi Zheng
2025-02-27x86/mm: Drop support for CONFIG_HIGHPTEArnd Bergmann
2025-02-21x86/mm: Make MMU_GATHER_RCU_TABLE_FREE unconditionalRik van Riel
2025-01-25asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky
2025-01-25x86: pgtable: move pagetable_dtor() to __tlb_remove_table()Qi Zheng
2025-01-25x86: pgtable: convert __tlb_remove_table() to use struct ptdescQi Zheng
2025-01-25mm: pgtable: introduce pagetable_dtor()Qi Zheng
2025-01-25mm: pgtable: add statistics for P4D level page tableQi Zheng
2025-01-13x86: mm: free page table pages by RCU instead of semi RCUQi Zheng
2024-09-01mm/x86: add missing pud helpersPeter Xu
2024-09-01mm/x86: implement arch_check_zapped_pud()Peter Xu
2024-07-28minmax: add a few more MIN_T/MAX_T usersLinus Torvalds
2024-05-07mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts
2024-04-25mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-06mm/treewide: replace pud_large() with pud_leaf()Peter Xu
2024-03-06mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu
2024-01-10x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...Breno Leitao
2023-10-06mm: add statistics for PUD level pagetableBaolin Wang
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-21x86: convert various functions to use ptdescsVishal Moola (Oracle)
2023-07-11x86/mm: Teach pte_mkwrite() about stack memoryRick Edgecombe
2023-07-11mm: Warn on shadow stack memory in wrong vmaRick Edgecombe
2023-07-11x86/mm: Start actually marking _PAGE_SAVED_DIRTYRick Edgecombe
2023-06-01x86/mm: Only check uniform after calling mtrr_type_lookup()Juergen Gross
2022-12-01mm/pgtable: Fix multiple -Wstringop-overflow warningsGustavo A. R. Silva
2022-09-26mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNGYu Zhao
2022-05-13mm: functions may simplify the use of return valuesLi kunyu
2022-05-13mm: avoid unnecessary flush on change_huge_pmd()Nadav Amit
2021-07-21Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"Jonathan Marek
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V
2021-06-30mm/pgtable: add stubs for {pmd/pub}_{set/clear}_hugeChristophe Leroy
2021-04-30x86: inline huge vmap supported functionsNicholas Piggin
2021-01-05x86/mm: Fix leak of pmd ptlockDan Williams
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-04-26x86/tlb: Move paravirt_tlb_remove_table() to the usage siteThomas Gleixner