summaryrefslogtreecommitdiff
path: root/arch/x86/mm/pat
AgeCommit message (Expand)Author
2025-01-08hyperv: Clean up unnecessary #includesNuno Das Neves
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-11-07arch: introduce set_direct_map_valid_noflush()Mike Rapoport (Microsoft)
2024-09-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-09-17mm/x86/pat: use the new follow_pfnmap APIPeter Xu
2024-09-03x86: remove PG_uncachedMatthew Wilcox (Oracle)
2024-08-22x86/cpu: KVM: Move macro to encode PAT value to common headerSean Christopherson
2024-08-22x86/cpu: KVM: Add common defines for architectural memory types (PAT, MTRRs, ...Sean Christopherson
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-03mm: drop leftover comment references to pxx_huge()Peter Xu
2024-06-17x86/tdx: Convert shared memory back to private on kexecKirill A. Shutemov
2024-06-17x86/mm: Return correct level from lookup_address() if pte is noneKirill A. Shutemov
2024-06-17x86/mm: Make x86_platform.guest.enc_status_change_*() return an errorKirill A. Shutemov
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-05mm: pass VMA instead of MM to follow_pte()David Hildenbrand
2024-04-25mm: move follow_phys to arch/x86/mm/pat/memtype.cChristoph Hellwig
2024-04-14x86/pat: Fix W^X violation false-positives when running as Xen PV guestJuergen Gross
2024-04-14x86/pat: Restructure _lookup_address_cpa()Juergen Gross
2024-04-14x86/pat: Introduce lookup_address_in_pgd_attr()Juergen Gross
2024-04-05x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-11Merge tag 'x86_mm_for_6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-03-11Merge tag 'x86_mtrr_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kerne...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-03-06mm/x86: replace p4d_large() with p4d_leaf()Peter Xu
2024-03-01x86/mm: Regularize set_memory_p() parameters and make non-staticMichael Kelley
2024-03-01x86/hyperv: Use slow_virt_to_phys() in page transition hypervisor callbackMichael Kelley
2024-02-22x86/mm/cpa: Warn for set_memory_XXcrypted() VMM failsRick Edgecombe
2024-02-20x86/pat: Simplify the PAT programming protocolKirill A. Shutemov
2024-01-03arch/x86: Fix typosBjorn Helgaas
2023-07-11x86/mm: Remove _PAGE_DIRTY from kernel RO pagesRick Edgecombe
2023-06-26Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-06-26Merge tag 'x86_tdx_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-07x86/mm: Remove repeated word in commentsBo Liu
2023-06-06x86/mm: Allow guest.enc_status_change_prepare() to failKirill A. Shutemov
2023-05-17procfs: consolidate arch_report_meminfo declarationArnd Bergmann
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-25Merge tag 'x86_sev_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet
2023-03-28x86/mm/pat: clear VM_PAT if copy_p4d_range failedMa Wupeng
2023-03-27x86/hyperv: Change vTOM handling to use standard coco mechanismsMichael Kelley
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-20Merge tag 'locking-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-02-14x86/mtrr: Revert 90b926e68f50 ("x86/pat: Fix pat_x_mtrr_type() for MTRR disab...Juergen Gross
2023-02-09mm: introduce __vm_flags_mod and use it in untrack_pfnSuren Baghdasaryan
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-01-26x86/PAT: Use try_cmpxchg() in set_page_memtype()Uros Bizjak
2023-01-10x86/pat: Fix pat_x_mtrr_type() for MTRR disabled caseJuergen Gross
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds