aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pgtable.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+4
2025-05-17x86/mm/64: Make 5-level paging support unconditionalKirill A. Shutemov1-1/+1
2025-05-15x86/mm: Fix kernel-doc descriptions of various pgtable methodsShivank Garg1-19/+31
2025-05-13Merge branch 'x86/mm' into x86/core, to resolve conflictsIngo Molnar1-87/+16
2025-05-11x86: pgtable: always use pte_free_kernel()Kevin Brodsky1-4/+3
2025-05-11mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky1-1/+1
2025-05-04x86/boot: Add a bunch of PIC aliasesArd Biesheuvel1-0/+1
2025-04-23x86/mm: Fix _pgd_alloc() for Xen PV modeJuergen Gross1-2/+2
2025-04-17x86/mm: Remove duplicated PMD preallocation macroDave Hansen1-3/+1
2025-04-17x86/mm: Preallocate all PAE page tablesDave Hansen1-9/+3
2025-04-17x86/mm: Fix up comments around PMD preallocationDave Hansen1-4/+5
2025-04-17x86/mm: Simplify PAE PGD sharing macrosDave Hansen1-8/+3
2025-04-17x86/mm: Always "broadcast" PMD setting operationsDave Hansen1-8/+3
2025-04-17x86/mm: Always allocate a whole page for PAE PGDsDave Hansen1-58/+4
2025-04-01x86: pgtable: convert to use tlb_remove_ptdesc()Qi Zheng1-4/+4
2025-02-27x86/mm: Drop support for CONFIG_HIGHPTEArnd Bergmann1-26/+1
2025-02-21x86/mm: Make MMU_GATHER_RCU_TABLE_FREE unconditionalRik van Riel1-23/+4
2025-01-25asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky1-13/+11
2025-01-25x86: pgtable: move pagetable_dtor() to __tlb_remove_table()Qi Zheng1-12/+4
2025-01-25x86: pgtable: convert __tlb_remove_table() to use struct ptdescQi Zheng1-5/+7
2025-01-25mm: pgtable: introduce pagetable_dtor()Qi Zheng1-6/+6
2025-01-25mm: pgtable: add statistics for P4D level page tableQi Zheng1-0/+3
2025-01-13x86: mm: free page table pages by RCU instead of semi RCUQi Zheng1-1/+9
2024-09-01mm/x86: add missing pud helpersPeter Xu1-0/+12
2024-09-01mm/x86: implement arch_check_zapped_pud()Peter Xu1-0/+6
2024-07-28minmax: add a few more MIN_T/MAX_T usersLinus Torvalds1-1/+1
2024-05-07mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts1-0/+2
2024-04-25mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu1-2/+2
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2024-03-06mm/treewide: replace pud_large() with pud_leaf()Peter Xu1-1/+1
2024-03-06mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu1-1/+1
2024-01-10x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...Breno Leitao1-2/+2
2023-10-06mm: add statistics for PUD level pagetableBaolin Wang1-0/+3
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+40
2023-08-21x86: convert various functions to use ptdescsVishal Moola (Oracle)1-19/+28
2023-07-11x86/mm: Teach pte_mkwrite() about stack memoryRick Edgecombe1-0/+6
2023-07-11mm: Warn on shadow stack memory in wrong vmaRick Edgecombe1-0/+20
2023-07-11x86/mm: Start actually marking _PAGE_SAVED_DIRTYRick Edgecombe1-0/+14
2023-06-01x86/mm: Only check uniform after calling mtrr_type_lookup()Juergen Gross1-16/+8
2022-12-01mm/pgtable: Fix multiple -Wstringop-overflow warningsGustavo A. R. Silva1-9/+13
2022-09-26mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNGYu Zhao1-1/+4
2022-05-13mm: functions may simplify the use of return valuesLi kunyu1-2/+1
2022-05-13mm: avoid unnecessary flush on change_huge_pmd()Nadav Amit1-0/+10
2021-07-21Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"Jonathan Marek1-19/+15
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-1/+1
2021-06-30mm/pgtable: add stubs for {pmd/pub}_{set/clear}_hugeChristophe Leroy1-15/+19
2021-04-30x86: inline huge vmap supported functionsNicholas Piggin1-13/+0
2021-01-05x86/mm: Fix leak of pmd ptlockDan Williams1-0/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-04-26x86/tlb: Move paravirt_tlb_remove_table() to the usage siteThomas Gleixner1-0/+8