linux-next: build warnings after merge of the acpi tree
Hi Len, After merging the acpi tree, today's linux-next build (x86_64 allmodconfig) produced these warnings: drivers/idle/intel_idle.c: In function 'intel_idle_cpuidle_devices_init': drivers/idle/intel_idle.c:324: warning: unused variable 'cstate' drivers/idle/intel_idle.c: At top level: drivers/idle/intel_id... 27 May 2010 01:41
asm-generic/io.h: add big endian versions of io{read,write}{16,32}
On Mon, Mar 8, 2010 at 12:34, Mike Frysinger wrote: The asm-generic/iomap.h provides these functions already, but the non-generic fallback defines do not. Andrew: could you pick this up ? -mike -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@... 27 May 2010 00:37
intel_idle: create a native cpuidle driver for select intel processors
On Wed, 26 May 2010 22:42:31 -0400 Len Brown <lenb(a)kernel.org> wrote: From: Len Brown <len.brown(a)intel.com> This EXPERIMENTAL driver supersedes acpi_idle on modern Intel processors. (Nehalem and Atom Processors). For CONFIG_INTEL_IDLE=y, intel_idle probes before acpi_idle, no matter if CONFIG_A... 28 May 2010 17:04
[PATCH 2/2] Staging: crystalhd: removed kfree(NULL) checks
Removed kfree(NULL checks) that were not necessary Signed-off-by: Scott Kidder <scott.kidder11(a)gmail.com> --- drivers/staging/crystalhd/crystalhd_lnx.c | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/drivers/staging/crystalhd/crystalhd_lnx.c b/drivers/staging/crystalhd/crystalh... 26 May 2010 23:32
Remove notify_die in do_machine_check functioin
On Thu, 2010-05-27 at 10:40 +0800, Jin Dongming wrote: This patch fixes do_machine_check() failure caused by DIE_NMI. I do MCE tests on my machine. When I inject Uncorrected Error(UE) into kernel, the messages of test failure are always gotten. This problem is caused by the notification of DIE_NMI in th... 27 May 2010 10:22
cpuidle: add cpuidle_unregister_driver() error check
On Wed, 26 May 2010 22:42:25 -0400 Len Brown <lenb(a)kernel.org> wrote: From: Len Brown <len.brown(a)intel.com> When cpuidle_unregister_driver() is called with a driver other than the one that was successfully registered, do nothing. Previously we'd NULL-out the one that was registered. But that re... 27 May 2010 01:41
[PATCH 5/8] sched: clarify commment for TS_POLLING
From: Len Brown <len.brown(a)intel.com> TS_POLLING set tells the scheduler a task will poll need_resched() to look for work. TS_POLLING clear tells resched_task() and wake_up_idle_cpu() that the remote CPU is sleeping in idle, and thus requires a reschedule interrupt to wake them to notice work. Update the de... 26 May 2010 23:32
[PATCH 8/8] intel_idle: create a native cpuidle driver for select intel processors
From: Len Brown <len.brown(a)intel.com> This EXPERIMENTAL driver supersedes acpi_idle on modern Intel processors. (Nehalem and Atom Processors). For CONFIG_INTEL_IDLE=y, intel_idle probes before acpi_idle, no matter if CONFIG_ACPI_PROCESSOR=y or =m. Boot with "intel_idle.max_cstate=0" to disable the driver an... 26 May 2010 23:32
[Patch-next] Remove notify_die in do_machine_check functioin
This patch fixes do_machine_check() failure caused by DIE_NMI. I do MCE tests on my machine. When I inject Uncorrected Error(UE) into kernel, the messages of test failure are always gotten. This problem is caused by the notification of DIE_NMI in the front of do_machine_check(). Because there are some notificatio... 26 May 2010 23:32
[PATCH 7/8] ACPI: acpi_idle: touch TS_POLLING only in the non-MWAIT case
From: Len Brown <len.brown(a)intel.com> commit d306ebc28649b89877a22158fe0076f06cc46f60 (ACPI: Be in TS_POLLING state during mwait based C-state entry) fixed an important power & performance issue where ACPI c2 and c3 C-states were clearing TS_POLLING even when using MWAIT (ACPI_STATE_FFH). That bug had been causi... 26 May 2010 23:32