aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pat/set_memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-13x86/mm: Fix overflow in __cpa_addr()Rik van Riel1-1/+1
2025-08-22x86/mm: Change cpa_flush() to call flush_kernel_range() directlyYu-cheng Yu1-13/+7
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/...Linus Torvalds1-0/+13
2025-05-21Revert "x86/mm: Remove unused __set_memory_prot()"Coiby Xu1-0/+13
2025-04-17x86/mm: Always "broadcast" PMD setting operationsDave Hansen1-2/+2
2025-04-02Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds1-0/+1
2025-03-04Merge branch 'x86/headers' into x86/core, to pick up dependent commitsIngo Molnar1-13/+0
2025-02-28x86/mm: Remove unused __set_memory_prot()Kevin Brodsky1-13/+0
2025-02-27x86/mm: Clear _PAGE_DIRTY for kernel mappings when we clear _PAGE_RWMatthew Wilcox (Oracle)1-3/+3
2025-02-26cxl: Add mce notifier to emit aliased address for extended linear cacheDave Jiang1-0/+1
2025-02-21x86/pat: Fix W=1 build warning when the within_inclusive() function is unusedAndy Shevchenko1-2/+2
2025-02-03x86/mm/pat: restore large ROX pages after fragmentationKirill A. Shutemov1-4/+213
2025-02-03x86/mm/pat: drop duplicate variable in cpa_flush()Mike Rapoport (Microsoft)1-2/+1
2025-01-08hyperv: Clean up unnecessary #includesNuno Das Neves1-2/+0
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-2/+2
2024-11-07arch: introduce set_direct_map_valid_noflush()Mike Rapoport (Microsoft)1-0/+8
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2024-07-03mm: drop leftover comment references to pxx_huge()Peter Xu1-2/+2
2024-06-17x86/tdx: Convert shared memory back to private on kexecKirill A. Shutemov1-3/+39
2024-06-17x86/mm: Return correct level from lookup_address() if pte is noneKirill A. Shutemov1-11/+10
2024-06-17x86/mm: Make x86_platform.guest.enc_status_change_*() return an errorKirill A. Shutemov1-5/+7
2024-04-14x86/pat: Fix W^X violation false-positives when running as Xen PV guestJuergen Gross1-8/+18
2024-04-14x86/pat: Restructure _lookup_address_cpa()Juergen Gross1-4/+7
2024-04-14x86/pat: Introduce lookup_address_in_pgd_attr()Juergen Gross1-3/+30
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+7
2024-03-11Merge tag 'x86_mm_for_6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-6/+13
2024-03-06mm/treewide: replace pud_large() with pud_leaf()Peter Xu1-3/+3
2024-03-06mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu1-2/+2
2024-03-06mm/x86: replace p4d_large() with p4d_leaf()Peter Xu1-2/+2
2024-03-01x86/mm: Regularize set_memory_p() parameters and make non-staticMichael Kelley1-6/+6
2024-03-01x86/hyperv: Use slow_virt_to_phys() in page transition hypervisor callbackMichael Kelley1-4/+8
2024-02-22x86/mm/cpa: Warn for set_memory_XXcrypted() VMM failsRick Edgecombe1-6/+13
2024-01-03arch/x86: Fix typosBjorn Helgaas1-2/+2
2023-07-11x86/mm: Remove _PAGE_DIRTY from kernel RO pagesRick Edgecombe1-2/+2
2023-06-26Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-06-26Merge tag 'x86_tdx_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2023-06-07x86/mm: Remove repeated word in commentsBo Liu1-1/+1
2023-06-06x86/mm: Allow guest.enc_status_change_prepare() to failKirill A. Shutemov1-1/+2
2023-05-17procfs: consolidate arch_report_meminfo declarationArnd Bergmann1-0/+1
2023-04-25Merge tag 'x86_sev_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+0
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet1-1/+1
2023-03-27x86/hyperv: Change vTOM handling to use standard coco mechanismsMichael Kelley1-3/+0
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-34/+71
2022-12-15x86/mm: Ensure forced page table splittingDave Hansen1-1/+2
2022-12-15x86/mm: Rename __change_page_attr_set_clr(.checkalias)Peter Zijlstra1-4/+4
2022-12-15x86/mm: Inhibit _PAGE_NX changes from cpa_process_alias()Peter Zijlstra1-5/+23
2022-12-15x86/mm: Untangle __change_page_attr_set_clr(.checkalias)Peter Zijlstra1-19/+11
2022-12-15x86/mm: Add a few commentsPeter Zijlstra1-0/+20
2022-12-15x86/mm: Remove P*D_PAGE_MASK and P*D_PAGE_SIZE macrosPasha Tatashin1-3/+3