summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica
Commit message (Expand)AuthorAgeFilesLines
* ACPICA: Events: Always modify GPE registers under the GPE lockLv Zheng2014-12-031-0/+3
* ACPICA: Save current masks of enabled GPEs after enable register writesRafael J. Wysocki2014-12-013-13/+47
* ACPICA: Disassembler: Emit correct string for 0 stop bits.Bob Moore2014-11-281-1/+1
* ACPICA: Disassembler: Update for C-style expressions.Bob Moore2014-11-281-0/+1
* ACPICA: Disassembler: Add support for C-style operators and expressions.Bob Moore2014-11-282-0/+3
* ACPICA: acpiexec: Add option to specify an object initialization file.Bob Moore2014-11-281-0/+11
* ACPICA: iASL: Add support for to_PLD macro.Bob Moore2014-11-281-1/+3
* ACPICA: iASL/Disassembler: Add support for hardware summary mapfiles.Bob Moore2014-10-211-0/+34
* ACPICA: Events: Reduce source code difference for the ACPI_EVENT_FLAG_HANDLE ...Lv Zheng2014-10-212-2/+2
* ACPICA: Events: Reduce source code difference for the ACPI_EVENT_FLAG_HANDLE ...Lv Zheng2014-10-213-17/+33
* ACPICA: Events: Update GPE handler removal, match behavior of handler install.Lv Zheng2014-10-211-3/+5
* ACPICA: Events: Reduce source code difference in acpi_install_gpe_handler().Lv Zheng2014-10-211-1/+9
* ACPICA: Events: Reduce indent divergences of events files.Lv Zheng2014-10-217-25/+25
* ACPICA: acpidump: Add ACPI 1.0 RSDP support.Lv Zheng2014-10-212-1/+34
* ACPICA: Introduce acpi_enable_all_wakeup_gpes()Rafael J. Wysocki2014-09-301-0/+32
* ACPICA: Clear all non-wakeup GPEs in acpi_hw_enable_wakeup_gpe_block()Rafael J. Wysocki2014-09-301-4/+4
* Merge back earlier 'acpica' material for v3.18.Rafael J. Wysocki2014-09-291-1/+3
|\
| * ACPICA: Disassembler: Fix for gpio_int interrupt polarity flags.Bob Moore2014-09-031-1/+3
* | ACPICA: Update to GPIO region handler interface.Bob Moore2014-09-246-16/+104
|/
* ACPICA: ACPI 5.1: Add support for runtime validation of _DSD package.Mika Westerberg2014-09-021-0/+39
* Merge branch 'acpica'Rafael J. Wysocki2014-08-0512-58/+272
|\
| * ACPICA: ACPI 5.1: Support for the _CCA predifined name.Bob Moore2014-07-311-0/+3
| * ACPICA: ACPI 5.1: New notify value for System Affinity Update.Bob Moore2014-07-311-2/+3
| * ACPICA: ACPI 5.1: Support for the _DSD predefined name.David E. Box2014-07-311-1/+12
| * ACPICA: Debug object: Add current value of Timer() to debug line prefix.Bob Moore2014-07-311-1/+10
| * ACPICA: acpihelp: Add UUID support, restructure some existing files.Bob Moore2014-07-316-28/+217
| * ACPICA: Utilities: Fix local printf issue.Lv Zheng2014-07-311-0/+3
| * ACPICA: Remove some extraneous printf arguments.Sascha Wildner2014-07-312-5/+4Star
| * ACPICA: Update for comments/formatting. No functional changes.Bob Moore2014-07-311-12/+10Star
| * ACPICA: Disassembler: Add support for the ToUUID opererator (macro).Bob Moore2014-07-311-6/+7
| * ACPICA: Work around an ancient GCC bug.Bob Moore2014-07-311-3/+3
* | Merge branch 'acpi-headers'Rafael J. Wysocki2014-07-271-1/+1
|\ \ | |/ |/|
| * ACPI: Add support to force header inclusion rules for <acpi/acpi.h>.Lv Zheng2014-07-231-1/+1
* | ACPICA: Add new GPE public interface - acpi_mark_gpe_for_wake.Rafael J. Wysocki2014-07-231-0/+47
* | ACPICA: GPEs: Do not allow enable for GPEs that have no handler(s).Rafael J. Wysocki2014-07-231-3/+11
* | ACPICA: Fix a regression for deletion of Alias() objects.Bob Moore2014-07-091-10/+9Star
* | ACPICA: Hardware: back port of a recursive locking fixLv Zheng2014-07-081-1/+2
* | ACPICA: utprint/oslibcfs: cleanup - no functional changeBob Moore2014-07-081-16/+28
* | ACPICA: Executer: Fix trivial issues in acpi_get_serial_access_bytes()Lv Zheng2014-07-081-2/+2
* | ACPICA: acpidump: Reduce freopen() invocations to improve portabilityLv Zheng2014-07-082-0/+135
* | ACPICA: Common: Enhance acpi_getopt() to improve portabilityLv Zheng2014-07-081-0/+2
* | ACPICA: Common: Enhance cm_get_file_size() to improve portabilityLv Zheng2014-07-081-1/+1
* | ACPICA: Application: Enhance ACPI_USAGE_xxx/ACPI_OPTION with acpi_os_printf()...Lv Zheng2014-07-081-2/+5
* | ACPICA: Utilities: Introduce acpi_log_error() to improve portabilityLv Zheng2014-07-081-0/+26
* | ACPICA: Utilities: Add formatted printing APIsLv Zheng2014-07-084-1/+674
* | ACPICA: OSL: Clean up acpi_os_printf()/acpi_os_vprintf() stubsLv Zheng2014-07-083-3/+2Star
* | ACPICA: Utilities: Cleanup DEFINE_ACPI_GLOBALS by moving acpi_ut_init_global(...Lv Zheng2014-07-082-146/+146
* | ACPICA: Namespace: Properly null terminate objects detached from a namespace ...David E. Box2014-07-081-0/+11
* | ACPICA: Utilities: Validate full RSDP headerDavid E. Box2014-07-081-12/+7Star
* | ACPICA: Utilities: Add support to read table from filesLv Zheng2014-07-084-4/+346