First  |  Prev |  Next  |  Last
Pages: 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770
powerpc/pseries: Make query_cpu_stopped callable outside hotplug cpu
Greg, This won't break ppc64, but it pointless without: aef40e87d866355ffd279ab21021de733242d0d5 powerpc/pseries: Make query_cpu_stopped callable outside hotplug cpu There are two patches that can be put in stable, f8b676918 and aef40e87d. In this batch of stable releases you have: 2.6.27.48 : aef40e87d... 3 Jul 2010 04:46
powerpc/pseries: Only call start-cpu when a CPU is stopped
This is not going to work without: f8b67691828321f5c85bb853283aa101ae673130 It'll get a build failure. Mikey In message <20100701172856.882121276(a)clark.site> you wrote: 2.6.27-stable review patch. If anyone has any objections, please let us know .. ------------------ From: Michael Neuling <... 3 Jul 2010 04:46
[PATCH] drm/i915: fix hibernation since 4bdadb9785696439c6e2b3efe34aa76df1149c83
From: Linus Torvalds <torvalds(a)linux-foundation.org> Since 4bdadb9785696439c6e2b3efe34aa76df1149c83, we've been passing GFP_MOVABLE where we weren't before caused hibernate on Intel hardware to results in a lot of memory corruptions on resume. [airlied: linus please enhance commit msg if you commit this] htt... 1 Jul 2010 21:09
[PATCH 2/3] xstat: Provide a mechanism to gather extra results for [f]xstat() [ver #4]
Provide a mechanism in the kernel by which extra results beyond those allocated space in the xstat struct can be returned to userspace. [I'm not sure this is the best way to do this; it's a bit unwieldy. However, I'd rather not overburden struct kstat with fields for every extra result we might want to return ... 1 Jul 2010 20:05
drm-intel fixes since 2.6.35-rc1
> drm/i915: gen3 page flipping fixes I didn't think this one would be queued up yet, it needs a typo fix (see below). Linus, if you pull, please apply this on top. Thanks, Jesse Barnes, Intel Open Source Technology Center From c76f1288e580ce5ee95ccf55ae7aedc433a3cb54 Mon Sep 17 00:00:00 2001 From:... 1 Jul 2010 20:05
dspbridge: add map support for big buffers
Fernando, - for_each_sg(sgt->sgl, sg, sgt->nents, i) - sg_set_page(sg, usr_pgs[i], PAGE_SIZE, 0); + da = iommu_vmap(mmu, da, sgt, IOVMF_ENDIAN_LITTLE | + IOVMF_ELSZ_32); -- iommu_vmap does the Kernel mapping to the buffers you are mapping to DSP MMU. Why do you need Kernel mappings ? If the... 2 Jul 2010 15:44
New PIDs for Qualcomm gobi 2000 (qcserial)
Hi Greg, Attached is a patch to add a new pair of pids for the qcserial driver. It adds support for the Qualcomm generic GOBI 2000 WWAN UMTS/CDMA modem. I wonder if it's possible to squeeze into 2.6.35? I've successfully tested this against 2.6.35rc3 with the gobi_loader program 0.5, the patch is against Linus'... 1 Jul 2010 20:04
mmotm 2010-07-01-12-19 uploaded (mmc)
On Thu, 01 Jul 2010 12:19:51 -0700 akpm(a)linux-foundation.org wrote: The mm-of-the-moment snapshot 2010-07-01-12-19 has been uploaded to http://userweb.kernel.org/~akpm/mmotm/ and will soon be available at git://zen-kernel.org/kernel/mmotm.git It contains the following patches agai... 7 Jul 2010 17:52
staging/otus: use ARRAY_SIZE
On Thu, Jul 01, 2010 at 03:23:00PM +0400, Kulikov Vasiliy wrote: Change sizeof(x) / sizeof(*x) to ARRAY_SIZE(x). Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> FWIW, Reviewed-by: Simon Horman <horms(a)verge.net.au> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body ... 1 Jul 2010 20:04
[PATCH] sched: Call update_group_power only for local_group
commit 871e35b moved update_group_power() call in update_sg_lb_stats(), resulting in it being called for each group, even though it only updates the power of local group. As a result we have frequent redundant update_group_power() calls. Move it back under "if (local_group)" condition. This reduces the number ... 1 Jul 2010 20:04
First  |  Prev |  Next  |  Last
Pages: 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770