summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy2024-02-221-9/+14
| * arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy2024-02-223-4/+3
| * x86/mm: clarify "prev" usage in switch_mm_irqs_off()Yosry Ahmed2024-02-221-19/+16
| * x86/mm: delete unused cpu argument to leave_mm()Yosry Ahmed2024-02-221-1/+1
* | Merge branch 'linus' into x86/boot, to resolve conflictIngo Molnar2024-03-1211-70/+156
|\ \
| * \ Merge tag 'x86_mm_for_6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-03-122-19/+27
| |\ \
| | * | x86/mm/cpa: Warn for set_memory_XXcrypted() VMM failsRick Edgecombe2024-02-221-6/+13
| | * | x86/mm: Get rid of conditional IF flag handling in page fault pathLinus Torvalds2024-01-261-13/+14
| * | | Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-125-12/+12
| |\ \ \