aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpi_cpu.c
Commit message (Expand)AuthorAgeFilesLines
* acpi_cpu_notify: disable acpi_cpu_idle while updating C-state dataAndriy Gapon2012-12-011-7/+15
* acpi_cpu: change cpu_disable_idle to be a per-cpu flag...Andriy Gapon2012-12-011-17/+53
* acpi_cpu: use fixed resource ids for cx state i/o resourcesAndriy Gapon2012-11-221-11/+11
* acpi_cpu: explicitly notify userland about c-state changesAndriy Gapon2012-09-181-0/+2
* revert r240344: cpu_devices[] is used in other functions and must be keptAndriy Gapon2012-09-111-1/+0
* acpi_cpu: free result of device_get_childrenAndriy Gapon2012-09-111-0/+1
* Add several performance optimizations to acpi_cpu_idle().Alexander Motin2012-07-311-11/+21
* acpi_cpu: separate a notion of current deepest allowed+available Cx levelAndriy Gapon2012-07-131-45/+29
* acpi_cpu: we are able to handle _CST change notifications...Andriy Gapon2012-07-081-2/+0
* acpi_cpu_generic_cx_probe: for consistency set cpu_non_c3 here tooAndriy Gapon2012-07-071-0/+2
* acpi_cpu_cx_list: there is no need to re-evaluate cpu_non_c3 hereAndriy Gapon2012-07-071-8/+4
* acpi_cpu_cx_cst: consistently use cpu_cx_count during state enumerationAndriy Gapon2012-07-071-2/+2
* Revert r238004 as more review has come in and there is now a discussionSean Bruno2012-07-021-45/+19
* Cosmetic display change of Cx states via cx_supported sysctl entries.Sean Bruno2012-07-021-19/+45
* Restore Processor object path for verbose boot message.Jung-uk Kim2012-05-231-2/+4
* Rework the previous change to honor MADT processor IDs when probingJohn Baldwin2012-05-231-22/+57
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-2/+1
* Now that ia64 has been switched to the event timers, remove theMarcel Moolenaar2011-06-251-4/+0
* Fix build on ia64 after r223426.Jung-uk Kim2011-06-221-0/+2
* Set negative quality to TSC timecounter when C3 state is enabled for IntelJung-uk Kim2011-06-221-0/+2
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butJung-uk Kim2011-04-071-1/+1
* Stop lying about supporting cpu_est_clockrate() when TSC is invariant. ThisJung-uk Kim2010-12-141-0/+11
* Create C1 state when _CST is valid but _CST does not have one. Some BIOSesJung-uk Kim2010-11-121-4/+26
* 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