index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
pat
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-05
Merge tag 'soc-drivers-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2025-11-27
Merge tag 'cache-for-v6.19' of https://git.kernel.org/pub/scm/linux/kernel/gi...
Arnd Bergmann
1
-1
/
+1
2025-11-17
memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()
Yicong Yang
1
-1
/
+1
2025-11-17
memregion: Drop unused IORES_DESC_* parameter from cpu_cache_invalidate_memre...
Jonathan Cameron
1
-1
/
+1
2025-11-16
x86/mm: use pagetable_free()
Lu Baolu
1
-1
/
+1
2025-11-12
x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possible
Sean Christopherson
1
-1
/
+2
2025-10-13
x86/mm: Fix overflow in __cpa_addr()
Rik van Riel
1
-1
/
+1
2025-10-04
Merge tag 'x86_mm_for_6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-13
/
+7
2025-09-13
mm: introduce memdesc_flags_t
Matthew Wilcox (Oracle)
1
-3
/
+3
2025-08-22
x86/mm: Change cpa_flush() to call flush_kernel_range() directly
Yu-cheng Yu
1
-13
/
+7
2025-07-09
mm: remove callers of pfn_t functionality
Alistair Popple
1
-1
/
+0
2025-06-11
x86/mm/pat: don't collapse pages without PSE set
Juergen Gross
1
-0
/
+3
2025-05-31
Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+13
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-226
/
+31
2025-05-26
Merge tag 'x86-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2025-05-22
x86/mm/pat: inline memtype_match() into memtype_erase()
David Hildenbrand
1
-23
/
+10
2025-05-22
x86/mm/pat: remove MEMTYPE_*_MATCH
David Hildenbrand
1
-38
/
+6
2025-05-22
x86/mm/pat: remove strict_prot parameter from reserve_pfn_range()
David Hildenbrand
1
-9
/
+3
2025-05-22
x86/mm/pat: remove old pfnmap tracking interface
David Hildenbrand
1
-147
/
+0
2025-05-22
mm: introduce pfnmap_track() and pfnmap_untrack() and use them for memremap
David Hildenbrand
1
-0
/
+14
2025-05-22
mm: convert track_pfn_insert() to pfnmap_setup_cachemode*()
David Hildenbrand
1
-16
/
+8
2025-05-22
x86/mm/pat: factor out setting cachemode into pgprot_set_cachemode()
David Hildenbrand
1
-18
/
+15
2025-05-21
Revert "x86/mm: Remove unused __set_memory_prot()"
Coiby Xu
1
-0
/
+13
2025-05-14
x86/mm/pat: Fix W=1 build kernel-doc warning
Shivank Garg
1
-0
/
+1
2025-05-13
Merge branch 'x86/msr' into x86/core, to resolve conflicts
Ingo Molnar
1
-2
/
+2
2025-05-01
x86/devmem: Remove duplicate range_is_allowed() definition
Dan Williams
1
-27
/
+4
2025-04-17
x86/mm: Always "broadcast" PMD setting operations
Dave Hansen
1
-2
/
+2
2025-04-10
x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'
Ingo Molnar
1
-1
/
+1
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
1
-1
/
+1
2025-04-02
Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
1
-0
/
+1
2025-03-25
x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()
David Hildenbrand
1
-24
/
+28
2025-03-19
x86/mm/pat: Replace Intel x86_model checks with VFM ones
Sohil Mehta
1
-3
/
+3
2025-03-04
Merge branch 'x86/headers' into x86/core, to pick up dependent commits
Ingo Molnar
1
-13
/
+0
2025-02-28
x86/mm: Remove unused __set_memory_prot()
Kevin Brodsky
1
-13
/
+0
2025-02-27
x86/mm: Clear _PAGE_DIRTY for kernel mappings when we clear _PAGE_RW
Matthew Wilcox (Oracle)
1
-3
/
+3
2025-02-26
cxl: Add mce notifier to emit aliased address for extended linear cache
Dave Jiang
1
-0
/
+1
2025-02-21
x86/pat: Fix W=1 build warning when the within_inclusive() function is unused
Andy Shevchenko
1
-2
/
+2
2025-02-03
x86/mm/pat: restore large ROX pages after fragmentation
Kirill A. Shutemov
1
-4
/
+213
2025-02-03
x86/mm/pat: drop duplicate variable in cpa_flush()
Mike Rapoport (Microsoft)
1
-2
/
+1
2025-02-03
x86/mm/pat: cpa-test: fix length for CPA_ARRAY test
Mike Rapoport (Microsoft)
1
-1
/
+1
2025-01-08
hyperv: Clean up unnecessary #includes
Nuno Das Neves
1
-2
/
+0
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-2
/
+2
2024-11-07
arch: introduce set_direct_map_valid_noflush()
Mike Rapoport (Microsoft)
1
-0
/
+8
2024-09-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-26
/
+10
2024-09-17
mm/x86/pat: use the new follow_pfnmap API
Peter Xu
1
-10
/
+7
2024-09-03
x86: remove PG_uncached
Matthew Wilcox (Oracle)
1
-4
/
+4
2024-08-22
x86/cpu: KVM: Move macro to encode PAT value to common header
Sean Christopherson
1
-10
/
+3
2024-08-22
x86/cpu: KVM: Add common defines for architectural memory types (PAT, MTRRs, ...
Sean Christopherson
1
-21
/
+12
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
[next]