aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/mm/pat/set_memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-24x86/mm: Do not verify W^X at boot upSteven Rostedt (Google)1-0/+4
2022-10-04x86/mm: Ease W^X enforcement back to just a warningDave Hansen1-5/+9
2022-10-03x86/mm: Disable W^X detection and enforcement on 32-bitDave Hansen1-0/+8
2022-09-21x86/mm/32: Fix W^X detection when page tables do not support NXDave Hansen1-1/+2
2022-09-01x86/mm: Refuse W^X violationsPeter Zijlstra1-0/+32
2022-08-06x86/mm: Rename set_memory_present() to set_memory_p()Borislav Petkov1-2/+2
2022-05-27Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-2/+47
2022-05-16mce: fix set_mce_nospec to always unmap the whole pageJane Chu1-12/+11
2022-05-16x86/mce: relocate set{clear}_mce_nospec() functionsJane Chu1-2/+48
2022-04-29Revert "x86/mm: Introduce lookup_address_in_mm()"Sean Christopherson1-11/+0
2022-03-21Merge tag 'x86_cleanups_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+0
2022-02-23x86/mm/cpa: Generalize __set_memory_enc_pgtable()Brijesh Singh1-9/+11
2022-02-23x86/coco: Add API to handle encryption maskKirill A. Shutemov1-2/+3
2022-02-23x86/pat: Remove the unused set_pages_array_wt() functionChristoph Hellwig1-6/+0
2021-11-11Merge branch 'kvm-guest-sev-migration' into kvm-masterPaolo Bonzini1-0/+6
2021-11-11mm: x86: Invoke hypercall when page encryption status is changedBrijesh Singh1-0/+6
2021-10-28x86/hyperv: Add new hvcall guest address host visibility supportTianyu Lan1-5/+18
2021-10-04treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky1-1/+2
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-2/+2
2021-05-05x86/mm: track linear mapping split eventsSaravanan D1-0/+8
2021-03-18x86: Fix various typos in commentsIngo Molnar1-1/+1
2020-12-15arch, mm: make kernel_page_present() always availableMike Rapoport1-3/+1
2020-12-15arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport1-0/+2
2020-09-18x86/mm/pat: Don't flush cache if hardware enforces cache coherency across encryption domnainsKrish Sadhukhan1-1/+1
2020-06-29x86/mm/pat: Mark an intentional data raceQian Cai1-1/+1
2020-06-05Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+6
2020-04-30x86/mm/cpa: Flush direct map alias during cpaRick Edgecombe1-4/+8
2020-04-26x86/tlb: Move __flush_tlb_one_kernel() out of lineThomas Gleixner1-1/+1
2020-04-23x86/mm: Unexport __cachemode2pte_tblChristoph Hellwig1-0/+5
2020-04-10x86/mm: introduce __set_memory_prot()Logan Gunthorpe1-0/+13
2020-03-27x86/mm/set_memory: Fix -Wmissing-prototypes warningsBenjamin Thiel1-0/+3
2020-01-31Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+11
2020-01-20x86/mm: Fix NX bit clearing issue in kernel_map_pages_in_pgdArd Biesheuvel1-7/+1
2019-12-10x86/mm/pat: Mark __cpa_flush_tlb() as statickbuild test robot1-1/+1
2019-12-10x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar1-1/+1
2019-12-10x86/mm/pat: Standardize on memtype_*() prefix for APIsIngo Molnar1-8/+8
2019-12-10x86/mm/pat: Move the memtype related files to arch/x86/mm/pat/Ingo Molnar1-0/+2285