aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2024-06-06x86/mm/numa: Use NUMA_NO_NODE when calling memblock_set_node()Gravatar Jan Beulich 1-3/+3
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 7-93/+50
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+1
2024-05-15Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+29
2024-05-14Merge tag 'acpi-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 1-2/+2
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESGravatar Mike Rapoport (IBM) 1-0/+29
2024-05-13Merge tag 'x86-mm-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-17/+58
2024-05-13Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-10/+6
2024-05-13Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-9/+0
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryGravatar Masahiro Yamada 1-1/+1
2024-05-07mm: fix race between __split_huge_pmd_locked() and GUP-fastGravatar Ryan Roberts 1-0/+2
2024-05-07x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()Gravatar Robert Richter 1-2/+2
2024-05-05mm: pass VMA instead of MM to follow_pte()Gravatar David Hildenbrand 1-4/+1
2024-05-01x86/mm: Remove broken vsyscall emulation code from the page fault codeGravatar Linus Torvalds 1-32/+1
2024-04-29x86/sev: Add callback to apply RMP table fixups for kexecGravatar Ashish Kalra 1-0/+7
2024-04-29x86/mm: Switch to new Intel CPU model definesGravatar Tony Luck 1-10/+6
2024-04-25x86: mm: accelerate pagefault when badaccessGravatar Kefeng Wang 1-9/+14
2024-04-25treewide: use initializer for struct vm_unmapped_area_infoGravatar Rick Edgecombe 1-5/+2
2024-04-25mm: switch mm->get_unmapped_area() to a flagGravatar Rick Edgecombe 2-3/+3
2024-04-25mm: move follow_phys to arch/x86/mm/pat/memtype.cGravatar Christoph Hellwig 1-1/+28
2024-04-25x86: remove unneeded memblock_find_dma_reserve()Gravatar Baoquan He 1-47/+0
2024-04-25fix missing vmalloc.h includesGravatar Kent Overstreet 2-0/+2
2024-04-25mm/treewide: remove pXd_huge()Gravatar Peter Xu 1-16/+0
2024-04-25mm/treewide: replace pXd_huge() with pXd_leaf()Gravatar Peter Xu 1-2/+2
2024-04-25mm/x86: change pXd_huge() behavior to exclude swap entriesGravatar Peter Xu 1-14/+4
2024-04-14x86/pat: Fix W^X violation false-positives when running as Xen PV guestGravatar Juergen Gross 1-8/+18
2024-04-14x86/pat: Restructure _lookup_address_cpa()Gravatar Juergen Gross 1-4/+7
2024-04-14x86/mm: Use lookup_address_in_pgd_attr() in show_fault_oops()Gravatar Juergen Gross 1-3/+4
2024-04-14x86/pat: Introduce lookup_address_in_pgd_attr()Gravatar Juergen Gross 1-3/+30
2024-04-06Merge branch 'linus' into x86/urgent, to pick up dependent commitGravatar Ingo Molnar 1-14/+35
2024-04-05x86/mm/pat: fix VM_PAT handling in COW mappingsGravatar David Hildenbrand 1-14/+35
2024-04-04x86/extable: Remove unused fixup type EX_TYPE_COPYGravatar Tong Tiangen 1-9/+0
2024-04-04x86/numa/32: Include missing <asm/pgtable_areas.h>Gravatar Arnd Bergmann 1-0/+1
2024-03-26x86/sev: Skip ROM range scans and validation for SEV-SNP guestsGravatar Kevin Loughlin 1-0/+18
2024-03-25Revert "x86/mm/ident_map: Use gbpages only where full GB page should be mapped."Gravatar Ingo Molnar 1-18/+5
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 11-69/+70
2024-03-12Merge branch 'linus' into x86/boot, to resolve conflictGravatar Ingo Molnar 11-70/+156
2024-03-11Merge tag 'x86_mm_for_6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 2-19/+27
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 5-12/+12
2024-03-11Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-51/+50
2024-03-11Merge tag 'x86_mtrr_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-6/+3
2024-03-11Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-1/+82
2024-03-11Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-22/+12
2024-03-08x86/sev: Disable KMSAN for memory encryption TUsGravatar Changbin Du 1-0/+1
2024-03-06mm/treewide: replace pud_large() with pud_leaf()Gravatar Peter Xu 8-12/+12
2024-03-06mm/treewide: replace pmd_large() with pmd_leaf()Gravatar Peter Xu 8-17/+17
2024-03-06mm/x86: replace pgd_large() with pgd_leaf()Gravatar Peter Xu 1-1/+1
2024-03-06mm/x86: replace p4d_large() with p4d_leaf()Gravatar Peter Xu 4-6/+6
2024-03-04x86/mm: always pass NULL as the first argument of switch_mm_irqs_off()Gravatar Yosry Ahmed 1-1/+1
2024-03-04x86/mm: further clarify switch_mm_irqs_off() documentationGravatar Yosry Ahmed 1-4/+4