summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/Osd
Commit message (Expand)AuthorAgeFilesLines
* MFS r320744: MFC r320690:markj2017-07-061-1/+1
* MFC: r306686, r308953, r311462, r311529, r312438, r314611jkim2017-03-303-2/+9
* Use polling spin loops for timeouts during early boot.jhb2016-05-161-0/+34
* Merge ACPICA 20160422.jkim2016-04-271-1/+2
* Merge ACPICA 20150818.jkim2015-08-261-1/+1
* Add basic support for ACPI. It splits out the nexus driver to two newandrew2015-06-111-0/+10
* Merge ACPICA 20140926.jkim2014-10-021-2/+2
* Add sysctl to track the resource consumption of ACPI interrupts.will2014-10-011-0/+11
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-2/+0
* Revert r267961, r267973:gjb2014-06-271-0/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-2/+0
* Remove duplicate SYSCTL_DECL(_debug_acpi) which was breaking tinderboxsmh2014-04-241-2/+0
* Exposed debug.acpi.max_tasks and debug.acpi.max_threads via sysctls so theirsmh2014-04-241-0/+6
* Tidy up global locks for ACPICA. There is no functional change.jkim2013-08-131-12/+10
* 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
* Fix two misusages of return_*() macros for ACPICA.jkim2013-01-281-1/+3
* Fix white spaces for style consistency.jkim2013-01-281-3/+3
* Consistently use ACPI_SUCCESS() and ACPI_FAILURE() macros wherever possible.jkim2012-06-011-2/+2
* Merge ACPICA 20120518.jkim2012-05-241-0/+14
* Fix a long-standing bug for AcpiOsGetTimer(). time_t is 32-bit on i386 andjkim2012-02-241-3/+3
* Merge ACPICA 20120215.jkim2012-02-162-2/+16
* De-obfuscate acpi_acquire_global_lock(). It seems the function was directlyjkim2012-02-101-8/+6
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-074-4/+4
* Merge ACPICA 20110527.jkim2011-05-311-10/+13
* Use the preload_fetch_addr() and preload_fetch_size() conveniencemarcel2011-02-131-11/+13
* Fix a witness(4) warning introduced in r217238.jkim2011-01-111-13/+18
* Remove impossible error conditions.jkim2011-01-101-4/+2
* Add forgotten free(9) in the previous commit for an error case.jkim2011-01-101-0/+1
* Allow AcpiOsInstallInterruptHandler() and AcpiOsRemoveInterruptHandler() tojkim2011-01-101-80/+149
* Prefer KASSERT(9) over panic(9) as it was never seen in reality.jkim2011-01-101-2/+1
* Clean up unused headers.jkim2010-10-131-4/+0
* Remove acpi_bus_number() completely. It had to be removed in r212761.jkim2010-10-131-55/+0
* Mark acpi_bus_number() as __unused. This allows clang to this filerpaulo2010-10-131-1/+1
* Merge ACPICA 20100915.jkim2010-09-161-36/+0
* Merge ACPICA 20100806.jkim2010-08-062-7/+1
* Simplify AcpiOsReadPort() and AcpiOsWritePort() with iodev_read_*() andjkim2010-07-161-22/+7
* Use pmap_mapdev()/pmap_unmapdev() to map device memory instead of usingjkim2010-07-161-4/+4
* - AcpiOsReadPciConfiguration() needs similar fixes as r209965 and r210129.jkim2010-07-151-26/+9
* - AcpiOsReadMemory() needs similar fixes as r209965. [1]jkim2010-07-151-18/+6
* Fix white spaces.jkim2010-07-131-18/+18
* According to ACPICA User Guide and Programmer Reference, the read data mustjkim2010-07-131-6/+3
* Merge ACPICA 20100428.jkim2010-04-281-15/+10
* Merge ACPICA 20100121.jkim2010-01-212-2/+2
* Add a missing return in NULL mutex case.jkim2009-06-221-1/+3
* - Remove unnecessary read memory barriers from atomic operations[1].jkim2009-06-111-2/+4
* Catch up with r193750 (OsdSynch.c locking changes):jkim2009-06-101-16/+92
* Remove redundant checks for ACPI_WAIT_FOREVER cases.jkim2009-06-081-4/+0
* Rewrite OsdSynch.c to reflect the latest ACPICA more closely:jkim2009-06-081-267/+445
OpenPOWER on IntegriCloud