First
|
Prev |
Next
|
Last
Pages: 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134
staging: usbip: usbip_common: kill rx thread on tx thread creation error. On Mon, May 31, 2010 at 10:23:37PM +0530, Himanshu Chauhan wrote: Signed-off-by: Himanshu Chauhan <hschauhan(a)nulltrace.org> --- drivers/staging/usbip/usbip_common.c | 46 ++++++++++++++++++++++++--------- This patch doesn't apply, what tree did you make it against? Can you please redo it against the 2.6... 4 Jun 2010 13:39
[PATCH -mmotm] cciss: fix build for CONFIG_PROC_FS=n From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix build for CONFIG_PROC_FS not enabled; fixes this build error: drivers/block/cciss.c:3422: error: implicit declaration of function 'next_command' Looks like the next_command() function was added at a bad location in cciss-add-performant-mode-support-for-stars-siri... 4 Jun 2010 13:39
drivers/base/power: be more verbose in device_pm_add() On Fri, Jun 04, 2010 at 02:17:14PM +0200, Daniel Mack wrote: If a parentless device was added during a PM transaction, developers might want to know which device caused the troube. Hence, output the kobject's name in this case. Signed-off-by: Daniel Mack <daniel(a)caiaq.de> Cc: Rafael J. Wysocki <rjw@s... 4 Jun 2010 13:39
Commit cfecde435dda78248d6fcdc424bed68d5db6be0b turns screen blank On 16:00 Fri 04 Jun , Jeff Chua wrote: The following commit causes screen to become blank. Upon boot up, screen becomes blank (monitor can't sync to pc) with i915 compiled in the kernel. With i915 as module, system boots up fine, but becomes blank as soon as the module is loaded. Reverting it ... 4 Jun 2010 12:33
lib: fix a memory leak risk On Fri, Jun 04, 2010 at 06:25:28PM +0800, Wan ZongShun wrote: The netlink_kernel_create failed will arouse memory leak, this patch is to add the 'kfree(ue_sk)' here. Signed-off-by: Wan ZongShun <mcuos.com(a)gmail.com> --- lib/kobject_uevent.c | 1 + 1 files changed, 1 insertions(+), 0 deleti... 4 Jun 2010 12:33
[PATCH v2 7/7] KVM: MMU: reduce remote tlb flush in kvm_mmu_pte_write() collect remote tlb flush in kvm_mmu_pte_write() path Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/mmu.c | 20 +++++++++++++++----- 1 files changed, 15 insertions(+), 5 deletions(-) diff --git a/arch/x86/kvm/mmu.c b/arch/x86/kvm/mmu.c index 845cba2..8528e5b 100644 --- a/arc... 4 Jun 2010 10:19
[PATCH v2 1/7] KVM: MMU: skip invalid sp when unprotect page In kvm_mmu_unprotect_page(), the invalid sp can be skipped Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/mmu.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/kvm/mmu.c b/arch/x86/kvm/mmu.c index a62e3ba..e962f26 100644 --- a/arch/x86/kvm/mmu... 4 Jun 2010 10:19
[PATCH v2 4/7] KVM: MMU: don't get free page number in the loop In the later patch, we will modify sp's zapping way like below: kvm_mmu_prepare_zap_page A kvm_mmu_prepare_zap_page B kvm_mmu_prepare_zap_page C .... kvm_mmu_commit_zap_page [ zaped multiple sps only need to call kvm_mmu_commit_zap_page once ] In __kvm_mmu_free_some_pages() function, the free page nu... 4 Jun 2010 10:19
[GIT] kbuild fix Hi Linus, There is a oneliner fix for 'make gconfig' on recent Fedora. Technically it's not a 2.6.35-rc1 regression, it is caused by newer gtk2 or something, but it's a safe fix to include. Thanks, Michal The following changes since commit 67a3e12b05e055c0415c556a315a3d3eb637e29e: Linux 2.6.35-rc1 (201... 4 Jun 2010 10:19
[GIT PULL] sched/core: scheduler patches for cmwq Hello, Ingo. Please pull from the following branch to receive four sched/core patches preparing for cmwq. All have been reviewed and acked by Peter[1]. The first two patches are generic update to when cpu_active and scheduler configurations are updated during CPU on/offlining. The latter two add hardcoded hoo... 4 Jun 2010 10:19 |