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-03-12 11:27:06 linux-kernel [PATCHv16 00/17] Linear Address Masking enabling
2023-03-12 11:27:06 linux-kernel [PATCHv16 03/17] x86: CPUID and CR3/CR4 flags for Linear Address Masking
2023-03-12 11:26:38 linux-kernel [PATCHv16 02/17] x86: Allow atomic MM_CONTEXT flags setting
2023-03-12 11:26:35 linux-kernel [PATCHv16 01/17] x86/mm: Rework address range check in get_user() and put_user()
2023-02-24 16:12:37 linux-kernel Re: [PATCH 0/2] Kexec enabling in TDX guest
2023-02-24 14:30:13 linux-kernel Re: [PATCH 0/2] Kexec enabling in TDX guest
2023-02-24 09:37:40 linux-kernel Re: [RFC PATCH 1/2] mm: restrictedmem: Allow userspace to specify mount_path for memfd_restricted
2023-02-13 23:49:18 linux-kernel [PATCH 1/2] x86/kexec: Preserve CR4.MCE during kexec
2023-02-13 23:49:05 linux-kernel [PATCH 2/2] x86/tdx: Convert shared memory back to private on kexec
2023-02-13 23:48:57 linux-kernel [PATCH 0/2] Kexec enabling in TDX guest
2023-02-07 11:38:32 linux-kernel Re: [PATCH] x86/alternative: Support relocations in alternatives
2023-02-01 17:02:46 linux-kernel Re: [RFC] x86/alternative: Support relocations in alternatives
2023-01-31 11:14:57 linux-kernel [PATCH] x86/tdx: Drop flags from __tdx_hypercall()
2023-01-31 08:57:12 linux-kernel Re: [PATCH] x86/tdx: Do not corrupt frame-pointer in __tdx_hypercall()
2023-01-31 08:39:15 linux-kernel Re: [PATCH] x86/tdx: Do not corrupt frame-pointer in __tdx_hypercall()
2023-01-30 13:54:46 linux-kernel [PATCH] x86/tdx: Do not corrupt frame-pointer in __tdx_hypercall()
2023-01-26 22:33:20 linux-kernel [PATCHv2, RESEND 3/7] x86/tdx: Refactor __tdx_hypercall() to allow pass down more arguments
2023-01-26 22:33:17 linux-kernel [PATCHv2, RESEND 2/7] x86/tdx: Add more registers to struct tdx_hypercall_args
2023-01-26 22:33:12 linux-kernel [PATCHv2, RESEND 1/7] x86/tdx: Fix typo in comment in __tdx_hypercall()
2023-01-26 22:30:44 linux-kernel [PATCHv2, RESEND 7/7] x86/tdx: Disable NOTIFY_ENABLES
2023-01-26 22:30:41 linux-kernel [PATCHv2, RESEND 5/7] x86/tdx: Use ReportFatalError to report missing SEPT_VE_DISABLE
2023-01-26 22:30:38 linux-kernel [PATCHv2, RESEND 6/7] x86/tdx: Relax SEPT_VE_DISABLE check for debug TD
2023-01-26 22:30:36 linux-kernel [PATCHv2, RESEND 4/7] x86/tdx: Expand __tdx_hypercall() to handle more arguments
2023-01-26 22:30:31 linux-kernel [PATCHv2, RESEND 0/7] x86/tdx: Changes for TDX guest initialization
2023-01-23 22:07:29 linux-kernel [PATCHv15 17/17] selftests/x86/lam: Add test cases for LAM vs thread creation
2023-01-23 22:07:00 linux-kernel [PATCHv15 13/17] selftests/x86/lam: Add mmap and SYSCALL test cases for linear-address masking
2023-01-23 22:06:50 linux-kernel [PATCHv15 14/17] selftests/x86/lam: Add io_uring test cases for linear-address masking
2023-01-23 22:06:36 linux-kernel [PATCHv15 09/17] mm: Expose untagging mask in /proc/$PID/status
2023-01-23 22:06:33 linux-kernel [PATCHv15 16/17] selftests/x86/lam: Add ARCH_FORCE_TAGGED_SVA test cases for linear-address masking
2023-01-23 22:06:29 linux-kernel [PATCHv15 06/17] x86/uaccess: Provide untagged_addr() and remove tags before address check
2023-01-23 22:06:26 linux-kernel [PATCHv15 15/17] selftests/x86/lam: Add inherit test cases for linear-address masking
2023-01-23 22:06:23 linux-kernel [PATCHv15 05/17] mm: Introduce untagged_addr_remote()
2023-01-23 22:06:19 linux-kernel [PATCHv15 01/17] x86/mm: Rework address range check in get_user() and put_user()
2023-01-23 22:06:12 linux-kernel [PATCHv15 10/17] iommu/sva: Replace pasid_valid() helper with mm_valid_pasid()
2023-01-23 22:06:08 linux-kernel [PATCHv15 02/17] x86: Allow atomic MM_CONTEXT flags setting
2023-01-23 22:05:58 linux-kernel [PATCHv15 12/17] selftests/x86/lam: Add malloc and tag-bits test cases for linear-address masking
2023-01-23 22:05:55 linux-kernel [PATCHv15 04/17] x86/mm: Handle LAM on context switch
2023-01-23 22:05:52 linux-kernel [PATCHv15 03/17] x86: CPUID and CR3/CR4 flags for Linear Address Masking
2023-01-23 22:05:49 linux-kernel [PATCHv15 11/17] x86/mm/iommu/sva: Make LAM and SVA mutually exclusive
2023-01-23 22:05:40 linux-kernel [PATCHv15 08/17] x86/mm: Provide arch_prctl() interface for LAM
2023-01-23 22:05:37 linux-kernel [PATCHv15 07/17] x86/mm: Reduce untagged_addr() overhead for systems without LAM
2023-01-23 22:05:28 linux-kernel [PATCHv15 00/17] Linear Address Masking enabling
2023-01-18 13:09:47 linux-kernel Re: [PATCH v2 1/7] x86/boot: Remove verify_cpu() from secondary_startup_64()
2023-01-17 15:22:55 linux-kernel Re: [PATCHv14 08/17] x86/mm: Reduce untagged_addr() overhead until the first LAM user
2023-01-13 23:31:38 linux-kernel Re: [PATCH v2] x86/efi: Safely enable unaccepted memory in UEFI
2023-01-12 10:47:47 linux-kernel [PATCHv2 4/7] x86/tdx: Expand __tdx_hypercall() to handle more arguments
2023-01-12 10:46:50 linux-kernel [PATCHv2 2/7] x86/tdx: Add more registers to struct tdx_hypercall_args
2023-01-12 10:30:56 linux-kernel [PATCHv2 0/7] x86/tdx: Changes for TDX guest initialization
2023-01-12 10:29:01 linux-kernel [PATCHv2 6/7] x86/tdx: Relax SEPT_VE_DISABLE check for debug TD
2023-01-12 10:28:18 linux-kernel [PATCHv2 1/7] x86/tdx: Fix typo in comment in __tdx_hypercall()
2023-01-12 10:28:05 linux-kernel [PATCHv2 7/7] x86/tdx: Disable NOTIFY_ENABLES