summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_perf.c
Commit message (Expand)AuthorAgeFilesLines
* Import ACPICA 20090521.jkim2009-06-051-1/+2
* Catch up with ACPI-CA 20070320 import.jkim2007-03-221-3/+3
* Re-work Cx handling to be per-cpu and asymmetrical, fixing support onnjl2007-01-071-3/+3
* Eliminate duplicate p-states entriesbruno2006-07-151-0/+6
* Don't flood kernel logs with "invalid _PSS package" messages.bruno2005-12-121-1/+5
* Canonize the include of acpi.h.obrien2005-09-111-1/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
* Revert part of 1.19. We do want to set the count to 0 since otherwisenjl2005-04-071-2/+2
* Don't free the _PSS buffer until after we check to see if we have no validjhb2005-04-051-2/+2
* Clean up resources properly if acpi_perf fails to attach. First, changenjl2005-03-271-1/+17
* Check for invalid frequencies after parsing the package. Keep a runningnjl2005-03-261-8/+19
* Attach acpi_perf early. Especially when it is being used to provide infonjl2005-03-201-1/+6
* Check for some impossible frequencies that some systems use to indicatenjl2005-03-041-0/+9
* Make a pass through all drivers checking specs for desired behavior onnjl2005-02-271-0/+5
* Don't bother with cpufreq_register if we're info-only.njl2005-02-261-1/+2
* Increase the maximum to wait for a transition from 1 to 10 ms. In somenjl2005-02-221-4/+16
* Support disabling individual cpufreq drivers with hints, e.g.,njl2005-02-221-0/+3
* Add a new field to struct cf_setting for special values. These are driver-njl2005-02-191-1/+7
* Introduce a new method, cpufreq_drv_type(), that returns the type of thenjl2005-02-181-5/+19
* The correct error value for not having enough storage is E2BIG, notnjl2005-02-171-1/+1
* Add support for the CPUFREQ_FLAG_INFO_ONLY flag. Devices that report thisnjl2005-02-131-12/+39
* Attach an acpi_perf device for every processor that offers the rightnjl2005-02-131-2/+2
* Remove handling _PSS notifies from acpi_cpu and let acpi_perf handle them.njl2005-02-071-1/+6
* Notify the OS that we're taking over Px states in acpi_perf(4) instead ofnjl2005-02-061-2/+15
* Convert to the new GAS APIs to allow for detach in the future. Also, checknjl2005-02-051-6/+36
* Don't print out a failure message when an attach for FFixedHW fails.njl2005-02-041-16/+25
* Add the ACPI Performance states driver. This driver offers two or morenjl2005-02-041-0/+420
OpenPOWER on IntegriCloud