aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2023-06-28Merge branch 'expand-stack'Gravatar Linus Torvalds 1-50/+2
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2023-06-27Merge tag 'x86-mm-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-15/+2
2023-06-27Merge tag 'x86_sev_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2023-06-27Merge tag 'x86_mtrr_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-16/+8
2023-06-26Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-1/+2
2023-06-26Merge tag 'x86_tdx_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-2/+5
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+15
2023-06-26Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 1-0/+1
2023-06-24mm: introduce new 'lock_mm_and_find_vma()' page fault helperGravatar Linus Torvalds 1-50/+2
2023-06-19x86: sme_populate_pgd() use pte_offset_kernel()Gravatar Hugh Dickins 1-1/+1
2023-06-16x86/mm: Avoid using set_pgd() outside of real PGD pagesGravatar Lee Jones 1-4/+4
2023-06-09x86/mm: Remove Xen-PV leftovers from init_32.cGravatar Juergen Gross 1-15/+2
2023-06-07x86/mm: Remove repeated word in commentsGravatar Bo Liu 1-1/+1
2023-06-06x86/mm: Allow guest.enc_status_change_prepare() to failGravatar Kirill A. Shutemov 2-2/+5
2023-06-01x86/mm: Only check uniform after calling mtrr_type_lookup()Gravatar Juergen Gross 1-16/+8
2023-05-31x86/smpboot: Fix the parallel bringup decisionGravatar Thomas Gleixner 1-0/+15
2023-05-18x86/mm: Include asm/numa.h for set_highmem_pages_init()Gravatar Arnd Bergmann 1-0/+1
2023-05-17x86/mm: Avoid incomplete Global INVLPG flushesGravatar Dave Hansen 1-0/+25
2023-05-17procfs: consolidate arch_report_meminfo declarationGravatar Arnd Bergmann 1-0/+1
2023-05-09x86/coco: Get rid of accessor functionsGravatar Borislav Petkov (AMD) 1-1/+1
2023-05-03x86-64: mm: clarify the 'positive addresses' user address rulesGravatar Linus Torvalds 1-2/+2
2023-05-03x86-64: make access_ok() independent of LAMGravatar Linus Torvalds 1-6/+34
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 2-16/+42
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-4/+44
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+0
2023-04-25Merge tag 'x86_sev_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-6/+12
2023-04-25Merge tag 'x86_paravirt_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2023-04-24Merge tag 'docs-6.4' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-2/+2
2023-04-13x86/mm/dump_pagetables: remove MODULE_LICENSE in non-modulesGravatar Nick Alcock 1-1/+0
2023-04-05x86/mm: try VMA lock-based page fault handling firstGravatar Suren Baghdasaryan 1-0/+36
2023-03-30docs: move x86 documentation into Documentation/arch/Gravatar Jonathan Corbet 2-2/+2
2023-03-28x86/mm/pat: clear VM_PAT if copy_p4d_range failedGravatar Ma Wupeng 1-4/+8
2023-03-27x86/hyperv: Change vTOM handling to use standard coco mechanismsGravatar Michael Kelley 1-3/+0
2023-03-27x86/mm: Handle decryption/re-encryption of bss_decrypted consistentlyGravatar Michael Kelley 1-3/+7
2023-03-26x86/ioremap: Add hypervisor callback for private MMIO mapping in coco VMGravatar Michael Kelley 1-0/+5
2023-03-22x86/mm: Do not shuffle CPU entry areas without KASLRGravatar Michal Koutný 1-0/+7
2023-03-16x86/uaccess: Provide untagged_addr() and remove tags before address checkGravatar Kirill A. Shutemov 1-0/+5
2023-03-16x86/mm: Handle LAM on context switchGravatar Kirill A. Shutemov 1-16/+37
2023-03-16x86/mm: Fix use of uninitialized buffer in sme_enable()Gravatar Nikita Zhandarovich 1-1/+2
2023-03-06x86/paravirt: Merge activate_mm() and dup_mmap() callbacksGravatar Juergen Gross 1-1/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-27/+10
2023-02-20Merge tag 'x86-mm-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2023-02-20Merge tag 'locking-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2023-02-14x86/mtrr: Revert 90b926e68f50 ("x86/pat: Fix pat_x_mtrr_type() for MTRR disab...Gravatar Juergen Gross 1-2/+1
2023-02-09mm: introduce __vm_flags_mod and use it in untrack_pfnGravatar Suren Baghdasaryan 1-3/+7
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsGravatar Suren Baghdasaryan 1-3/+3
2023-02-02Revert "x86: kmsan: sync metadata pages on page fault"Gravatar Alexander Potapenko 1-22/+1
2023-01-26x86/PAT: Use try_cmpxchg() in set_page_memtype()Gravatar Uros Bizjak 1-2/+2
2023-01-25x86/cpu: Use cpu_feature_enabled() when checking global pages supportGravatar Borislav Petkov (AMD) 1-1/+1