summaryrefslogtreecommitdiff
path: root/source/components/utilities/utdelete.c
Commit message (Expand)AuthorAgeFilesLines
* Performance: Remove function tracing from critical allocation functions.Robert Moore2012-10-251-13/+13
* Performance enhancement for ACPI package objects.Robert Moore2012-10-241-7/+33
* Small fix for standard Intel legal header.Robert Moore2012-09-271-1/+1
* Remove extra spaces after periods in the Intel license.Robert Moore2012-09-261-11/+11
* ACPICA core: Cleanup empty lines at file start and end.Robert Moore2012-09-211-2/+0
* Add support for multiple notify handlers.Robert Moore2012-04-201-5/+16
* Update ACPICA copyrights to 2012.Robert Moore2012-01-031-1/+1
* Add support for region address conflict checking.Robert Moore2011-12-211-0/+10
* Update all ACPICA copyrights and signons to 2011.Robert Moore2011-01-031-1/+1
* Standardize integer output for ACPICA warnings/errors.Robert Moore2010-03-021-2/+2
* Update all ACPICA copyrights and signons to 2010.Robert Moore2010-01-081-1/+1
* Region deletion: Ensure region object is removed from handler list.Robert Moore2009-05-201-0/+20
* Remove ACPI_GET_OBJECT_TYPE macro.Robert Moore2009-02-051-3/+3
* Update all copyrights and signons to 2009.Robert Moore2009-01-081-1/+1
* Restructure includes into public/private.Robert Moore2008-10-221-0/+1
* Remove obsolete version number in module headers.Robert Moore2008-09-251-1/+0
* Fix possible memory leak, error exit path.Robert Moore2008-09-111-0/+9
* Cleanup for internal Reference Object.Robert Moore2008-08-271-3/+3
* Fix memory leak when deleting thermal/processor objects.Robert Moore2008-06-181-2/+11
* Eliminate ACPI_NATIVE_UINT type.Robert Moore2008-05-081-1/+1
* Update copyright to 2008.rmoore12008-01-091-2/+2
* Implemented full argument resolution support for the BankValue argument to Ba...rmoore12007-12-111-1/+14
* Fixed a memory leak when Device or Thermal objects referenced in packages.rmoore12007-10-171-4/+6
* Update for mutiple global lock acquisitions by same thread.rmoore12007-03-141-2/+2
* Update copyright to 2007.rmoore12007-01-091-2/+2
* ACPICA: Completed a new design and implementation for the ACPI Global Lock su...rmoore12006-07-201-7/+10
* Update ref counts on notify objects for Processor, Power, Thermal objects. BZ...rmoore12006-06-291-3/+8
* Update global lock init and deletermoore12006-06-221-3/+13
* Major update for locking.rmoore12006-06-201-12/+13
* Fix various formatting issuesrmoore12006-05-161-33/+21
* Update ACPI_FUNCTION_* macros, no longer require quotes. Allows source conver...rmoore12006-04-191-13/+13
* Lint fixrmoore12006-03-301-2/+2
* Table header update. Renamesrmoore12006-03-241-2/+2
* Delete a cached mapping on region deletion!rmoore12006-03-221-2/+10
* Optimize structs for 64-bit, cache for namespace nodes, remove NSnode ref countrmoore12006-03-141-2/+3
* Rename ACPI memory macros for clarityrmoore12006-03-101-3/+3
* Deploy ACPI_[ERROR, EXCEPTION, WARNING, INFO]rmoore12006-01-231-6/+6
* Convert DB_ERROR/WARNs to REPORT_ERROR/WARNINGsrmoore12006-01-111-4/+4
* Add 2006 copyrightrmoore12006-01-091-2/+2
* Optimized entryaystarik2005-07-101-17/+10
* Performance enhancement/simplificationaystarik2005-06-291-80/+70
* Ref count update for target of Index()aystarik2005-06-291-3/+21
* update debug outputaystarik2005-06-291-4/+9
* Rename AddressSpace to Handleraystarik2005-06-291-3/+3
* Handler fixes for reference count issues and allow multiple installsaystarik2005-06-291-45/+32
* Full implementation of RemoveGpeBlockaystarik2005-06-291-2/+12
* Check for static buffer (in ACPI table), don't deleteaystarik2005-06-291-2/+9
* Prefixed all #defines in acconfig.h with ACPI_aystarik2005-06-291-30/+36
* Changed debug output levelsaystarik2005-06-291-33/+28
* Removed support for static object deletionaystarik2005-06-291-27/+11