aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/mm/pat
AgeCommit message (Expand)AuthorFilesLines
2026-08-18Merge tag 'x86_cpu_for_v7.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2026-08-05x86/mm: Fix and document DEBUG_PAGEALLOCPeter Zijlstra1-22/+58
2026-08-05x86/mm: Use guard() for pgd_lockPeter Zijlstra1-23/+11
2026-08-05x86/mm: Use guard() in cpa_collapse_large_pages()Peter Zijlstra1-6/+2
2026-07-15x86/mm/pat: Take cpa_lock around large-page collapseDenis V. Lunev1-1/+7
2026-07-15x86/mm/pat: Don't gate cpa_lock on debug_pagealloc_enabled()Mike Rapoport (Microsoft)1-12/+7
2026-07-13x86/mm/pat: Convert collapse_pmd_page() to ptdescsVishal Moola1-3/+3
2026-07-13x86/mm/pat: Convert __set_pmd_pte() to ptdescsVishal Moola1-3/+3
2026-07-13x86/mm/pat: Use IS_ENABLED() instead of ifdefVishal Moola1-3/+2
2026-07-06x86/cpu: Hide and rename static_cpu_has()Borislav Petkov (AMD)1-1/+1
2026-04-24x86/mm: Revert INVLPGB optimization for set_memory codeDave Hansen1-7/+13
2026-03-04x86/mm/pat: Convert split_large_page() to use ptdescsVishal Moola (Oracle)1-6/+7
2026-03-04x86/mm/pat: Convert populate_pgd() to use page table apisVishal Moola (Oracle)1-2/+10
2026-03-04x86/mm/pat: Convert pmd code to use page table apisVishal Moola (Oracle)1-2/+6
2026-03-04x86/mm/pat: Convert pte code to use page table apisVishal Moola (Oracle)1-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-01-13x86/crash: Use set_memory_p() instead of __set_memory_prot()Coiby Xu1-13/+0
2025-12-05Merge tag 'soc-drivers-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2025-11-27Merge tag 'cache-for-v6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux into soc/drivers-lateArnd Bergmann1-1/+1
2025-11-17memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()Yicong Yang1-1/+1
2025-11-17memregion: Drop unused IORES_DESC_* parameter from cpu_cache_invalidate_memregion()Jonathan Cameron1-1/+1
2025-11-16x86/mm: use pagetable_free()Lu Baolu1-1/+1
2025-11-12x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possibleSean Christopherson1-1/+2
2025-10-13x86/mm: Fix overflow in __cpa_addr()Rik van Riel1-1/+1
2025-10-04Merge tag 'x86_mm_for_6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+7
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)1-3/+3
2025-08-22x86/mm: Change cpa_flush() to call flush_kernel_range() directlyYu-cheng Yu1-13/+7
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple1-1/+0
2025-06-11x86/mm/pat: don't collapse pages without PSE setJuergen Gross1-0/+3
2025-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+13
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-225/+30
2025-05-26Merge tag 'x86-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2025-05-22x86/mm/pat: inline memtype_match() into memtype_erase()David Hildenbrand1-22/+9
2025-05-22x86/mm/pat: remove MEMTYPE_*_MATCHDavid Hildenbrand1-38/+6
2025-05-22x86/mm/pat: remove strict_prot parameter from reserve_pfn_range()David Hildenbrand1-9/+3
2025-05-22x86/mm/pat: remove old pfnmap tracking interfaceDavid Hildenbrand1-147/+0
2025-05-22mm: introduce pfnmap_track() and pfnmap_untrack() and use them for memremapDavid Hildenbrand1-0/+14
2025-05-22mm: convert track_pfn_insert() to pfnmap_setup_cachemode*()David Hildenbrand1-16/+8
2025-05-22x86/mm/pat: factor out setting cachemode into pgprot_set_cachemode()David Hildenbrand1-18/+15
2025-05-21Revert "x86/mm: Remove unused __set_memory_prot()"Coiby Xu1-0/+13
2025-05-14x86/mm/pat: Fix W=1 build kernel-doc warningShivank Garg1-0/+1
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar1-2/+2
2025-05-01x86/devmem: Remove duplicate range_is_allowed() definitionDan Williams1-27/+4
2025-04-17x86/mm: Always "broadcast" PMD setting operationsDave Hansen1-2/+2
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar1-1/+1
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar1-1/+1
2025-04-02Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+1
2025-03-25x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()David Hildenbrand1-24/+28