summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2025-06-18x86/mm: Disable INVLPGB when PTI is enabledDave Hansen1-0/+5
2025-06-11Revert "mm/execmem: Unify early execmem_cache behaviour"Mike Rapoport (Microsoft)2-6/+0
2025-06-11x86/mm/pat: don't collapse pages without PSE setJuergen Gross1-0/+3
2025-06-01Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+13
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-242/+117
2025-05-27Merge tag 'x86-debug-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+1
2025-05-27Merge tag 'x86-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2025-05-23x86/mm/pat: inline memtype_match() into memtype_erase()David Hildenbrand1-23/+10
2025-05-23x86/mm/pat: remove MEMTYPE_*_MATCHDavid Hildenbrand1-38/+6
2025-05-23x86/mm/pat: remove strict_prot parameter from reserve_pfn_range()David Hildenbrand1-9/+3
2025-05-23x86/mm/pat: remove old pfnmap tracking interfaceDavid Hildenbrand1-147/+0
2025-05-23mm: introduce pfnmap_track() and pfnmap_untrack() and use them for memremapDavid Hildenbrand1-0/+14
2025-05-23mm: convert track_pfn_insert() to pfnmap_setup_cachemode*()David Hildenbrand1-16/+8
2025-05-23x86/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-21Merge tag 'v6.15-rc7' into x86/core, to pick up fixesIngo Molnar1-1/+1
2025-05-17Merge tag 'x86-urgent-2025-05-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2025-05-17x86/mm/64: Make 5-level paging support unconditionalKirill A. Shutemov2-5/+1
2025-05-17x86/mm/64: Make SPARSEMEM_VMEMMAP the only memory modelKirill A. Shutemov1-8/+1
2025-05-16x86/mm: Remove duplicated word in warning messageLukas Bulwahn1-1/+1
2025-05-16x86/tracing, x86/mm: Move page fault tracepoints to genericNam Cao2-3/+1
2025-05-16x86/tracing, x86/mm: Remove redundant trace_pagefault_keyNam Cao1-3/+0
2025-05-15x86/mm: Fix kernel-doc descriptions of various pgtable methodsShivank Garg1-19/+31
2025-05-14x86/mm/pat: Fix W=1 build kernel-doc warningShivank Garg1-0/+1
2025-05-13Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflictsIngo Molnar2-0/+6
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar2-3/+4
2025-05-13Merge branch 'x86/mm' into x86/core, to resolve conflictsIngo Molnar14-244/+71
2025-05-13Merge branch 'x86/fpu' into x86/core, to merge dependent commitsIngo Molnar1-1/+1
2025-05-13Merge branch 'x86/cpu' into x86/core, to resolve conflictsIngo Molnar2-2/+2
2025-05-13Merge branch 'x86/boot' into x86/core, to merge dependent commitsIngo Molnar4-575/+3
2025-05-13Merge branch 'x86/alternatives' into x86/core, to merge dependent commitsIngo Molnar2-17/+84
2025-05-13mm, x86: use for_each_valid_pfn() from __ioremap_check_ram()David Woodhouse1-4/+3
2025-05-12x86: pgtable: always use pte_free_kernel()Kevin Brodsky1-4/+3
2025-05-12mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky1-1/+1
2025-05-12mm/ptdump: split effective_prot() into level specific callbacksAnshuman Khandual1-1/+31
2025-05-12mm/ptdump: split note_page() into level specific callbacksAnshuman Khandual1-1/+38
2025-05-12x86: probe memory block size advisement value during mm initGregory Price1-5/+10
2025-05-12Merge tag 'its-for-linus-20250509' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+6
2025-05-09mm/execmem: Unify early execmem_cache behaviourPeter Zijlstra2-0/+6
2025-05-09x86/mm: Eliminate window where TLB flushes may be inadvertently skippedDave Hansen1-3/+19
2025-05-06x86/mm: Fix false positive warning in switch_mm_irqs_off()Peter Zijlstra2-1/+5
2025-05-06Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflictsIngo Molnar2-5/+5
2025-05-04x86/boot: Add a bunch of PIC aliasesArd Biesheuvel2-0/+3
2025-05-04Merge branch 'x86/urgent' into x86/boot, to pick up fixesIngo Molnar1-2/+2
2025-05-04Merge tag 'v6.15-rc4' into x86/fpu, to pick up fixesIngo Molnar1-2/+2
2025-05-02x86/msr: Convert __rdmsr() uses to native_rdmsrq() usesXin Li (Intel)1-2/+2
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)1-0/+1
2025-05-02Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflictsIngo Molnar2-5/+5
2025-05-01x86/devmem: Remove duplicate range_is_allowed() definitionDan Williams1-27/+4
2025-04-23x86/mm: Fix _pgd_alloc() for Xen PV modeJuergen Gross1-2/+2