summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/mem_encrypt_boot.S
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: Remove P*D_PAGE_MASK and P*D_PAGE_SIZE macrosPasha Tatashin2022-12-151-2/+2
* objtool: Update Retpoline validationPeter Zijlstra2022-06-271-0/+2
* x86/sev: Avoid using __x86_return_thunkKim Phillips2022-06-271-2/+6
* x86: Prepare asm files for straight-line-speculationPeter Zijlstra2021-12-081-2/+2
* x86: Fix various typos in commentsIngo Molnar2021-03-181-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-181-4/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* x86/mm/sme, objtool: Annotate indirect call in sme_encrypt_execute()Peter Zijlstra2018-02-211-0/+2
* x86/mm: Encrypt the initrd earlier for BSP microcode updateTom Lendacky2018-01-161-23/+23
* x86/mm: Prepare sme_encrypt_kernel() for PAGE aligned encryptionTom Lendacky2018-01-161-6/+14
* x86/mm: Clean up register saving in the __enc_copy() assembly codeTom Lendacky2018-01-161-10/+10
* x86/mm: Fix SME encryption stack ptr handlingBorislav Petkov2017-08-291-3/+3
* x86/mm: Add support to encrypt the kernel in-placeTom Lendacky2017-07-181-0/+149