Sync ACPICA with Intel's version 20211217.* S4/S5 related fixes.* Fix a buffer overflow.* Add support for PCC Opregion special context data.* Various improvements, such as adding support for
Sync ACPICA with Intel's version 20211217.* S4/S5 related fixes.* Fix a buffer overflow.* Add support for PCC Opregion special context data.* Various improvements, such as adding support for various tables, in iasl(8).For a detailed list, please see sys/contrib/dev/acpica/changes.txt.
show more ...
Sync ACPICA with Intel's version 20210930.* Add new "Windows 2020" _OSI string.* Improve iasl(8).* Some sleep/resume fixes (that I guess do not affect us).For a detailed list, please see sys/
Sync ACPICA with Intel's version 20210930.* Add new "Windows 2020" _OSI string.* Improve iasl(8).* Some sleep/resume fixes (that I guess do not affect us).For a detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20210730.* Various fixes for iasl(8).* Fixes and additions in table definitions.For a detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20210604.* Fixes and cleanups.* Add PlatformRtMechanism OperationRegion handler support.* Add support for various tables.For a detailed list, please see sys/c
Sync ACPICA with Intel's version 20210604.* Fixes and cleanups.* Add PlatformRtMechanism OperationRegion handler support.* Add support for various tables.For a detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20210331.* ACPI 6.4 support.* Various fixes.For a detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20210105.iasl: Remove support for obsolete tablesAlso, update copyrights.For detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20201217.* Fix exception code class checks.* Better GCC 10 support.* Some -Wimplicit-fallthrough fixes.* Miscellaneous improvements in the tools.For detaile
Sync ACPICA with Intel's version 20201217.* Fix exception code class checks.* Better GCC 10 support.* Some -Wimplicit-fallthrough fixes.* Miscellaneous improvements in the tools.For detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20201113.* Fix a memory leak that could occur in _HID repair.* Improve namespace debugging.* Handle "orphan" _REG methods.* Improve iasl(8) and acpihelp(8).
Sync ACPICA with Intel's version 20201113.* Fix a memory leak that could occur in _HID repair.* Improve namespace debugging.* Handle "orphan" _REG methods.* Improve iasl(8) and acpihelp(8).* Add 5 new NVDIMM and NFIT table related UUIDs to the known UUID table.For detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20200925.* Preserve memory opregion mappings.* Support for SMBUS predefined names.* Fix some issues in acpiexec(8), acpihelp(8), and iasl(8).For detailed list
Sync ACPICA with Intel's version 20200925.* Preserve memory opregion mappings.* Support for SMBUS predefined names.* Fix some issues in acpiexec(8), acpihelp(8), and iasl(8).For detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20200717.* Do not increment OperationRegion reference counts for field units.* Fix some issues in iasl(8).For detailed list, please see sys/contrib/dev/acpica/c
Sync ACPICA with Intel's version 20200717.* Do not increment OperationRegion reference counts for field units.* Fix some issues in iasl(8).For detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20200528.* Remove acpinames(8). Its functionality is covered by acpiexec(8)'s 'namespace' command.* Add preliminary support for 'PlatformRtMechanism' address sp
Sync ACPICA with Intel's version 20200528.* Remove acpinames(8). Its functionality is covered by acpiexec(8)'s 'namespace' command.* Add preliminary support for 'PlatformRtMechanism' address space (will be in the next ACPI specification).* Fix some issues in iasl(8).For detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20200430.* Various bug fixes and cleanups.For detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20200326.* Code cleanup for early GCC 10.* Various fixes and improvements in acpiexec, acpixtract and iasl.For detailed list, please see sys/contrib/dev/acpica/
Sync ACPICA with Intel's version 20200326.* Code cleanup for early GCC 10.* Various fixes and improvements in acpiexec, acpixtract and iasl.For detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20200214.Not much to see:* Some improvements to sleep button handling when resuming from sleep (which we don't support).* New AcpiAnyGpeStatusSet() function.
Sync ACPICA with Intel's version 20200214.Not much to see:* Some improvements to sleep button handling when resuming from sleep (which we don't support).* New AcpiAnyGpeStatusSet() function.* Improvements to iASL.For detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20200110 (coming from 20190703).* Allow more OwnerId's to prevent OWNER_ID_LIMIT exceptions.* Return a Buffer object for all fields created via CreateField.* Ad
Sync ACPICA with Intel's version 20200110 (coming from 20190703).* Allow more OwnerId's to prevent OWNER_ID_LIMIT exceptions.* Return a Buffer object for all fields created via CreateField.* Add AcpiDispatchGpe() function.* Exit the interpreter before initializing objects within a newly loaded table.* Add new 'Fields' debugger command.* Make AcpiLoadTable() return a table index and add AcpiUnloadTable().* Fix acpinames(8) which was broken for some time.* Added "Windows 2019" _OSI string.* Various improvements to iasl(8).* Fix some compilation warnings, fix missing ACPI_PRINTF_LIKE.* Update copyrights to 2020.For detailed list, please see sys/contrib/dev/acpica/changes.txt.
acpi - Catch infinite parser recursions* Instrument AcpiPsParseLoop() and limited recursion depth to 5. Generally speaking this loop can call a very deep stack of routines and eat up the kernel
acpi - Catch infinite parser recursions* Instrument AcpiPsParseLoop() and limited recursion depth to 5. Generally speaking this loop can call a very deep stack of routines and eat up the kernel stack. A depth limit of 5 might be a bit too low, but it doesn't take much more to blow up our current 16KB kernel stack. This prevents the kernel from double-faulting on excessively bad AML.* Works around reported boot-time double-faults on some laptops.
Sync ACPICA with Intel's version 20190703.* Remove legacy module-level support code.* Clear status of GPEs on first direct enable.* Various improvements to iasl(8).For detailed list, please s
Sync ACPICA with Intel's version 20190703.* Remove legacy module-level support code.* Clear status of GPEs on first direct enable.* Various improvements to iasl(8).For detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20190509.* Revert some changes that were causing issues in the kernel subsystem and in iasl(8).* Additional improvements in iasl(8).For detailed list, please
Sync ACPICA with Intel's version 20190509.* Revert some changes that were causing issues in the kernel subsystem and in iasl(8).* Additional improvements in iasl(8).For detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20190405.* Fix some issues when resuming from suspend. Likely doesn't affect DragonFly.* iasl(8): Support compiling multiple files to a single namespace.For d
Sync ACPICA with Intel's version 20190405.* Fix some issues when resuming from suspend. Likely doesn't affect DragonFly.* iasl(8): Support compiling multiple files to a single namespace.For detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20190329.* Improve namespace support: Remove address nodes from global list after method termination to properly remove Operation Region nodes that are declared
Sync ACPICA with Intel's version 20190329.* Improve namespace support: Remove address nodes from global list after method termination to properly remove Operation Region nodes that are declared dynamically.* Some improvements in iasl(8) and acpiexec(8).For detailed list, please see sys/contrib/dev/acpica/changes.txt.Thanks to zrj for testing.
Sync ACPICA with Intel's version 20190215.* Add support for the ACPI specification version 6.3.* Fix skipping erroneous extended opcodes.* Some improvements in iasl(8).* Remove the legacy Acp
Sync ACPICA with Intel's version 20190215.* Add support for the ACPI specification version 6.3.* Fix skipping erroneous extended opcodes.* Some improvements in iasl(8).* Remove the legacy AcpiGbl_ExecuteTablesAsMethods global and all associated code, i.e. the debug.acpi.group_module_level_code tunable and acpiexec(8)'s -dp option.For detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20190108.* New acpiexec(8) option -va to dump memory leak information.* iasl(8)'s TPM2 table template adjusted for revision 4 of the table.* Bumped copyrights.
Sync ACPICA with Intel's version 20181213.* Fix buffer length issues with the GenericSerialStatus.* New object evaluation trace mechanism for control methods and data objects (ACPI_LV_EVALUATIO
Sync ACPICA with Intel's version 20181213.* Fix buffer length issues with the GenericSerialStatus.* New object evaluation trace mechanism for control methods and data objects (ACPI_LV_EVALUATION).* _OSI strings sync.* New options in iasl (-ww) and acpiexec (-eo).* Various smaller fixes and additions.For detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20181031.* Fix an Operation Region regression, fixing accurate checking for region conflicts.* Add support for 2-byte extended opcodes in the code that continue
Sync ACPICA with Intel's version 20181031.* Fix an Operation Region regression, fixing accurate checking for region conflicts.* Add support for 2-byte extended opcodes in the code that continues parsing during the table load phase.* Eliminate a no longer used global variable.For detailed list, please see sys/contrib/dev/acpica/changes.txt.
Sync ACPICA with Intel's version 20180927:* Fix a regression in GPE support seen from the previous "Stop unconditionally clearing ACPI IRQs during suspend/resume" change.* Update execution of
Sync ACPICA with Intel's version 20180927:* Fix a regression in GPE support seen from the previous "Stop unconditionally clearing ACPI IRQs during suspend/resume" change.* Update execution of _REG methods to be more conformant to the ACPI spec.* Update Generic Serial Bus implementation.* In iasl, detect extraneous/reduntant usage of Offset() in Field Unit lists.For detailed list, please see sys/contrib/dev/acpica/changes.txt.
1234