summaryrefslogtreecommitdiff
path: root/sys/dev/acpica/Osd
AgeCommit message (Expand)Author
2026-01-08acpi: Make taskqueue only run on BSPAymeric Wibo
2023-11-29pci_cfgreg: Add a PCI domain argument to the low-level register APIJohn Baldwin
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-09-22pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin
2020-09-01acpica: clean up empty lines in .c and .h filesMateusz Guzik
2019-03-29Merge ACPICA 20190329.Jung-uk Kim
2018-07-04remove unneeded inclusion of sys/interrupt.h from several filesAndriy Gapon
2018-05-03Redo r332918 with the ACPICA API and remove debug.acpi.suspend_deep_bounce.Jung-uk Kim
2017-10-10Do not check whether AcpiOsGetTimer() is called during boot.Jung-uk Kim
2017-07-05Defer ACPI taskqueue creation to SI_SUB_KICK_SCHEDULER.Mark Johnston
2017-01-05Merge ACPICA 20161222.Jung-uk Kim
2016-10-04Merge ACPICA 20160930.Jung-uk Kim
2016-05-16Use polling spin loops for timeouts during early boot.John Baldwin
2016-04-27Merge ACPICA 20160422.Jung-uk Kim
2015-08-26Merge ACPICA 20150818.Jung-uk Kim
2015-06-11Add basic support for ACPI. It splits out the nexus driver to two newAndrew Turner
2014-10-02Merge ACPICA 20140926.Jung-uk Kim
2014-10-01Add sysctl to track the resource consumption of ACPI interrupts.Will Andrews
2014-06-28Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky
2014-06-27Revert r267961, r267973:Glen Barber
2014-06-27Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky
2014-04-24Remove duplicate SYSCTL_DECL(_debug_acpi) which was breaking tinderboxSteven Hartland
2014-04-24Exposed debug.acpi.max_tasks and debug.acpi.max_threads via sysctls so theirSteven Hartland
2013-08-13Tidy up global locks for ACPICA. There is no functional change.Jung-uk Kim
2013-05-20Merge ACPICA 20130517.Jung-uk Kim
2013-05-20- Prefer ACPI_COMPARE_NAME(a, b) macro over strncmp(a, b, ACPI_NAME_SIZE).Jung-uk Kim
2013-05-20Fix white spaces.Jung-uk Kim
2013-01-28Fix two misusages of return_*() macros for ACPICA.Jung-uk Kim
2013-01-28Fix white spaces for style consistency.Jung-uk Kim
2012-06-01Consistently use ACPI_SUCCESS() and ACPI_FAILURE() macros wherever possible.Jung-uk Kim
2012-05-24Merge ACPICA 20120518.Jung-uk Kim
2012-02-24Fix a long-standing bug for AcpiOsGetTimer(). time_t is 32-bit on i386 andJung-uk Kim
2012-02-16Merge ACPICA 20120215.Jung-uk Kim
2012-02-10De-obfuscate acpi_acquire_global_lock(). It seems the function was directlyJung-uk Kim
2011-11-07Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten
2011-05-31Merge ACPICA 20110527.Jung-uk Kim
2011-02-13Use the preload_fetch_addr() and preload_fetch_size() convenienceMarcel Moolenaar
2011-01-11Fix a witness(4) warning introduced in r217238.Jung-uk Kim
2011-01-10Remove impossible error conditions.Jung-uk Kim
2011-01-10Add forgotten free(9) in the previous commit for an error case.Jung-uk Kim
2011-01-10Allow AcpiOsInstallInterruptHandler() and AcpiOsRemoveInterruptHandler() toJung-uk Kim
2011-01-10Prefer KASSERT(9) over panic(9) as it was never seen in reality.Jung-uk Kim
2010-10-13Clean up unused headers.Jung-uk Kim
2010-10-13Remove acpi_bus_number() completely. It had to be removed in r212761.Jung-uk Kim
2010-10-13Mark acpi_bus_number() as __unused. This allows clang to this fileRui Paulo
2010-09-16Merge ACPICA 20100915.Jung-uk Kim
2010-08-06Merge ACPICA 20100806.Jung-uk Kim
2010-07-16Simplify AcpiOsReadPort() and AcpiOsWritePort() with iodev_read_*() andJung-uk Kim
2010-07-16Use pmap_mapdev()/pmap_unmapdev() to map device memory instead of usingJung-uk Kim