summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Use the correct device. Note this commit complements r274386.jkim2014-11-111-3/+2
* Use the correct device (child) when asking the bus layer about which poweradrian2014-11-111-1/+1
* The SYSCTL data pointers can come from userspace and must not behselasky2014-10-281-7/+8
* Set the caching mode for the usermode mapping of the HPET registerskib2014-10-251-0/+1
* Add a sysctl to control the HPET allow_write behaviour.rpaulo2014-10-241-0/+5
* HPET: avoid handling the multiple file-descriptor case.rpaulo2014-10-241-23/+6
* HPET: create /dev/hpetN as a way to access HPET from userland.rpaulo2014-10-241-0/+80
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-161-8/+8
* Add a bus method to fetch the VM domain for the given device/bus.adrian2014-10-093-0/+43
* Merge ACPICA 20140926.jkim2014-10-022-13/+9
* Add sysctl to track the resource consumption of ACPI interrupts.will2014-10-011-0/+11
* msi: add Xen MSI implementationroyger2014-09-301-1/+1
* Convert from timeout(9) to callout(9).jhb2014-09-221-7/+10
* Populate the device info string with _PXM (proximity domain) information.adrian2014-09-202-8/+22
* Revert unrelated changes accidentally committed in r271192.jhb2014-09-171-5/+0
* Create a separate structure for per-CPU state saved across suspend andjhb2014-09-061-0/+5
* Fix typo when displaying the HPET timer unit number.neel2014-08-131-1/+2
* xen: add ACPI bus to xen_nexus when running as Dom0royger2014-08-043-3/+13
* Remove ia64.marcel2014-07-071-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-283-9/+3
* Revert r267961, r267973:gjb2014-06-273-3/+9
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-273-9/+3
* Remove not needed initialisation code.hselasky2014-06-261-11/+2
* Expand r261243 even further and ignore any I/O port resources assigned tojhb2014-06-251-5/+14
* Trust the state of a power resource that get from a working _STA methodjhb2014-06-191-13/+4
* Remove duplicate SYSCTL_DECL(_debug_acpi) which was breaking tinderboxsmh2014-04-241-2/+0
* Increase ACPI_MAX_TASKS to be 4 x the number of CPU's as 2 x was stillsmh2014-04-241-1/+1
* Exposed debug.acpi.max_tasks and debug.acpi.max_threads via sysctls so theirsmh2014-04-241-0/+6
* Add a basic set of data points which count the number of sleep entriesadrian2014-04-081-0/+35
* Turns out name was used here when ACPI_DEBUG was defined, so refine myimp2014-03-311-0/+15
* Remove instances of variables that were set, but never used. gcc 4.9imp2014-03-303-13/+3
* Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridgejhb2014-02-122-1/+88
* Some BIOSes incorrectly use standard memory resource ranges to listjhb2014-01-281-0/+16
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-301-2/+2
* Handle case when ACPI reports HPET device, but does not provide memorymav2013-11-151-5/+11
* More BUS_PROBE_NOWILDCARD sweeping. Some devices here (if_ath_ahb and siba)nwhitehorn2013-10-291-1/+1
* Import the driver for VT-d DMAR hardware, as specified in the revisionkib2013-10-281-0/+29
* Add support for suspend/resume/migration operations when running as agibbs2013-09-201-0/+9
* acpi_thermal: Warn about insane _TMP temperature only oncedumbbell2013-08-301-5/+26
* Tidy up global locks for ACPICA. There is no functional change.jkim2013-08-131-12/+10
* Workaround some broken BIOSes that specify edge-sensitive but active-lowjhb2013-07-161-0/+11
* Don't perform the acpi_DeviceIsPresent() check for PCI-PCI bridges. Ifjhb2013-07-032-10/+7
* Consistently cast ACPICA 64-bit integer types when we print them.jkim2013-06-261-1/+1
* Merge ACPICA 20130517.jkim2013-05-201-3/+7
* - Prefer ACPI_COMPARE_NAME(a, b) macro over strncmp(a, b, ACPI_NAME_SIZE).jkim2013-05-201-9/+8
* Fix white spaces.jkim2013-05-201-33/+31
* - Some BIOSes use an Extended IRQ resource descriptor in _PRS for a linkjhb2013-04-222-2/+12
* Fix a typo in a comment.rpaulo2013-03-171-1/+1
* Add "else" missed at r248154.mav2013-03-111-1/+1
* Reduce HPET eventtimer priority on systems with 8 or more cores. Price ofmav2013-03-111-1/+2
OpenPOWER on IntegriCloud