summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica (follow)
Commit message (Expand)AuthorAgeFilesLines
* ACPICA: Add macros to extract flag bits from resource descriptors.Bob Moore2013-01-101-0/+14
* ACPICA: Disassembler: Add new ACPI 5 interrupt sharing flags.Bob Moore2013-01-102-4/+6
* ACPICA: Debugger: Major update for the Disassemble<method> command.Bob Moore2013-01-105-44/+52
* ACPICA: Performance: Remove function tracing from critical allocation functions.Bob Moore2013-01-104-47/+43
* ACPICA: Performance enhancement for ACPI package objects.Chao Guan2013-01-101-9/+33
* ACPICA: Fix possible memory leak.Jesper Juhl2013-01-101-1/+2
* ACPICA: Update initialization codes.Lv Zheng2013-01-101-1/+2
* ACPICA: Enhance error messages.Lv Zheng2013-01-102-5/+5
* ACPICA: Fix broken call depth tracing logic.Lv Zheng2013-01-102-3/+2
* ACPICA: Cleanup coding style to reduce differences between Linux and ACPICA.Lv Zheng2013-01-1011-35/+37
* ACPICA: Cleanup indentation to reduce differences between Linux and ACPICA.Lv Zheng2013-01-1023-52/+47
* ACPICA: Cleanup source to reduce differences between Linux and ACPICA.Lv Zheng2013-01-1015-38/+34
* ACPICA: Update codes under disabled build options.Lv Zheng2013-01-106-3/+40
* ACPICA: Cleanup updated comments.Lv Zheng2013-01-1024-69/+80
* ACPICA: Remove useless mini-C library.Lv Zheng2013-01-032-750/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\
| * treewide: fix typo of "suport" in various comments and KconfigMasanari Iida2012-11-191-1/+1
* | ACPICA: AcpiGetObjectInfo: Add support for ACPI 5 _SUB methodBob Moore2012-11-153-5/+95
* | ACPICA: Update for 64-bit generation of recent error message changesBob Moore2012-11-151-4/+4
* | ACPICA: Fix externalize name to complete migration to ACPI_MOVE_NAMEBob Moore2012-11-151-2/+5
* | ACPICA: Add starting offset parameter to common dump buffer routineBob Moore2012-11-156-25/+34
* | ACPICA: Deploy ACPI_MOVE_NAME across ACPICA source baseBob Moore2012-11-152-3/+2
* | ACPICA: Enhance error reporting for invalid opcodes and bad ACPI_NAMEsBob Moore2012-11-154-16/+49
* | ACPICA: AcpiExec: Improve algorithm for tracking memory leaksBob Moore2012-11-151-29/+71
* | ACPICA: Add debug print message for mutex objects that are force-releasedBob Moore2012-11-151-1/+5
* | ACPICA: Resource Mgr: Small fix for buffer size calculationFeng Tang2012-11-151-0/+9
* | ACPICA: Remove extra spaces after periods within commentsBob Moore2012-11-1560-187/+187
* | ACPICA: Update local C library module comments for ASCII tableBob Moore2012-11-151-130/+131
* | ACPICA: Fix for predefined name loop during ACPICA initializationRobert Moore2012-11-151-2/+2
* | ACPICA: Fix some typos in commentsBob Moore2012-11-151-1/+1
* | ACPICA: ACPICA core: Cleanup empty lines at file start and endBob Moore2012-11-1523-23/+0
* | ACPICA: Audit/update for ACPICA return macros and debug depth counterBob Moore2012-11-1518-22/+27
* | ACPICA: Fix unmerged acmacros.h divergences.Lv Zheng2012-11-152-106/+57
* | ACPICA: Fix indent caused divergences.Lv Zheng2012-11-1527-79/+100
* | ACPICA: Fix AcpiSrc caused divergences.Lv Zheng2012-11-155-6/+6
* | ACPICA: Fix divergences of definition conflicts.Lv Zheng2012-11-155-38/+41
* | ACPICA: Fix unmerged debugger divergences.Lv Zheng2012-11-153-65/+100
* | ACPICA: Fix unmerged utility divergences.Lv Zheng2012-11-157-31/+1852
* | Cleanup of invalid ACPI name handling and repairBob Moore2012-11-154-33/+28
|/
* ACPICA: Table Manager: Merge duplicate code (root table)Lv Zheng2012-09-212-43/+18
* ACPICA: Add support for complex _PLD buffers.Bob Moore2012-09-213-12/+126
* ACPICA: GPE support: Remove extraneous parameter from low-level function.Feng Tang2012-09-214-16/+8
* ACPICA: Debug output: Update output for Processor object.Bob Moore2012-09-211-1/+1
* ACPICA: GPE Support: Update debug info for GPE tracing.Bob Moore2012-09-211-2/+19
* ACPICA: Add Windows8/Server2012 string for _OSI method.Bob Moore2012-09-212-0/+2
* ACPICA: Split ACPICA initialization functions to new file, utxfinit.cBob Moore2012-09-213-266/+319
* ACPICA: Enable Scope change to root during module-level code execution.Bob Moore2012-09-212-0/+28
* ACPI: delelte more BFS/GTS related definition and codeFeng Tang2012-09-211-1/+0
* Merge branch 'drm-fixes-3.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2012-08-221-0/+1
|\
| * ACPI: export symbol acpi_get_table_with_sizeAlex Deucher2012-08-201-0/+1