aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/namespace (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-22ACPICA: New: Validation for predefined ACPI methods/objectsBob Moore4-6/+933
2008-10-22ACPICA: Fix possible memory leak in acpi_ns_get_external_pathnameBob Moore1-2/+3
2008-10-22ACPICA: Cleanup for internal Reference ObjectBob Moore2-8/+4
2008-10-22ACPICA: Reduce error to warning for incorrect method arg countLin Ming1-8/+9
2008-10-22ACPICA: Disallow evaluation of named object types with no valueBob Moore1-0/+21
2008-10-22ACPICA: Remove obsolete debug levels (WARN and ERROR)Bob Moore1-1/+1
2008-10-22ACPICA: Return method arg count from acpi_get_object_infoBob Moore1-0/+4
2008-10-22ACPICA: Add function to dereference returned reference objectsLin Ming1-0/+79
2008-10-22ACPICA: 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-16ACPICA: Cleanup debug operand dump mechanismBob Moore1-2/+2
2008-07-16ACPICA: Add const qualifier for appropriate string constantsBob Moore1-11/+13
2008-07-16ACPICA: Eliminate acpi_native_uint type v2Bob Moore5-26/+22
2008-07-16ACPICA: Fix for hang on GPE method invocationBob Moore2-2/+0
2008-07-16ACPICA: Add argument count checking to control method invocation via acpi_evaluate_objectBob Moore1-0/+35
2008-04-23ACPICA: update Intel copyrightLen Brown16-16/+16
2008-04-22ACPICA: Implemented full argument resolution support for the BankValue argument to BankFieldLin Ming1-0/+10
2008-04-22ACPICA: Fixed a problem with AcpiGetDevices where the search of a branch of the device tree could be terminated prematurelyBob 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-09ACPICA: LindentLen Brown3-9/+5
2007-05-09Revert "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-02ACPICA: fix gcc build warningsAlexey Starikovskiy1-1/+1
2007-02-02ACPICA: Update copyright to 2007.Bob Moore16-16/+16
2007-02-02ACPICA: Enhance debugger statistics/memory command.Valery A. Podrezov1-0/+12
2007-02-02ACPICA: Fixes for parameter validation.Bob Moore1-21/+24
2007-02-02ACPICA: Abort downward walk on temporary node detection.Bob Moore1-11/+15
2007-02-02ACPICA: Update commentsBob Moore1-21/+25
2007-02-02ACPICA: Use manifest constants for parse pass numberBob Moore1-3/+3
2007-02-02ACPICA: Fix race condition with AcpiWalkNamespace.Bob Moore3-6/+20
2007-02-02ACPICA: Fix for Global Lock semaphore.Bob Moore1-1/+1
2007-02-02ACPICA: Re-implement interpreters' "serialized mode"Bob Moore3-21/+8
2007-02-02ACPICA: Fix unalignment in acpi_ut_repair_nameBob Moore2-2/+3
2007-02-02ACPICA: Implement simplified Table ManagerBob Moore3-147/+64
2007-02-02ACPICA: Delete recursive feature of ACPI Global LockBob Moore1-20/+16
2006-12-20ACPI: Add support for acpi_load_table/acpi_unload_table_idJohn Keller1-0/+44
2006-07-09ACPI: ACPICA 20060707Bob Moore1-1/+12
2006-06-30ACPI: delete acpi_os_free(), use kfree() directlyLen Brown1-1/+1
2006-06-28ACPI: ACPICA 20060623Bob Moore1-15/+12
2006-06-14ACPI: ACPICA 20060608Bob Moore1-1/+4