summaryrefslogtreecommitdiff
path: root/arch/x86/mm/pat
AgeCommit message (Expand)Author
2021-11-11Merge branch 'kvm-guest-sev-migration' into kvm-masterPaolo Bonzini
2021-11-11mm: x86: Invoke hypercall when page encryption status is changedBrijesh Singh
2021-10-28x86/hyperv: Add new hvcall guest address host visibility supportTianyu Lan
2021-10-04treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky
2021-09-02x86/pat: Pass valid address to sanitize_phys()Jeff Moyer
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V
2021-05-05x86/mm: track linear mapping split eventsSaravanan D
2021-04-14x86/pat: Do not compile stubbed functions when X86_PAT is offJan Kiszka
2021-03-18x86: Fix various typos in commentsIngo Molnar
2021-02-26x86: fix seq_file iteration for pat/memtype.cNeilBrown
2020-12-15arch, mm: make kernel_page_present() always availableMike Rapoport
2020-12-15arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport
2020-09-18x86/mm/pat: Don't flush cache if hardware enforces cache coherency across enc...Krish Sadhukhan
2020-06-29x86/mm/pat: Mark an intentional data raceQian Cai
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-05Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-30x86/mm/cpa: Flush direct map alias during cpaRick Edgecombe
2020-04-26x86/tlb: Move __flush_tlb_one_kernel() out of lineThomas Gleixner
2020-04-23x86/mm: Unexport __cachemode2pte_tblChristoph Hellwig
2020-04-10x86/mm: introduce __set_memory_prot()Logan Gunthorpe
2020-03-27x86/mm/set_memory: Fix -Wmissing-prototypes warningsBenjamin Thiel
2020-01-31Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-01-20x86/mm: Fix NX bit clearing issue in kernel_map_pages_in_pgdArd Biesheuvel
2019-12-10x86/mm/pat: Mark __cpa_flush_tlb() as statickbuild test robot
2019-12-10x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar
2019-12-10x86/mm/pat: Standardize on memtype_*() prefix for APIsIngo Molnar
2019-12-10x86/mm/pat: Move the memtype related files to arch/x86/mm/pat/Ingo Molnar