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
2022-12-07 02:06:47
linux-kernel
[PATCHv8 03/14] mm: Report unaccepted memory in meminfo
2022-12-07 02:05:09
linux-kernel
[PATCHv8 01/14] x86/boot: Centralize __pa()/__va() definitions
2022-12-07 02:05:09
linux-kernel
[PATCHv8 14/14] x86/tdx: Add unaccepted memory support
2022-12-07 02:04:54
linux-kernel
[PATCHv8 07/14] x86/boot/compressed: Handle unaccepted memory
2022-12-07 02:04:31
linux-kernel
[PATCHv8 02/14] mm: Add support for unaccepted memory
2022-12-07 02:04:13
linux-kernel
[PATCHv8 09/14] x86/mm: Provide helpers for unaccepted memory
2022-12-07 02:04:03
linux-kernel
[PATCHv8 08/14] x86/mm: Reserve unaccepted memory bitmap
2022-12-07 02:03:56
linux-kernel
[PATCHv8 11/14] x86: Disable kexec if system has unaccepted memory
2022-12-07 02:03:19
linux-kernel
[PATCHv8 05/14] x86/boot: Add infrastructure required for unaccepted memory support
2022-12-07 02:02:57
linux-kernel
[PATCHv8 04/14] efi/x86: Get full memory map in allocate_e820()
2022-12-07 01:54:00
linux-kernel
[PATCHv8 10/14] x86/mm: Avoid load_unaligned_zeropad() stepping into unaccepted memory
2022-12-07 01:53:51
linux-kernel
[PATCHv8 12/14] x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stub
2022-12-02 14:21:18
linux-kernel
Re: [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory
2022-12-01 14:09:41
linux-kernel
Re: [PATCHv7 08/14] x86/mm: Reserve unaccepted memory bitmap
2022-11-30 14:34:03
linux-kernel
Re: [PATCH v7 17/20] x86/virt/tdx: Configure global KeyID on all packages
2022-11-28 11:32:04
linux-kernel
Re: [PATCH] x86/asm: Remove unused COMPILE_OFFSETS macro from asm-offsets.c
2022-11-28 09:54:23
linux-kernel
Re: [PATCH] x86/asm: Remove unused COMPILE_OFFSETS macro from asm-offsets.c
2022-11-17 23:45:16
linux-kernel
[PATCHv2] scsi: Fix get_user() in call sg_scsi_ioctl()
2022-11-16 01:57:08
linux-kernel
[PATCH 1/2] scsi: Fix get_user() in call sg_scsi_ioctl()
2022-11-16 01:20:09
linux-kernel
[PATCH 2/2] x86/mm: Fix sparse warnings in untagged_ptr()
2022-11-16 01:05:57
linux-kernel
[PATCH 0/2] x86/mm: Fix sparse warning due to LAM patchset
2022-11-09 18:06:02
linux-kernel
[PATCHv12 04/16] x86/mm: Handle LAM on context switch
2022-11-09 18:03:30
linux-kernel
[PATCHv12 09/16] mm: Expose untagging mask in /proc/$PID/status
2022-11-09 17:49:35
linux-kernel
[PATCHv12 12/16] selftests/x86/lam: Add malloc and tag-bits test cases for linear-address masking
2022-11-09 17:48:00
linux-kernel
[PATCHv12 00/16] Linear Address Masking enabling
2022-11-09 17:29:19
linux-kernel
[PATCHv12 05/16] x86/uaccess: Provide untagged_addr() and remove tags before address check
2022-11-09 17:27:08
linux-kernel
[PATCHv12 11/16] x86/mm, iommu/sva: Make LAM and SVA mutually exclusive
2022-11-09 17:25:03
linux-kernel
[PATCHv12 10/16] iommu/sva: Replace pasid_valid() helper with mm_valid_pasid()
2022-11-09 17:23:35
linux-kernel
[PATCHv12 14/16] selftests/x86/lam: Add io_uring test cases for linear-address masking
2022-11-09 17:22:27
linux-kernel
[PATCHv12 13/16] selftests/x86/lam: Add mmap and SYSCALL test cases for linear-address masking
2022-11-09 17:21:55
linux-kernel
[PATCHv12 16/16] selftests/x86/lam: Add ARCH_FORCE_TAGGED_SVA test cases for linear-address masking
2022-11-09 17:11:37
linux-kernel
[PATCHv12 06/16] KVM: Serialize tagged address check against tagging enabling
2022-11-09 16:59:08
linux-kernel
[PATCHv12 15/16] selftests/x86/lam: Add inherit test cases for linear-address masking
2022-11-09 16:59:01
linux-kernel
[PATCHv12 07/16] x86/mm: Provide arch_prctl() interface for LAM
2022-11-09 16:58:46
linux-kernel
[PATCHv12 03/16] mm: Pass down mm_struct to untagged_addr()
2022-11-09 16:58:41
linux-kernel
[PATCHv12 01/16] x86/mm: Fix CR3_ADDR_MASK
2022-11-09 16:58:35
linux-kernel
[PATCHv12 02/16] x86: CPUID and CR3/CR4 flags for Linear Address Masking
2022-11-09 16:57:00
linux-kernel
[PATCHv12 08/16] x86/mm: Reduce untagged_addr() overhead until the first LAM user
2022-11-07 22:16:16
linux-kernel
[PATCHv11.1 07/16] x86/mm: Provide arch_prctl() interface for LAM
2022-11-07 22:14:29
linux-kernel
[PATCHv11.1 04/16] x86/mm: Handle LAM on context switch
2022-11-07 11:46:31
linux-kernel
Re: [PATCHv11 00/16] Linear Address Masking enabling
2022-10-28 15:07:43
linux-kernel
[PATCH 1/2] x86/tdx: Extract GET_INFO call from get_cc_mask()
2022-10-28 15:07:37
linux-kernel
[PATCH 2/2] x86/tdx: Do not allow #VE due to EPT violation on the private memory
2022-10-28 14:25:10
linux-kernel
[PATCH 0/2] x86/tdx: Enforce no #VE on private memory accesses
2022-10-25 02:34:22
linux-kernel
[PATCHv11 10/16] iommu/sva: Replace pasid_valid() helper with mm_valid_pasid()
2022-10-25 02:33:44
linux-kernel
[PATCHv11 04/16] x86/mm: Handle LAM on context switch
2022-10-25 02:32:00
linux-kernel
[PATCHv11 05/16] x86/uaccess: Provide untagged_addr() and remove tags before address check
2022-10-25 02:27:13
linux-kernel
[PATCHv11 12/16] selftests/x86/lam: Add malloc and tag-bits test cases for linear-address masking
2022-10-25 02:24:50
linux-kernel
[PATCHv11 01/16] x86/mm: Fix CR3_ADDR_MASK
2022-10-25 02:15:56
linux-kernel
[PATCHv11 08/16] x86/mm: Reduce untagged_addr() overhead until the first LAM user
2022-10-25 02:14:19
linux-kernel
[PATCHv11 07/16] x86/mm: Provide arch_prctl() interface for LAM