LinuxLists
Users
About
Kirill A. Shutemov (
[email protected]
)
Number of posts: 4274 (0.97 per day)
First post: 2012-05-01 20:59:50
Last post: 2024-06-14 14:52:58
Previous Page
/
Next Page
Date
List
Subject
2023-06-12 08:43:33
linux-kernel
Re: [PATCH v11 19/20] x86/mce: Improve error log of kernel space TDX #MC due to erratum
2023-06-12 08:31:01
linux-kernel
Re: [PATCH v11 18/20] x86: Handle TDX erratum to reset TDX private memory during kexec() and reboot
2023-06-09 13:41:53
linux-kernel
Re: [PATCH v11 19/20] x86/mce: Improve error log of kernel space TDX #MC due to erratum
2023-06-09 13:40:55
linux-kernel
Re: [PATCH v11 18/20] x86: Handle TDX erratum to reset TDX private memory during kexec() and reboot
2023-06-09 11:01:14
linux-kernel
Re: [PATCH v11 17/20] x86/kexec: Flush cache of TDX private memory
2023-06-09 10:40:55
linux-kernel
Re: [PATCH v11 16/20] x86/virt/tdx: Initialize all TDMRs
2023-06-09 10:39:06
linux-kernel
Re: [PATCH v11 08/20] x86/virt/tdx: Get information about TDX module and TDX-capable memory
2023-06-09 00:30:26
linux-kernel
Re: [PATCH v11 14/20] x86/virt/tdx: Configure TDX module with the TDMRs and global KeyID
2023-06-09 00:30:21
linux-kernel
Re: [PATCH v11 15/20] x86/virt/tdx: Configure global KeyID on all packages
2023-06-09 00:24:32
linux-kernel
Re: [PATCH v11 08/20] x86/virt/tdx: Get information about TDX module and TDX-capable memory
2023-06-09 00:23:12
linux-kernel
Re: [PATCH v11 13/20] x86/virt/tdx: Designate reserved areas for all TDMRs
2023-06-08 23:45:21
linux-kernel
Re: [PATCH v11 12/20] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
2023-06-08 23:17:57
linux-kernel
Re: [PATCH v11 11/20] x86/virt/tdx: Fill out TDMRs to cover all TDX memory regions
2023-06-08 23:11:10
linux-kernel
Re: [PATCH v11 10/20] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
2023-06-08 22:51:06
linux-kernel
Re: [PATCH v11 09/20] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
2023-06-08 12:23:21
linux-kernel
Re: [PATCH v11 08/20] x86/virt/tdx: Get information about TDX module and TDX-capable memory
2023-06-08 11:32:56
linux-kernel
Re: [PATCH] x86/kexec: Add a comment to relocate_kernel() for better readability
2023-06-08 00:44:08
linux-kernel
Re: [PATCH v11 06/20] x86/virt/tdx: Handle SEAMCALL running out of entropy error
2023-06-08 00:36:16
linux-kernel
Re: [PATCH v11 08/20] x86/virt/tdx: Get information about TDX module and TDX-capable memory
2023-06-08 00:22:44
linux-kernel
Re: [PATCH v11 03/20] x86/virt/tdx: Make INTEL_TDX_HOST depend on X86_X2APIC
2023-06-07 15:18:12
linux-kernel
Re: [PATCH v11 04/20] x86/cpu: Detect TDX partial write machine check erratum
2023-06-07 11:48:43
linux-kernel
Re: [PATCH] x86/kexec: Add a comment to relocate_kernel() for better readability
2023-06-07 11:39:29
linux-kernel
Re: [PATCHv3 2/3] x86/tdx: Fix race between set_memory_encrypted() and load_unaligned_zeropad()
2023-06-06 14:36:52
linux-kernel
[PATCHv14 5/9] efi: Add unaccepted memory support
2023-06-06 14:36:50
linux-kernel
[PATCHv14 1/9] mm: Add support for unaccepted memory
2023-06-06 14:36:36
linux-kernel
[PATCHv14 2/9] efi/x86: Get full memory map in allocate_e820()
2023-06-06 14:35:36
linux-kernel
[PATCHv14 7/9] x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stub
2023-06-06 14:34:13
linux-kernel
[PATCHv14 3/9] efi/libstub: Implement support for unaccepted memory
2023-06-06 14:33:54
linux-kernel
[PATCHv14 9/9] x86/tdx: Add unaccepted memory support
2023-06-06 14:33:42
linux-kernel
[PATCHv14 0/9] mm, x86/cc, efi: Implement support for unaccepted memory
2023-06-06 14:33:35
linux-kernel
[PATCHv14 8/9] x86/tdx: Refactor try_accept_one()
2023-06-06 14:33:06
linux-kernel
[PATCHv14 6/9] efi/unaccepted: Avoid load_unaligned_zeropad() stepping into unaccepted memory
2023-06-06 14:28:44
linux-kernel
[PATCHv14 4/9] x86/boot/compressed: Handle unaccepted memory
2023-06-06 12:50:35
linux-kernel
Re: [PATCH v11 04/20] x86/cpu: Detect TDX partial write machine check erratum
2023-06-06 10:17:01
linux-kernel
[PATCHv3 1/3] x86/mm: Allow guest.enc_status_change_prepare() to fail
2023-06-06 10:16:46
linux-kernel
[PATCHv3 3/3] x86/mm: Fix enc_status_change_finish_noop()
2023-06-06 10:08:09
linux-kernel
[PATCHv3 2/3] x86/tdx: Fix race between set_memory_encrypted() and load_unaligned_zeropad()
2023-06-06 10:08:02
linux-kernel
[PATCHv3 0/3] x86/tdx: Fix one more load_unaligned_zeropad() issue
2023-06-02 15:55:04
linux-kernel
Re: [PATCHv13 4/9] x86/boot/compressed: Handle unaccepted memory
2023-06-02 14:49:51
linux-kernel
Re: [PATCHv13 9/9] x86/tdx: Add unaccepted memory support
2023-06-01 18:52:01
linux-kernel
[PATCHv13 5/9] efi: Add unaccepted memory support
2023-06-01 18:50:39
linux-kernel
[PATCHv13 9/9] x86/tdx: Add unaccepted memory support
2023-06-01 18:50:18
linux-kernel
[PATCHv13 2/9] efi/x86: Get full memory map in allocate_e820()
2023-06-01 18:50:17
linux-kernel
[PATCHv13 7/9] x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stub
2023-06-01 18:39:13
linux-kernel
[PATCHv13 0/9] mm, x86/cc, efi: Implement support for unaccepted memory
2023-06-01 18:38:49
linux-kernel
[PATCHv13 6/9] efi/unaccepted: Avoid load_unaligned_zeropad() stepping into unaccepted memory
2023-06-01 18:38:15
linux-kernel
[PATCHv13 8/9] x86/tdx: Refactor try_accept_one()
2023-06-01 18:31:25
linux-kernel
[PATCHv13 1/9] mm: Add support for unaccepted memory
2023-06-01 18:30:21
linux-kernel
[PATCHv13 4/9] x86/boot/compressed: Handle unaccepted memory
2023-06-01 18:30:03
linux-kernel
[PATCHv13 3/9] efi/libstub: Implement support for unaccepted memory
2023-05-31 18:40:34
linux-kernel
[PATCHv12.1 1/9] mm: Add support for unaccepted memory