summaryrefslogtreecommitdiff
path: root/arch/x86/mm/pat
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* x86/pat: Pass valid address to sanitize_phys()Jeff Moyer2021-09-021-1/+6
* mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-081-2/+2
* x86/mm: track linear mapping split eventsSaravanan D2021-05-051-0/+8
* x86/pat: Do not compile stubbed functions when X86_PAT is offJan Kiszka2021-04-141-0/+2
* x86: Fix various typos in commentsIngo Molnar2021-03-182-2/+2
* x86: fix seq_file iteration for pat/memtype.cNeilBrown2021-02-261-2/+2
* arch, mm: make kernel_page_present() always availableMike Rapoport2020-12-151-3/+1
* arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport2020-12-151-0/+2
* x86/mm/pat: Don't flush cache if hardware enforces cache coherency across enc...Krish Sadhukhan2020-09-181-1/+1
* x86/mm/pat: Mark an intentional data raceQian Cai2020-06-291-1/+1
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-092-2/+0
* Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-051-1/+6
|\
| * x86/tlb: Move __flush_tlb_one_kernel() out of lineThomas Gleixner2020-04-261-1/+1
| * x86/mm: Unexport __cachemode2pte_tblChristoph Hellwig2020-04-231-0/+5
* | x86/mm/cpa: Flush direct map alias during cpaRick Edgecombe2020-04-301-4/+8
|/
* x86/mm: introduce __set_memory_prot()Logan Gunthorpe2020-04-101-0/+13
* x86/mm/set_memory: Fix -Wmissing-prototypes warningsBenjamin Thiel2020-03-271-0/+3
* Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-01-311-0/+11
* x86/mm: Fix NX bit clearing issue in kernel_map_pages_in_pgdArd Biesheuvel2020-01-201-7/+1
* x86/mm/pat: Mark __cpa_flush_tlb() as statickbuild test robot2019-12-101-1/+1
* x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar2019-12-103-3/+3
* x86/mm/pat: Standardize on memtype_*() prefix for APIsIngo Molnar2019-12-102-30/+30
* x86/mm/pat: Move the memtype related files to arch/x86/mm/pat/Ingo Molnar2019-12-106-0/+4030