linux-next: build failure after merge of the final tree (rr tree related)
On Fri, 4 Jun 2010 02:19:33 pm Stephen Rothwell wrote: Hi Rusty, After merging the final tree, today's linux-next build (powerpc ppc44x_defconfig) failed like this: kernel/module.c: In function 'post_relocation': kernel/module.c:2526: error: 'struct module' has no member named 'percpu_size' ... 4 Jun 2010 02:41
[PATCH v3] printk: fix delayed messages from CPU hotplug events
[Changes from v2: Use hotcpu_notifier - fix will only apply to hotplug events, not initial SMP boot Kerneldocify function arguments Use acquire_console_sem() instead of try_acquire_console_sem() Reuse the existing disable_boot_consoles() initcall instead of making a new one] When a secondary CPU is bei... 4 Jun 2010 01:37
kernel: local_irq_{save,restore}_nmi()
On Fri, Apr 09, 2010 at 04:01:35PM -0700, David Miller wrote: Provide local_irq_{save,restore}_nmi() which will allow us to help architectures that implement NMIs using IRQ priorities like SPARC64 does. Sparc uses IRQ prio 15 for NMIs and implements local_irq_disable() as disable <= 14. However i... 4 Jun 2010 03:46
[GIT PULL] sh updates for 2.6.35-rc2
Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git Which contains: Aurelien Jarno (1): clocksource: sh_tmu: compute mult and shift before registration Guennadi Liakhovetski (1): fbdev: fix erroneous index in drivers/video/sh_mobile_lcdcfb.c Huang Weiyi (1): ... 4 Jun 2010 01:36
linux-next: build failure after merge of the final tree (rr tree related)
Hi Rusty, After merging the final tree, today's linux-next build (powerpc ppc44x_defconfig) failed like this: kernel/module.c: In function 'post_relocation': kernel/module.c:2526: error: 'struct module' has no member named 'percpu_size' Caused by commit fc77407bc287ed250f9355fda435df5f78b45885 ("module: sim... 4 Jun 2010 01:36
[PATCH v6] regulator: new drivers for AD5398 and AD5821
>From 32646efc2e7fb19945a10ad3f1172d6f751186b8 Mon Sep 17 00:00:00 2001 From: Sonic Zhang <sonic.zhang(a)analog.com> Date: Fri, 4 Jun 2010 11:46:04 +0800 Subject: [PATCH v6] regulator: new drivers for AD5398 and AD5821 The AD5398 and AD5821 are single 10-bit DAC with 120 mA output current sink capability. They fea... 4 Jun 2010 01:36
[PATCH v5] regulator: new drivers for AD5398 and AD5821
On Thu, Jun 3, 2010 at 23:49, sonic zhang wrote: +static const struct regulator_ops ad5398_ops = { +static const struct regulator_desc ad5398_reg = { when i said these should be const, this isnt something that can start with the drivers. the core needs to be fixed first. otherwise these simply trigger warn... 4 Jun 2010 01:36
x86: Manage ENERGY_PERF_BIAS based on cpufreq governor - v2
> >-----Original Message----- From: Dave Jones [mailto:davej(a)redhat.com] On Thu, Mar 04, 2010 at 03:14:56PM -0800, Venki Pallipadi wrote: + if (!strncmp(gov->name, "performance", strlen("performance"))) + epb_val = ENERGY_PERF_BIAS_PERF; + else if (!strncmp(gov->name, "powersave",... 4 Jun 2010 00:30
(none)
Your Email ID has been awarded �1,000,000.00 in the Tobacco Promo. send Name. Address. Tel. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ ... 4 Jun 2010 00:30
[PATCH] x86: Look for IA32_ENERGY_PERF_BIAS support - v3
From: Venkatesh Pallipadi <venki(a)google.com> The new IA32_ENERGY_PERF_BIAS MSR allows system software to give hardware a hint whether OS policy favors more power saving, or more performance. This allows the OS to have some influence on internal hardware power/performance tradeoffs where the OS has previously h... 4 Jun 2010 00:30