summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'acpi-pnp' and 'acpi-pci'Rafael J. Wysocki2014-07-274-77/+35
|\ \
| | * ACPI / PCI: Use ACPI_COMPANION() instead of ACPI_HANDLE()Rafael J. Wysocki2014-07-241-9/+7
| * | ACPI / PNP: Use ACPI_COMPANION() instead of ACPI_HANDLE()Rafael J. Wysocki2014-07-231-28/+23
| * | ACPI / PNP: do ACPI binding directlyZhang Rui2014-07-073-40/+5
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'acpi-pm', 'acpi-sleep' and 'acpi-button'Rafael J. Wysocki2014-07-279-139/+161
|\ \ \ \ \
| | | * | | ACPI / button: Do not propagate wakeup-from-suspend eventsRafael J. Wysocki2014-07-231-4/+21
| | | | |/ | | | |/|
| | * / | ACPI / sleep: Do not save NVS for new machines to accelerate S3Lan Tianyu2014-07-241-0/+5
| | |/ /
| * | | ACPI / PM: Use ACPI_COMPANION() instead of ACPI_HANDLE()Rafael J. Wysocki2014-07-231-12/+9
| * | | ACPI / PM: Always enable wakeup GPEs when enabling device wakeupRafael J. Wysocki2014-07-232-43/+17
| * | | ACPI / PM: Revork the handling of ACPI device wakeup notificationsRafael J. Wysocki2014-07-235-75/+101
| * | | PM: Create PM workqueue if runtime PM is not configured tooRafael J. Wysocki2014-07-232-6/+9
| |/ /
* | | Merge branch 'acpi-gpe'Rafael J. Wysocki2014-07-271-13/+16
|\ \ \
| * | | ACPI / scan: No implicit wake notification for buttonsRafael J. Wysocki2014-07-231-13/+16
| * | | Merge branch 'acpica' into acpi-gpeRafael J. Wysocki2014-07-2338-404/+3340
| |\ \ \ | | |/ / | |/| |
* | | | Merge branch 'acpi-config'Rafael J. Wysocki2014-07-2711-200/+235
|\ \ \ \
| * | | | ACPI / processor: Introduce ARCH_MIGHT_HAVE_ACPI_PDCHanjun Guo2014-07-217-198/+217
| * | | | ACPI: Don't use acpi_lapic in ACPI core codeGraeme Gregory2014-07-213-1/+11
| * | | | ACPI: add config for BIOS table scanGraeme Gregory2014-07-213-1/+7
| |/ / /
* | | | Merge branch 'acpi-headers'Rafael J. Wysocki2014-07-279-29/+55
|\ \ \ \
| * | | | ACPI: Add support to force header inclusion rules for <acpi/acpi.h>.Lv Zheng2014-07-232-1/+11
| * | | | ACPI / SFI: Fix wrong <acpi/acpi.h> inclusion in SFI/ACPI wrapper - table def...Lv Zheng2014-07-231-3/+0
| * | | | ACPICA: Linux: Allow ACPICA inclusion for CONFIG_ACPI=n builds.Lv Zheng2014-07-231-3/+3
| * | | | ACPICA: Linux: Add support to exclude <asm/acenv.h> inclusion.Lv Zheng2014-07-233-8/+2
| * | | | ACPICA: Linux: Add stub implementation of ACPICA 64-bit mathematics.Lv Zheng2014-07-231-0/+22
| * | | | ACPICA: Linux: Add stub support for Linux specific variables and functions.Lv Zheng2014-07-202-14/+17
* | | | | Merge branch 'acpica'Rafael J. Wysocki2014-07-2738-404/+3340
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | ACPICA: Add new GPE public interface - acpi_mark_gpe_for_wake.Rafael J. Wysocki2014-07-232-0/+51
| * | | | 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/+9
| * | | | ACPICA: Update version to 20140627Bob Moore2014-07-081-1/+1
| * | | | ACPICA: Tables: Merge DMAR table structure updatesLv Zheng2014-07-081-1/+1
| * | | | ACPICA: Hardware: back port of a recursive locking fixLv Zheng2014-07-081-1/+2
| * | | | ACPICA: utprint/oslibcfs: cleanup - no functional changeBob Moore2014-07-082-31/+43
| * | | | ACPICA: Executer: Fix trivial issues in acpi_get_serial_access_bytes()Lv Zheng2014-07-081-2/+2
| * | | | ACPICA: OSL: Update acpidump to reduce source code differencesLv Zheng2014-07-082-7/+27
| * | | | ACPICA: acpidump: Reduce freopen() invocations to improve portabilityLv Zheng2014-07-085-9/+146
| * | | | ACPICA: acpidump: Replace file IOs with new APIs to improve portabilityLv Zheng2014-07-084-72/+69
| * | | | ACPICA: acpidump: Remove exit() from generic layer to improve portabilityLv Zheng2014-07-081-18/+32
| * | | | ACPICA: acpidump: Add memory/string OSL usage to improve portabilityLv Zheng2014-07-083-13/+15
| * | | | ACPICA: Common: Enhance acpi_getopt() to improve portabilityLv Zheng2014-07-084-9/+14
| * | | | ACPICA: Common: Enhance cm_get_file_size() to improve portabilityLv Zheng2014-07-083-10/+15
| * | | | ACPICA: Application: Enhance ACPI_USAGE_xxx/ACPI_OPTION with acpi_os_printf()...Lv Zheng2014-07-082-6/+9
| * | | | ACPICA: Utilities: Introduce acpi_log_error() to improve portabilityLv Zheng2014-07-083-0/+50
| * | | | ACPICA: Utilities: Add formatted printing APIsLv Zheng2014-07-086-1/+682
| * | | | ACPICA: OSL: Add portable file IO to improve portabilityLv Zheng2014-07-083-0/+254
| * | | | ACPICA: OSL: Clean up acpi_os_printf()/acpi_os_vprintf() stubsLv Zheng2014-07-087-25/+1308
| * | | | ACPICA: Utilities: Cleanup DEFINE_ACPI_GLOBALS by moving acpi_ut_init_global(...Lv Zheng2014-07-084-147/+147
| * | | | ACPICA: OSL: Update environments to improve portabilityLv Zheng2014-07-081-12/+36
| * | | | 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/+7