Fuad Tabba ([email protected])

Number of posts: 204 (0.16 per day)
First post: 2020-11-23 10:59:19
Last post: 2024-06-07 07:35:34

Date List Subject
2021-08-10 06:53:39 linux-kernel Re: [PATCH v4 05/21] KVM: arm64: Expose page-table helpers
2021-08-10 06:53:15 linux-kernel Re: [PATCH v4 14/21] KVM: arm64: Expose pkvm_hyp_id
2021-08-10 06:49:18 linux-kernel Re: [PATCH v4 16/21] KVM: arm64: Enable retrieving protections attributes of PTEs
2021-08-10 06:49:00 linux-kernel Re: [PATCH v4 15/21] KVM: arm64: Introduce addr_is_memory()
2021-08-10 06:48:30 linux-kernel Re: [PATCH v4 10/21] KVM: arm64: Enable forcing page-level stage-2 mappings
2021-08-03 10:58:02 linux-kernel Re: [PATCH v3 17/21] KVM: arm64: Mark host bss and rodata section as shared
2021-08-03 10:54:06 linux-kernel Re: [PATCH v3 19/21] KVM: arm64: Refactor protected nVHE stage-1 locking
2021-08-03 10:45:41 linux-kernel Re: [PATCH v3 10/21] KVM: arm64: Enable forcing page-level stage-2 mappings
2021-08-03 08:26:43 linux-kernel Re: [PATCH v3 20/21] KVM: arm64: Restrict EL2 stage-1 changes in protected mode
2021-08-03 05:32:42 linux-kernel Re: [PATCH v3 19/21] KVM: arm64: Refactor protected nVHE stage-1 locking
2021-08-03 05:05:48 linux-kernel Re: [PATCH v3 17/21] KVM: arm64: Mark host bss and rodata section as shared
2021-08-02 14:55:44 linux-kernel Re: [PATCH v3 16/21] KVM: arm64: Enable retrieving protections attributes of PTEs
2021-08-02 14:55:38 linux-kernel Re: [PATCH v3 15/21] KVM: arm64: Introduce addr_is_memory()
2021-08-02 11:15:41 linux-kernel Re: [PATCH v3 13/21] KVM: arm64: Expose host stage-2 manipulation helpers
2021-08-02 10:35:03 linux-kernel Re: [PATCH v3 12/21] KVM: arm64: Add helpers to tag shared pages in SW bits
2021-08-02 09:52:48 linux-kernel Re: [PATCH v3 09/21] KVM: arm64: Tolerate re-creating hyp mappings to set software bits
2021-08-02 09:52:01 linux-kernel Re: [PATCH v3 10/21] KVM: arm64: Enable forcing page-level stage-2 mappings
2021-08-02 09:41:18 linux-kernel Re: [PATCH v3 08/21] KVM: arm64: Don't overwrite software bits with owner id
2021-08-02 09:39:50 linux-kernel Re: [PATCH v3 07/21] KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNORED
2021-08-02 09:39:12 linux-kernel Re: [PATCH v3 03/21] KVM: arm64: Provide the host_stage2_try() helper macro
2021-08-02 09:38:45 linux-kernel Re: [PATCH v3 06/21] KVM: arm64: Optimize host memory aborts
2021-07-21 10:54:31 linux-kernel Re: [PATCH 13/14] KVM: arm64: Restrict hyp stage-1 manipulation in protected mode
2021-07-21 08:49:37 linux-kernel Re: [PATCH 12/14] KVM: arm64: Refactor pkvm_pgtable locking
2021-07-21 08:34:36 linux-kernel Re: [PATCH 11/14] KVM: arm64: Expose kvm_pte_valid() helper
2021-07-21 07:38:13 linux-kernel Re: [PATCH 08/14] KVM: arm64: Add support for tagging shared pages in page-table
2021-07-20 14:15:15 linux-kernel Re: [PATCH 01/14] KVM: arm64: Provide the host_stage2_try() helper macro
2021-07-20 14:04:46 linux-kernel Re: [PATCH 08/14] KVM: arm64: Add support for tagging shared pages in page-table
2021-07-20 11:06:49 linux-kernel Re: [PATCH 06/14] KVM: arm64: Tolerate re-creating hyp mappings to set ignored bits
2021-07-20 10:24:20 linux-kernel Re: [PATCH 06/14] KVM: arm64: Tolerate re-creating hyp mappings to set ignored bits
2021-07-05 07:13:55 linux-kernel Re: [PATCH 5.10 049/101] KVM: selftests: Fix kvm_check_cap() assertion
2021-07-01 09:48:54 linux-kernel Re: [RFC PATCH 5/5] KVM: arm64: Pass PSCI calls to userspace
2021-07-01 09:48:54 linux-kernel Re: [RFC PATCH 4/5] KVM: arm64: Pass hypercalls to userspace
2021-07-01 09:48:29 linux-kernel Re: [RFC PATCH 2/5] KVM: arm64: Move WFI execution to check_vcpu_requests()
2021-07-01 09:48:23 linux-kernel Re: [RFC PATCH 3/5] KVM: arm64: Allow userspace to request WFI
2021-07-01 09:47:51 linux-kernel Re: [RFC PATCH 1/5] KVM: arm64: Replace power_off with mp_state in struct kvm_vcpu_arch
2021-06-22 10:58:34 linux-kernel Re: [PATCH v17 5/6] KVM: arm64: ioctl to fetch/store tags in a guest
2021-06-22 10:43:47 linux-kernel Re: [PATCH v17 6/6] KVM: arm64: Document MTE capability and ioctl
2021-06-22 09:50:06 linux-kernel Re: [PATCH v17 3/6] KVM: arm64: Save/restore MTE registers
2021-06-22 09:44:53 linux-kernel Re: [PATCH v17 6/6] KVM: arm64: Document MTE capability and ioctl
2021-06-22 08:57:58 linux-kernel Re: [PATCH v17 5/6] KVM: arm64: ioctl to fetch/store tags in a guest
2021-06-22 08:09:19 linux-kernel Re: [PATCH v17 4/6] KVM: arm64: Expose KVM_ARM_CAP_MTE
2021-06-21 17:09:09 linux-kernel Re: [PATCH v17 2/6] KVM: arm64: Introduce MTE VM feature
2021-06-18 12:29:59 linux-kernel Re: [PATCH v7 4/4] KVM: arm64: Move guest CMOs to the fault handlers
2021-06-18 11:13:12 linux-kernel Re: [PATCH v7 2/4] KVM: arm64: Introduce mm_ops member for structure stage2_attr_data
2021-06-18 11:05:25 linux-kernel Re: [PATCH v7 1/4] KVM: arm64: Introduce two cache maintenance callbacks
2021-06-18 09:40:52 linux-kernel Re: [PATCH v7 3/4] KVM: arm64: Tweak parameters of guest cache maintenance functions
2021-06-18 09:31:09 linux-kernel Re: [PATCH v6 1/4] KVM: arm64: Introduce cache maintenance callbacks for guest stage-2
2020-12-07 11:21:21 linux-kernel Re: [RFC PATCH 16/27] KVM: arm64: Prepare Hyp memory protection
2020-12-07 11:19:31 linux-kernel Re: [RFC PATCH 16/27] KVM: arm64: Prepare Hyp memory protection
2020-12-03 13:02:29 linux-kernel Re: [RFC PATCH 16/27] KVM: arm64: Prepare Hyp memory protection
2020-11-23 10:59:19 linux-kernel Re: [RFC PATCH 13/27] KVM: arm64: Enable access to sanitized CPU features at EL2