summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pgtable.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-23x86/mm: Cleanup pgprot_4k_2_large() and pgprot_large_2_4k()Christoph Hellwig1-6/+2
2019-10-11x86/mm: Use the correct function type for native_set_fixmap()Sami Tolvanen1-2/+2
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland1-1/+1
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-5/+1
2019-07-12asm-generic, x86: introduce generic pte_{alloc,free}_one[_kernel]Mike Rapoport1-24/+9
2019-05-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+6
2019-05-05x86/mm: Initialize PGD cache during mm initializationNadav Amit1-4/+6
2019-04-08x86/mm: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov1-2/+2
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-2/+2
2018-12-28lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon1-0/+8
2018-12-28x86/pgtable: drop pXd_none() checks from pXd_free_pYd_table()Will Deacon1-6/+0
2018-10-09x86/mm: Avoid VLA in pgd_alloc()Kees Cook1-2/+8
2018-09-20x86/mm: Expand static page table for fixmap spaceFeng Tang1-0/+9
2018-09-08x86/mm: Use WRITE_ONCE() when setting PTEsNadav Amit1-4/+4
2018-08-23x86/mm: Only use tlb_remove_table() for paravirtPeter Zijlstra1-4/+4
2018-08-13Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-21/+84
2018-08-02x86/mm: Remove redundant check for kmem_cache_create()Chengguang Xu1-3/+0
2018-07-20x86/pgtable/pae: Use separate kernel PMDs for user page-tableJoerg Roedel1-19/+81
2018-07-20x86/pgtable/32: Allocate 8k page-tables when PTI is enabledJoerg Roedel1-2/+3
2018-07-04x86/mm: Add TLB purge to free pmd/pte page interfacesToshi Kani1-6/+30
2018-07-04ioremap: Update pgtable free interfaces with addrChintan Pandya1-5/+7
2018-07-04x86/mm: Disable ioremap free page handling on x86-PAEToshi Kani1-0/+19
2018-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+5
2018-06-07mm: add pt_mm to struct pageMatthew Wilcox1-3/+2
2018-06-06x86/mm: Decouple dynamic __PHYSICAL_MASK from AMD SMEKirill A. Shutemov1-0/+5
2018-04-12x86/pgtable: Don't set huge PUD/PMD on non-leaf entriesJoerg Roedel1-0/+9
2018-04-12x86/mm: Do not auto-massage page protectionsDave Hansen1-0/+3
2018-03-22x86/mm: implement free pmd/pte page interfacesToshi Kani1-2/+26
2018-03-22mm/vmalloc: add interfaces to free unmapped page tableToshi Kani1-0/+24
2017-12-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+3
2017-12-23x86/mm/pti: Allocate a separate user PGDDave Hansen1-2/+3
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-13x86/paravirt: Remove no longer used paravirt functionsJuergen Gross1-6/+1
2017-08-31x86/mm: Enable RCU based page table freeing (CONFIG_HAVE_RCU_TABLE_FREE=y)Vitaly Kuznetsov1-4/+4
2017-04-04x86/mm: Add basic defines/helpers for CONFIG_X86_5LEVEL=yKirill A. Shutemov1-1/+31
2017-03-14x86/mm: Convert trivial cases of page table walk to 5-level pagingKirill A. Shutemov1-1/+3
2017-02-24mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox1-0/+31
2016-07-26arch: x86: charge page tables to kmemcgVladimir Davydov1-3/+7