| Commit message (Expand) | Author | Age | Files | Lines |
* | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
* | Make CPU children explicitly share parent unit numbers. | Alexander Motin | 2022-01-04 | 1 | -1/+2 |
* | Remove misc NULL checks after M_WAITOK allocations. | Edward Tomasz Napierala | 2016-05-10 | 1 | -2/+0 |
* | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | Sofian Brabez | 2013-01-30 | 1 | -1/+2 |
* | This isn't functionally identical. In some cases a hint to disable | Eitan Adler | 2012-10-22 | 1 | -0/+3 |
* | Now that device disabling is generic, remove extraneous code from the | Eitan Adler | 2012-10-22 | 1 | -3/+0 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
* | Import ACPICA 20090521. | Jung-uk Kim | 2009-06-05 | 1 | -1/+2 |
* | Catch up with ACPI-CA 20070320 import. | Jung-uk Kim | 2007-03-22 | 1 | -3/+3 |
* | Re-work Cx handling to be per-cpu and asymmetrical, fixing support on | Nate Lawson | 2007-01-07 | 1 | -3/+3 |
* | Eliminate duplicate p-states entries | Bruno Ducrot | 2006-07-15 | 1 | -0/+6 |
* | Don't flood kernel logs with "invalid _PSS package" messages. | Bruno Ducrot | 2005-12-12 | 1 | -1/+5 |
* | Canonize the include of acpi.h. | David E. O'Brien | 2005-09-11 | 1 | -1/+1 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 1 | -1/+0 |
* | Revert part of 1.19. We do want to set the count to 0 since otherwise | Nate Lawson | 2005-04-07 | 1 | -2/+2 |
* | Don't free the _PSS buffer until after we check to see if we have no valid | John Baldwin | 2005-04-05 | 1 | -2/+2 |
* | Clean up resources properly if acpi_perf fails to attach. First, change | Nate Lawson | 2005-03-27 | 1 | -1/+17 |
* | Check for invalid frequencies after parsing the package. Keep a running | Nate Lawson | 2005-03-26 | 1 | -8/+19 |
* | Attach acpi_perf early. Especially when it is being used to provide info | Nate Lawson | 2005-03-20 | 1 | -1/+6 |
* | Check for some impossible frequencies that some systems use to indicate | Nate Lawson | 2005-03-04 | 1 | -0/+9 |
* | Make a pass through all drivers checking specs for desired behavior on | Nate Lawson | 2005-02-27 | 1 | -0/+5 |
* | Don't bother with cpufreq_register if we're info-only. | Nate Lawson | 2005-02-26 | 1 | -1/+2 |
* | Increase the maximum to wait for a transition from 1 to 10 ms. In some | Nate Lawson | 2005-02-22 | 1 | -4/+16 |
* | Support disabling individual cpufreq drivers with hints, e.g., | Nate Lawson | 2005-02-22 | 1 | -0/+3 |
* | Add a new field to struct cf_setting for special values. These are driver- | Nate Lawson | 2005-02-19 | 1 | -1/+7 |
* | Introduce a new method, cpufreq_drv_type(), that returns the type of the | Nate Lawson | 2005-02-18 | 1 | -5/+19 |
* | The correct error value for not having enough storage is E2BIG, not | Nate Lawson | 2005-02-17 | 1 | -1/+1 |
* | Add support for the CPUFREQ_FLAG_INFO_ONLY flag. Devices that report this | Nate Lawson | 2005-02-13 | 1 | -12/+39 |
* | Attach an acpi_perf device for every processor that offers the right | Nate Lawson | 2005-02-13 | 1 | -2/+2 |
* | Remove handling _PSS notifies from acpi_cpu and let acpi_perf handle them. | Nate Lawson | 2005-02-07 | 1 | -1/+6 |
* | Notify the OS that we're taking over Px states in acpi_perf(4) instead of | Nate Lawson | 2005-02-06 | 1 | -2/+15 |
* | Convert to the new GAS APIs to allow for detach in the future. Also, check | Nate Lawson | 2005-02-05 | 1 | -6/+36 |
* | Don't print out a failure message when an attach for FFixedHW fails. | Nate Lawson | 2005-02-04 | 1 | -16/+25 |
* | Add the ACPI Performance states driver. This driver offers two or more | Nate Lawson | 2005-02-04 | 1 | -0/+420 |