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