summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2014-04-22ACPICA: Fix buffer allocation issue for generic_serial_bus region accesses.Lv Zheng1-7/+97
2014-04-21ACPICA: acpidump: Update new structures and add missing file.Lv Zheng2-2/+2
2014-04-21ACPICA: acpidump: Add support to generate acpidump release.Lv Zheng1-0/+170
2014-04-21ACPICA: Table Manager: Split tbinstal.c into two files.Bob Moore4-720/+771
2014-04-21ACPICA: Table Manager: Misc cleanup and renames, no functional change.Bob Moore6-113/+130
2014-04-21ACPICA: Tables: Add acpi_install_table() API for early table installation.Lv Zheng5-11/+57
2014-04-21ACPICA: Tables: Avoid SSDT installation with acpi_gbl_disable_ssdt_table_load.Lv Zheng4-21/+19
2014-04-21ACPICA: Tables: Cleanup ACPI_TABLE_ORIGIN_xxx flags.Lv Zheng5-22/+19
2014-04-21ACPICA: Tables: Fix table checksums verification before installation.Lv Zheng6-409/+607
2014-04-21ACPICA: Tables: Fix unbalanced table validations.Lv Zheng1-0/+1
2014-04-21ACPICA: Tables: Clean up split INSTALLED/VALIDATED table state logics.Lv Zheng6-108/+235
2014-04-21ACPICA: Tables: Fix multiple ACPI_FREE()s around acpi_tb_add_table().Lv Zheng2-7/+2
2014-04-21ACPICA: Tables: Fix the issues in handling virtual addressed tables.Lv Zheng3-4/+21
2014-04-21ACPICA: Remove indent divergences to reduce maintenance overhead.Lv Zheng3-8/+12
2014-04-21ACPICA: Add a missing field for debug dump of mutex objects.Bob Moore1-1/+3
2014-04-21ACPICA: Update use of acpi_os_wait_events_complete interface.Lv Zheng1-19/+36
2014-04-21ACPICA: Disassembler: Add decoding of Notify() values.Bob Moore3-14/+66
2014-04-21ACPICA: Disassembler: Add support to decode _HID and _CID values.Bob Moore3-1/+15
2014-04-21ACPICA: Unload operator: Emit a warning if and when it is ever used.Bob Moore1-0/+7
2014-04-21ACPICA: Update comments for ACPICA name - no functional change.Bob Moore2-3/+3
2014-04-21ACPICA: utstring: Check array index bound before use.David Binderman1-1/+1
2014-04-21ACPICA: Add EXPORT_SYMBOL macros for install/remove SCI handler interfaces.Bob Moore1-2/+4
2014-04-08Merge branch 'acpi-config'Rafael J. Wysocki1-2/+6
2014-04-08ACPI: Update the ACPI spec information in KconfigHanjun Guo1-2/+6
2014-04-08Merge branches 'acpi-cleanup', 'acpi-thermal', 'acpi-video' and 'acpi-dock'Rafael J. Wysocki5-11/+11
2014-04-07ACPI / dock: Drop dock_device_ids[] tableRafael J. Wysocki1-6/+0
2014-04-07ACPI / video: Favor native backlight interface for ThinkPad HelixStephen Chandler Paul1-0/+8
2014-04-07ACPI / thermal: Fix wrong variable usage in debug statementZhihui Zhang1-1/+1
2014-04-04ACPI: Clean up memory allocationsjhbird.choi@samsung.com2-4/+2
2014-04-03Merge tag 'pm+acpi-3.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds16-148/+272
2014-04-02Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+8
2014-04-02Merge branches 'acpi-processor' and 'pnp'Rafael J. Wysocki1-27/+0
2014-04-02Merge branch 'acpica'Rafael J. Wysocki15-121/+272
2014-03-26Revert "ACPI / processor: Make it possible to get APIC ID via GIC"Hanjun Guo1-27/+0
2014-03-26ACPICA: Enable auto-serialization as a default kernel behavior.Lv Zheng2-7/+7
2014-03-26ACPICA: Ignore sync_level for methods that have been auto-serialized.Bob Moore2-6/+21
2014-03-26ACPICA: Add additional named objects for the auto-serialize method scan.Lv Zheng1-2/+4
2014-03-26ACPICA: Add auto-serialization support for ill-behaved control methods.Bob Moore11-25/+243
2014-03-26ACPICA: Remove global option to serialize all control methods.Lv Zheng5-100/+16
2014-03-21Merge branch 'acpi-processor'Rafael J. Wysocki1-21/+57
2014-03-20Merge branches 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki1-3/+38
2014-03-20Merge branches 'pm-qos', 'pm-domains' and 'pm-drivers'Rafael J. Wysocki3-5/+87
2014-03-20Merge branch 'acpica'Rafael J. Wysocki170-491/+770
2014-03-20Merge branches 'acpi-battery' and 'acpi-video'Rafael J. Wysocki5-6/+40
2014-03-20Merge branches 'acpi-cleanup', 'acpi-thermal', 'acpi-pci', 'acpi-lpss' and 'a...Rafael J. Wysocki17-110/+129
2014-03-20ACPI / video: fix ACPI_VIDEO dependenciesJean Delvare1-1/+1
2014-03-19ACPI / button: Add ACPI Button event via netlink routineLan Tianyu1-0/+4
2014-03-19ACPI: Remove duplicate definitions of PREFIXHanjun Guo12-22/+1
2014-03-19ACPI / AC: recheck adapter status upon battery status changesAlexander Mezin1-0/+25
2014-03-19ACPI / battery: call ACPI notifier chain in acpi_battery_notifyAlexander Mezin1-0/+1