summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* 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-1411-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-041-1/+1
| * x86/mm: further clarify switch_mm_irqs_off() documentationYosry Ahmed2024-03-041-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-112-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-115-12/+12
| |\ \ \
| | * | | x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...Breno Leitao2024-01-105-12/+12
| | |/ /
| * | | Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-114-51/+50
| |\ \ \
| | * | | x86/sev: Disable KMSAN for memory encryption TUsChangbin Du2024-03-081-0/+1
| | * | | x86/sev: Dump SEV_STATUSBorislav Petkov (AMD)2024-02-281-0/+5
| * | | | Merge tag 'x86_mtrr_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-03-111-6/+3
| |\ \ \ \
| | * | | | x86/pat: Simplify the PAT programming protocolKirill A. Shutemov2024-02-201-6/+3
| | | |_|/ | | |/| |
| * | | | Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-112-1/+82
| |\ \ \ \
| | * | | | x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_userXin Li2024-01-311-0/+78
| | * | | | x86/fred: Make exc_page_fault() work for FREDH. Peter Anvin (Intel)2024-01-311-1/+4
| | | |_|/ | | |/| |
| * | | | Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-111-22/+12
| |\ \ \ \
| | * \ \ \ Merge branch 'x86/urgent' into x86/apic, to resolve conflictsIngo Molnar2024-02-271-5/+18
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | x86/mm/numa: Move early mptable evaluation into common codeThomas Gleixner2024-02-151-7/+0
| | * | | | x86/mm/numa: Use core domain size on AMDThomas Gleixner2024-02-151-19/+16
| | | |/ / | | |/| |
| * | | | x86/mm: Regularize set_memory_p() parameters and make non-staticMichael Kelley2024-03-011-6/+6
| * | | | x86/hyperv: Use slow_virt_to_phys() in page transition hypervisor callbackMichael Kelley2024-03-011-4/+8
* | | | | x86/sme: Move early SME kernel encryption handling into .head.textArd Biesheuvel2024-03-041-25/+17
* | | | | x86/boot: Move mem_encrypt= parsing to the decompressorArd Biesheuvel2024-03-041-29/+3
* | | | | Merge branch 'x86/sev' into x86/boot, to resolve conflicts and to pick up dep...Ingo Molnar2024-02-263-54/+47
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | x86/sev: Fix position dependent variable references in startup codeArd Biesheuvel2024-02-061-15/+12
| * | | x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULTBorislav Petkov (AMD)2024-02-031-10/+1
| * | | x86/fault: Dump RMP table information when RMP page faults occurMichael Roth2024-01-291-0/+4
| * | | x86/traps: Define RMP violation #PF error codeBrijesh Singh2024-01-291-0/+1
| * | | x86/sme: Fix memory encryption setting if enabled by default and not overriddenArd Biesheuvel2024-01-291-7/+3
| * | | x86/mm: Fix memory encryption features advertisementKirill A. Shutemov2024-01-291-26/+30
| |/ /
* | | Merge tag 'cxl-fixes-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-241-13/+8
|\ \ \
| * \ \ Merge branch 'for-6.8/cxl-cper' into for-6.8/cxlDan Williams2024-02-201-5/+18
| |\ \ \ | | | |/ | | |/|
| * | | x86/numa: Fix the sort compare func used in numa_fill_memblks()Alison Schofield2024-02-161-1/+1
| * | | x86/numa: Fix the address overlap check in numa_fill_memblks()Alison Schofield2024-02-161-12/+7
| | |/ | |/|
* | | Merge tag 'net-6.8.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-02-222-9/+10
|\ \ \ | |_|/ |/| |