aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpi_cpu.c
Commit message (Expand)AuthorAgeFilesLines
* Quick fix for unmotivated C2 state usage during boot, introduced at r212541.Alexander Motin2010-09-221-1/+1
* acpi_cpu: do not apply P_LVLx_LAT rules to latencies returned by _CSTAndriy Gapon2010-09-131-9/+1
* Refactor timer management code with priority to one-shot operation mode.Alexander Motin2010-09-131-5/+13
* bus_add_child: change type of order parameter to u_intAndriy Gapon2010-09-101-2/+2
* Oops! Add " / hz" missed in r209328. Assume interrupt rate hz/2, not 1/2.Alexander Motin2010-06-191-1/+1
* While we indeed can't precisely measure time spent in C1, we can considerAlexander Motin2010-06-191-3/+7
* When updating individual CPU's lowest Cx state to use, never set it to aJohn Baldwin2010-06-151-1/+3
* Update several places that iterate over CPUs to use CPU_FOREACH().John Baldwin2010-06-111-3/+1
* acpi cpu: probe+attach before all other enumerated children on acpi busAndriy Gapon2010-02-111-4/+22
* acpi_cpu: prefer _OSC over _PDC, just in caseAndriy Gapon2010-02-061-20/+18
* acpi_cpu: correct capabilities arguments for Processor _OSC evaluationAndriy Gapon2010-02-031-1/+2
* acpi: remove 'magic' ivarAndriy Gapon2009-11-071-2/+2
* Catch up with ACPICA 20090903.Jung-uk Kim2009-09-111-3/+3
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-2/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-0/+2
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-12/+14
* Make dev.cpu.X.cx_usage sysctl also report current average of sleep time.Alexander Motin2009-05-031-1/+2
* Remove unused variable and fix spelling in comment.Alexander Motin2009-05-031-2/+1
* Avoid comparing negative signed to positive unsignad values. It wasAlexander Motin2009-05-021-41/+11
* Move the code to update cpu_cx_count out of acpi_cpu_generic_cx_probe() andJohn Baldwin2009-03-261-4/+2
* acpi_cpu: fixup for PIIX4E PCI config related to C2Andriy Gapon2009-02-191-1/+11
* Update the list of Cx states when ACPICA notifies us. Usually, thisRui Paulo2008-04-121-4/+24
* Some PIIX4 chipsets need to be told to generate Stop Breaks by settingRui Paulo2008-03-091-0/+20
* Skip validation of the C3 state if we disabled C3 by software (i.e.,Rui Paulo2008-02-161-1/+1
* Fix a typo when testing for the NO_C3 quirk.John Baldwin2008-02-121-1/+1
* Fix a shutdown hang on some SMP systems. The previous logic was to IPI allNate Lawson2007-11-021-4/+6
* Evaluate _OSC on boot to indicate our OS capabilities to ACPI. This isNate Lawson2007-08-301-7/+32
* Disable CPU idle states during suspend and reenable them during resume.Nate Lawson2007-06-031-2/+29
* Fix a bug introduced in the per-CPU Cx states commit. The wrong loop varNate Lawson2007-06-021-30/+27
* Catch up with ACPI-CA 20070320 import.Jung-uk Kim2007-03-221-23/+22
* Add missing function trace for debug prints.Nate Lawson2007-01-231-0/+2
* Clean up some debug prints from last commit and move one under boot -v.Nate Lawson2007-01-151-6/+5
* Fix LINT and ACPI_DEBUG builds and add print for use of flush cache inst.Nate Lawson2007-01-081-5/+8
* Re-work Cx handling to be per-cpu and asymmetrical, fixing support onNate Lawson2007-01-071-198/+312
* If we're trying to use C2/3 and reads from the register are returningNate Lawson2005-10-251-3/+24
* Canonize the include of acpi.h.David E. O'Brien2005-09-111-1/+1
* Advertise that we can handle unified SMP control of processor powerNate Lawson2005-04-101-2/+4
* Fix support for _PDC by using the proper version/length format for theNate Lawson2005-04-101-3/+22
* Add the acpi_get_features() method. This method is called on child driversNate Lawson2005-04-041-28/+21
* If a device_add_child fails (i.e. low memory situation), be sure to freeNate Lawson2005-03-271-0/+2
* Remove handling _PSS notifies from acpi_cpu and let acpi_perf handle them.Nate Lawson2005-02-071-17/+7
* Remove acpi throttling support from the acpi_cpu(4) driver now that thisNate Lawson2005-02-061-236/+9
* Notify the OS that we're taking over Px states in acpi_perf(4) instead ofNate Lawson2005-02-061-9/+0
* Staticize the legacy cpu devclasses and revert the name for the acpi_cpuNate Lawson2005-02-061-3/+3
* Convert to the new GAS API so that we can free registers in the future.Nate Lawson2005-02-051-7/+13
* Make the devclass static for now until deciding whether to share them.Nate Lawson2005-02-041-1/+1
* Update the CPU attachments to return CPU_IVAR_PCPU as well as pass onNate Lawson2005-02-041-15/+101
* Enable throttling/C3 quirks for PIIX4 parts. Defer checking quirks untilNate Lawson2004-11-161-9/+21
* Update C3 support when BM control is not present.Nate Lawson2004-10-111-16/+28
* If bus mastering control is not available (PM2_BLK), don't just disableNate Lawson2004-10-111-16/+27