summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2024-08-07x86/mm: Fix PTI for i386 some moreThomas Gleixner1-16/+29
2024-08-01x86/mm: Fix pti_clone_entry_text() for i386Peter Zijlstra1-1/+1
2024-08-01x86/mm: Fix pti_clone_pgtable() alignment assumptionPeter Zijlstra1-3/+3
2024-07-28minmax: add a few more MIN_T/MAX_T usersLinus Torvalds1-1/+1
2024-07-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-16/+2
2024-07-16Merge tag 'x86_sev_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+7
2024-07-16Merge tag 'x86_cc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-27/+145
2024-07-04arch/x86: do not explicitly clear Reserved flag in free_pagetableOscar Salvador1-2/+0
2024-07-04mm: drop leftover comment references to pxx_huge()Peter Xu1-2/+2
2024-07-04mm/mm_init: use node's number of cpus in deferred_page_init_max_threadsEric Chanudet1-12/+0
2024-06-17x86/mm: Introduce kernel_ident_mapping_free()Kirill A. Shutemov1-0/+73
2024-06-17x86/mm: Do not zap page table entries mapping unaccepted memory table during ...Ashish Kalra1-4/+12
2024-06-17x86/tdx: Convert shared memory back to private on kexecKirill A. Shutemov1-3/+39
2024-06-17x86/mm: Return correct level from lookup_address() if pte is noneKirill A. Shutemov1-11/+10
2024-06-17x86/mm: Make x86_platform.guest.enc_status_change_*() return an errorKirill A. Shutemov2-9/+11
2024-06-11x86/sev: Use kernel provided SVSM Calling AreasTom Lendacky1-1/+7
2024-06-06x86/mm/numa: Use NUMA_NO_NODE when calling memblock_set_node()Jan Beulich1-3/+3
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-93/+50
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2024-05-16Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+29
2024-05-14Merge tag 'acpi-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-2/+2
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)1-0/+29
2024-05-14Merge tag 'x86-mm-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-17/+58
2024-05-14Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-10/+6
2024-05-14Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+0
2024-05-09kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-1/+1
2024-05-07mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts1-0/+2
2024-05-07x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()Robert Richter1-2/+2
2024-05-06mm: pass VMA instead of MM to follow_pte()David Hildenbrand1-4/+1
2024-05-01x86/mm: Remove broken vsyscall emulation code from the page fault codeLinus Torvalds1-32/+1
2024-04-29x86/sev: Add callback to apply RMP table fixups for kexecAshish Kalra1-0/+7
2024-04-29x86/mm: Switch to new Intel CPU model definesTony Luck1-10/+6
2024-04-26x86: mm: accelerate pagefault when badaccessKefeng Wang1-9/+14
2024-04-26treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe1-5/+2
2024-04-26mm: switch mm->get_unmapped_area() to a flagRick Edgecombe2-3/+3
2024-04-26mm: move follow_phys to arch/x86/mm/pat/memtype.cChristoph Hellwig1-1/+28
2024-04-26x86: remove unneeded memblock_find_dma_reserve()Baoquan He1-47/+0
2024-04-26fix missing vmalloc.h includesKent Overstreet2-0/+2
2024-04-26mm/treewide: remove pXd_huge()Peter Xu1-16/+0
2024-04-26mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu1-2/+2
2024-04-26mm/x86: change pXd_huge() behavior to exclude swap entriesPeter Xu1-14/+4
2024-04-14x86/pat: Fix W^X violation false-positives when running as Xen PV guestJuergen Gross1-8/+18
2024-04-14x86/pat: Restructure _lookup_address_cpa()Juergen Gross1-4/+7
2024-04-14x86/mm: Use lookup_address_in_pgd_attr() in show_fault_oops()Juergen Gross1-3/+4
2024-04-14x86/pat: Introduce lookup_address_in_pgd_attr()Juergen Gross1-3/+30
2024-04-06Merge branch 'linus' into x86/urgent, to pick up dependent commitIngo Molnar1-14/+35
2024-04-05x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand1-14/+35
2024-04-04x86/extable: Remove unused fixup type EX_TYPE_COPYTong Tiangen1-9/+0
2024-04-04x86/numa/32: Include missing <asm/pgtable_areas.h>Arnd Bergmann1-0/+1
2024-03-26x86/sev: Skip ROM range scans and validation for SEV-SNP guestsKevin Loughlin1-0/+18