summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-22Merge tag 'net-6.8.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-9/+10
2024-02-21Merge branch 'for-6.8/cxl-cper' into for-6.8/cxlDan Williams1-5/+18
2024-02-20x86/pat: Simplify the PAT programming protocolKirill A. Shutemov1-6/+3
2024-02-17x86/numa: Fix the sort compare func used in numa_fill_memblks()Alison Schofield1-1/+1
2024-02-17x86/numa: Fix the address overlap check in numa_fill_memblks()Alison Schofield1-12/+7
2024-02-16x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()Hou Tao1-0/+10
2024-02-16x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.hHou Tao1-9/+0
2024-02-16x86/mm/numa: Move early mptable evaluation into common codeThomas Gleixner1-7/+0
2024-02-16x86/mm/numa: Use core domain size on AMDThomas Gleixner1-19/+16
2024-02-13x86/mm/ident_map: Use gbpages only where full GB page should be mapped.Steve Wahl1-5/+18
2024-02-06x86/sev: Fix position dependent variable references in startup codeArd Biesheuvel1-15/+12
2024-02-03x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULTBorislav Petkov (AMD)1-10/+1
2024-02-01x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_userXin Li1-0/+78
2024-02-01x86/fred: Make exc_page_fault() work for FREDH. Peter Anvin (Intel)1-1/+4
2024-01-29x86/fault: Dump RMP table information when RMP page faults occurMichael Roth1-0/+4
2024-01-29x86/traps: Define RMP violation #PF error codeBrijesh Singh1-0/+1
2024-01-29x86/sme: Fix memory encryption setting if enabled by default and not overriddenArd Biesheuvel1-7/+3
2024-01-29x86/mm: Fix memory encryption features advertisementKirill A. Shutemov1-26/+30
2024-01-26x86/mm: Get rid of conditional IF flag handling in page fault pathLinus Torvalds1-13/+14
2024-01-10x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...Breno Leitao5-12/+12
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-32/+2
2024-01-09Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-8/+8
2024-01-06Merge tag 'mm-hotfixes-stable-2024-01-05-11-35' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+2
2024-01-03arch/x86: Fix typosBjorn Helgaas5-8/+8
2023-12-29arch/mm/fault: fix major fault accounting when retrying under per-VMA lockSuren Baghdasaryan1-0/+2
2023-12-11NUMA: optimize detection of memory with no node id assigned by firmwareLiam Ni1-32/+2
2023-12-07x86/coco: Disable 32-bit emulation by default on TDX and SEVKirill A. Shutemov1-0/+11
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+3
2023-10-31Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2023-10-31Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-48/+128
2023-10-31Merge tag 'x86_platform_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2023-10-20x86/pti: Fix kernel warnings for pti= and nopti cmdline optionsJo Van Bulck1-29/+29
2023-10-20x86/mm: Drop the 4 MB restriction on minimal NUMA node memory sizeMike Rapoport (IBM)1-7/+0
2023-10-11x86/sev: Drop unneeded #includeAlexander Shishkin1-1/+0
2023-10-11x86/sev: Move sev_setup_arch() to mem_encrypt.cAlexander Shishkin2-35/+34
2023-10-10x86/apic: Use u32 for APIC IDs in global dataThomas Gleixner1-2/+2
2023-10-07mm: add statistics for PUD level pagetableBaolin Wang1-0/+3
2023-10-02x86/numa: Add Devicetree supportSaurabh Sengar1-0/+3