aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+3
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+2
2023-10-30Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-48/+128
2023-10-30Merge tag 'x86_platform_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+3
2023-10-20x86/pti: Fix kernel warnings for pti= and nopti cmdline optionsGravatar Jo Van Bulck 1-29/+29
2023-10-20x86/mm: Drop the 4 MB restriction on minimal NUMA node memory sizeGravatar Mike Rapoport (IBM) 1-7/+0
2023-10-11x86/sev: Drop unneeded #includeGravatar Alexander Shishkin 1-1/+0
2023-10-11x86/sev: Move sev_setup_arch() to mem_encrypt.cGravatar Alexander Shishkin 2-35/+34
2023-10-10x86/apic: Use u32 for APIC IDs in global dataGravatar Thomas Gleixner 1-2/+2
2023-10-06mm: add statistics for PUD level pagetableGravatar Baolin Wang 1-0/+3
2023-10-02x86/numa: Add Devicetree supportGravatar Saurabh Sengar 1-0/+3
2023-09-28x86/sev-es: Allow copy_from_kernel_nofault() in earlier bootGravatar Adam Dunlap 1-5/+14
2023-09-12x86/numa: Introduce numa_fill_memblks()Gravatar Alison Schofield 1-0/+80
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-2/+64
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+2
2023-08-30Merge tag 'x86_mm_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-15/+13
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-24/+32
2023-08-28Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2023-08-28Merge tag 'x86_microcode_for_v6.6_rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+0
2023-08-25x86/sev: Make enc_dec_hypercall() accept a size instead of npagesGravatar Steve Rutherford 1-7/+6
2023-08-24mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDGravatar Suren Baghdasaryan 1-1/+2
2023-08-21x86: convert various functions to use ptdescsGravatar Vishal Moola (Oracle) 1-19/+28
2023-08-18mm: remove CONFIG_PER_VMA_LOCK ifdefsGravatar Matthew Wilcox (Oracle) 1-4/+0
2023-08-18mmu_notifiers: rename invalidate_range notifierGravatar Alistair Popple 1-1/+1
2023-08-18mmu_notifiers: call invalidate_range() when invalidating TLBsGravatar Alistair Popple 1-0/+2
2023-08-13x86/mm: Remove unused microcode.h includeGravatar Thomas Gleixner 1-1/+0
2023-08-09x86/cpu: Fix Gracemont uarchGravatar Peter Zijlstra 1-1/+1
2023-08-09x86/apic: Wrap APIC ID validation into an inlineGravatar Thomas Gleixner 1-3/+2
2023-08-03x86/mm: Remove "INVPCID single" feature trackingGravatar Dave Hansen 2-15/+13
2023-07-11x86/mm: Teach pte_mkwrite() about stack memoryGravatar Rick Edgecombe 1-0/+6
2023-07-11mm: Warn on shadow stack memory in wrong vmaGravatar Rick Edgecombe 1-0/+20
2023-07-11x86/mm: Check shadow stack page fault errorsGravatar Rick Edgecombe 1-0/+22
2023-07-11x86/mm: Remove _PAGE_DIRTY from kernel RO pagesGravatar Rick Edgecombe 1-2/+2
2023-07-11x86/mm: Start actually marking _PAGE_SAVED_DIRTYGravatar Rick Edgecombe 1-0/+14
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