First  |  Prev |  Next  |  Last
Pages: 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
[PATCH] ACPI: add missing __percpu markup in arch/x86/kernel/acpi/cstate.c
cpu_cstate_entry is a percpu pointer but was missing __percpu markup. Add it. Signed-off-by: Namhyung Kim <namhyung(a)gmail.com> --- arch/x86/kernel/acpi/cstate.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/kernel/acpi/cstate.c b/arch/x86/kernel/acpi/cstate.c index fb7a5f... 7 Aug 2010 13:39
[PATCH] padata: add missing __percpu markup in include/linux/padata.h
parallel_data->queue is a percpu pointer but was missing __percpu markup. Add it. Signed-off-by: Namhyung Kim <namhyung(a)gmail.com> --- include/linux/padata.h | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/include/linux/padata.h b/include/linux/padata.h index 8d84062... 7 Aug 2010 13:39
[PATCH] cgroup: add missing __percpu markup in mm/memcontrol.c
From: Namhyung Kim <namhyung(a)gmail.com> mem_cgroup->stat is a percpu pointer but was missing __percpu markup. Add it. Signed-off-by: Namhyung Kim <namhyung(a)gmail.com> Acked-by: Tejun Heo <tj(a)kernel.org> --- Namhyung, can you please look up the maintainers in MAINTAINERS and/or using scripts/get_maintainer.pl... 7 Aug 2010 12:34
[PATCH] percpu: add missing markup in mm/memcontrol.c
mem_cgroup->stat is a percpu pointer but was missing __percpu markup. Add it. Signed-off-by: Namhyung Kim <namhyung(a)gmail.com> --- mm/memcontrol.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mm/memcontrol.c b/mm/memcontrol.c index 20a8193..edf5011 100644 --- a/mm/memcontrol.c ... 7 Aug 2010 12:34
integer overflow issue in 'appletouch' driver
Hi! Since 2.6.34 the touchpad on my feb 2005 powerbook (mod. A1106) has stopped working. I've identified the following guilty patch: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=04b4b88cca0ebe3813b4b6f014fb6a0db380b137 ... Testing on one of such PowerBooks I have notice... 9 Aug 2010 19:00
[PATCH] workqueue: add missing __percpu markup in kernel/workqueue.c
works is a percpu pointer but was missing __percpu markup. Add it. Signed-off-by: Namhyung Kim <namhyung(a)gmail.com> --- kernel/workqueue.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/workqueue.c b/kernel/workqueue.c index e2eb351..334a9e0 100644 --- a/kernel/workqueue.c ... 7 Aug 2010 10:23
[Stable-review] [116/165] ext4: dont return to userspace after freezing the fs with a mutex held
Henrique de Moraes Holschuh wrote: On Mon, 02 Aug 2010, Greg KH wrote: On Mon, Aug 02, 2010 at 12:02:45PM -0500, Eric Sandeen wrote: On 08/02/2010 07:04 AM, Stefan Bader wrote: We have reports about this patch breaking lvm snapshhots. Eric, there is a patch mentioned which is supposed to fix thi... 11 Aug 2010 09:15
[BISECTED/2.6.35+] Regression: Machine runs really slowly after commit f12a15be
Following commit makes my Dell Latitude D610 machine (x86_32) run really-really slow... f12a15be63d1de9a35971f35f06b73088fa25c3a is the first bad commit commit f12a15be63d1de9a35971f35f06b73088fa25c3a Author: John Stultz <johnstul(a)us.ibm.com> Date: Tue Jul 13 17:56:27 2010 -0700 x86: Convert common clock... 7 Aug 2010 10:23
[PATCH] x86: add missing __percpu markups in arch/x86/lib/msr*
From: Namhyung Kim <namhyung(a)gmail.com> msr_info->msrs is a percpu pointer but was missing __percpu markup. Add it. Signed-off-by: Namhyung Kim <namhyung(a)gmail.com> Acked-by: Tejun Heo <tj(a)kernel.org> --- Thomas, can you please route this through x86 tree? Thanks. arch/x86/include/asm/msr.h | 14 ++++... 7 Aug 2010 09:19
Building kernel 2.0.40 with GCC 4.4
I've started working on porting 2.0.40 (yes, 2.0.40!) to work with GCC 4.4. As I'd like to avoid any duplication, is anyone else already working on this or are there any patches out there? Many thanks! -- http://www.munted.org.uk One very high maintenance cat living here. -- To unsubscribe from this list: ... 7 Aug 2010 09:19
First  |  Prev |  Next  |  Last
Pages: 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123