summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)Author
2024-03-11Merge tag 'x86_mm_for_6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-11Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-03-11Merge tag 'x86_mtrr_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-11Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-11Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-08x86/sev: Disable KMSAN for memory encryption TUsChangbin Du
2024-03-01x86/mm: Regularize set_memory_p() parameters and make non-staticMichael Kelley
2024-03-01x86/hyperv: Use slow_virt_to_phys() in page transition hypervisor callbackMichael Kelley
2024-02-28x86/sev: Dump SEV_STATUSBorislav Petkov (AMD)
2024-02-27Merge branch 'x86/urgent' into x86/apic, to resolve conflictsIngo Molnar
2024-02-24Merge tag 'cxl-fixes-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-02-22x86/mm/cpa: Warn for set_memory_XXcrypted() VMM failsRick Edgecombe
2024-02-22Merge tag 'net-6.8.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-02-20Merge branch 'for-6.8/cxl-cper' into for-6.8/cxlDan Williams
2024-02-20x86/pat: Simplify the PAT programming protocolKirill A. Shutemov
2024-02-16x86/numa: Fix the sort compare func used in numa_fill_memblks()Alison Schofield
2024-02-16x86/numa: Fix the address overlap check in numa_fill_memblks()Alison Schofield
2024-02-15x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()Hou Tao
2024-02-15x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.hHou Tao
2024-02-15x86/mm/numa: Move early mptable evaluation into common codeThomas Gleixner
2024-02-15x86/mm/numa: Use core domain size on AMDThomas Gleixner
2024-02-12x86/mm/ident_map: Use gbpages only where full GB page should be mapped.Steve Wahl
2024-02-06x86/sev: Fix position dependent variable references in startup codeArd Biesheuvel
2024-02-03x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULTBorislav Petkov (AMD)
2024-01-31x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_userXin Li
2024-01-31x86/fred: Make exc_page_fault() work for FREDH. Peter Anvin (Intel)
2024-01-29x86/fault: Dump RMP table information when RMP page faults occurMichael Roth
2024-01-29x86/traps: Define RMP violation #PF error codeBrijesh Singh
2024-01-29x86/sme: Fix memory encryption setting if enabled by default and not overriddenArd Biesheuvel
2024-01-29x86/mm: Fix memory encryption features advertisementKirill A. Shutemov
2024-01-26x86/mm: Get rid of conditional IF flag handling in page fault pathLinus Torvalds
2024-01-10x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...Breno Leitao
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-08Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-05Merge tag 'mm-hotfixes-stable-2024-01-05-11-35' of git://git.kernel.org/pub/s...Linus Torvalds
2024-01-03arch/x86: Fix typosBjorn Helgaas
2023-12-29arch/mm/fault: fix major fault accounting when retrying under per-VMA lockSuren Baghdasaryan
2023-12-10NUMA: optimize detection of memory with no node id assigned by firmwareLiam Ni
2023-12-07x86/coco: Disable 32-bit emulation by default on TDX and SEVKirill A. Shutemov
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-10-30Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-10-30Merge tag 'x86_platform_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-10-20x86/pti: Fix kernel warnings for pti= and nopti cmdline optionsJo Van Bulck
2023-10-20x86/mm: Drop the 4 MB restriction on minimal NUMA node memory sizeMike Rapoport (IBM)
2023-10-11x86/sev: Drop unneeded #includeAlexander Shishkin
2023-10-11x86/sev: Move sev_setup_arch() to mem_encrypt.cAlexander Shishkin
2023-10-10x86/apic: Use u32 for APIC IDs in global dataThomas Gleixner
2023-10-06mm: add statistics for PUD level pagetableBaolin Wang