summaryrefslogtreecommitdiff
path: root/arch/x86/mm/pat
AgeCommit message (Expand)Author
2025-12-05Merge tag 'soc-drivers-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-11-27Merge tag 'cache-for-v6.19' of https://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann
2025-11-17memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()Yicong Yang
2025-11-17memregion: Drop unused IORES_DESC_* parameter from cpu_cache_invalidate_memre...Jonathan Cameron
2025-11-16x86/mm: use pagetable_free()Lu Baolu
2025-11-12x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possibleSean Christopherson
2025-10-13x86/mm: Fix overflow in __cpa_addr()Rik van Riel
2025-10-04Merge tag 'x86_mm_for_6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)
2025-08-22x86/mm: Change cpa_flush() to call flush_kernel_range() directlyYu-cheng Yu
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple
2025-06-11x86/mm/pat: don't collapse pages without PSE setJuergen Gross
2025-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-26Merge tag 'x86-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-05-22x86/mm/pat: inline memtype_match() into memtype_erase()David Hildenbrand
2025-05-22x86/mm/pat: remove MEMTYPE_*_MATCHDavid Hildenbrand
2025-05-22x86/mm/pat: remove strict_prot parameter from reserve_pfn_range()David Hildenbrand
2025-05-22x86/mm/pat: remove old pfnmap tracking interfaceDavid Hildenbrand
2025-05-22mm: introduce pfnmap_track() and pfnmap_untrack() and use them for memremapDavid Hildenbrand
2025-05-22mm: convert track_pfn_insert() to pfnmap_setup_cachemode*()David Hildenbrand
2025-05-22x86/mm/pat: factor out setting cachemode into pgprot_set_cachemode()David Hildenbrand
2025-05-21Revert "x86/mm: Remove unused __set_memory_prot()"Coiby Xu
2025-05-14x86/mm/pat: Fix W=1 build kernel-doc warningShivank Garg
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar
2025-05-01x86/devmem: Remove duplicate range_is_allowed() definitionDan Williams
2025-04-17x86/mm: Always "broadcast" PMD setting operationsDave Hansen
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar
2025-04-02Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2025-03-25x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()David Hildenbrand
2025-03-19x86/mm/pat: Replace Intel x86_model checks with VFM onesSohil Mehta
2025-03-04Merge branch 'x86/headers' into x86/core, to pick up dependent commitsIngo Molnar
2025-02-28x86/mm: Remove unused __set_memory_prot()Kevin Brodsky
2025-02-27x86/mm: Clear _PAGE_DIRTY for kernel mappings when we clear _PAGE_RWMatthew Wilcox (Oracle)
2025-02-26cxl: Add mce notifier to emit aliased address for extended linear cacheDave Jiang
2025-02-21x86/pat: Fix W=1 build warning when the within_inclusive() function is unusedAndy Shevchenko
2025-02-03x86/mm/pat: restore large ROX pages after fragmentationKirill A. Shutemov
2025-02-03x86/mm/pat: drop duplicate variable in cpa_flush()Mike Rapoport (Microsoft)
2025-02-03x86/mm/pat: cpa-test: fix length for CPA_ARRAY testMike Rapoport (Microsoft)
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