summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica
Commit message (Expand)AuthorAgeFilesLines
* ACPICA: Remove global option to serialize all control methods.Lv Zheng2014-03-264-88/+16Star
* ACPICA: Revert "Headers: Deploy #pragma pack (push) and (pop)."Robert Moore2014-03-1818-70/+1Star
* ACPICA: Prevent infinite loops when traversing corrupted lists.Bob Moore2014-03-183-4/+32
* ACPICA: Debugger: Add missing objects; Traverse linked listsBob Moore2014-03-182-34/+199
* ACPICA: Add text: ACPICA policy for new _OSI strings. No functional change.Bob Moore2014-03-181-0/+25
* ACPICA: Update for _PRP predefined name.Bob Moore2014-03-181-1/+1
* ACPICA: Cleanup/improve global variable declarations.Lv Zheng2014-03-182-201/+189Star
* ACPICA: Comment update - no functional change.Bob Moore2014-03-186-37/+37
* ACPICA: Do not abort _PRT repair on a single subpackage failure.Bob Moore2014-02-271-8/+9
* ACPICA: Harden _PRT repair code; check for minimum package length.Bob Moore2014-02-271-1/+7
* ACPICA: Restore code that repairs NULL package elements in return values.Lv Zheng2014-02-271-4/+21
* ACPICA: Properly handle NULL entries in _PRT return packages.Lv Zheng2014-02-271-3/+3
* ACPICA: Update conditional compilation flags for resource dump functions.Lv Zheng2014-02-271-1/+1
* ACPICA: Predefined names: Add support for the _PRP method.Bob Moore2014-02-271-0/+6
* ACPICA: Headers: Deploy #pragma pack (push) and (pop).Bob Moore2014-02-2718-1/+70
* ACPICA: Add "Windows 2013" string to _OSI support.Bob Moore2014-02-131-0/+1
* ACPICA: Update the conditions to enable the utility resource dump strings.Lv Zheng2014-02-116-9/+9
* ACPICA: Debugger: Add new command to read/write/compare all namespace objects.Bob Moore2014-02-111-0/+2
* ACPICA: Correctly support references in the union acpi_object.Bob Moore2014-02-111-3/+3
* ACPICA: Update ACPICA copyrights to 2014.Bob Moore2014-02-11168-168/+168
* ACPICA: Improve parameter validation for acpi_install_gpe_block.Bob Moore2014-02-111-0/+19
* ACPICA: Utilities: Load of local test tables is now optional.Bob Moore2014-02-111-1/+2
* ACPICA: Deploy new 32/64 printf support for table override mechanism.Bob Moore2014-02-111-7/+8
* ACPICA: Improve support for 32/64 bit physical addresses in printf().Bob Moore2014-02-112-13/+21
* ACPICA: Remove bool usage from ACPICA.Lv Zheng2014-01-271-1/+1
* ACPICA: Utilities: Cleanup declarations of the acpi_gbl_debug_file global.Lv Zheng2014-01-081-0/+12
* ACPICA: Linuxize: Cleanup spaces after special macro invocations.Lv Zheng2014-01-083-8/+2Star
* ACPICA: Interpreter: Add additional debug info for an error case.Bob Moore2014-01-081-1/+2
* ACPICA: Add an error message if the Debugger fails initialization.Bob Moore2014-01-081-2/+10
* ACPICA: Conditionally define a local variable that is used for debug only.Bob Moore2014-01-081-1/+3
* ACPICA: Parser: Updates/fixes for debug output.Bob Moore2014-01-081-2/+47
* ACPICA: Enhance ACPI warning for memory/IO address conflicts.Bob Moore2014-01-081-6/+13
* ACPICA: Update several debug statements - no functional change.Bob Moore2014-01-081-10/+9Star
* ACPICA: Improve exception handling for GPE block installation.Bob Moore2014-01-083-14/+22
* ACPICA: Add option to favor 32-bit FADT addresses.Bob Moore2014-01-082-152/+193
* ACPICA: Cleanup the option of forcing the use of the RSDT.Lv Zheng2014-01-082-5/+13
* ACPICA: Back port and refine validation of the XSDT root table.Lv Zheng2014-01-081-90/+120
* ACPICA: Remove unused ACPI_FREE_BUFFER macro. No functional change.Lv Zheng2014-01-082-13/+20
* ACPICA: Disassembler: Improve pathname support for emitted External() stateme...Bob Moore2014-01-083-7/+8
* ACPICA: Debug output: Fix a couple of small output issues.Bob Moore2014-01-082-8/+8
* Merge branch 'acpica'Rafael J. Wysocki2013-11-277-44/+76
|\
| * ACPICA: Add support to delete all objects attached to the root namespace node.Bob Moore2013-11-212-8/+16
| * ACPICA: Delete all attached data objects during namespace node deletion.Tomasz Nowicki2013-11-211-4/+8
| * ACPICA: Resources: Fix loop termination for the get AML length function.Lv Zheng2013-11-214-25/+28
| * ACPICA: Debug output: Do not emit function nesting level for kernel build.Bob Moore2013-11-211-7/+24
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-161-1/+1
|\ \ | |/ |/|
| * treewide: Fix typo in printkMasanari Iida2013-10-141-1/+1
* | ACPICA: Add __init for ACPICA initializers/finalizers.Lv Zheng2013-10-316-9/+8Star
* | ACPICA: Cleanup asmlinkage for ACPICA APIs.Lv Zheng2013-10-311-2/+2
* | ACPICA: Fix cached object deletion code.Lv Zheng2013-10-311-2/+2