[PATCH v2 5/10] KVM MMU: split kvm_sync_page() function
Split kvm_sync_page() into kvm_sync_page() and kvm_sync_page_transient() to clarify the code address Avi's suggestion kvm_sync_page_transient() function only update shadow page but not mark it sync and not write protect sp->gfn. it will be used by later patch Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fuji... 25 Apr 2010 03:18
[PATCH v2 1/10] KVM MMU: fix for calculating gpa in invlpg code
If the guest is 32-bit, we should use 'quadrant' to adjust gpa offset Changlog v2: - when level is PT_DIRECTORY_LEVEL, the 'offset' should be 'role.quadrant << 8', thanks Avi for point it out Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/paging_tmpl.h | 13 +++++++++++-- ... 25 Apr 2010 03:18
[PATCH v2 4/10] KVM MMU: cleanup invlpg code
Using is_last_spte() to cleanup invlpg code Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/paging_tmpl.h | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/arch/x86/kvm/paging_tmpl.h b/arch/x86/kvm/paging_tmpl.h index 83cc72f..8eb98eb 100644 --- a/arch/... 25 Apr 2010 03:18
ext4 fixes
Ping? I'm guessing that perhaps you didn't pull because of concerns raised about some of the crazy dates in the ext4 tree. I've checked to make sure this isn't true for this set of patches, and I'll make sure the dates are well-behaved for the future. Best regards, - Ted On ... 25 Apr 2010 13:16
Need advice on updating the Linux kernel map
I was wondering if you could help me. I've recently resumed work on the map of the Linux kernel - http://www.makelinux.net/kernel_map in order to make it more up-to-date and to improve it. Please let me know how I can update the map, as it would help me a lot. Thank you in advance. Constantine -- To unsubscrib... 30 Apr 2010 15:08
[PATCH 2/3] USB: make hub.h public (drivers dependency), linux-2.6.34-rc5-git5
The usbcore headers: hcd.h and hub.h are shared between usbcore, HCDs and a couple of other drivers (e.g. USBIP modules). So, it makes sense to move them into a more public location and to cleanup dependency of those modules on kernel internal headers. This patch moves hub.h from drivers/usb/core into include/linux... 24 Apr 2010 18:20
Documentation: -stable rules: upstream commit ID requirement reworded
On Apr 24, 2010, at 11:02 AM, Greg KH wrote: Apparently Greg's scripts modify the changelogs respectively when he cherry-picks from linux-2.6.git, so the requirement is also always fulfilled with this alternative submission path. No, it's not a real submission patch, and yes, I always requi... 24 Apr 2010 13:53
USB: make hub.h, hcd.h public (drivers dependency), linux-2.6.34-rc5
On Sat, 24 Apr 2010 18:18:00 +0200 Eric Lescouet wrote: On 04/24/2010 05:49 PM, Greg KH wrote: On Sat, Apr 24, 2010 at 08:35:01AM -0700, Greg KH wrote: On Sat, Apr 24, 2010 at 05:08:33PM +0200, Eric Lescouet wrote: The usbcore headers:hcd.h and hub.h are shared between usbcore, HCDs and a ... 24 Apr 2010 13:53
USB: make hub.h, hcd.h public (drivers dependency), linux-2.6.34-rc5
On 04/24/2010 05:49 PM, Greg KH wrote: On Sat, Apr 24, 2010 at 08:35:01AM -0700, Greg KH wrote: On Sat, Apr 24, 2010 at 05:08:33PM +0200, Eric Lescouet wrote: The usbcore headers:hcd.h and hub.h are shared between usbcore, HCDs and a couple of other drivers (e.g. USBIP modules). So, it makes sense... 24 Apr 2010 12:47
perf: Add a perf trace option to check samples ordering reliability
Hi Frederic, Frederic Weisbecker wrote: To ensure sample events time reordering is reliable, add a -d option to perf trace to check that automatically. Just out of curiosity, is there any possibility to add other debugging options to perf-trace? If so, I think we can pass some arguments for this -d opti... 24 Apr 2010 12:47