summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pat
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-4/+8
|\
| * x86/mm/pat: clear VM_PAT if copy_p4d_range failedMa Wupeng2023-03-281-4/+8
* | Merge tag 'x86_sev_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-251-3/+0
|\ \
| * | x86/hyperv: Change vTOM handling to use standard coco mechanismsMichael Kelley2023-03-271-3/+0
| |/
* / docs: move x86 documentation into Documentation/arch/Jonathan Corbet2023-03-301-1/+1
|/
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-5/+9
|\
| * 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
* | 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/pat: Fix pat_x_mtrr_type() for MTRR disabled caseJuergen Gross2023-01-101-1/+2
* Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-171-34/+71
|\
| * x86/mm: Ensure forced page table splittingDave Hansen2022-12-151-1/+2
| * 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-151-3/+3
| * 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
* | Merge tag 'x86_cpu_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-131-102/+55
|\ \
| * | x86/pat: Handle TDX guest PAT initializationJuergen Gross2022-12-051-1/+6
| * | x86: Decouple PAT and MTRR handlingJuergen Gross2022-11-101-102/+50
* | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-121-2/+2
|\ \ \
| * | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-2/+2
| | |/ | |/|
* / | memregion: Add cpu_cache_invalidate_memregion() interfaceDavidlohr Bueso2022-11-141-0/+18
|/ /
* / x86/mm: Do not verify W^X at boot upSteven Rostedt (Google)2022-10-241-0/+4
|/
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-2/+2
* x86/mm: Ease W^X enforcement back to just a warningDave Hansen2022-10-041-5/+9
* x86/mm: Disable W^X detection and enforcement on 32-bitDave Hansen2022-10-031-0/+8
* x86/mm/32: Fix W^X detection when page tables do not support NXDave Hansen2022-09-211-1/+2
* Merge branch 'linus' into x86/mm, to refresh the branchIngo Molnar2022-09-021-1/+9
|\
| * x86/PAT: Have pat_enabled() properly reflect state when running on XenJan Beulich2022-08-151-1/+9
* | x86/mm: Refuse W^X violationsPeter Zijlstra2022-09-011-0/+32
* | x86/mm: Rename set_memory_present() to set_memory_p()Borislav Petkov2022-08-061-2/+2
|/
* Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-05-271-2/+47
|\
| * mce: fix set_mce_nospec to always unmap the whole pageJane Chu2022-05-161-12/+11
| * x86/mce: relocate set{clear}_mce_nospec() functionsJane Chu2022-05-161-2/+48
* | Merge tag 'x86_misc_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-231-1/+1
|\ \
| * | x86: Fix return value of __setup handlersRandy Dunlap2022-05-041-1/+1
| |/
* / Revert "x86/mm: Introduce lookup_address_in_mm()"Sean Christopherson2022-04-291-11/+0
|/
* Merge tag 'x86_cleanups_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-03-211-6/+0
|\
| * x86/pat: Remove the unused set_pages_array_wt() functionChristoph Hellwig2022-02-231-6/+0
* | x86/mm/cpa: Generalize __set_memory_enc_pgtable()Brijesh Singh2022-02-231-9/+11
* | x86/coco: Add API to handle encryption maskKirill A. Shutemov2022-02-231-2/+3
|/
* Merge branch 'kvm-guest-sev-migration' into kvm-masterPaolo Bonzini2021-11-111-0/+6
|\
| * mm: x86: Invoke hypercall when page encryption status is changedBrijesh Singh2021-11-111-0/+6
* | x86/hyperv: Add new hvcall guest address host visibility supportTianyu Lan2021-10-281-5/+18
* | treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky2021-10-041-1/+2
|/