summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/namespace
AgeCommit message (Expand)AuthorLines
2009-01-09ACPICA: create acpica/ directoryLen Brown-8363/+0
2008-12-31ACPICA: Restructure includes into public/privateBob Moore-0/+17
2008-12-29ACPICA: Consolidate method arg count validation codeBob Moore-74/+101
2008-12-29ACPICA: Add Buffer->String conversion for predefined methodsBob Moore-29/+124
2008-12-29ACPICA: Allow multiple backslash prefix in namepathsLin Ming-1/+7
2008-12-29ACPICA: Fix to allow aliases within ASL namepathsBob Moore-0/+4
2008-12-29ACPICA: Remove references to obsolete ACPI_DUMP_APPBob Moore-5/+2
2008-10-22ACPICA: New: Validation for predefined ACPI methods/objectsBob Moore-6/+933
2008-10-22ACPICA: Fix possible memory leak in acpi_ns_get_external_pathnameBob Moore-2/+3
2008-10-22ACPICA: Cleanup for internal Reference ObjectBob Moore-8/+4
2008-10-22ACPICA: Reduce error to warning for incorrect method arg countLin Ming-8/+9
2008-10-22ACPICA: Disallow evaluation of named object types with no valueBob Moore-0/+21
2008-10-22ACPICA: Remove obsolete debug levels (WARN and ERROR)Bob Moore-1/+1
2008-10-22ACPICA: Return method arg count from acpi_get_object_infoBob Moore-0/+4
2008-10-22ACPICA: Add function to dereference returned reference objectsLin Ming-0/+79
2008-10-22ACPICA: Add check for invalid handle in acpi_get_object_infoFiodor Suietov-0/+1
2008-08-15ACPICA: Additional error checking for pathname utilitiesBob Moore-12/+22
2008-07-22acpi: fix crash in core ACPI code, triggered by CONFIG_ACPI_PCI_SLOT=yIngo Molnar-0/+8
2008-07-16ACPICA: Cleanup debug operand dump mechanismBob Moore-2/+2
2008-07-16ACPICA: Add const qualifier for appropriate string constantsBob Moore-11/+13
2008-07-16ACPICA: Eliminate acpi_native_uint type v2Bob Moore-26/+22
2008-07-16ACPICA: Fix for hang on GPE method invocationBob Moore-2/+0
2008-07-16ACPICA: Add argument count checking to control method invocation via acpi_eva...Bob Moore-0/+35
2008-04-23ACPICA: update Intel copyrightLen Brown-16/+16
2008-04-22ACPICA: Implemented full argument resolution support for the BankValue argume...Lin Ming-0/+10
2008-04-22ACPICA: Fixed a problem with AcpiGetDevices where the search of a branch of t...Bob Moore-5/+8
2008-04-22ACPICA: Cosmetic changes only, no functional changesBob Moore-12/+18
2008-04-22ACPICA: Fix for Load/LoadTable to specify load locationBob Moore-4/+16
2008-04-22ACPICA: Add error checks to prevent faultsBob Moore-0/+6
2008-04-22ACPICA: Fix for Alias operator to see target child objectsBob Moore-36/+60
2008-04-22ACPICA: Removed extraneous codeBob Moore-3/+1
2008-04-22ACPICA: Update for mutiple global lock acquisitions by same threadBob Moore-2/+1
2008-01-23ACPI: Check for any matching CID when walking namespace.Andrew Patterson-3/+7
2007-08-25ACPI: Fix a warning of discarding qualifiers from pointer target typeAl Viro-1/+1
2007-07-23ACPI: autoload modules - ACPICA modificationsThomas Renninger-1/+1
2007-05-09ACPICA: LindentLen Brown-9/+5
2007-05-09Revert "ACPICA: revert "acpi_serialize" changes"Len Brown-21/+8
2007-03-15ACPICA: revert "acpi_serialize" changesLen Brown-8/+21
2007-02-13[PATCH] x86: fix laptop bootup hang in init_acpi()Ingo Molnar-0/+9
2007-02-02ACPICA: fix gcc build warningsAlexey Starikovskiy-1/+1
2007-02-02ACPICA: Update copyright to 2007.Bob Moore-16/+16
2007-02-02ACPICA: Enhance debugger statistics/memory command.Valery A. Podrezov-0/+12
2007-02-02ACPICA: Fixes for parameter validation.Bob Moore-21/+24
2007-02-02ACPICA: Abort downward walk on temporary node detection.Bob Moore-11/+15
2007-02-02ACPICA: Update commentsBob Moore-21/+25
2007-02-02ACPICA: Use manifest constants for parse pass numberBob Moore-3/+3
2007-02-02ACPICA: Fix race condition with AcpiWalkNamespace.Bob Moore-6/+20
2007-02-02ACPICA: Fix for Global Lock semaphore.Bob Moore-1/+1
2007-02-02ACPICA: Re-implement interpreters' "serialized mode"Bob Moore-21/+8
2007-02-02ACPICA: Fix unalignment in acpi_ut_repair_nameBob Moore-2/+3