summaryrefslogtreecommitdiff
path: root/source/components/namespace
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #718 from rafaeljw/namespaceRobert Moore2023-02-071-7/+0
|\
| * Revert "Fix memory leak caused by _CID repair function"Rafael J. Wysocki2021-09-301-7/+0
* | Merge pull request #773 from s-ailus/masterRobert Moore2023-02-071-1/+1
|\ \
| * | Constify AcpiGetHandle pathname argumentSakari Ailus2022-05-061-1/+1
* | | Merge pull request #807 from fenghust/acpica_fixRobert Moore2023-02-071-1/+1
|\ \ \
| * | | Add missing macro ACPI_FUNCTION_TRACE() for AcpiNsRepair_HID()Xiongfeng Wang2022-10-281-1/+1
| |/ /
* | | Merge pull request #811 from 8infy/nsrepair-fixRobert Moore2023-02-071-6/+8
|\ \ \
| * | | nsrepair: handle cases without a return value correctlyDaniil Tatianin2022-11-111-6/+8
* | | | Update all copyrights/signons to 2023Robert Moore2023-02-0722-22/+22
|/ / /
* | | Fix spelling errorsElyes Haouas2022-09-281-1/+1
|/ /
* | Update copyright notices to the year 2022Robert Moore2022-02-1722-22/+22
* | Namespace: Avoid walking the Namespace if it is not thereRafael J. Wysocki2022-01-271-0/+4
|/
* Fix memory leak caused by _CID repair functionErik Kaneda2021-05-041-0/+7
* ACPICA: Always create namespace nodes using AcpiNsCreateNode()Vegard Nossum2021-03-231-2/+1
* Revert "Interpreter: fix memory leak by using use existing buffer in _HID rep...Ard Biesheuvel2021-03-011-4/+14
* Updated all copyrights to 2021. This affects all ACPICA source codeRobert Moore2021-01-0522-22/+22
* Interpreter: fix memory leak by using use existing buffer in _HID repairErik Kaneda2020-11-021-14/+4
* Add function trace macros to improve namespace debuggingErik Kaneda2020-11-023-32/+38
* Remove unnecessary semicolonRobert Moore2020-09-231-1/+1
* Add SMBus predefined names.Robert Moore2020-08-111-1/+3
* Tree-wide: fix various typos and spelling mistakesColin Ian King2020-07-301-1/+2
* Fixes for AcpiExec namespace init fileRobert Moore2020-03-251-7/+1
* * strlen() returns a size_t, so use ACPI_SIZE instead of UINT32 for PrefixPat...Sven Barth2020-02-101-1/+1
* * AcpiNsBuildNormalizedPath() takes an UINT32 as length argument, so cast acc...Sven Barth2020-02-101-2/+2
* * cast the result of the pointer difference to UINT32; altnatively we could d...Sven Barth2020-02-101-1/+1
* All acpica: Update copyrights to 2020Robert Moore2020-01-0922-22/+22
* More Clang changes - V8.0.1Robert Moore2019-09-193-4/+2
* Revert "More Clang changes"Robert Moore2019-09-123-2/+4
* More Clang changesRobert Moore2019-09-123-4/+2
* Results from Clang changes/fixesRobert Moore2019-08-211-2/+2
* Fully deploy ACPI_PRINTF_LIKE macroRobert Moore2019-08-141-1/+1
* Fix some coverity-found issuesRobert Moore2019-07-311-1/+1
* Increase total number of possible Owner IDsRobert Moore2019-07-252-2/+2
* Update for object initialization sequenceRobert Moore2019-06-041-31/+20
* remove legacy module-level code due to deprecationErik Schmauss2019-05-163-235/+0
* Update file permissionRobert Moore2019-05-151-0/+0
* Namespace: simplify creation of the initial/default namespaceRobert Moore2019-05-151-11/+46
* Namespace: add check to avoid null pointer dereferenceErik Schmauss2019-04-021-0/+5
* Namespace: remove address node from global list after method terminationErik Schmauss2019-03-131-0/+5
* Rename nameseg length macro/define for clarityRobert Moore2019-02-225-11/+11
* Rename nameseg compare macro for clarityRobert Moore2019-02-225-7/+7
* Rename nameseg copy macro for clarityRobert Moore2019-02-222-2/+2
* Trivial: fix spelling mistakesErik Schmauss2019-02-142-2/+2
* Merge pull request #437 from SchmErik/remove-legacy-module-level-codeRobert Moore2019-01-181-59/+11
|\
| * Remove legacy module-level code supportErik Schmauss2019-01-081-59/+11
* | All acpica: Update copyrights to 2019Robert Moore2019-01-0822-22/+22
|/
* Merge pull request #427 from SchmErik/cleanupRobert Moore2018-12-061-2/+0
|\
| * Remove defines that use deprecated ACPI_NO_METHOD_EXECUTE flagErik Schmauss2018-11-071-2/+0
* | Debug output: Add option to display method/object evaluationRobert Moore2018-12-062-0/+22
|/
* iASL: Enhanced error detection by validating that all NameSegRobert Moore2018-10-311-1/+20