summaryrefslogtreecommitdiff
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* iASL/Templates: Update LPIT template.Robert Moore2014-04-091-5/+5
* Update/fix some source file permissions, no functional change.Robert Moore2014-04-094-0/+0
* Comment updates - no functional change.Robert Moore2014-04-044-66/+66
* Update handling of PCI ID lists.Robert Moore2014-04-041-3/+10
* iASL: Add check for predefined packages that are too large.Robert Moore2014-04-041-0/+12
* Add support for _LPD and _PRP methods.Robert Moore2014-04-042-0/+6
* Add support for LPIT table.Robert Moore2014-04-049-0/+369
* Update AcpiBufferToResource interface.Robert Moore2014-04-031-3/+9
* Linux header: Add support for stubbed externals.Robert Moore2014-04-031-0/+31
* Update global variable definitions. No functional change.Robert Moore2014-04-032-147/+134
* Unix OSL: Update line-editing support.Robert Moore2014-04-031-3/+20
* Merge pull request #22 from zetalog/acpica-fixesRobert Moore2014-04-034-23/+8
|\
| * AcpiDump: Fix code issue in invoking fread in the loop.Lv Zheng2014-04-021-12/+6
| * Utilities: Deploy ACPI_DEBUGGER_EXEC for ACPI_DEBUGGER enabled code in utglob...Lv Zheng2014-04-021-3/+1
| * Utilities: Cleanup obsoleted global variables.Lv Zheng2014-04-021-7/+0
| * Utilities: Fix a typo issue in AcpiUtValidInternalObject().Lv Zheng2014-04-021-1/+1
* | Debugger: Reformat output from "tables" command.Robert Moore2014-03-281-5/+5
|/
* Disassembler: Fix possible memory leak.Robert Moore2014-03-251-0/+1
* Update version to 20140325.R03_25_14Robert Moore2014-03-251-1/+1
* AcpiDump: Add support to generate acpidump release.Robert Moore2014-03-253-3/+12
* iASL: Disallow execution on big-endian machines.Robert Moore2014-03-211-0/+42
* Table Manager: Split tbinstal.c into two files.Robert Moore2014-03-203-823/+950
* Table Manager: Misc cleanup and renames, no functional change.Robert Moore2014-03-2010-102/+117
* Automated cleanup; no functional change.Robert Moore2014-03-204-5/+4
* Merge pull request #21 from zetalog/linux-tablesRobert Moore2014-03-2013-469/+918
|\
| * Tables: Add AcpiInstallTable() API to be invoked by OSPM early table installa...Lv Zheng2014-03-196-8/+69
| * Tables: Avoid SSDT installation when AcpiGbl_DisableSsdtTableLoad is specified.Lv Zheng2014-03-194-15/+15
| * Tables: Cleanup ACPI_TABLE_ORIGIN_xxx flags.Lv Zheng2014-03-198-40/+31
| * Tables: Fix the issue that table checksums are not always verified before ins...Lv Zheng2014-03-196-400/+639
| * Tables: Fix the issue that table validations are not balanced.Lv Zheng2014-03-191-0/+1
| * Tables: Cleanup split INSTALLED/VALIDATED table state logics.Lv Zheng2014-03-197-105/+251
| * Tables: Fix the issue that multiple ACPI_FREE()s are invoked for same pointer...Lv Zheng2014-03-192-7/+2
| * Tables: Fix the issues in handling virtual addressed tables.Lv Zheng2014-03-193-4/+20
* | Ignore SyncLevel for methods that have been auto-serialized.Robert Moore2014-03-192-4/+18
|/
* Add a missing field for debug dump of mutex objects.Robert Moore2014-03-141-1/+2
* Fix an exit path that could possible release a mutex twice.Robert Moore2014-03-141-0/+2
* Linux-specific header: Add support for PPC64 compilation.Robert Moore2014-03-121-1/+2
* Linux-specific header: Update support for Linux/acpi applications.Robert Moore2014-03-121-0/+10
* Update use of AcpiOsWaitEventsComplete interface.Robert Moore2014-03-121-21/+35
* Disassembler: Emit "UnknownObj" keyword for External() statements.Robert Moore2014-03-121-1/+1
* Disassembler: Emit full pathname comment for target operands.Robert Moore2014-03-113-0/+100
* iASL: Prevent possible infinite loop with -e option.Robert Moore2014-03-071-0/+1
* Disassembler: Miscellaneous updates for extern() handling.Robert Moore2014-03-071-7/+24
* Disassembler: Add support to cross-ref namespace twice if needed.Robert Moore2014-03-071-1/+12
* Disassembler: Add decoding of Notify() values.Robert Moore2014-03-079-18/+151
* AcpiHelp: Add -a option to display both ASL and AML syntaxRobert Moore2014-03-064-14/+67
* Revert "Headers: Deploy #pragma pack (push) and (pop)."Robert Moore2014-03-0433-134/+10
* AcpiHelp: Add substring match support for the -i option.Robert Moore2014-03-041-7/+26
* Disassembler: Add support to decode _HID and _CID values.Robert Moore2014-02-2812-131/+474
* Unload operator: Emit a warning if and when it is ever used.Robert Moore2014-02-261-0/+8