First  |  Prev |  Next  |  Last
Pages: 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621
[PATCH RESEND] tools/usb: Add Makefile
Hi, This patch adds a Makefile for building 'testusb'. I am wondering if it should really still use usbdevfs (deprecated), instead of usbfs? Thanks, Davidlohr Signed-off-by: Davidlohr Bueso <dave(a)gnu.org> --- tools/usb/Makefile | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) ... 13 Jul 2010 06:31
[PATCH RESEND reiserfs] trivial typo fix
Fix trivial typo in code comment (change adn for and), also change comment style for proper coding style. Thanks, Davidlohr Signed-off-by: Davidlohr Bueso <dave(a)gnu.org> --- include/linux/reiserfs_fs.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/reiserfs_fs.h b/i... 13 Jul 2010 06:31
ab8500-mfd: add regulator support to ab8500 mfd device
On Tue, Jul 13, 2010 at 11:51:28AM +0530, Sundar Iyer wrote: From: Sundar R Iyer <sundar.iyer(a)stericsson.com> Acked-by: Mark Brown <broonie(a)opensource.wolfsonmicro.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordo... 15 Jul 2010 07:41
[PATCH 2/4] KVM: MMU: cleanup spte update path
Introduce set_spte_atomic() helper function to cleanup current code Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/mmu.c | 37 +++++++++++++++++++------------------ 1 files changed, 19 insertions(+), 18 deletions(-) diff --git a/arch/x86/kvm/mmu.c b/arch/x86/kvm/mmu.c index 9... 13 Jul 2010 06:31
Question on HPET timer reading from device driver?
HI: I am a freshman for HPET timer. Previously, I use TSC counter, to use rdtsc to get the time stamp. elapsed cycle can be counter from 2 time stamps. As a advanced replacement of TSC, I suppose HPET timer can be conveniently to read time stamp from both kernel mode user and user mode apps. While I failed to f... 13 Jul 2010 10:52
[PATCH 1/4] KVM: MMU: fix forgot reserved bits check in speculative path
In the speculative path, we should check guest pte's reserved bits just as the real processor does Reported-by: Marcelo Tosatti <mtosatti(a)redhat.com> Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/mmu.c | 8 ++++++++ arch/x86/kvm/paging_tmpl.h | 5 +++-- 2 files ch... 13 Jul 2010 06:31
HELLO!!!
I am Mrs. Zeng Q Zhen I have a proposal for you. Should you be interested please reach me on my private email address (mrs.zeng1(a)msn.com) And after that I shall provide you with more details of my proposal.Your earliest response to this letter will be appreciated. Yours Sincerely Mrs. Zeng Q Zhen ... 13 Jul 2010 06:31
[PATCH 3/4] KVM: MMU: track dirty page in speculative path properly
In speculative path, the page is not real write-access, no need mark it dirty, so clear dirty bit in this path and later examine this bit when we release the page Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/mmu.c | 24 +++++++++++------------- 1 files changed, 11 insertions(... 13 Jul 2010 06:31
Staging: vt6656: Change the define FALSE and TRUE to the lower case variant.
2010/7/13 Bernd Petrovitsch <bernd(a)petrovitsch.priv.at> Hi! On Mon, 2010-07-12 at 23:26 +0200, Roel Van Nyen wrote: [...] @@ -178,7 +178,7 @@ vMgrDecodeBeacon( � � � � � � �break; � � � � �case WLAN_EID_RSN_WPA: � � � � � � �if (pFrame->pRSNWPA == NULL) { - � � � � � � � �if (WPA... 13 Jul 2010 06:31
[PATCH] kbuild: setlocalversion should respect srctree param when looking for auto.conf
* it works properly only when CWD == scrtree * with this patch: jama src # /usr/src/linux/scripts/setlocalversion /usr/src/linux -JaMa-00001-g18672de * without: jama src # /usr/src/linux/scripts/setlocalversion /usr/src/linux Error: kernelrelease not valid - run 'make prepare' to update it Signed-off-b... 13 Jul 2010 06:31
First  |  Prev |  Next  |  Last
Pages: 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621