index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
mem_encrypt_amd.c
Age
Commit message (
Expand
)
Author
2023-12-07
x86/coco: Disable 32-bit emulation by default on TDX and SEV
Kirill A. Shutemov
2023-10-11
x86/sev: Drop unneeded #include
Alexander Shishkin
2023-10-11
x86/sev: Move sev_setup_arch() to mem_encrypt.c
Alexander Shishkin
2023-08-25
x86/sev: Make enc_dec_hypercall() accept a size instead of npages
Steve Rutherford
2023-06-26
Merge tag 'x86_tdx_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-06-06
x86/mm: Allow guest.enc_status_change_prepare() to fail
Kirill A. Shutemov
2023-05-31
x86/smpboot: Fix the parallel bringup decision
Thomas Gleixner
2023-03-27
x86/mm: Handle decryption/re-encryption of bss_decrypted consistently
Michael Kelley
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-01
virtio: replace restricted mem access flag with callback
Juergen Gross
2022-07-17
x86/mm: move protection_map[] inside the platform
Anshuman Khandual
2022-06-06
virtio: replace arch_has_restricted_virtio_memory_access()
Juergen Gross
2022-05-25
Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...
Linus Torvalds
2022-04-18
x86: centralize setting SWIOTLB_FORCE when guest memory encryption is enabled
Christoph Hellwig
2022-04-06
x86/mm: Validate memory when changing the C-bit
Brijesh Singh
2022-04-06
x86/sev: Add helper for validating pages in early enc attribute changes
Brijesh Singh
2022-02-23
x86/mm/cpa: Generalize __set_memory_enc_pgtable()
Brijesh Singh
2021-12-08
x86/sev: Move common memory encryption code to mem_encrypt.c
Kirill A. Shutemov
2021-12-08
x86/sev: Rename mem_encrypt.c to mem_encrypt_amd.c
Kuppuswamy Sathyanarayanan