summaryrefslogtreecommitdiff
path: root/arch/x86/mm/pgtable.c
AgeCommit message (Expand)Author
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
2020-04-23x86/mm: Cleanup pgprot_4k_2_large() and pgprot_large_2_4k()Christoph Hellwig
2019-10-11x86/mm: Use the correct function type for native_set_fixmap()Sami Tolvanen
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport
2019-07-12asm-generic, x86: introduce generic pte_{alloc,free}_one[_kernel]Mike Rapoport
2019-05-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-05-05x86/mm: Initialize PGD cache during mm initializationNadav Amit
2019-04-08x86/mm: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)
2018-12-28lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon
2018-12-28x86/pgtable: drop pXd_none() checks from pXd_free_pYd_table()Will Deacon
2018-10-09x86/mm: Avoid VLA in pgd_alloc()Kees Cook
2018-09-20x86/mm: Expand static page table for fixmap spaceFeng Tang
2018-09-08x86/mm: Use WRITE_ONCE() when setting PTEsNadav Amit
2018-08-23x86/mm: Only use tlb_remove_table() for paravirtPeter Zijlstra
2018-08-13Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds
2018-08-02x86/mm: Remove redundant check for kmem_cache_create()Chengguang Xu
2018-07-20x86/pgtable/pae: Use separate kernel PMDs for user page-tableJoerg Roedel
2018-07-20x86/pgtable/32: Allocate 8k page-tables when PTI is enabledJoerg Roedel
2018-07-04x86/mm: Add TLB purge to free pmd/pte page interfacesToshi Kani
2018-07-04ioremap: Update pgtable free interfaces with addrChintan Pandya
2018-07-04x86/mm: Disable ioremap free page handling on x86-PAEToshi Kani
2018-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-06-07mm: add pt_mm to struct pageMatthew Wilcox
2018-06-06x86/mm: Decouple dynamic __PHYSICAL_MASK from AMD SMEKirill A. Shutemov
2018-04-12x86/pgtable: Don't set huge PUD/PMD on non-leaf entriesJoerg Roedel
2018-04-12x86/mm: Do not auto-massage page protectionsDave Hansen
2018-03-22x86/mm: implement free pmd/pte page interfacesToshi Kani