summaryrefslogtreecommitdiff
path: root/source/components/resources
AgeCommit message (Expand)Author
2014-01-24Properly handle NULL entries in _PRT return packages.Robert Moore
2014-01-23Update conditional compilation flags for resource dump functions.Robert Moore
2014-01-06Update ACPICA copyrights to 2014.Robert Moore
2013-11-08Resources: Fix loop termination for the get AML length function.Robert Moore
2013-09-18Add EXPORT_ACPI_INTERFACES macro to external interface modules.Robert Moore
2013-06-19Automated cleanup, no functional change.Robert Moore
2013-05-16Move _PRT repair into the standard complex repair module.Robert Moore
2013-04-23Standardize all switch() blocks.Robert Moore
2013-04-12Add argument typechecking for all predefined ACPI names.Robert Moore
2013-01-18Resource Mgr: Prevent infinite loops in resource walks.Robert Moore
2013-01-08Update ACPICA copyrights to 2013.Robert Moore
2012-12-12Source restructuring: split large files into 8 new files.Robert Moore
2012-12-07Resources: Split interrupt share/wake bits into two fields.Robert Moore
2012-12-06Resources: Support for ACPI 5.0 wake bit in ExtendedInterrupt descriptor.Robert Moore
2012-12-06Resource manager: Add support for ACPI 5.0 wake bit in IRQ descriptor.Robert Moore
2012-11-30Deploy new ACPI_IS_DEBUG_ENABLED macro in debug output code.Robert Moore
2012-11-28Resource Manager: Add a pointer cast for a namespace node.Robert Moore
2012-11-21Update ** pointers in some of the various walk functions.Robert Moore
2012-11-14Resources: New interface, AcpiWalkResourceBuffer.Robert Moore
2012-11-02Resource Manager: update template walking with ACPI_NEXT_RESOURCE.Robert Moore
2012-11-02Enhance the ACPI_GETx and ACPI_SETx macros.Robert Moore
2012-11-01Disassembler: Add new ACPI 5.0 interrupt sharing flags.Robert Moore
2012-10-31Debugger: Major update for the Disassemble<method> command.Robert Moore
2012-09-27Small fix for standard Intel legal header.Robert Moore
2012-09-26Resource Mgr: Small fix for buffer size calculation.Robert Moore
2012-09-26Remove extra spaces after periods in the Intel license.Robert Moore
2012-09-26Remove extra spaces after periods within comments.Robert Moore
2012-09-21ACPICA core: Cleanup empty lines at file start and end.Robert Moore
2012-09-21Audit/update for ACPICA return macros and debug depth counter.Robert Moore
2012-06-28Fix some comment fields. No functional change.Robert Moore
2012-01-03Update ACPICA copyrights to 2012.Robert Moore
2011-11-16ACPI 5.0: Changes for Connection() object.Robert Moore
2011-11-16Add new interface: AcpiBufferToResource.Robert Moore
2011-11-10ACPI 5.0/ResourceMgr: New interface, AcpiGetEventResources.Robert Moore
2011-11-10ACPI 5.0/ResourceMgr: Fix for GPIO descriptors with no Vendor Data.Robert Moore
2011-11-10ACPI 5.0/ResourceMgr: Allow _AEI method in walk resources.Robert Moore
2011-11-10ACPI 5.0/ResourceMgr: Remove unused dispatch table.Robert Moore
2011-11-10ACPI 5.0: Harden support for serial bus descriptors.Robert Moore
2011-11-10ACPI 5.0/ResourceManager: New file for new descriptors.Robert Moore
2011-11-10ACPI 5.0/ResourceManager: Support for all new resource descriptors.Robert Moore
2011-11-10Resources: Emit error messages if bad resource detected.Robert Moore
2011-11-10ACPI 5.0/ResourceManager: Extend internal table for new descriptor.Robert Moore
2011-01-03Update all ACPICA copyrights and signons to 2011.Robert Moore
2010-03-02Standardize integer output for ACPICA warnings/errors.Robert Moore
2010-01-19Remove obsolete ACPI_INTEGER (acpi_integer) type.Robert Moore
2010-01-08Update all ACPICA copyrights and signons to 2010.Robert Moore
2009-11-25Update internal namespace node/handle interfaces.Robert Moore
2009-05-07Additional validation of _PRT packages (resource mgr).Robert Moore
2009-04-13Fix miscellaneous warnings under gcc 4+Robert Moore
2009-04-10Miscellaneous lint changes.Robert Moore