summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/mem_encrypt_identity.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-151-3/+3
|\
| * mm/treewide: replace pud_large() with pud_leaf()Peter Xu2024-03-061-1/+1
| * mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu2024-03-061-2/+2
* | x86/sme: Move early SME kernel encryption handling into .head.textArd Biesheuvel2024-03-041-25/+17
* | x86/boot: Move mem_encrypt= parsing to the decompressorArd Biesheuvel2024-03-041-29/+3
* | x86/sev: Fix position dependent variable references in startup codeArd Biesheuvel2024-02-061-15/+12
* | x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULTBorislav Petkov (AMD)2024-02-031-10/+1
* | x86/sme: Fix memory encryption setting if enabled by default and not overriddenArd Biesheuvel2024-01-291-7/+3
|/
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-1/+1
|\
| * x86: sme_populate_pgd() use pte_offset_kernel()Hugh Dickins2023-06-201-1/+1
* | x86/coco: Get rid of accessor functionsBorislav Petkov (AMD)2023-05-091-1/+1
|/
* x86/mm: Fix use of uninitialized buffer in sme_enable()Nikita Zhandarovich2023-03-161-1/+2
* x86/mm: Remove P*D_PAGE_MASK and P*D_PAGE_SIZE macrosPasha Tatashin2022-12-151-9/+9
* x86/sev: Add SEV-SNP feature detection/setupMichael Roth2022-04-071-0/+8
* x86/coco: Add API to handle encryption maskKirill A. Shutemov2022-02-231-0/+1
* x86/coco: Explicitly declare type of confidential computing platformKirill A. Shutemov2022-02-231-4/+7
* Merge tag 'x86_sev_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-0/+9
|\
| * x86/sme: Use #define USE_EARLY_PGTABLE_L5 in mem_encrypt_identity.cTom Lendacky2021-10-191-0/+9
* | x86/sme: Replace occurrences of sme_active() with cc_platform_has()Tom Lendacky2021-10-041-1/+8
|/
* x86/sev: Check SME/SEV support in CPUID firstPu Wen2021-06-041-5/+6
* x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFGBrijesh Singh2021-05-101-3/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-011-1/+0
|\
| * x86/sev: Drop redundant and potentially misleading 'sev_enabled'Sean Christopherson2021-04-261-1/+0
* | x86/sev: Do not require Hypervisor CPUID bit for SEV guestsJoerg Roedel2021-03-181-16/+19
|/
* x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WPArvind Sankar2020-12-101-2/+2
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* x86/sev-es: Add SEV-ES Feature DetectionJoerg Roedel2020-09-071-0/+3
* Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-091-2/+20
|\
| * x86/mm: Create a workarea in the kernel for SME early encryptionThomas Lendacky2019-06-201-2/+20
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* x86/mm/mem_encrypt: Fix erroneous sizeof()Peng Hao2019-01-151-2/+2
* x86/paravirt: Introduce new config option PARAVIRT_XXLJuergen Gross2018-09-031-0/+1
* x86/mm: Decouple dynamic __PHYSICAL_MASK from AMD SMEKirill A. Shutemov2018-06-061-0/+3
* x86/mm/sme: Disable stack protection for mem_encrypt_identity.cTom Lendacky2018-02-281-2/+2
* x86/mm/encrypt: Simplify sme_pgtable_calc()Kirill A. Shutemov2018-02-131-30/+12
* x86/mm/encrypt: Simplify sme_populate_pgd() and sme_populate_pgd_large()Kirill A. Shutemov2018-02-131-87/+72
* x86/mm/encrypt: Move page table helpers into separate translation unitKirill A. Shutemov2018-02-131-0/+597