aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/Osd
Commit message (Expand)AuthorAgeFilesLines
* acpi: Make taskqueue only run on BSPAymeric Wibo3 days1-1/+5
* pci_cfgreg: Add a PCI domain argument to the low-level register APIJohn Baldwin2023-11-291-3/+3
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-168-16/+0
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-221-3/+3
* acpica: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Merge ACPICA 20190329.Jung-uk Kim2019-03-291-3/+3
* remove unneeded inclusion of sys/interrupt.h from several filesAndriy Gapon2018-07-041-1/+0
* Redo r332918 with the ACPICA API and remove debug.acpi.suspend_deep_bounce.Jung-uk Kim2018-05-031-0/+6
* Do not check whether AcpiOsGetTimer() is called during boot.Jung-uk Kim2017-10-101-3/+0
* Defer ACPI taskqueue creation to SI_SUB_KICK_SCHEDULER.Mark Johnston2017-07-051-1/+1
* Merge ACPICA 20161222.Jung-uk Kim2017-01-052-2/+8
* Merge ACPICA 20160930.Jung-uk Kim2016-10-041-0/+1
* Use polling spin loops for timeouts during early boot.John Baldwin2016-05-161-0/+34
* Merge ACPICA 20160422.Jung-uk Kim2016-04-271-1/+2
* Merge ACPICA 20150818.Jung-uk Kim2015-08-261-1/+1
* Add basic support for ACPI. It splits out the nexus driver to two newAndrew Turner2015-06-111-0/+10
* Merge ACPICA 20140926.Jung-uk Kim2014-10-021-2/+2
* Add sysctl to track the resource consumption of ACPI interrupts.Will Andrews2014-10-011-0/+11
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+0
* Revert r267961, r267973:Glen Barber2014-06-271-0/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+0
* Remove duplicate SYSCTL_DECL(_debug_acpi) which was breaking tinderboxSteven Hartland2014-04-241-2/+0
* Exposed debug.acpi.max_tasks and debug.acpi.max_threads via sysctls so theirSteven Hartland2014-04-241-0/+6
* Tidy up global locks for ACPICA. There is no functional change.Jung-uk Kim2013-08-131-12/+10
* Merge ACPICA 20130517.Jung-uk Kim2013-05-201-3/+7
* - Prefer ACPI_COMPARE_NAME(a, b) macro over strncmp(a, b, ACPI_NAME_SIZE).Jung-uk Kim2013-05-201-9/+8
* Fix white spaces.Jung-uk Kim2013-05-201-33/+31
* Fix two misusages of return_*() macros for ACPICA.Jung-uk Kim2013-01-281-1/+3
* Fix white spaces for style consistency.Jung-uk Kim2013-01-281-3/+3
* Consistently use ACPI_SUCCESS() and ACPI_FAILURE() macros wherever possible.Jung-uk Kim2012-06-011-2/+2
* Merge ACPICA 20120518.Jung-uk Kim2012-05-241-0/+14
* Fix a long-standing bug for AcpiOsGetTimer(). time_t is 32-bit on i386 andJung-uk Kim2012-02-241-3/+3
* Merge ACPICA 20120215.Jung-uk Kim2012-02-162-2/+16
* De-obfuscate acpi_acquire_global_lock(). It seems the function was directlyJung-uk Kim2012-02-101-8/+6
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-074-4/+4
* Merge ACPICA 20110527.Jung-uk Kim2011-05-311-10/+13
* Use the preload_fetch_addr() and preload_fetch_size() convenienceMarcel Moolenaar2011-02-131-11/+13
* Fix a witness(4) warning introduced in r217238.Jung-uk Kim2011-01-111-13/+18
* Remove impossible error conditions.Jung-uk Kim2011-01-101-4/+2
* Add forgotten free(9) in the previous commit for an error case.Jung-uk Kim2011-01-101-0/+1
* Allow AcpiOsInstallInterruptHandler() and AcpiOsRemoveInterruptHandler() toJung-uk Kim2011-01-101-80/+149
* Prefer KASSERT(9) over panic(9) as it was never seen in reality.Jung-uk Kim2011-01-101-2/+1
* Clean up unused headers.Jung-uk Kim2010-10-131-4/+0
* Remove acpi_bus_number() completely. It had to be removed in r212761.Jung-uk Kim2010-10-131-55/+0
* Mark acpi_bus_number() as __unused. This allows clang to this fileRui Paulo2010-10-131-1/+1
* Merge ACPICA 20100915.Jung-uk Kim2010-09-161-36/+0
* Merge ACPICA 20100806.Jung-uk Kim2010-08-062-7/+1
* Simplify AcpiOsReadPort() and AcpiOsWritePort() with iodev_read_*() andJung-uk Kim2010-07-161-22/+7
* Use pmap_mapdev()/pmap_unmapdev() to map device memory instead of usingJung-uk Kim2010-07-161-4/+4