summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
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-07x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()Robert Richter1-2/+2
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-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
2024-03-25Revert "x86/mm/ident_map: Use gbpages only where full GB page should be mapped."Ingo Molnar1-18/+5
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds11-69/+70
2024-03-12Merge branch 'linus' into x86/boot, to resolve conflictIngo Molnar11-70/+156
2024-03-12Merge tag 'x86_mm_for_6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-19/+27
2024-03-12Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-12/+12
2024-03-12Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-51/+50
2024-03-12Merge tag 'x86_mtrr_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+3
2024-03-12Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-1/+82
2024-03-12Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-22/+12
2024-03-08x86/sev: Disable KMSAN for memory encryption TUsChangbin Du1-0/+1
2024-03-07mm/treewide: replace pud_large() with pud_leaf()Peter Xu8-12/+12
2024-03-07mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu8-17/+17
2024-03-07mm/x86: replace pgd_large() with pgd_leaf()Peter Xu1-1/+1
2024-03-07mm/x86: replace p4d_large() with p4d_leaf()Peter Xu4-6/+6
2024-03-05x86/mm: always pass NULL as the first argument of switch_mm_irqs_off()Yosry Ahmed1-1/+1
2024-03-05x86/mm: further clarify switch_mm_irqs_off() documentationYosry Ahmed1-4/+4
2024-03-04x86/sme: Move early SME kernel encryption handling into .head.textArd Biesheuvel1-25/+17
2024-03-04x86/boot: Move mem_encrypt= parsing to the decompressorArd Biesheuvel1-29/+3
2024-03-01x86/mm: Regularize set_memory_p() parameters and make non-staticMichael Kelley1-6/+6
2024-03-01x86/hyperv: Use slow_virt_to_phys() in page transition hypervisor callbackMichael Kelley1-4/+8
2024-02-28x86/sev: Dump SEV_STATUSBorislav Petkov (AMD)1-0/+5
2024-02-27Merge branch 'x86/urgent' into x86/apic, to resolve conflictsIngo Molnar1-5/+18
2024-02-26Merge branch 'x86/sev' into x86/boot, to resolve conflicts and to pick up dep...Ingo Molnar3-54/+47
2024-02-25Merge tag 'cxl-fixes-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-13/+8
2024-02-23x86/mm/cpa: Warn for set_memory_XXcrypted() VMM failsRick Edgecombe1-6/+13
2024-02-22mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy1-9/+14
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy3-4/+3
2024-02-22x86/mm: clarify "prev" usage in switch_mm_irqs_off()Yosry Ahmed1-19/+16
2024-02-22x86/mm: delete unused cpu argument to leave_mm()Yosry Ahmed1-1/+1