This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
acpica
Watch
1
Star
0
Fork
0
You've already forked acpica
mirror of
https://github.com/acpica/acpica/
synced
2025-01-13 12:59:18 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cabae61262
acpica
/
source
/
tools
History
rmoore1
cabae61262
ACPICA: Enhanced the implementation of the "serialized mode" of the interpreter (enabled via the AcpiGbl_AllMethodsSerialized flag.) When this mode is specified, instead of creating a serialization semaphore per control method, the interpreter lock is simply no longer released before a blocking operation during control method execution. This effectively makes the AML Interpreter single-threaded. The overhead of a semaphore per-method is eliminated. AcpiExec - Added the "-t" command line option to enable the serialized mode of the AML interpreter.
2006-09-01 21:51:51 +00:00
..
acpibin
The Table Manager component has been completely redesigned and reimplemented. The new design is much simpler, and reduces the overall code and data size of the kernel-resident ACPICA by approximately 5%. Also, it is now possible to obtain the ACPI tables very early during kernel initialization, even before dynamic memory management is initialized.
2006-08-23 19:55:36 +00:00
acpiexec
ACPICA: Enhanced the implementation of the "serialized mode" of the interpreter (enabled via the AcpiGbl_AllMethodsSerialized flag.) When this mode is specified, instead of creating a serialization semaphore per control method, the interpreter lock is simply no longer released before a blocking operation during control method execution. This effectively makes the AML Interpreter single-threaded. The overhead of a semaphore per-method is eliminated. AcpiExec - Added the "-t" command line option to enable the serialized mode of the AML interpreter.
2006-09-01 21:51:51 +00:00
acpisrc
ACPICA: Miscellaneous fixes for the Table Manager:
2006-08-28 21:22:35 +00:00
acpixtract
Warning fix
2006-03-27 21:19:26 +00:00