Xiao Guangrong ([email protected])

Number of posts: 236 (0.56 per day)
First post: 2015-02-09 08:23:14
Last post: 2016-04-06 15:11:53

Date List Subject
2015-12-15 08:53:17 linux-kernel Re: [PATCH 04/11] KVM: page track: add the framework of guest page tracking
2015-12-05 17:03:12 linux-kernel Re: [PATCH 00/11] KVM: x86: track guest page access
2015-12-01 17:07:19 linux-kernel Re: [PATCH 00/11] KVM: x86: track guest page access
2015-11-30 18:36:34 linux-kernel [PATCH 01/11] KVM: MMU: rename has_wrprotected_page to mmu_gfn_lpage_is_disallowed
2015-11-30 18:35:53 linux-kernel [PATCH 03/11] KVM: MMU: introduce kvm_mmu_slot_gfn_write_protect
2015-11-30 18:35:25 linux-kernel [PATCH 05/11] KVM: page track: introduce kvm_page_track_{add,remove}_page
2015-11-30 18:34:50 linux-kernel [PATCH 08/11] KVM: MMU: use page track for non-leaf shadow pages
2015-11-30 18:34:00 linux-kernel [PATCH 10/11] KVM: MMU: clear write-flooding on the fast path of tracked page
2015-11-30 18:32:47 linux-kernel [PATCH 11/11] KVM: MMU: apply page track notifier
2015-11-30 18:32:45 linux-kernel [PATCH 09/11] KVM: MMU: simplify mmu_need_write_protect
2015-11-30 18:32:44 linux-kernel [PATCH 07/11] KVM: page track: add notifier support
2015-11-30 18:32:42 linux-kernel [PATCH 06/11] KVM: MMU: let page fault handler be aware tracked page
2015-11-30 18:32:36 linux-kernel [PATCH 04/11] KVM: page track: add the framework of guest page tracking
2015-11-30 18:32:33 linux-kernel [PATCH 02/11] KVM: MMU: introduce kvm_mmu_gfn_{allow,disallow}_lpage
2015-11-30 18:32:31 linux-kernel [PATCH 00/11] KVM: x86: track guest page access
2015-11-20 09:41:53 linux-kernel Re: [PATCH V3 00/10] KVM: x86: MMU: Clean up x86's mmu code for future work
2015-11-20 09:04:34 linux-kernel Re: [PATCH 09/10] KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shadow_page()
2015-11-20 08:52:46 linux-kernel Re: [PATCH 08/10] KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk()
2015-11-19 02:53:22 linux-kernel Re: [PATCH 02/10] KVM: x86: MMU: Add helper function to clear a bit in unsync child bitmap
2015-11-18 03:39:32 linux-kernel Re: [PATCH 09/10 RFC] KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shadow_page()
2015-11-18 03:28:19 linux-kernel Re: [PATCH 07/10] KVM: x86: MMU: Encapsulate the type of rmap-chain head in a new struct
2015-11-18 03:14:31 linux-kernel Re: [PATCH 05/10] KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk()
2015-11-18 02:51:29 linux-kernel Re: [PATCH 02/10] KVM: x86: MMU: Add helper function to clear a bit in unsync child bitmap
2015-08-31 13:29:23 linux-kernel Re: [PATCH RFC 1/3] vmx: allow ioeventfd for EPT violations
2015-08-31 08:38:49 linux-kernel Re: [PATCH RFC 1/3] vmx: allow ioeventfd for EPT violations
2015-08-31 02:59:56 linux-kernel Re: [PATCH RFC 1/3] vmx: allow ioeventfd for EPT violations
2015-08-21 04:56:58 linux-kernel [PATCH 2/9] KVM: x86: allow guest to use cflushopt anc clwb
2015-08-21 04:56:57 linux-kernel [PATCH 9/9] KVM: VMX: drop rdtscp_enabled field
2015-08-21 04:56:54 linux-kernel [PATCH 8/9] KVM: VMX: introduce set_clear_2nd_exec_ctrl()
2015-08-21 04:56:52 linux-kernel [PATCH 7/9] KVM: VMX: unify SECONDARY_VM_EXEC_CONTROL update
2015-08-21 04:56:50 linux-kernel [PATCH 6/9] KVM: VMX: simplify invpcid handling in vmx_cpuid_update()
2015-08-21 04:56:49 linux-kernel [PATCH 5/9] KVM: VMX: simplify rdtscp handling in vmx_cpuid_update()
2015-08-21 04:56:47 linux-kernel [PATCH 4/9] KVM: VMX: drop rdtscp_enabled check in prepare_vmcs02()
2015-08-21 04:56:44 linux-kernel [PATCH 3/9] KVM: x86: add pcommit support
2015-08-21 04:56:08 linux-kernel [PATCH 1/9] KVM: MMU: fix use uninitialized value
2015-08-21 04:56:06 linux-kernel [PATCH 0/9] KVM: x86: enable cflushopt/clwb/pcommit and simplify code
2015-08-06 02:59:09 linux-kernel Re: [PATCH v2 8/9] KVM: MMU: fully check zero bits for sptes
2015-08-05 04:13:00 linux-kernel [PATCH v2 2/9] KVM: MMU: move FNAME(is_rsvd_bits_set) to mmu.c
2015-08-05 04:11:52 linux-kernel [PATCH v2 3/9] KVM: MMU: introduce rsvd_bits_validate
2015-08-05 04:11:50 linux-kernel [PATCH v2 5/9] KVM: MMU: split reset_rsvds_bits_mask_ept
2015-08-05 04:11:05 linux-kernel [PATCH v2 8/9] KVM: MMU: fully check zero bits for sptes
2015-08-05 04:10:37 linux-kernel [PATCH v2 9/9] KVM: VMX: drop ept misconfig check
2015-08-05 04:10:24 linux-kernel [PATCH v2 7/9] KVM: MMU: introduce is_shadow_zero_bits_set()
2015-08-05 04:10:22 linux-kernel [PATCH v2 6/9] KVM: MMU: introduce the framework to check zero bits on sptes
2015-08-05 04:10:18 linux-kernel [PATCH v2 4/9] KVM: MMU: split reset_rsvds_bits_mask
2015-08-05 04:10:14 linux-kernel [PATCH v2 1/9] KVM: MMU: fix validation of mmio page fault
2015-08-05 04:10:12 linux-kernel [PATCH v2 0/9] KVM: MMU: fix and improve validation of mmio page fault
2015-08-05 02:28:35 linux-kernel Re: [PATCH] KVM: MTRR: Use default type for non-MTRR-covered gfn before WARN_ON
2015-08-04 13:40:17 linux-kernel Re: [PATCH 6/9] KVM: MMU: introduce the framework to check reserved bits on sptes
2015-08-04 13:15:47 linux-kernel Re: [PATCH 6/9] KVM: MMU: introduce the framework to check reserved bits on sptes
2015-08-04 11:10:25 linux-kernel Re: [PATCH 0/9] KVM: MMU: fix and improve validation of mmio page fault