Emanuele Giuseppe Esposito ([email protected])

Number of posts: 177 (0.15 per day)
First post: 2020-04-13 09:56:34
Last post: 2023-07-14 07:23:58

Date List Subject
2022-09-09 11:02:03 linux-kernel [RFC PATCH 5/9] kvm_main.c: split __kvm_set_memory_region logic in kvm_check_mem and kvm_prepare_batch
2022-09-09 11:01:51 linux-kernel [RFC PATCH 7/9] kvm_main.c: duplicate invalid memslot also in inactive list
2022-09-09 10:52:38 linux-kernel [RFC PATCH 2/9] kvm.h: introduce KVM_SET_USER_MEMORY_REGION_LIST ioctl
2022-09-09 10:52:10 linux-kernel [RFC PATCH 0/9] kvm: implement atomic memslot updates
2022-09-09 10:51:32 linux-kernel [RFC PATCH 3/9] kvm_main.c: introduce kvm_internal_memory_region_list
2022-09-09 10:51:23 linux-kernel [RFC PATCH 6/9] kvm_main.c: simplify change-specific callbacks
2021-11-03 16:19:23 linux-kernel [PATCH v1] nested.c: replace spaces with tabs
2021-11-03 14:48:50 linux-kernel [PATCH v5 4/7] nSVM: use vmcb_save_area_cached in nested_vmcb_valid_sregs()
2021-11-03 14:12:24 linux-kernel [PATCH v5 6/7] nSVM: introduce struct vmcb_ctrl_area_cached
2021-11-03 14:09:56 linux-kernel [PATCH v5 7/7] nSVM: use vmcb_ctrl_area_cached instead of vmcb_control_area in struct svm_nested_state
2021-11-03 14:09:55 linux-kernel [PATCH v5 5/7] nSVM: use svm->nested.save to load vmcb12 registers and avoid TOC/TOU races
2021-11-03 14:09:55 linux-kernel [PATCH v5 3/7] nSVM: rename nested_load_control_from_vmcb12 in nested_copy_vmcb_control_to_cache
2021-11-03 14:09:02 linux-kernel [PATCH v5 1/7] KVM: nSVM: move nested_vmcb_check_cr3_cr4 logic in nested_vmcb_valid_sregs
2021-11-03 14:09:02 linux-kernel [PATCH v5 2/7] nSVM: introduce smv->nested.save to cache save area fields
2021-11-03 14:07:53 linux-kernel [PATCH v5 0/7] KVM: nSVM: avoid TOC/TOU race when checking vmcb12
2021-11-03 13:42:28 linux-kernel Re: [PATCH v4 0/7] KVM: nSVM: avoid TOC/TOU race when checking vmcb12
2021-11-03 11:56:48 linux-kernel [PATCH v4 6/7] nSVM: introduce struct vmcb_ctrl_area_cached
2021-11-03 11:56:27 linux-kernel [PATCH v4 7/7] nSVM: use vmcb_ctrl_area_cached instead of vmcb_control_area in struct svm_nested_state
2021-11-03 11:55:55 linux-kernel [PATCH v4 2/7] nSVM: introduce smv->nested.save to cache save area fields
2021-11-03 11:55:49 linux-kernel [PATCH v4 1/7] KVM: nSVM: move nested_vmcb_check_cr3_cr4 logic in nested_vmcb_valid_sregs
2021-11-03 11:55:37 linux-kernel [PATCH v4 4/7] nSVM: use vmcb_save_area_cached in nested_vmcb_valid_sregs()
2021-11-03 11:55:22 linux-kernel [PATCH v4 5/7] nSVM: use svm->nested.save to load vmcb12 registers and avoid TOC/TOU races
2021-11-03 11:55:06 linux-kernel [PATCH v4 3/7] nSVM: rename nested_load_control_from_vmcb12 in nested_copy_vmcb_control_to_cache
2021-11-03 11:54:41 linux-kernel [PATCH v4 0/7] KVM: nSVM: avoid TOC/TOU race when checking vmcb12
2021-10-22 13:51:06 linux-kernel Re: [PATCH v3 4/8] nSVM: use vmcb_save_area_cached in nested_vmcb_valid_sregs()
2021-10-11 17:30:05 linux-kernel [PATCH v3 8/8] nSVM: remove unnecessary parameter in nested_vmcb_check_controls
2021-10-11 16:41:30 linux-kernel [PATCH v3 2/8] nSVM: introduce smv->nested.save to cache save area fields
2021-10-11 16:41:02 linux-kernel [PATCH v3 3/8] nSVM: rename nested_load_control_from_vmcb12 in nested_copy_vmcb_control_to_cache
2021-10-11 16:40:10 linux-kernel [PATCH v3 5/8] nSVM: use svm->nested.save to load vmcb12 registers and avoid TOC/TOU races
2021-10-11 16:40:02 linux-kernel [PATCH v3 4/8] nSVM: use vmcb_save_area_cached in nested_vmcb_valid_sregs()
2021-10-11 16:39:35 linux-kernel [PATCH v3 7/8] nSVM: use vmcb_ctrl_area_cached instead of vmcb_control_area in struct svm_nested_state
2021-10-11 16:39:33 linux-kernel [PATCH v3 1/8] KVM: nSVM: move nested_vmcb_check_cr3_cr4 logic in nested_vmcb_valid_sregs
2021-10-11 16:39:31 linux-kernel [PATCH v3 0/8] KVM: nSVM: avoid TOC/TOU race when checking vmcb12
2021-10-11 16:39:25 linux-kernel [PATCH v3 6/8] nSVM: introduce struct vmcb_ctrl_area_cached
2021-09-17 22:04:01 linux-kernel [RFC PATCH 2/2] nSVM: use vmcb_ctrl_area_cached instead of vmcb_control_area in svm_nested_state
2021-09-17 22:03:59 linux-kernel [RFC PATCH 1/2] nSVM: introduce struct vmcb_ctrl_area_cached
2021-09-17 20:54:22 linux-kernel [RFC PATCH 0/2] KVM: nSVM: use vmcb_ctrl_area_cached instead
2021-09-17 19:37:33 linux-kernel [PATCH v2 4/4] nSVM: use svm->nested.save to load vmcb12 registers and avoid TOC/TOU races
2021-09-17 19:35:13 linux-kernel [PATCH v2 0/4] KVM: nSVM: avoid TOC/TOU race when checking vmcb12
2021-09-17 14:30:25 linux-kernel [PATCH v2 3/4] nSVM: use vmcb_save_area_cached in nested_vmcb_valid_sregs()
2021-09-17 14:29:51 linux-kernel [PATCH v2 1/4] KVM: nSVM: move nested_vmcb_check_cr3_cr4 logic in nested_vmcb_valid_sregs
2021-09-17 14:27:38 linux-kernel [PATCH v2 2/4] nSVM: introduce smv->nested.save to cache save area fields
2021-09-14 10:56:35 linux-kernel Re: [RFC PATCH 3/3] nSVM: use svm->nested.save to load vmcb12 registers and avoid TOC/TOU races
2021-09-14 09:26:49 linux-kernel Re: [RFC PATCH 3/3] nSVM: use svm->nested.save to load vmcb12 registers and avoid TOC/TOU races
2021-09-14 08:23:00 linux-kernel Re: [RFC PATCH 3/3] nSVM: use svm->nested.save to load vmcb12 registers and avoid TOC/TOU races
2021-09-03 12:42:11 linux-kernel [RFC PATCH 1/3] KVM: nSVM: move nested_vmcb_check_cr3_cr4 logic in nested_vmcb_valid_sregs
2021-09-03 11:45:12 linux-kernel [RFC PATCH 3/3] nSVM: use svm->nested.save to load vmcb12 registers and avoid TOC/TOU races
2021-09-03 10:23:32 linux-kernel [RFC PATCH 2/3] nSVM: introduce smv->nested.save to cache save area fields
2021-09-03 10:22:57 linux-kernel [RFC PATCH 0/3] KVM: nSVM: avoid TOC/TOU race when checking vmcb12
2021-08-25 12:43:19 linux-kernel Re: [PATCH 2/2] KVM: nSVM: temporarly save vmcb12's efer, cr0 and cr4 to avoid TOC/TOU races
2021-08-09 14:57:45 linux-kernel [PATCH 2/2] KVM: nSVM: temporarly save vmcb12's efer, cr0 and cr4 to avoid TOC/TOU races