Xiao Guangrong ([email protected])

Number of posts: 719 (0.91 per day)
First post: 2009-04-27 05:54:50
Last post: 2011-06-30 08:26:14

Date List Subject
2011-06-22 14:29:33 linux-kernel [PATCH v2 08/22] KVM: MMU: optimize to handle dirty bit
2011-06-22 14:29:09 linux-kernel [PATCH v2 07/22] KVM: MMU: cache mmio info on page fault path
2011-06-22 14:28:48 linux-kernel [PATCH v2 06/22] KVM: x86: cleanup the code of read/write emulation
2011-06-22 14:28:20 linux-kernel [PATCH v2 05/22] KVM: x86: abstract the operation for read/write emulation
2011-06-22 14:27:50 linux-kernel [PATCH v2 04/22] KVM: x86: introduce vcpu_gva_to_gpa to cleanup the code
2011-06-22 14:27:17 linux-kernel [PATCH v2 03/22] KVM: x86: fix broken read emulation spans a page boundary
2011-06-22 14:26:47 linux-kernel [PATCH v2 02/22] KVM: MMU: do not update slot bitmap if spte is nonpresent
2011-06-22 14:26:15 linux-kernel [PATCH v2 01/22] KVM: MMU: fix walking shadow page table
2011-06-22 14:25:39 linux-kernel [PATCH v2 0/22] KVM: optimize for MMIO handled
2011-06-21 02:33:59 linux-kernel [PATCH v2] jump_label: fix jump_label update
2011-06-20 18:56:13 linux-kernel Re: [PATCH] jump_label: fix jump_label update
2011-06-20 18:52:31 linux-kernel Re: [PATCH 10/15] KVM: MMU: lockless walking shadow page table
2011-06-20 18:30:54 linux-kernel Re: [PATCH 02/15] KVM: MMU: do not update slot bitmap if spte is nonpresent
2011-06-17 20:02:07 linux-kernel [PATCH] jump_label: fix jump_label update
2011-06-13 04:44:18 linux-kernel Re: [PATCH 0/15] KVM: optimize for MMIO handled
2011-06-13 03:36:13 linux-kernel Re: [PATCH 14/15] KVM: MMU: mmio page fault support
2011-06-13 03:13:22 linux-kernel Re: [PATCH 09/15] KVM: MMU: split kvm_mmu_free_page
2011-06-10 04:21:03 linux-kernel Re: [PATCH 10/15] KVM: MMU: lockless walking shadow page table
2011-06-10 04:03:26 linux-kernel Re: [PATCH 0/15] KVM: optimize for MMIO handled
2011-06-10 03:49:22 linux-kernel Re: [PATCH 03/15] KVM: x86: avoid unnecessarily guest page table walking
2011-06-10 03:48:34 linux-kernel Re: [PATCH 09/15] KVM: MMU: split kvm_mmu_free_page
2011-06-10 03:45:13 linux-kernel Re: [PATCH 14/15] KVM: MMU: mmio page fault support
2011-06-08 09:31:46 linux-kernel Re: [PATCH 04/15] KVM: MMU: cache mmio info on page fault path
2011-06-08 08:56:53 linux-kernel Re: [PATCH 04/15] KVM: MMU: cache mmio info on page fault path
2011-06-08 06:20:38 linux-kernel Re: [PATCH 0/15] KVM: optimize for MMIO handled
2011-06-08 05:14:08 linux-kernel Re: [PATCH 0/15] KVM: optimize for MMIO handled
2011-06-08 03:30:11 linux-kernel Re: [PATCH 0/15] KVM: optimize for MMIO handled
2011-06-08 03:23:40 linux-kernel Re: [PATCH 0/15] KVM: optimize for MMIO handled
2011-06-08 03:14:30 linux-kernel Re: [PATCH 05/15] KVM: MMU: optimize to handle dirty bit
2011-06-07 13:05:39 linux-kernel [PATCH 15/15] KVM: MMU: trace mmio page fault
2011-06-07 13:05:10 linux-kernel [PATCH 14/15] KVM: MMU: mmio page fault support
2011-06-07 13:04:35 linux-kernel [PATCH 13/15] KVM: VMX: modify the default value of nontrap shadow pte
2011-06-07 13:03:51 linux-kernel [PATCH 12/15] KVM: MMU: abstract some functions to handle fault pfn
2011-06-07 13:03:17 linux-kernel [PATCH 11/15] KVM: MMU: filter out the mmio pfn from the fault pfn
2011-06-07 13:02:30 linux-kernel [PATCH 10/15] KVM: MMU: lockless walking shadow page table
2011-06-07 13:01:38 linux-kernel [PATCH 09/15] KVM: MMU: split kvm_mmu_free_page
2011-06-07 13:00:58 linux-kernel [PATCH 08/15] KVM: MMU: count used shadow pages on preparing path
2011-06-07 13:00:09 linux-kernel [PATCH 07/15] KVM: MMU: rename 'pt_write' to 'emulate'
2011-06-07 12:59:30 linux-kernel [PATCH 06/15] KVM: MMU: cleanup for FNAME(fetch)
2011-06-07 12:58:58 linux-kernel [PATCH 05/15] KVM: MMU: optimize to handle dirty bit
2011-06-07 12:58:27 linux-kernel [PATCH 04/15] KVM: MMU: cache mmio info on page fault path
2011-06-07 12:57:56 linux-kernel [PATCH 03/15] KVM: x86: avoid unnecessarily guest page table walking
2011-06-07 12:57:26 linux-kernel [PATCH 02/15] KVM: MMU: do not update slot bitmap if spte is nonpresent
2011-06-07 12:56:40 linux-kernel [PATCH 01/15] KVM: MMU: fix walking shadow page table
2011-06-07 12:56:09 linux-kernel [PATCH 0/15] KVM: optimize for MMIO handled
2011-05-24 07:55:11 linux-kernel Re: Test for CFS Bandwidth Control V6
2011-05-20 02:10:46 linux-kernel Test for CFS Bandwidth Control V6
2011-05-15 15:26:42 linux-kernel [PATCH v2 7/7] KVM: MMU: cleanup for dropping parent pte
2011-05-15 15:26:08 linux-kernel [PATCH v2 6/7] KVM: MMU: cleanup for kvm_mmu_page_unlink_children
2011-05-15 15:25:22 linux-kernel [PATCH v2 5/7] KVM: MMU: remove the arithmetic of parent pte rmap
2011-05-15 15:24:34 linux-kernel [PATCH v2 4/7] KVM: MMU: abstract the operation of rmap