summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* MFC 267883:jhb2014-07-241-5/+14
* MFC 267647:jhb2014-06-271-13/+4
* MFC r257334, r257336, r257337, r257338, r257341, r257342, r257343, r257370,ian2014-05-141-1/+1
* MFC r264849 & r264883smh2014-05-081-0/+4
* MFC r264878smh2014-05-081-1/+1
* MFC 261243:jhb2014-03-111-0/+16
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-2/+2
* MFC r258164:mav2014-01-051-5/+11
* MFC DMAR busdma implementation.kib2013-12-171-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
* MFcalloutng:mav2013-02-281-17/+9
* MFcalloutng (r247427 by mav):davide2013-02-281-2/+2
* MFcalloutng:davide2013-02-281-4/+7
* revert accidentally committed unneeded changes from r246250avg2013-02-021-2/+2
* acpi: clear power button status bit after waking up...avg2013-02-021-0/+25
* acpi: after wakeup from a state > S1 re-enable SCI_EN with a direct writeavg2013-02-021-2/+15
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-3017-18/+18
* Fix two misusages of return_*() macros for ACPICA.jkim2013-01-282-2/+6
* Fix white spaces for style consistency.jkim2013-01-282-7/+6
* Merge ACPICA 20130117.jkim2013-01-171-1/+3
* Remove not very useful printf, that can be too chatty.mav2013-01-101-8/+1
* 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
* Update MAX_TASKS to scale a bit based on MAXCPUsbruno2012-11-121-1/+1
* Merge ACPICA 20121018.jkim2012-10-231-1/+1
* This isn't functionally identical. In some cases a hint to disableeadler2012-10-223-0/+10
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-223-10/+0
* When checking to see if a video output's _ADR matches an entry in thejhb2012-10-191-1/+2
* acpi_thermal: when _ACx is tripped, all _ALi i>= x should be onavg2012-10-141-6/+11
* Grab the softc from the ACPI host-pci bridge device instead of from the pcineel2012-10-101-1/+1
* 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
* At least from A70M FCH chipsets AMD started to use their real vendor IDmav2012-09-091-1/+2
* Merge ACPICA 20120816.jkim2012-08-162-17/+4
* 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
OpenPOWER on IntegriCloud