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