summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorLines
10 daysx86/numa: Store extra copy of numa_nodes_parsedPeter Zijlstra-0/+10
2026-02-23x86/bug: Handle __WARN_printf() trap in early_fixup_exception()Hou Wenlong-5/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-5/+5
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-14/+9
2026-02-10Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+0
2026-02-10Merge tag 'x86_cleanups_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-15/+2
2026-01-26mm, arch: consolidate hugetlb CMA reservationMike Rapoport (Microsoft)-0/+8
2026-01-26arch, mm: consolidate initialization of SPARSE memory modelMike Rapoport (Microsoft)-3/+0
2026-01-26arch, mm: consolidate initialization of nodes, zones and memory mapMike Rapoport (Microsoft)-14/+0
2026-01-26x86: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)-5/+9
2026-01-22x86: make page fault handling disable interrupts properlyCedric Xing-10/+5
2026-01-19Merge tag 'v6.19-rc6' into tip-x86-cleanupsBorislav Petkov (AMD)-6/+6
2026-01-16x86/mm: Hide mm_free_global_asid() definition under CONFIG_BROADCAST_TLB_FLUSHHou Wenlong-2/+2
2026-01-16Merge tag 'cxl-fixes-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+5
2026-01-13x86/crash: Use set_memory_p() instead of __set_memory_prot()Coiby Xu-13/+0
2026-01-12x86/paravirt: Remove not needed includes of paravirt.hJuergen Gross-1/+0
2026-01-11treewide: Update email addressThomas Gleixner-1/+1
2026-01-05x86/kaslr: Recognize all ZONE_DEVICE users as physaddr consumersDan Williams-5/+5
2025-12-05Merge tag 'soc-drivers-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-10/+10
2025-12-02Merge tag 'x86_misc_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+5
2025-12-02Merge tag 'x86_mm_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-11/+0
2025-12-02Merge tag 'x86_cleanups_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+0
2025-11-27Merge tag 'cache-for-v6.19' of https://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann-1/+1
2025-11-27x86/mm: Delete disabled debug codeBrendan Jackman-3/+0
2025-11-17memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()Yicong Yang-1/+1
2025-11-17memregion: Drop unused IORES_DESC_* parameter from cpu_cache_invalidate_memre...Jonathan Cameron-1/+1
2025-11-16x86/mm: use pagetable_free()Lu Baolu-2/+2
2025-11-16x86/mm: use 'ptdesc' when freeing PMD pagesDave Hansen-6/+6
2025-11-16drivers/base/node: fold register_node() into register_one_node()Donet Tom-2/+2
2025-11-12x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possibleSean Christopherson-3/+5
2025-11-12x86/mm: Drop unnecessary export of "ptdump_walk_pgd_level_debugfs"Sean Christopherson-1/+0
2025-10-24x86/mm: Unify __phys_addr_symbol()Brendan Jackman-11/+0
2025-10-13x86/mm: Fix SMP ordering in switch_mm_irqs_off()Ingo Molnar-2/+22
2025-10-13x86/mm: Fix overflow in __cpa_addr()Rik van Riel-1/+1
2025-10-04Merge tag 'x86_mm_for_6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-13/+7
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-10/+11
2025-09-21x86: stop calling page_address() in free_pages()Vishal Moola (Oracle)-1/+1
2025-09-21mm: constify arch_pick_mmap_layout() for improved const-correctnessMax Kellermann-3/+3
2025-09-21kasan: call kasan_init_generic in kasan_initSabyrzhan Tasbolatov-1/+1
2025-09-16Merge branch 'x86/urgent' into x86/apic, to resolve conflictIngo Molnar-0/+18
2025-09-13mm, x86/mm: move creating the tlb_flush event back to x86 codeSteven Rostedt-0/+1
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)-3/+3
2025-09-13mm: convert arch-specific code to mm_flags_*() accessorsLorenzo Stoakes-2/+2
2025-09-03x86/boot: Create a confined code area for startup codeArd Biesheuvel-3/+3
2025-09-03x86/sev: Avoid global variable to store virtual address of SVSM areaArd Biesheuvel-6/+0
2025-08-27x86/mm/64: define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings()Harry Yoo-0/+18
2025-08-22x86/mm: Change cpa_flush() to call flush_kernel_range() directlyYu-cheng Yu-13/+7
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-7/+17