summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-1/+0
|\ \ \
| * | | x86/mm/dump_pagetables: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
| | |/ | |/|
* | | Merge tag 'x86_sev_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-253-6/+12
|\ \ \
| * | | x86/hyperv: Change vTOM handling to use standard coco mechanismsMichael Kelley2023-03-271-3/+0
| * | | x86/mm: Handle decryption/re-encryption of bss_decrypted consistentlyMichael Kelley2023-03-271-3/+7
| * | | x86/ioremap: Add hypervisor callback for private MMIO mapping in coco VMMichael Kelley2023-03-261-0/+5
* | | | Merge tag 'x86_paravirt_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-04-251-1/+1
|\ \ \ \
| * | | | x86/paravirt: Merge activate_mm() and dup_mmap() callbacksJuergen Gross2023-03-061-1/+1
| | |/ / | |/| |
* | | | Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds2023-04-242-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | docs: move x86 documentation into Documentation/arch/Jonathan Corbet2023-03-302-2/+2
| |/ /
* | / x86/mm: Do not shuffle CPU entry areas without KASLRMichal Koutný2023-03-221-0/+7
| |/ |/|
* | x86/mm: Fix use of uninitialized buffer in sme_enable()Nikita Zhandarovich2023-03-161-1/+2
|/
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-232-27/+10
|\
| * mm: introduce __vm_flags_mod and use it in untrack_pfnSuren Baghdasaryan2023-02-091-3/+7
| * mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-3/+3
| * Revert "x86: kmsan: sync metadata pages on page fault"Alexander Potapenko2023-02-021-22/+1
* | Merge tag 'x86-mm-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-201-1/+1
|\ \
| * | x86/cpu: Use cpu_feature_enabled() when checking global pages supportBorislav Petkov (AMD)2023-01-251-1/+1
| |/
* | Merge tag 'locking-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-02-201-2/+2
|\ \
| * | x86/PAT: Use try_cmpxchg() in set_page_memtype()Uros Bizjak2023-01-261-2/+2
| |/
* / x86/mtrr: Revert 90b926e68f50 ("x86/pat: Fix pat_x_mtrr_type() for MTRR disab...Juergen Gross2023-02-141-2/+1
|/
* x86/mm: fix poking_init() for Xen PV guestsJuergen Gross2023-01-121-0/+4
* x86/pat: Fix pat_x_mtrr_type() for MTRR disabled caseJuergen Gross2023-01-101-1/+2
* prandom: remove prandom_u32_max()Jason A. Donenfeld2022-12-201-1/+1
* Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-177-66/+168
|\
| * x86/mm: Ensure forced page table splittingDave Hansen2022-12-151-1/+2
| * x86/kasan: Populate shadow for shared chunk of the CPU entry areaSean Christopherson2022-12-151-1/+11
| * x86/kasan: Add helpers to align shadow addresses up and downSean Christopherson2022-12-151-18/+22
| * x86/kasan: Rename local CPU_ENTRY_AREA variables to shorten namesSean Christopherson2022-12-151-11/+11
| * x86/mm: Populate KASAN shadow for entire per-CPU range of CPU entry areaSean Christopherson2022-12-151-5/+3
| * x86/mm: Recompute physical address for every page of per-CPU CEA mappingSean Christopherson2022-12-151-1/+1
| * x86/mm: Rename __change_page_attr_set_clr(.checkalias)Peter Zijlstra2022-12-151-4/+4
| * x86/mm: Inhibit _PAGE_NX changes from cpa_process_alias()Peter Zijlstra2022-12-151-5/+23
| * x86/mm: Untangle __change_page_attr_set_clr(.checkalias)Peter Zijlstra2022-12-151-19/+11
| * x86/mm: Add a few commentsPeter Zijlstra2022-12-151-0/+20
| * x86/mm: Remove P*D_PAGE_MASK and P*D_PAGE_SIZE macrosPasha Tatashin2022-12-154-15/+15
| * x86/mm: Implement native set_memory_rox()Peter Zijlstra2022-12-151-0/+10
| * x86/mm: Do verify W^X at boot upPeter Zijlstra2022-12-151-4/+0
| * x86/mm: Use mm_alloc() in poking_init()Peter Zijlstra2022-12-151-1/+1
| * x86/mm: Randomize per-cpu entry areaPeter Zijlstra2022-12-151-4/+42
| * x86/kasan: Map shadow for percpu pages on demandAndrey Ryabinin2022-12-152-4/+19