summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* ACPICA: Utilities: Fix an issue with non-native ACPI_IS_PRINT()Lv Zheng2014-07-081-1/+1
* ACPICA: Utilities: Fix memory leak in acpi_ut_copy_iobject_to_iobjectDavid E. Box2014-07-081-0/+6
* ACPICA: Events: Fix edge-triggered GPE by disabling before acknowledging it.Lv Zheng2014-07-071-15/+17
* ACPICA: Restore error table definitions to reduce code differences between Li...Lv Zheng2014-06-163-28/+28
* Merge branch 'pm-sleep'Rafael J. Wysocki2014-06-121-0/+3
|\
| * PM / sleep: trace events for suspend/resumeTodd E Brandt2014-06-071-0/+3
| |
| \
*-. \ Merge branches 'acpi-general' and 'acpi-video'Rafael J. Wysocki2014-06-122-1/+13
|\ \ \
| | * | ACPI / video: Change the default for video.use_native_backlight to 1Rafael J. Wysocki2014-06-051-1/+1
| * | | ACPI: Fix bug when ACPI reset register is implemented in system memoryRandy Wright2014-06-051-0/+12
* | | | Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-0454-1421/+2938
|\ \ \ \
| * \ \ \ Merge branch 'acpi-thermal'Rafael J. Wysocki2014-06-031-7/+4Star
| |\ \ \ \
| | * \ \ \ Merge back earlier ACPI thermal material.Rafael J. Wysocki2014-05-292-11/+28
| | |\ \ \ \
| | | * | | | ACPI / thermal: Use acpi_bus_attach_private_data() to attach private dataLan Tianyu2014-05-271-7/+4Star
| | | |/ / /
| * | | | | Merge branch 'acpi-video'Rafael J. Wysocki2014-06-031-66/+186
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | ACPI / video: Add 4 new models to the use_native_backlight DMI listHans de Goede2014-05-271-0/+32
| | * | | | ACPI / video: Add use native backlight quirk for the ThinkPad W530Hans de Goede2014-05-271-0/+8
| | * | | | ACPI / video: Unregister the backlight device if a raw one shows up laterHans de Goede2014-05-271-0/+57
| | * | | | Merge back earlier 'acpi-video' material.Rafael J. Wysocki2014-05-241-66/+89
| | |\ \ \ \
| | | * | | | ACPI / video: Add an acpi_video_unregister_backlight functionHans de Goede2014-05-201-0/+14
| | | * | | | ACPI / video: Don't register acpi_video_resume notifier without backlight dev...Hans de Goede2014-05-161-65/+74
| | | * | | | ACPI / video: change acpi-video brightness_switch_enabled default to 0Hans de Goede2014-05-071-1/+1
| * | | | | | Merge branch 'acpica'Rafael J. Wysocki2014-06-0336-1173/+1738
| |\ \ \ \ \ \
| | * | | | | | ACPICA: Namespace: Remove _PRP method support.Lv Zheng2014-06-031-6/+0Star
| | * | | | | | ACPI: Fix x86 regression related to early mapping size limitationLv Zheng2014-06-012-0/+26
| | * | | | | | ACPICA: Tables: Add mechanism to control early table checksum verification.Lv Zheng2014-06-014-26/+61
| | * | | | | | ACPI: Clean up acpi_os_map/unmap_memory() to eliminate __iomem.Lv Zheng2014-05-274-21/+34
| | * | | | | | ACPICA: Events: Update GPE handling and initialization code.Bob Moore2014-05-076-37/+43
| | * | | | | | ACPICA: Remove extraneous error message for large number of GPEs.Bob Moore2014-05-071-18/+33
| | * | | | | | ACPICA: Tables: Remove old mechanism to validate if XSDT contains NULL entries.Lv Zheng2014-05-071-105/+0Star