First  |  Prev |  Next  |  Last
Pages: 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826
[PATCH v4 2/6] KVM: MMU: introduce gfn_to_page_many_atomic() function
This function not only return the gfn's page but also the page number after @gfn in the slot Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- include/linux/kvm_host.h | 2 ++ virt/kvm/kvm_main.c | 29 ++++++++++++++++++++++++++++- 2 files changed, 30 insertions(+), 1 deletions(-) d... 1 Jul 2010 11:05
asus-laptop: fix a memory leak in asus_laptop_get_info error path
On Tue, Jun 29, 2010 at 11:09:47AM +0800, Axel Lin wrote: The callers of write_acpi_int_ret() pass ACPI_ALLOCATE_BUFFER, the caller must kfree the returned buffer if AE_OK is returned. This patch adds a missing kfree(buffer.pointer) before return -ENOMEM if kstrdup fail. Applied, thanks. -- Matt... 1 Jul 2010 11:05
[PATCH 10/25] scsi/sg: remove casts from void*
Remove unnesessary casts from void*. Style fixes with assignments in if (...). Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/scsi/sg.c | 63 +++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 44 insertions(+), 19 deletions(-) diff --git a/drivers/scsi/sg.c b/drivers/scs... 1 Jul 2010 09:58
[PATCH] OMAP:DSS2:OMAPFB: Fix probe error path
Hi Tomi, Is this change ok instead of having sysfs entry removal in omapfb_free_resources() ? Hope this change makes probe look more of a remove mirror. Regards Afzal -- 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... 1 Jul 2010 09:58
suspend/resume and kernel timers
Hi, What happens with kernel timers when system enters suspend mode ? Are they suspended too ? When a driver's suspend handler is called, can previous timers the driver setup suddenly be triggered ? Thank You Budhee -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body ... 1 Jul 2010 09:58
[PATCH] OMAP:DSS2:OMAPFB: Fix probe error path
Move sysfs entry creation to omapfb_probe() from omapfb_create_framebuffers(). This will make sure that sysfs entry is not left behind in case of unsuccessful probe due to failure in enabling fb0 of omapfb_create_framebuffers(). Signed-off-by: Afzal Mohammed <lazfamam(a)gmail.com> --- drivers/video/omap2/omapfb/o... 1 Jul 2010 09:58
block: implement an unprep function corresponding directly to prep
On Thu, 2010-07-01 at 19:49 +0900, FUJITA Tomonori wrote: From: James Bottomley <James.Bottomley(a)suse.de> Reviewed-by: FUJITA Tomonori <fujita.tomonori(a)lab.ntt.co.jp> Well, I forgot this, but otherwise looks fine: Signed-off-by: James Bottomley <James.Bottomley(a)suse.de> --- block/blk-core.c ... 1 Jul 2010 09:58
kernel.h Move warning message about using kernel headers for userspace to types.h
On 07/01/2010 12:58 AM, Arnd Bergmann wrote: On Thursday 01 July 2010 00:09:45 Justin P. Mattock wrote: Hopefully correct, as request move the function that checks if userspace is using kernel headers, from kernel.h to types.h. (Please check.) Signed-off-by: Justin P. Mattock<justinmattock(a)gmai... 1 Jul 2010 17:50
[PATCH 24/25] staging/wlags49_h2: remove casts from void*
Remove unnesessary casts from void*. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/staging/wlags49_h2/wl_pci.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wlags49_h2/wl_pci.c b/drivers/staging/wlags49_h2/wl_pci.c index 6751b4b..b736ae8 100644 ... 1 Jul 2010 09:58
virt-what.in: Added VMware virt detection using cpuid in wrapper script
On Tue, Jun 29, 2010 at 07:29:01PM -0400, Chetan Loke wrote: Brief discussion thread - http://lkml.org/lkml/2010/6/29/355 Added VMware detection via cpuid.Mimic'd VMware's balloon driver's init-time check(cpuid followed by dmi-checks). Moved the existing logic into a simple function to achieve that. ... 1 Jul 2010 09:58
First  |  Prev |  Next  |  Last
Pages: 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826