summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/processor_idle.c
AgeCommit message (Expand)AuthorLines
2005-01-20Merge intel.com:/home/lenb/src/26-stable-devLen Brown-3/+25
2005-01-20[ACPI] Add a module parameter to allow tuning how much bus-master activityLen Brown-2/+11
2005-01-20[ACPI] Make the bm_activity depend on "jiffies", instead of numbersLen Brown-1/+14
2005-01-11[PATCH] acpi_smp_processor_id() warning fixAndrew Morton-1/+1
2005-01-10[PATCH] silence numerous size_t warnings in drivers/acpi/processor_idle.cWilliam Lee Irwin III-4/+4
2005-01-04[PATCH] Remove RCU abuse in cpu_idle()Zwane Mwaikambo-1/+1
2004-12-23[ACPI] two fixups where promotion and demotion were mixed upLen Brown-2/+2
2004-12-23[ACPI] add "processor.nocst" parameterLen Brown-3/+10
2004-12-23[ACPI] Let C4 demote to C3, not directly to C2.Len Brown-4/+1
2004-12-23[ACPI] tweak /proc/acpi/processor/CPU0/power formatLen Brown-7/+7
2004-12-23[ACPI] max_cstate shall limit C-states not C-state-types.Len Brown-4/+6
2004-12-21[ACPI] Export /sys/module/processor/parameters/max_cstateLen Brown-1/+1
2004-12-21[ACPI] Consolidate code in processor_idle().Len Brown-8/+109
2004-12-21[ACPI] Handle _CST change notificationsLen Brown-0/+27
2004-12-21[ACPI] Add _CST parsingLen Brown-10/+149
2004-12-21[ACPI] make the c-state policy decisions of demotion and promotionLen Brown-66/+71
2004-12-21[ACPI] make power.state a pointerLen Brown-18/+32
2004-12-21[ACPI] deleted unused default c-stateLen Brown-3/+0
2004-12-21[ACPI] Split up the extraction of information from the FADTLen Brown-110/+154
2004-12-21[ACPI] Differentiate between C-States and C-state type.Len Brown-17/+42
2004-12-21[ACPI] Split the ACPI Processor C-States handling into a different fileLen Brown-0/+637