[patch 1/4] ACPI: Fix acpi_safe_halt usages and interrupt enabling/disabling

2008-01-31 Thread venkatesh . pallipadi
it. There were multiple places where this was not happening. Below is the fix. Signed-off-by: Venkatesh Pallipadi [EMAIL PROTECTED] Index: linux-2.6.25-rc/drivers/acpi/processor_idle.c === --- linux-2.6.25-rc.orig/drivers/acpi/processor_idle.c

[patch 4/4] CPUIDLE: Add a poll_idle method into CPU_IDLE

2008-01-31 Thread venkatesh . pallipadi
Add a default poll idle state with 0 latency. Provides an option to users to use poll_idle by using 0 as the latency requirement. Signed-off-by: Venkatesh Pallipadi [EMAIL PROTECTED] Index: linux-2.6.25-rc/drivers/acpi/processor_idle.c

[patch 3/4] ACPI, CPU_IDLE: Support C1 idle time accounting

2008-01-31 Thread venkatesh . pallipadi
Show C1 idle time in /sysfs cpuidle interface. C1 idle time may not be entirely accurate in all cases. It includes the time spent in the interrupt handler after wakeup with hlt based C1. But, it will be accurate with mwait based C1. Signed-off-by: Venkatesh Pallipadi [EMAIL PROTECTED] Index

[patch 2/4] ACPI: Use mwait for C1 idle

2008-01-31 Thread venkatesh . pallipadi
Add mwait idle for C1 state instead of halt, on platforms that support C1 state with mwait. Renames cx-space_id to something more appropriate. Signed-off-by: Venkatesh Pallipadi [EMAIL PROTECTED] Index: linux-2.6.25-rc/drivers/acpi/processor_idle.c

[patch 0/4] ACPI, CPU_IDLE: ACPI processor_idle changes, C1 residency time, etc

2008-01-31 Thread venkatesh . pallipadi
ACPI and CPU_IDLE patch series. Individual patches has more details. -- - To unsubscribe from this list: send the line unsubscribe linux-acpi in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: 2.6.21-rc4-mm1 - problem with cpuidle routine

2007-03-21 Thread Venkatesh Pallipadi
Finger here. http://www.ussg.iu.edu/hypermail/linux/kernel/0703.2/2025.html Signed-off-by: Venkatesh Pallipadi [EMAIL PROTECTED] Index: new/drivers/cpuidle/cpuidle.c === --- new.orig/drivers/cpuidle/cpuidle.c 2007-03-21 14:25

[PATCH 1/3]cpuidle take2: Core cpuidle infrastructure

2007-02-22 Thread Venkatesh Pallipadi
administrato can know about supported drivers and governors and switch them at run time. Signed-off-by: Adam Belay [EMAIL PROTECTED] Signed-off-by: Shaohua Li [EMAIL PROTECTED] Signed-off-by: Venkatesh Pallipadi [EMAIL PROTECTED] --- Take 2 - Rebased with 2.6.21-rc1. Index: linux-2.6.21-rc-mm/arch/i386

[PATCH 2/3]cpuidle take2: Hookup ACPI C-states driver with cpuidle

2007-02-22 Thread Venkatesh Pallipadi
-by: Shaohua Li [EMAIL PROTECTED] Signed-off-by: Venkatesh Pallipadi [EMAIL PROTECTED] Signed-off-by: Adam Belay [EMAIL PROTECTED] Index: linux-2.6.21-rc-mm/drivers/acpi/processor_core.c === --- linux-2.6.21-rc-mm.orig/drivers/acpi

[PATCH 3/3]cpuidle take2: Basic documentation for cpuidle

2007-02-22 Thread Venkatesh Pallipadi
Documentation for cpuidle infrastructure Signed-off-by: Venkatesh Pallipadi [EMAIL PROTECTED] Signed-off-by: Adam Belay [EMAIL PROTECTED] Signed-off-by: Shaohua Li [EMAIL PROTECTED] Index: linux-2.6.21-rc-mm/Documentation/cpuidle/core.txt

Re: [patch 11/14] ACPI: change GFP_ATOMIC to GFP_KERNEL for non-atomic allocation

2006-08-30 Thread Venkatesh Pallipadi
, .. states. The patch below adds support for both i386 and x86-64 kernels. Patch against 2.6.18-rc4. Signed-off-by: Venkatesh Pallipadi [EMAIL PROTECTED] Index: linux-2.6.18-rc4/arch/i386/kernel/acpi/cstate.c === --- linux-2.6.18-rc4

Re: 2.6.16-rc6-mm2 uninitialized online_policy_cpus.bits[0]

2006-03-18 Thread Venkatesh Pallipadi
at the actual code. Here is the patch against mm. Thanks, Venki Fix the UP build breakage in acpi-cpufreq and speedstep-centrino due to previous p-state software coordination patch. Signed-off-by: Venkatesh Pallipadi [EMAIL PROTECTED] diff -purN linux-2.6.15/arch/i386/kernel/cpu/cpufreq/acpi