summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_cpu.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r314211:kib2017-03-101-8/+1
* Add an EARLY_AP_STARTUP option to start APs earlier during boot.jhb2016-05-141-0/+4
* sys/dev: minor spelling fixes.pfg2016-05-031-1/+1
* Only count CPU devices that are using the ACPI CPU driver.jhb2016-04-281-1/+2
* Optionally return the output capabilities list from _OSC.jhb2016-04-221-2/+2
* Queue the CPU-probing task after all acpi_cpu devices are attached.jhb2016-04-211-3/+10
* There is no need to use array any more. No functional change.jkim2016-04-201-5/+5
* Remove query flag from acpi_EvaluateOSC(). This function does not supportjkim2016-04-201-2/+2
* Add a wrapper for evaluating _OSC methods.jhb2016-04-201-15/+3
* Add basic support for ACPI. It splits out the nexus driver to two newandrew2015-06-111-0/+8
* Check status of AcpiReadBitRegister() calls.jkim2015-06-091-4/+6
* Do not probe Intel PIIX4 south bridge quirks on amd64. These quirky southjkim2015-05-211-7/+14
* Hide code only used on i386 and amd64.andrew2015-05-111-1/+6
* If x86 CPU implementation of the MWAIT instruction reasonablykib2015-05-091-19/+157
* When disabling C3+ CPU states due to the CPU_QUIRK_NO_C3 quirk, don'tcperciva2015-01-181-1/+1
* On some Intel CPUs with a P-state but not C-state invariant TSC the TSCjhb2015-01-051-3/+14
* xen: add ACPI bus to xen_nexus when running as Dom0royger2014-08-041-1/+5
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-1/+0
* Revert r267961, r267973:gjb2014-06-271-0/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-1/+0
* Add a basic set of data points which count the number of sleep entriesadrian2014-04-081-0/+35
* MFcalloutng (r247427 by mav):davide2013-02-281-2/+2
* MFcalloutng:davide2013-02-281-4/+7
* acpi_cpu_notify: disable acpi_cpu_idle while updating C-state dataavg2012-12-011-7/+15
* acpi_cpu: change cpu_disable_idle to be a per-cpu flag...avg2012-12-011-17/+53
* acpi_cpu: use fixed resource ids for cx state i/o resourcesavg2012-11-221-11/+11
* acpi_cpu: explicitly notify userland about c-state changesavg2012-09-181-0/+2
* revert r240344: cpu_devices[] is used in other functions and must be keptavg2012-09-111-1/+0
* acpi_cpu: free result of device_get_childrenavg2012-09-111-0/+1
* Add several performance optimizations to acpi_cpu_idle().mav2012-07-311-11/+21
* acpi_cpu: separate a notion of current deepest allowed+available Cx levelavg2012-07-131-45/+29
* acpi_cpu: we are able to handle _CST change notifications...avg2012-07-081-2/+0
* acpi_cpu_generic_cx_probe: for consistency set cpu_non_c3 here tooavg2012-07-071-0/+2
* acpi_cpu_cx_list: there is no need to re-evaluate cpu_non_c3 hereavg2012-07-071-8/+4
* acpi_cpu_cx_cst: consistently use cpu_cx_count during state enumerationavg2012-07-071-2/+2
* Revert r238004 as more review has come in and there is now a discussionsbruno2012-07-021-45/+19
* Cosmetic display change of Cx states via cx_supported sysctl entries.sbruno2012-07-021-19/+45
* Restore Processor object path for verbose boot message.jkim2012-05-231-2/+4
* Rework the previous change to honor MADT processor IDs when probingjhb2012-05-231-22/+57
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-2/+1
* Now that ia64 has been switched to the event timers, remove themarcel2011-06-251-4/+0
* Fix build on ia64 after r223426.jkim2011-06-221-0/+2
* Set negative quality to TSC timecounter when C3 state is enabled for Inteljkim2011-06-221-0/+2
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butjkim2011-04-071-1/+1
* Stop lying about supporting cpu_est_clockrate() when TSC is invariant. Thisjkim2010-12-141-0/+11
* Create C1 state when _CST is valid but _CST does not have one. Some BIOSesjkim2010-11-121-4/+26
* Quick fix for unmotivated C2 state usage during boot, introduced at r212541.mav2010-09-221-1/+1
* acpi_cpu: do not apply P_LVLx_LAT rules to latencies returned by _CSTavg2010-09-131-9/+1
* Refactor timer management code with priority to one-shot operation mode.mav2010-09-131-5/+13
* bus_add_child: change type of order parameter to u_intavg2010-09-101-2/+2
OpenPOWER on IntegriCloud