aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/processor_driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-02ACPI: use __init where possible in processor driverJan Beulich1-2/+2
2011-01-12Merge branch 'throttling' into releaseLen Brown1-0/+5
2011-01-10ACPI: Reevaluate whether the T-state is supported or not after cpu is online/offlineZhao Yakui1-0/+5
2010-12-14ACPI processor: remove processor throttling control procfs I/FZhang Rui1-74/+1
2010-10-26Merge branch 'misc' into releaseLen Brown1-2/+0
2010-10-19ACPI: remove dead codeStephen Hemminger1-2/+0
2010-10-15ACPI processor: make /proc/acpi/processor/*/throttle depends on CONFIG_ACPI_PROCFSZhang Rui1-1/+19
2010-09-28acpi_idle: add missing \n to printkLen Brown1-1/+1
2010-08-15ACPI processor: remove deprecated ACPI procfs I/FZhang Rui1-85/+0
2010-06-09ACPI: Do not try to set up acpi processor stuff on cores exceeding maxcpus=Thomas Renninger1-0/+5
2010-05-28intel_idle: native hardware cpuidle driver for latest Intel processorsLen Brown1-1/+5
2010-05-27ACPI: allow a native cpuidle driver to displace ACPILen Brown1-5/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-14ACPI: processor: driver doesn't need to evaluate _PDCAlex Chiang1-3/+0
2010-03-14ACPI: processor: move acpi_get_cpuid into processor_core.cAlex Chiang1-159/+0
2010-03-14ACPI: processor: export acpi_get_cpuid()Alex Chiang1-6/+4
2010-03-14ACPI: processor: mv processor_core.c processor_driver.cAlex Chiang1-0/+1142