summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_sev_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-07-161-1/+7
|\
| * x86/sev: Use kernel provided SVSM Calling AreasTom Lendacky2024-06-111-1/+7
* | Merge tag 'x86_cc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-164-27/+145
|\ \
| * | x86/mm: Introduce kernel_ident_mapping_free()Kirill A. Shutemov2024-06-171-0/+73
| * | x86/mm: Do not zap page table entries mapping unaccepted memory table during ...Ashish Kalra2024-06-171-4/+12
| * | x86/tdx: Convert shared memory back to private on kexecKirill A. Shutemov2024-06-171-3/+39
| * | x86/mm: Return correct level from lookup_address() if pte is noneKirill A. Shutemov2024-06-171-11/+10
| * | x86/mm: Make x86_platform.guest.enc_status_change_*() return an errorKirill A. Shutemov2024-06-172-9/+11
| |/
* / x86/mm/numa: Use NUMA_NO_NODE when calling memblock_set_node()Jan Beulich2024-06-061-3/+3
|/
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-197-93/+50
|\
| * mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts2024-05-071-0/+2
| * mm: pass VMA instead of MM to follow_pte()David Hildenbrand2024-05-061-4/+1
| * x86: mm: accelerate pagefault when badaccessKefeng Wang2024-04-261-9/+14
| * treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe2024-04-261-5/+2
| * mm: switch mm->get_unmapped_area() to a flagRick Edgecombe2024-04-262-3/+3
| * mm: move follow_phys to arch/x86/mm/pat/memtype.cChristoph Hellwig2024-04-261-1/+28
| * x86: remove unneeded memblock_find_dma_reserve()Baoquan He2024-04-261-47/+0
| * fix missing vmalloc.h includesKent Overstreet2024-04-262-0/+2
| * mm/treewide: remove pXd_huge()Peter Xu2024-04-261-16/+0
| * mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu2024-04-261-2/+2
| * mm/x86: change pXd_huge() behavior to exclude swap entriesPeter Xu2024-04-261-14/+4
* | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-181-1/+1
|\ \
| * | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-091-1/+1
| |/
* | Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-151-0/+29
|\ \
| * | arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)2024-05-141-0/+29
* | | Merge tag 'acpi-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2024-05-141-2/+2
|\ \ \ | |/ / |/| |
| * | x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()Robert Richter2024-05-071-2/+2
* | | Merge tag 'x86-mm-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-142-17/+58
|\ \ \
| * | | x86/pat: Fix W^X violation false-positives when running as Xen PV guestJuergen Gross2024-04-141-8/+18
| * | | x86/pat: Restructure _lookup_address_cpa()Juergen Gross2024-04-141-4/+7
| * | | x86/mm: Use lookup_address_in_pgd_attr() in show_fault_oops()Juergen Gross2024-04-141-3/+4
| * | | x86/pat: Introduce lookup_address_in_pgd_attr()Juergen Gross2024-04-141-3/+30
| | |/ | |/|
* | | Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-141-10/+6
|\ \ \
| * | | x86/mm: Switch to new Intel CPU model definesTony Luck2024-04-291-10/+6
| |/ /
* | | Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-05-141-9/+0
|\ \ \ | |_|/ |/| |
| * | x86/extable: Remove unused fixup type EX_TYPE_COPYTong Tiangen2024-04-041-9/+0
* | | x86/mm: Remove broken vsyscall emulation code from the page fault codeLinus Torvalds2024-05-011-32/+1
* | | x86/sev: Add callback to apply RMP table fixups for kexecAshish Kalra2024-04-291-0/+7
| |/ |/|
* | Merge branch 'linus' into x86/urgent, to pick up dependent commitIngo Molnar2024-04-061-14/+35
|\ \
| * | x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand2024-04-051-14/+35
* | | x86/numa/32: Include missing <asm/pgtable_areas.h>Arnd Bergmann2024-04-041-0/+1
|/ /
* | x86/sev: Skip ROM range scans and validation for SEV-SNP guestsKevin Loughlin2024-03-261-0/+18
* | Revert "x86/mm/ident_map: Use gbpages only where full GB page should be mapped."Ingo Molnar2024-03-251-18/+5
|/
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-1511-69/+70
|\
| * mm/treewide: replace pud_large() with pud_leaf()Peter Xu2024-03-068-12/+12
| * mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu2024-03-068-17/+17
| * mm/x86: replace pgd_large() with pgd_leaf()Peter Xu2024-03-061-1/+1
| * mm/x86: replace p4d_large() with p4d_leaf()Peter Xu2024-03-064-6/+6
| * x86/mm: always pass NULL as the first argument of switch_mm_irqs_off()Yosry Ahmed2024-03-051-1/+1
| * x86/mm: further clarify switch_mm_irqs_off() documentationYosry Ahmed2024-03-051-4/+4