index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
processor_idle.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-01-20
Merge intel.com:/home/lenb/src/26-stable-dev
Len Brown
1
-3
/
+25
2005-01-20
[ACPI] Add a module parameter to allow tuning how much bus-master activity
Len Brown
1
-2
/
+11
2005-01-20
[ACPI] Make the bm_activity depend on "jiffies", instead of numbers
Len Brown
1
-1
/
+14
2005-01-11
[PATCH] acpi_smp_processor_id() warning fix
Andrew Morton
1
-1
/
+1
2005-01-10
[PATCH] silence numerous size_t warnings in drivers/acpi/processor_idle.c
William Lee Irwin III
1
-4
/
+4
2005-01-04
[PATCH] Remove RCU abuse in cpu_idle()
Zwane Mwaikambo
1
-1
/
+1
2004-12-23
[ACPI] two fixups where promotion and demotion were mixed up
Len Brown
1
-2
/
+2
2004-12-23
[ACPI] add "processor.nocst" parameter
Len Brown
1
-3
/
+10
2004-12-23
[ACPI] Let C4 demote to C3, not directly to C2.
Len Brown
1
-4
/
+1
2004-12-23
[ACPI] tweak /proc/acpi/processor/CPU0/power format
Len Brown
1
-7
/
+7
2004-12-23
[ACPI] max_cstate shall limit C-states not C-state-types.
Len Brown
1
-4
/
+6
2004-12-21
[ACPI] Export /sys/module/processor/parameters/max_cstate
Len Brown
1
-1
/
+1
2004-12-21
[ACPI] Consolidate code in processor_idle().
Len Brown
1
-8
/
+109
2004-12-21
[ACPI] Handle _CST change notifications
Len Brown
1
-0
/
+27
2004-12-21
[ACPI] Add _CST parsing
Len Brown
1
-10
/
+149
2004-12-21
[ACPI] make the c-state policy decisions of demotion and promotion
Len Brown
1
-66
/
+71
2004-12-21
[ACPI] make power.state a pointer
Len Brown
1
-18
/
+32
2004-12-21
[ACPI] deleted unused default c-state
Len Brown
1
-3
/
+0
2004-12-21
[ACPI] Split up the extraction of information from the FADT
Len Brown
1
-110
/
+154
2004-12-21
[ACPI] Differentiate between C-States and C-state type.
Len Brown
1
-17
/
+42
2004-12-21
[ACPI] Split the ACPI Processor C-States handling into a different file
Len Brown
1
-0
/
+637