aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Merge ACPICA 20150818.Jung-uk Kim2015-08-261-1/+1
* Catch up with ACPICA 20150717.Jung-uk Kim2015-07-221-1/+1
* Add basic support for ACPI. It splits out the nexus driver to two newAndrew Turner2015-06-112-0/+18
* Check status of AcpiReadBitRegister() calls.Jung-uk Kim2015-06-091-4/+6
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Do not probe Intel PIIX4 south bridge quirks on amd64. These quirky southJung-uk Kim2015-05-212-11/+18
* Hide code only used on i386 and amd64.Andrew Turner2015-05-111-1/+6
* If x86 CPU implementation of the MWAIT instruction reasonablyKonstantin Belousov2015-05-093-19/+181
* AcpiGbl_FACS will not be defined when building using the reduced hardwareAndrew Turner2015-05-061-0/+2
* If the power management timer is unsupported the PmTimerLength value willAndrew Turner2015-05-061-1/+2
* There may not be an FACS table, check for this before accessing it.Andrew Turner2015-04-281-1/+1
* Refactor out the _PXM -> VM domain lookup done in ACPI, in preparation forAdrian Chadd2015-04-192-10/+33
* Define capabilities bits from the revision 007 of the document 302223Konstantin Belousov2015-04-121-1/+4
* Merge ACPICA 20150410.Jung-uk Kim2015-04-112-28/+28
* Move the message complaining about failed system resource allocationsJohn Baldwin2015-04-061-1/+1
* Fix a typo.John Baldwin2015-03-061-1/+1
* Implement interface to create SR-IOV Virtual FunctionsRyan Stone2015-03-011-0/+28
* Array cannot be NULL, remove always true comparision. ACPI specKonstantin Belousov2015-02-161-4/+3
* Add a new device control utility for new-bus devices called devctl. ThisJohn Baldwin2015-02-061-1/+29
* hook userland threads suspend + resume into acpi suspend codeAndriy Gapon2015-01-271-0/+4
* Simplify retry loops. No functional change.Jung-uk Kim2015-01-231-11/+7
* Revert r216942. This commit was premature and caused too many complaints.Jung-uk Kim2015-01-231-13/+3
* When disabling C3+ CPU states due to the CPU_QUIRK_NO_C3 quirk, don'tColin Percival2015-01-181-1/+1
* On some Intel CPUs with a P-state but not C-state invariant TSC the TSCJohn Baldwin2015-01-051-3/+14
* Use the correct device. Note this commit complements r274386.Jung-uk Kim2014-11-111-3/+2
* Use the correct device (child) when asking the bus layer about which powerAdrian Chadd2014-11-111-1/+1
* The SYSCTL data pointers can come from userspace and must not beHans Petter Selasky2014-10-281-7/+8
* Set the caching mode for the usermode mapping of the HPET registersKonstantin Belousov2014-10-251-0/+1
* Add a sysctl to control the HPET allow_write behaviour.Rui Paulo2014-10-241-0/+5
* HPET: avoid handling the multiple file-descriptor case.Rui Paulo2014-10-241-23/+6
* HPET: create /dev/hpetN as a way to access HPET from userland.Rui Paulo2014-10-241-0/+80
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-161-8/+8
* Add a bus method to fetch the VM domain for the given device/bus.Adrian Chadd2014-10-093-0/+43
* Merge ACPICA 20140926.Jung-uk Kim2014-10-022-13/+9
* Add sysctl to track the resource consumption of ACPI interrupts.Will Andrews2014-10-011-0/+11
* msi: add Xen MSI implementationRoger Pau Monné2014-09-301-1/+1
* Convert from timeout(9) to callout(9).John Baldwin2014-09-221-7/+10
* Populate the device info string with _PXM (proximity domain) information.Adrian Chadd2014-09-202-8/+22
* Revert unrelated changes accidentally committed in r271192.John Baldwin2014-09-171-5/+0
* Create a separate structure for per-CPU state saved across suspend andJohn Baldwin2014-09-061-0/+5
* Fix typo when displaying the HPET timer unit number.Neel Natu2014-08-131-1/+2
* xen: add ACPI bus to xen_nexus when running as Dom0Roger Pau Monné2014-08-043-3/+13
* Remove ia64.Marcel Moolenaar2014-07-071-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-283-9/+3
* Revert r267961, r267973:Glen Barber2014-06-273-3/+9
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-273-9/+3
* Remove not needed initialisation code.Hans Petter Selasky2014-06-261-11/+2
* Expand r261243 even further and ignore any I/O port resources assigned toJohn Baldwin2014-06-251-5/+14
* Trust the state of a power resource that get from a working _STA methodJohn Baldwin2014-06-191-13/+4
* Remove duplicate SYSCTL_DECL(_debug_acpi) which was breaking tinderboxSteven Hartland2014-04-241-2/+0