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
2022-10-25 02:09:37 linux-kernel [PATCHv11 13/16] selftests/x86/lam: Add mmap and SYSCALL test cases for linear-address masking
2022-10-25 02:06:17 linux-kernel [PATCHv11 16/16] selftests/x86/lam: Add ARCH_FORCE_TAGGED_SVA test cases for linear-address masking
2022-10-25 01:32:32 linux-kernel [PATCHv11 15/16] selftests/x86/lam: Add inherit test cases for linear-address masking
2022-10-25 01:31:18 linux-kernel [PATCHv11 03/16] mm: Pass down mm_struct to untagged_addr()
2022-10-25 01:30:53 linux-kernel [PATCHv11 00/16] Linear Address Masking enabling
2022-10-25 01:30:34 linux-kernel [PATCHv11 11/16] x86/mm, iommu/sva: Make LAM and SVA mutually exclusive
2022-10-25 01:29:46 linux-kernel [PATCHv11 14/16] selftests/x86/lam: Add io_uring test cases for linear-address masking
2022-10-25 01:22:58 linux-kernel [PATCHv11 09/16] mm: Expose untagging mask in /proc/$PID/status
2022-10-25 01:21:49 linux-kernel [PATCHv11 06/16] KVM: Serialize tagged address check against tagging enabling
2022-10-25 01:10:59 linux-kernel [PATCHv11 02/16] x86: CPUID and CR3/CR4 flags for Linear Address Masking
2022-10-24 18:29:34 linux-kernel Re: [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
2022-10-19 16:32:37 linux-kernel Re: [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
2022-10-18 23:05:31 linux-kernel Re: [PATCHv10 10/15] x86/mm, iommu/sva: Make LAM and SVM mutually exclusive
2022-10-18 22:42:28 linux-kernel Re: [PATCHv10 10/15] x86/mm, iommu/sva: Make LAM and SVM mutually exclusive
2022-10-18 22:35:23 linux-kernel Re: [PATCHv10 09/15] x86: Expose untagging mask in /proc/$PID/arch_status
2022-10-18 12:19:50 linux-kernel [PATCHv10 13/15] selftests/x86/lam: Add io_uring test cases for linear-address masking
2022-10-18 12:14:54 linux-kernel [PATCHv10 04/15] x86/mm: Handle LAM on context switch
2022-10-18 12:12:57 linux-kernel [PATCHv10 02/15] x86: CPUID and CR3/CR4 flags for Linear Address Masking
2022-10-18 11:59:45 linux-kernel [PATCHv10 01/15] x86/mm: Fix CR3_ADDR_MASK
2022-10-18 11:59:05 linux-kernel [PATCHv10 08/15] x86/mm: Reduce untagged_addr() overhead until the first LAM user
2022-10-18 11:58:32 linux-kernel [PATCHv10 07/15] x86/mm: Provide arch_prctl() interface for LAM
2022-10-18 11:57:39 linux-kernel [PATCHv10 03/15] mm: Pass down mm_struct to untagged_addr()
2022-10-18 11:57:38 linux-kernel [PATCHv10 15/15] selftests/x86/lam: Add ARCH_FORCE_TAGGED_SVM test cases for linear-address masking
2022-10-18 11:56:08 linux-kernel [PATCHv10 14/15] selftests/x86/lam: Add inherit test cases for linear-address masking
2022-10-18 11:56:07 linux-kernel [PATCHv10 11/15] selftests/x86/lam: Add malloc and tag-bits test cases for linear-address masking
2022-10-18 11:46:20 linux-kernel [PATCHv10 09/15] x86: Expose untagging mask in /proc/$PID/arch_status
2022-10-18 11:44:04 linux-kernel [PATCHv10 12/15] selftests/x86/lam: Add mmap and SYSCALL test cases for linear-address masking
2022-10-18 11:40:38 linux-kernel [PATCHv10 10/15] x86/mm, iommu/sva: Make LAM and SVM mutually exclusive
2022-10-18 11:40:08 linux-kernel [PATCHv10 05/15] x86/uaccess: Provide untagged_addr() and remove tags before address check
2022-10-18 11:38:42 linux-kernel [PATCHv10 06/15] KVM: Serialize tagged address check against tagging enabling
2022-10-18 11:38:22 linux-kernel [PATCHv10 00/15] Linear Address Masking enabling
2022-10-17 22:15:25 linux-kernel Re: [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
2022-10-17 16:42:30 linux-kernel Re: [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
2022-10-06 16:57:36 linux-kernel Re: [PATCHv9 00/14] Linear Address Masking enabling
2022-10-04 00:59:18 linux-kernel Re: [PATCH v2 16/39] x86/mm: Update maybe_mkwrite() for shadow stack
2022-10-04 00:51:34 linux-kernel Re: [PATCH v2 19/39] mm/mmap: Add shadow stack pages to memory accounting
2022-10-04 00:24:52 linux-kernel Re: [PATCH v2 17/39] mm: Fixup places that call pte_mkwrite() directly
2022-10-03 18:34:37 linux-kernel Re: [PATCH v2 14/39] mm: Introduce VM_SHADOW_STACK for shadow stack memory
2022-10-03 18:13:20 linux-kernel Re: [PATCH v2 12/39] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
2022-10-03 16:39:48 linux-kernel Re: [PATCH v2 10/39] x86/mm: Introduce _PAGE_COW
2022-10-03 14:48:41 linux-kernel Re: [PATCH v2 08/39] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
2022-10-03 14:05:22 linux-kernel Re: [PATCH v2 07/39] x86/cet: Add user control-protection fault handler
2022-10-03 13:52:49 linux-kernel Re: [PATCH v2 02/39] x86/cet/shstk: Add Kconfig option for Shadow Stack
2022-09-30 16:40:15 linux-kernel Re: [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
2022-09-30 15:29:06 linux-kernel [PATCHv9 13/14] selftests/x86/lam: Add io_uring test cases for linear-address masking
2022-09-30 15:19:14 linux-kernel [PATCHv9 02/14] x86: CPUID and CR3/CR4 flags for Linear Address Masking
2022-09-30 15:18:09 linux-kernel [PATCHv9 12/14] selftests/x86/lam: Add mmap and SYSCALL test cases for linear-address masking
2022-09-30 15:15:34 linux-kernel [PATCHv9 05/14] x86/uaccess: Provide untagged_addr() and remove tags before address check
2022-09-30 15:15:00 linux-kernel [PATCHv9 06/14] KVM: Serialize tagged address check against tagging enabling
2022-09-30 15:14:22 linux-kernel [PATCHv9 14/14] selftests/x86/lam: Add inherit test cases for linear-address masking
2022-09-30 15:14:21 linux-kernel [PATCHv9 07/14] x86/mm: Provide arch_prctl() interface for LAM