aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-13x86/mm: Fix SMP ordering in switch_mm_irqs_off()Ingo Molnar1-2/+22
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-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds5-10/+11
2025-09-21x86: stop calling page_address() in free_pages()Vishal Moola (Oracle)1-1/+1
2025-09-21mm: constify arch_pick_mmap_layout() for improved const-correctnessMax Kellermann1-3/+3
2025-09-21kasan: call kasan_init_generic in kasan_initSabyrzhan Tasbolatov1-1/+1
2025-09-16Merge branch 'x86/urgent' into x86/apic, to resolve conflictIngo Molnar1-0/+18
2025-09-13mm, x86/mm: move creating the tlb_flush event back to x86 codeSteven Rostedt1-0/+1
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)1-3/+3
2025-09-13mm: convert arch-specific code to mm_flags_*() accessorsLorenzo Stoakes1-2/+2
2025-09-03x86/boot: Create a confined code area for startup codeArd Biesheuvel1-3/+3
2025-09-03x86/sev: Avoid global variable to store virtual address of SVSM areaArd Biesheuvel1-6/+0
2025-08-27x86/mm/64: define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings()Harry Yoo1-0/+18
2025-08-22x86/mm: Change cpa_flush() to call flush_kernel_range() directlyYu-cheng Yu1-13/+7
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-7/+17
2025-08-02x86/ftrace: enable EXECMEM_ROX_CACHE for ftrace allocationsMike Rapoport (Microsoft)1-1/+8
2025-08-02x86/kprobes: enable EXECMEM_ROX_CACHE for kprobes allocationsMike Rapoport (Microsoft)1-1/+8
2025-08-02execmem: drop writable parameter from execmem_fill_trapping_insns()Mike Rapoport (Microsoft)1-6/+2
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-2/+1
2025-07-29Merge tag 'x86-fpu-2025-07-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+2
2025-07-29Merge tag 'x86_bugs_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2025-07-24x86: Handle KCOV __init vs inline mismatchesKees Cook1-1/+1
2025-07-11x86/pti: Add attack vector controls for PTIDavid Kaplan1-1/+3
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple1-1/+0
2025-07-09mm: change vm_get_page_prot() to accept vm_flags_t argumentLorenzo Stoakes1-1/+1
2025-06-25x86/fpu: Delay instruction pointer fixup until after warningDave Hansen1-3/+2
2025-06-17x86/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-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 Torvalds6-242/+117
2025-05-26Merge tag 'x86-debug-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+1
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-23/+10
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-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/kernel/git/tip/tipLinus 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