linux-kernel-test/drivers/acpi/namespace
Bob Moore 1ba753acb3 ACPICA: Re-implement interpreters' "serialized mode"
Enhanced the implementation of the interpreters'
serialized mode (boot with "acpi_serialize" to set
acpi_glb_all_methods_serialized 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.

Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
2007-02-02 21:14:24 -05:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nsaccess.c ACPICA: Delete recursive feature of ACPI Global Lock 2007-02-02 21:14:20 -05:00
nsalloc.c ACPI: ACPICA 20060707 2006-07-09 15:15:40 -04:00
nsdump.c ACPICA: Fix unalignment in acpi_ut_repair_name 2007-02-02 21:14:23 -05:00
nsdumpdv.c ACPI: ACPICA 20060421 2006-06-14 02:30:55 -04:00
nseval.c ACPICA: Re-implement interpreters' "serialized mode" 2007-02-02 21:14:24 -05:00
nsinit.c ACPICA: Re-implement interpreters' "serialized mode" 2007-02-02 21:14:24 -05:00
nsload.c ACPICA: Implement simplified Table Manager 2007-02-02 21:14:21 -05:00
nsnames.c ACPI: ACPICA 20060421 2006-06-14 02:30:55 -04:00
nsobject.c ACPI: ACPICA 20060421 2006-06-14 02:30:55 -04:00
nsparse.c ACPICA: Implement simplified Table Manager 2007-02-02 21:14:21 -05:00
nssearch.c ACPICA: Fix unalignment in acpi_ut_repair_name 2007-02-02 21:14:23 -05:00
nsutils.c ACPICA: Implement simplified Table Manager 2007-02-02 21:14:21 -05:00
nswalk.c ACPI: ACPICA 20060421 2006-06-14 02:30:55 -04:00
nsxfeval.c ACPICA: Re-implement interpreters' "serialized mode" 2007-02-02 21:14:24 -05:00
nsxfname.c ACPI: ACPICA 20060526 2006-06-14 02:44:35 -04:00
nsxfobj.c ACPI: Add support for acpi_load_table/acpi_unload_table_id 2006-12-20 01:51:14 -05:00