index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
pat
Age
Commit message (
Expand
)
Author
2025-07-09
mm: remove callers of pfn_t functionality
Alistair Popple
2025-06-11
x86/mm/pat: don't collapse pages without PSE set
Juergen Gross
2025-05-31
Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-05-26
Merge tag 'x86-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-05-22
x86/mm/pat: inline memtype_match() into memtype_erase()
David Hildenbrand
2025-05-22
x86/mm/pat: remove MEMTYPE_*_MATCH
David Hildenbrand
2025-05-22
x86/mm/pat: remove strict_prot parameter from reserve_pfn_range()
David Hildenbrand
2025-05-22
x86/mm/pat: remove old pfnmap tracking interface
David Hildenbrand
2025-05-22
mm: introduce pfnmap_track() and pfnmap_untrack() and use them for memremap
David Hildenbrand
2025-05-22
mm: convert track_pfn_insert() to pfnmap_setup_cachemode*()
David Hildenbrand
2025-05-22
x86/mm/pat: factor out setting cachemode into pgprot_set_cachemode()
David Hildenbrand
2025-05-21
Revert "x86/mm: Remove unused __set_memory_prot()"
Coiby Xu
2025-05-14
x86/mm/pat: Fix W=1 build kernel-doc warning
Shivank Garg
2025-05-13
Merge branch 'x86/msr' into x86/core, to resolve conflicts
Ingo Molnar
2025-05-01
x86/devmem: Remove duplicate range_is_allowed() definition
Dan Williams
2025-04-17
x86/mm: Always "broadcast" PMD setting operations
Dave Hansen
2025-04-10
x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
2025-04-02
Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
2025-03-25
x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()
David Hildenbrand
2025-03-19
x86/mm/pat: Replace Intel x86_model checks with VFM ones
Sohil Mehta
2025-03-04
Merge branch 'x86/headers' into x86/core, to pick up dependent commits
Ingo Molnar
2025-02-28
x86/mm: Remove unused __set_memory_prot()
Kevin Brodsky
2025-02-27
x86/mm: Clear _PAGE_DIRTY for kernel mappings when we clear _PAGE_RW
Matthew Wilcox (Oracle)
2025-02-26
cxl: Add mce notifier to emit aliased address for extended linear cache
Dave Jiang
2025-02-21
x86/pat: Fix W=1 build warning when the within_inclusive() function is unused
Andy Shevchenko
2025-02-03
x86/mm/pat: restore large ROX pages after fragmentation
Kirill A. Shutemov
2025-02-03
x86/mm/pat: drop duplicate variable in cpa_flush()
Mike Rapoport (Microsoft)
2025-02-03
x86/mm/pat: cpa-test: fix length for CPA_ARRAY test
Mike Rapoport (Microsoft)
2025-01-08
hyperv: Clean up unnecessary #includes
Nuno Das Neves
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
2024-11-07
arch: introduce set_direct_map_valid_noflush()
Mike Rapoport (Microsoft)
2024-09-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-09-17
mm/x86/pat: use the new follow_pfnmap API
Peter Xu
2024-09-03
x86: remove PG_uncached
Matthew Wilcox (Oracle)
2024-08-22
x86/cpu: KVM: Move macro to encode PAT value to common header
Sean Christopherson
2024-08-22
x86/cpu: KVM: Add common defines for architectural memory types (PAT, MTRRs, ...
Sean Christopherson
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-07-03
mm: drop leftover comment references to pxx_huge()
Peter Xu
2024-06-17
x86/tdx: Convert shared memory back to private on kexec
Kirill A. Shutemov
2024-06-17
x86/mm: Return correct level from lookup_address() if pte is none
Kirill A. Shutemov
2024-06-17
x86/mm: Make x86_platform.guest.enc_status_change_*() return an error
Kirill A. Shutemov
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-05-05
mm: pass VMA instead of MM to follow_pte()
David Hildenbrand
2024-04-25
mm: move follow_phys to arch/x86/mm/pat/memtype.c
Christoph Hellwig
2024-04-14
x86/pat: Fix W^X violation false-positives when running as Xen PV guest
Juergen Gross
2024-04-14
x86/pat: Restructure _lookup_address_cpa()
Juergen Gross
2024-04-14
x86/pat: Introduce lookup_address_in_pgd_attr()
Juergen Gross
2024-04-05
x86/mm/pat: fix VM_PAT handling in COW mappings
David Hildenbrand
[next]