KarimAllah Ahmed ([email protected])

Number of posts: 246 (0.23 per day)
First post: 2017-04-10 12:28:56
Last post: 2020-03-16 09:41:18

Date List Subject
2019-01-09 09:45:17 linux-kernel [PATCH v5 12/13] KVM/nVMX: Use kvm_vcpu_map for accessing the enlightened VMCS
2019-01-09 09:45:12 linux-kernel [PATCH v5 11/13] KVM/nVMX: Use kvm_vcpu_map for accessing the shadow VMCS
2019-01-09 09:44:56 linux-kernel [PATCH v5 06/13] KVM/nVMX: Use kvm_vcpu_map when mapping the L1 MSR bitmap
2019-01-09 09:44:28 linux-kernel [PATCH v5 07/13] KVM/nVMX: Use kvm_vcpu_map when mapping the virtual APIC page
2019-01-09 09:44:22 linux-kernel [PATCH v5 13/13] KVM/nVMX: Use page_address_valid in a few more locations
2019-01-09 09:44:14 linux-kernel [PATCH v5 05/13] X86/nVMX: handle_vmptrld: Use kvm_vcpu_map when copying VMCS12 from guest memory
2019-01-03 21:30:03 linux-kernel Re: [PATCH v4 02/14] X86/nVMX: handle_vmptrld: Copy the VMCS12 directly from guest memory
2018-12-03 17:00:53 linux-kernel Re: [PATCH] KVM/nVMX: Stop mapping the "APIC-access address" page into the kernel
2018-12-03 14:00:54 linux-kernel [PATCH] KVM/nVMX: Stop mapping the "APIC-access address" page into the kernel
2018-12-03 09:35:39 linux-kernel [PATCH v4 00/14] KVM/X86: Introduce a new guest mapping interface
2018-12-03 09:35:29 linux-kernel [PATCH v4 06/14] KVM/nVMX: Use kvm_vcpu_map when mapping the L1 MSR bitmap
2018-12-03 09:35:19 linux-kernel [PATCH v4 05/14] KVM: Introduce a new guest mapping API
2018-12-03 09:35:11 linux-kernel [PATCH v4 07/14] KVM/nVMX: Use kvm_vcpu_map when mapping the virtual APIC page
2018-12-03 09:34:43 linux-kernel [PATCH v4 11/14] KVM/X86: hyperv: Use kvm_vcpu_map in synic_deliver_msg
2018-12-03 09:34:42 linux-kernel [PATCH v4 02/14] X86/nVMX: handle_vmptrld: Copy the VMCS12 directly from guest memory
2018-12-03 09:33:56 linux-kernel [PATCH v4 04/14] X86/KVM: Handle PFNs outside of kernel reach when touching GPTEs
2018-12-03 09:33:55 linux-kernel [PATCH v4 09/14] KVM/X86: Use kvm_vcpu_map in emulator_cmpxchg_emulated
2018-12-03 09:33:37 linux-kernel [PATCH v4 03/14] X86/nVMX: Update the PML table without mapping and unmapping the page
2018-12-03 09:33:27 linux-kernel [PATCH v4 08/14] KVM/nVMX: Use kvm_vcpu_map when mapping the posted interrupt descriptor table
2018-12-03 09:33:18 linux-kernel [PATCH v4 10/14] KVM/X86: hyperv: Use kvm_vcpu_map in synic_clear_sint_msg_pending
2018-12-03 09:33:02 linux-kernel [PATCH v4 13/14] KVM/nVMX: Use kvm_vcpu_map for accessing the shadow VMCS
2018-12-03 09:32:52 linux-kernel [PATCH v4 14/14] KVM/nVMX: Use kvm_vcpu_map for accessing the enhanced VMCS
2018-12-03 09:32:44 linux-kernel [PATCH v4 12/14] KVM/nSVM: Use the new mapping API for mapping guest memory
2018-12-03 09:32:40 linux-kernel [PATCH v4 01/14] X86/nVMX: handle_vmon: Read 4 bytes from guest memory
2018-10-23 15:16:39 linux-kernel Re: [PATCH] rcu: Benefit from expedited grace period in __wait_rcu_gp
2018-10-22 22:55:33 linux-kernel Re: [PATCH v3 06/13] KVM/nVMX: Use kvm_vcpu_map when mapping the L1 MSR bitmap
2018-10-21 08:13:08 linux-kernel Re: [PATCH v3 07/13] KVM/nVMX: Use kvm_vcpu_map when mapping the virtual APIC page
2018-10-21 07:41:00 linux-kernel [RESEND PATCH v3 07/13] KVM/nVMX: Use kvm_vcpu_map when mapping the virtual APIC page
2018-10-20 23:02:30 linux-kernel [PATCH v2] KVM/nVMX: Do not validate that posted_intr_desc_addr is page aligned
2018-10-20 22:27:43 linux-kernel [PATCH v3 01/13] X86/nVMX: handle_vmon: Read 4 bytes from guest memory
2018-10-20 22:27:39 linux-kernel [PATCH v3 05/13] KVM: Introduce a new guest mapping API
2018-10-20 22:27:16 linux-kernel [PATCH v3 03/13] X86/nVMX: Update the PML table without mapping and unmapping the page
2018-10-20 22:26:31 linux-kernel [PATCH v3 02/13] X86/nVMX: handle_vmptrld: Copy the VMCS12 directly from guest memory
2018-10-20 22:26:08 linux-kernel [PATCH v3 06/13] KVM/nVMX: Use kvm_vcpu_map when mapping the L1 MSR bitmap
2018-10-20 22:26:00 linux-kernel [PATCH v3 09/13] KVM/X86: Use kvm_vcpu_map in emulator_cmpxchg_emulated
2018-10-20 22:25:52 linux-kernel [PATCH v3 07/13] KVM/nVMX: Use kvm_vcpu_map when mapping the virtual APIC page
2018-10-20 22:25:35 linux-kernel [PATCH v3 08/13] KVM/nVMX: Use kvm_vcpu_map when mapping the posted interrupt descriptor table
2018-10-20 22:25:28 linux-kernel [PATCH v3 10/13] KVM/X86: hyperv: Use kvm_vcpu_map in synic_clear_sint_msg_pending
2018-10-20 22:25:18 linux-kernel [PATCH v3 11/13] KVM/X86: hyperv: Use kvm_vcpu_map in synic_deliver_msg
2018-10-20 22:24:35 linux-kernel [PATCH v3 00/13] KVM/X86: Introduce a new guest mapping interface
2018-10-20 22:24:22 linux-kernel [PATCH v3 12/13] KVM/nSVM: Use the new mapping API for mapping guest memory
2018-10-20 22:24:13 linux-kernel [PATCH v3 13/13] KVM/nVMX: Use kvm_vcpu_map for accessing the shadow VMCS
2018-10-20 22:24:13 linux-kernel [PATCH v3 04/13] X86/KVM: Handle PFNs outside of kernel reach when touching GPTEs
2018-10-20 21:44:21 linux-kernel [PATCH] KVM/nVMX: Do not validate that posted_intr_desc_addr is page aligned
2018-10-19 19:46:49 linux-kernel Re: [PATCH] rcu: Benefit from expedited grace period in __wait_rcu_gp
2018-10-19 00:50:35 linux-kernel [PATCH] rcu: Benefit from expedited grace period in __wait_rcu_gp
2018-10-11 17:01:43 linux-kernel Re: [PATCH v2] PCI/IOV: Use VF0 cached config space size for other VFs
2018-10-10 16:01:30 linux-kernel [PATCH v2] PCI/IOV: Use VF0 cached config space size for other VFs
2018-07-10 12:08:06 linux-kernel Re: [PATCH v2 00/12] KVM/X86: Introduce a new guest mapping interface
2018-07-10 09:39:02 linux-kernel Re: [PATCH] KVM: Switch 'requests' to be 64-bit (explicitly)
2018-07-10 09:29:30 linux-kernel [PATCH v5 2/2] kvm: nVMX: Introduce KVM_CAP_NESTED_STATE