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