Nikunj A. Dadhania ([email protected])

Number of posts: 309 (0.35 per day)
First post: 2022-01-04 09:28:36
Last post: 2024-06-13 03:45:25

Date List Subject
2022-10-10 07:46:55 linux-crypto Re: [PATCH] crypto: gcm - Provide minimal library implementation
2022-10-06 11:55:13 linux-crypto Re: Early init for few crypto modules for Secure Guests
2022-10-04 09:58:57 linux-crypto Re: Early init for few crypto modules for Secure Guests
2022-10-04 04:49:07 linux-crypto Early init for few crypto modules for Secure Guests
2022-08-16 07:43:04 linux-kernel Re: [PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-08-12 09:49:42 linux-kernel Re: [PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-08-12 03:39:53 linux-kernel Re: [PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-08-11 17:40:22 linux-kernel Re: [PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-08-11 17:37:08 linux-kernel Re: [PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-08-11 10:15:10 linux-kernel Re: [PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-07-27 09:32:22 linux-kernel Re: [PATCH v7 000/102] KVM TDX basic feature support
2022-07-25 13:48:29 linux-kernel Re: [PATCH v7 000/102] KVM TDX basic feature support
2022-06-24 04:26:54 linux-kernel Re: [PATCH v6 6/8] KVM: Handle page fault for private memory
2022-04-12 22:59:11 linux-kernel Re: [RFC V1 PATCH 0/5] selftests: KVM: selftests for fd-based approach of supporting private memory
2022-04-05 02:25:10 linux-kernel Re: [PATCH RFC v1 0/9] KVM: SVM: Defer page pinning for SEV guests
2022-04-01 20:27:56 linux-kernel Re: [PATCH RFC v1 0/9] KVM: SVM: Defer page pinning for SEV guests
2022-03-31 05:07:36 linux-kernel Re: [PATCH RFC v1 0/9] KVM: SVM: Defer page pinning for SEV guests
2022-03-31 04:18:07 linux-kernel Re: [PATCH RFC v1 0/9] KVM: SVM: Defer page pinning for SEV guests
2022-03-21 22:34:13 linux-kernel Re: [PATCH RFC v1 5/9] KVM: SVM: Implement demand page pinning
2022-03-10 01:33:52 linux-kernel Re: [PATCH RFC v1 9/9] KVM: SVM: Pin SEV pages in MMU during sev_launch_update_data()
2022-03-09 05:30:18 linux-kernel Re: [PATCH RFC v1 5/9] KVM: SVM: Implement demand page pinning
2022-03-09 01:30:47 linux-kernel [PATCH RFC v1 2/9] KVM: x86/mmu: Move hugepage adjust to direct_page_fault
2022-03-09 00:56:15 linux-kernel [PATCH RFC v1 8/9] KVM: Move kvm_for_each_memslot_in_hva_range() to be used in SVM
2022-03-08 22:27:10 linux-kernel [PATCH RFC v1 3/9] KVM: x86/mmu: Add hook to pin PFNs on demand in MMU
2022-03-08 11:54:59 linux-kernel Re: [RFC PATCH 0/6] KVM: SVM: Defer page pinning for SEV guests
2022-03-08 10:07:06 linux-kernel [PATCH RFC v1 4/9] KVM: SVM: Add pinning metadata in the arch memslot
2022-03-08 09:58:52 linux-kernel [PATCH RFC v1 0/9] KVM: SVM: Defer page pinning for SEV guests
2022-03-08 09:18:07 linux-kernel [PATCH RFC v1 5/9] KVM: SVM: Implement demand page pinning
2022-03-08 09:14:09 linux-kernel [PATCH RFC v1 6/9] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by SEV/TDX
2022-03-08 09:13:49 linux-kernel [PATCH RFC v1 7/9] KVM: SEV: Carve out routine for allocation of pages
2022-03-08 09:12:32 linux-kernel [PATCH RFC v1 9/9] KVM: SVM: Pin SEV pages in MMU during sev_launch_update_data()
2022-03-08 08:51:13 linux-kernel [PATCH RFC v1 1/9] KVM: Introduce pinning flag to hva_to_pfn*
2022-03-07 09:41:39 linux-kernel Re: [RFC PATCH 3/6] KVM: SVM: Implement demand page pinning
2022-02-11 12:21:51 linux-kernel Re: [PATCH 12/12] KVM: x86: do not unload MMU roots on all role changes
2022-02-01 20:13:50 linux-kernel Re: [RFC PATCH 3/6] KVM: SVM: Implement demand page pinning
2022-01-30 23:41:18 linux-kernel Re: [RFC PATCH 3/6] KVM: SVM: Implement demand page pinning
2022-01-30 03:02:51 linux-kernel Re: [RFC PATCH 3/6] KVM: SVM: Implement demand page pinning
2022-01-28 09:37:38 linux-kernel Re: [RFC PATCH 3/6] KVM: SVM: Implement demand page pinning
2022-01-26 03:10:51 linux-kernel Re: [RFC PATCH 3/6] KVM: SVM: Implement demand page pinning
2022-01-22 02:02:06 linux-kernel Re: [RFC PATCH 6/6] KVM: SVM: Pin SEV pages in MMU during sev_launch_update_data()
2022-01-22 00:31:58 linux-kernel Re: [RFC PATCH 6/6] KVM: SVM: Pin SEV pages in MMU during sev_launch_update_data()
2022-01-21 21:06:23 linux-kernel Re: [RFC PATCH 6/6] KVM: SVM: Pin SEV pages in MMU during sev_launch_update_data()
2022-01-21 19:12:46 linux-kernel Re: [RFC PATCH 6/6] KVM: SVM: Pin SEV pages in MMU during sev_launch_update_data()
2022-01-21 16:58:35 linux-kernel Re: [RFC PATCH 6/6] KVM: SVM: Pin SEV pages in MMU during sev_launch_update_data()
2022-01-20 07:41:15 linux-kernel [RFC PATCH 5/6] KVM: SEV: Carve out routine for allocation of pages
2022-01-20 07:40:29 linux-kernel [RFC PATCH 4/6] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by SEV/TDX
2022-01-20 07:40:29 linux-kernel [RFC PATCH 6/6] KVM: SVM: Pin SEV pages in MMU during sev_launch_update_data()
2022-01-20 07:40:29 linux-kernel [RFC PATCH 3/6] KVM: SVM: Implement demand page pinning
2022-01-20 07:40:29 linux-kernel [RFC PATCH 2/6] KVM: SVM: Add pinning metadata in the arch memslot
2022-01-20 07:26:09 linux-kernel [RFC PATCH 1/6] KVM: x86/mmu: Add hook to pin PFNs on demand in MMU
2022-01-20 07:23:02 linux-kernel [RFC PATCH 0/6] KVM: SVM: Defer page pinning for SEV guests