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

Date List Subject
2023-08-03 15:43:40 linux-kernel Re: [PATCH v3 07/12] x86/tdx: Make TDX_HYPERCALL asm similar to TDX_MODULE_CALL
2023-08-03 13:28:04 linux-kernel Re: [PATCH v3 05/12] x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a structure
2023-08-03 13:27:53 linux-kernel Re: [PATCH v3 05/12] x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a structure
2023-08-03 13:04:29 linux-kernel Re: [PATCH v4 0/3] Optimize large folio interaction with deferred split
2023-08-03 12:59:21 linux-kernel Re: [PATCH v3 07/12] x86/tdx: Make TDX_HYPERCALL asm similar to TDX_MODULE_CALL
2023-08-03 12:46:11 linux-kernel Re: [PATCH v3 07/12] x86/tdx: Make TDX_HYPERCALL asm similar to TDX_MODULE_CALL
2023-08-02 17:28:13 linux-kernel Re: [PATCH v2] efi/x86: Ensure that EFI_RUNTIME_MAP is enabled for kexec
2023-08-02 15:03:44 linux-kernel Re: [PATCH] efi/x86: Ensure that EFI_RUNTIME_MAP is enabled for kexec
2023-07-27 18:10:35 linux-kernel Re: [PATCH v3 07/12] x86/tdx: Make TDX_HYPERCALL asm similar to TDX_MODULE_CALL
2023-07-27 17:32:59 linux-kernel Re: [PATCH v3 05/12] x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a structure
2023-07-27 17:17:46 linux-kernel Re: [PATCH v3 06/12] x86/tdx: Extend TDX_MODULE_CALL to support more TDCALL/SEAMCALL leafs
2023-07-27 14:00:25 linux-kernel Re: [PATCH v3 02/12] x86/tdx: Skip saving output regs when SEAMCALL fails with VMFailInvalid
2023-07-27 13:40:19 linux-kernel Re: [PATCH v3 04/12] x86/tdx: Rename __tdx_module_call() to __tdcall()
2023-07-27 13:16:07 linux-kernel Re: [PATCH v3 03/12] x86/tdx: Make macros of TDCALLs consistent with the spec
2023-07-27 13:05:53 linux-kernel Re: [PATCH v3 01/12] x86/tdx: Zero out the missing RSI in TDX_HYPERCALL macro
2023-07-26 12:57:59 linux-kernel Re: [RFC PATCH v11 10/29] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
2023-07-26 01:41:38 linux-kernel Re: [PATCHv3 0/3] x86/tdx: Fix one more load_unaligned_zeropad() issue
2023-07-25 11:54:23 linux-kernel Re: [RFC PATCH v11 10/29] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
2023-07-25 00:54:09 linux-kernel [PATCH] x86/traps: Fix load_unaligned_zeropad() handling for shared TDX memory
2023-07-25 00:20:04 linux-kernel Re: [PATCHv3 0/3] x86/tdx: Fix one more load_unaligned_zeropad() issue
2023-07-24 16:10:48 linux-kernel [PATCH] x86/mm: Fix VDSO and VVAR placement on 5-level paging machines
2023-07-04 15:08:36 linux-kernel Re: [PATCHv14 5/9] efi: Add unaccepted memory support
2023-07-03 18:09:45 linux-kernel Re: [PATCH v12 07/22] x86/virt/tdx: Add skeleton to enable TDX on demand
2023-06-30 10:35:33 linux-kernel Re: [PATCH v12 20/22] x86/virt/tdx: Allow SEAMCALL to handle #UD and #GP
2023-06-30 09:52:17 linux-kernel Re: [PATCH v12 20/22] x86/virt/tdx: Allow SEAMCALL to handle #UD and #GP
2023-06-29 12:08:48 linux-kernel Re: [PATCH v12 20/22] x86/virt/tdx: Allow SEAMCALL to handle #UD and #GP
2023-06-29 10:30:17 linux-kernel Re: [PATCH v12 05/22] x86/virt/tdx: Add SEAMCALL infrastructure
2023-06-28 12:52:02 linux-kernel Re: [PATCH v12 19/22] x86/kexec(): Reset TDX private memory on platforms with TDX erratum
2023-06-28 12:51:45 linux-kernel Re: [PATCH v12 21/22] x86/mce: Improve error log of kernel space TDX #MC due to erratum
2023-06-28 12:38:41 linux-kernel Re: [PATCH v12 20/22] x86/virt/tdx: Allow SEAMCALL to handle #UD and #GP
2023-06-28 12:36:54 linux-kernel Re: [PATCH v12 18/22] x86/virt/tdx: Keep TDMRs when module initialization is successful
2023-06-28 12:24:47 linux-kernel Re: [PATCH v12 07/22] x86/virt/tdx: Add skeleton to enable TDX on demand
2023-06-28 12:15:53 linux-kernel Re: [PATCH v12 05/22] x86/virt/tdx: Add SEAMCALL infrastructure
2023-06-27 12:29:21 linux-kernel Re: [PATCH v12 07/22] x86/virt/tdx: Add skeleton to enable TDX on demand
2023-06-27 12:19:17 linux-kernel Re: [PATCH v12 05/22] x86/virt/tdx: Add SEAMCALL infrastructure
2023-06-27 12:00:16 linux-kernel Re: [PATCH v12 08/22] x86/virt/tdx: Get information about TDX module and TDX-capable memory
2023-06-27 10:17:26 linux-kernel Re: [PATCH v12 05/22] x86/virt/tdx: Add SEAMCALL infrastructure
2023-06-27 10:15:44 linux-kernel Re: [PATCH v12 08/22] x86/virt/tdx: Get information about TDX module and TDX-capable memory
2023-06-27 10:15:26 linux-kernel Re: [PATCH v12 12/22] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
2023-06-27 10:13:56 linux-kernel Re: [PATCH v12 07/22] x86/virt/tdx: Add skeleton to enable TDX on demand
2023-06-20 12:42:23 linux-kernel Re: [PATCH v11 05/20] x86/virt/tdx: Add SEAMCALL infrastructure
2023-06-19 15:06:27 linux-kernel Re: [PATCH v11 15/20] x86/virt/tdx: Configure global KeyID on all packages
2023-06-19 15:01:25 linux-kernel Re: [PATCH v11 18/20] x86: Handle TDX erratum to reset TDX private memory during kexec() and reboot
2023-06-14 18:44:35 linux-kernel Re: [PATCH] x86/mm: Remove unused current_untag_mask()
2023-06-14 11:17:15 linux-kernel Re: [PATCH v11 18/20] x86: Handle TDX erratum to reset TDX private memory during kexec() and reboot
2023-06-14 10:33:13 linux-kernel Re: [PATCH v11 18/20] x86: Handle TDX erratum to reset TDX private memory during kexec() and reboot
2023-06-13 11:12:36 linux-kernel Re: [PATCH v11 18/20] x86: Handle TDX erratum to reset TDX private memory during kexec() and reboot
2023-06-13 10:32:32 linux-kernel Re: [PATCH v11 11/20] x86/virt/tdx: Fill out TDMRs to cover all TDX memory regions
2023-06-12 15:21:36 linux-kernel Re: [PATCH v11 11/20] x86/virt/tdx: Fill out TDMRs to cover all TDX memory regions
2023-06-12 12:27:16 linux-kernel Re: [PATCH v11 18/20] x86: Handle TDX erratum to reset TDX private memory during kexec() and reboot
2023-06-12 09:04:48 linux-crypto Re: [PATCH RFC v9 05/51] x86/coco: move CONFIG_HAS_CC_PLATFORM check down into coco/Makefile