summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-313-2/+64
|\
| * x86/mm: Teach pte_mkwrite() about stack memoryRick Edgecombe2023-07-111-0/+6
| * mm: Warn on shadow stack memory in wrong vmaRick Edgecombe2023-07-111-0/+20
| * x86/mm: Check shadow stack page fault errorsRick Edgecombe2023-07-111-0/+22
| * x86/mm: Remove _PAGE_DIRTY from kernel RO pagesRick Edgecombe2023-07-111-2/+2
| * x86/mm: Start actually marking _PAGE_SAVED_DIRTYRick Edgecombe2023-07-111-0/+14
* | Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-301-3/+2
|\ \
| * | x86/apic: Wrap APIC ID validation into an inlineThomas Gleixner2023-08-091-3/+2
| |/
* | Merge tag 'x86_mm_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-302-15/+13
|\ \
| * | x86/mm: Remove "INVPCID single" feature trackingDave Hansen2023-08-032-15/+13
| |/
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-293-24/+32
|\ \
| * | mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan2023-08-241-1/+2
| * | x86: convert various functions to use ptdescsVishal Moola (Oracle)2023-08-211-19/+28
| * | mm: remove CONFIG_PER_VMA_LOCK ifdefsMatthew Wilcox (Oracle)2023-08-181-4/+0
| * | mmu_notifiers: rename invalidate_range notifierAlistair Popple2023-08-181-1/+1
| * | mmu_notifiers: call invalidate_range() when invalidating TLBsAlistair Popple2023-08-181-0/+2
| |/
* | Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-281-1/+1
|\ \
| * | x86/cpu: Fix Gracemont uarchPeter Zijlstra2023-08-091-1/+1
| |/
* | Merge tag 'x86_microcode_for_v6.6_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-281-1/+0
|\ \
| * | x86/mm: Remove unused microcode.h includeThomas Gleixner2023-08-131-1/+0
| |/
* / x86/sev: Make enc_dec_hypercall() accept a size instead of npagesSteve Rutherford2023-08-251-7/+6
|/
* Merge branch 'expand-stack'Linus Torvalds2023-06-281-50/+2
|\
| * mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds2023-06-241-50/+2
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-1/+1
|\ \
| * | x86: sme_populate_pgd() use pte_offset_kernel()Hugh Dickins2023-06-191-1/+1
| |/
* | Merge tag 'x86-mm-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-06-271-15/+2
|\ \
| * | x86/mm: Remove Xen-PV leftovers from init_32.cJuergen Gross2023-06-091-15/+2
* | | Merge tag 'x86_sev_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-06-271-1/+1
|\ \ \
| * | | x86/coco: Get rid of accessor functionsBorislav Petkov (AMD)2023-05-091-1/+1
| |/ /
* | | Merge tag 'x86_mtrr_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-06-271-16/+8
|\ \ \
| * | | x86/mm: Only check uniform after calling mtrr_type_lookup()Juergen Gross2023-06-011-16/+8
| |/ /
* | | Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-06-262-1/+2
|\ \ \
| * | | x86/mm: Remove repeated word in commentsBo Liu2023-06-071-1/+1
| * | | x86/mm: Include asm/numa.h for set_highmem_pages_init()Arnd Bergmann2023-05-181-0/+1
| |/ /
* | | Merge tag 'x86_tdx_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-262-2/+5
|\ \ \
| * | | x86/mm: Allow guest.enc_status_change_prepare() to failKirill A. Shutemov2023-06-062-2/+5
| |/ /
* | | Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-261-0/+15
|\ \ \
| * | | x86/smpboot: Fix the parallel bringup decisionThomas Gleixner2023-05-311-0/+15
| |/ /
* | | Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-06-261-0/+1
|\ \ \
| * | | procfs: consolidate arch_report_meminfo declarationArnd Bergmann2023-05-171-0/+1
| |/ /
* | / x86/mm: Avoid using set_pgd() outside of real PGD pagesLee Jones2023-06-161-4/+4
| |/ |/|
* | x86/mm: Avoid incomplete Global INVLPG flushesDave Hansen2023-05-171-0/+25
|/
* x86-64: mm: clarify the 'positive addresses' user address rulesLinus Torvalds2023-05-031-2/+2
* x86-64: make access_ok() independent of LAMLinus Torvalds2023-05-031-6/+34
* Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-282-16/+42
|\
| * x86/uaccess: Provide untagged_addr() and remove tags before address checkKirill A. Shutemov2023-03-161-0/+5
| * x86/mm: Handle LAM on context switchKirill A. Shutemov2023-03-161-16/+37
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-272-4/+44
|\ \
| * | x86/mm: try VMA lock-based page fault handling firstSuren Baghdasaryan2023-04-051-0/+36
| * | x86/mm/pat: clear VM_PAT if copy_p4d_range failedMa Wupeng2023-03-281-4/+8