Age | Commit message (Expand) | Author | Files | Lines |
2014-04-22 | ACPICA: Fix buffer allocation issue for generic_serial_bus region accesses. | Lv Zheng | 1 | -7/+97 |
2014-04-21 | ACPICA: acpidump: Update new structures and add missing file. | Lv Zheng | 2 | -2/+2 |
2014-04-21 | ACPICA: acpidump: Add support to generate acpidump release. | Lv Zheng | 1 | -0/+170 |
2014-04-21 | ACPICA: Table Manager: Split tbinstal.c into two files. | Bob Moore | 4 | -720/+771 |
2014-04-21 | ACPICA: Table Manager: Misc cleanup and renames, no functional change. | Bob Moore | 6 | -113/+130 |
2014-04-21 | ACPICA: Tables: Add acpi_install_table() API for early table installation. | Lv Zheng | 5 | -11/+57 |
2014-04-21 | ACPICA: Tables: Avoid SSDT installation with acpi_gbl_disable_ssdt_table_load. | Lv Zheng | 4 | -21/+19 |
2014-04-21 | ACPICA: Tables: Cleanup ACPI_TABLE_ORIGIN_xxx flags. | Lv Zheng | 5 | -22/+19 |
2014-04-21 | ACPICA: Tables: Fix table checksums verification before installation. | Lv Zheng | 6 | -409/+607 |
2014-04-21 | ACPICA: Tables: Fix unbalanced table validations. | Lv Zheng | 1 | -0/+1 |
2014-04-21 | ACPICA: Tables: Clean up split INSTALLED/VALIDATED table state logics. | Lv Zheng | 6 | -108/+235 |
2014-04-21 | ACPICA: Tables: Fix multiple ACPI_FREE()s around acpi_tb_add_table(). | Lv Zheng | 2 | -7/+2 |
2014-04-21 | ACPICA: Tables: Fix the issues in handling virtual addressed tables. | Lv Zheng | 3 | -4/+21 |
2014-04-21 | ACPICA: Remove indent divergences to reduce maintenance overhead. | Lv Zheng | 3 | -8/+12 |
2014-04-21 | ACPICA: Add a missing field for debug dump of mutex objects. | Bob Moore | 1 | -1/+3 |
2014-04-21 | ACPICA: Update use of acpi_os_wait_events_complete interface. | Lv Zheng | 1 | -19/+36 |
2014-04-21 | ACPICA: Disassembler: Add decoding of Notify() values. | Bob Moore | 3 | -14/+66 |
2014-04-21 | ACPICA: Disassembler: Add support to decode _HID and _CID values. | Bob Moore | 3 | -1/+15 |
2014-04-21 | ACPICA: Unload operator: Emit a warning if and when it is ever used. | Bob Moore | 1 | -0/+7 |
2014-04-21 | ACPICA: Update comments for ACPICA name - no functional change. | Bob Moore | 2 | -3/+3 |
2014-04-21 | ACPICA: utstring: Check array index bound before use. | David Binderman | 1 | -1/+1 |
2014-04-21 | ACPICA: Add EXPORT_SYMBOL macros for install/remove SCI handler interfaces. | Bob Moore | 1 | -2/+4 |
2014-04-08 | Merge branch 'acpi-config' | Rafael J. Wysocki | 1 | -2/+6 |
2014-04-08 | ACPI: Update the ACPI spec information in Kconfig | Hanjun Guo | 1 | -2/+6 |
2014-04-08 | Merge branches 'acpi-cleanup', 'acpi-thermal', 'acpi-video' and 'acpi-dock' | Rafael J. Wysocki | 5 | -11/+11 |
2014-04-07 | ACPI / dock: Drop dock_device_ids[] table | Rafael J. Wysocki | 1 | -6/+0 |
2014-04-07 | ACPI / video: Favor native backlight interface for ThinkPad Helix | Stephen Chandler Paul | 1 | -0/+8 |
2014-04-07 | ACPI / thermal: Fix wrong variable usage in debug statement | Zhihui Zhang | 1 | -1/+1 |
2014-04-04 | ACPI: Clean up memory allocations | jhbird.choi@samsung.com | 2 | -4/+2 |
2014-04-03 | Merge tag 'pm+acpi-3.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 16 | -148/+272 |
2014-04-02 | Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -8/+8 |
2014-04-02 | Merge branches 'acpi-processor' and 'pnp' | Rafael J. Wysocki | 1 | -27/+0 |
2014-04-02 | Merge branch 'acpica' | Rafael J. Wysocki | 15 | -121/+272 |
2014-03-26 | Revert "ACPI / processor: Make it possible to get APIC ID via GIC" | Hanjun Guo | 1 | -27/+0 |
2014-03-26 | ACPICA: Enable auto-serialization as a default kernel behavior. | Lv Zheng | 2 | -7/+7 |
2014-03-26 | ACPICA: Ignore sync_level for methods that have been auto-serialized. | Bob Moore | 2 | -6/+21 |
2014-03-26 | ACPICA: Add additional named objects for the auto-serialize method scan. | Lv Zheng | 1 | -2/+4 |
2014-03-26 | ACPICA: Add auto-serialization support for ill-behaved control methods. | Bob Moore | 11 | -25/+243 |
2014-03-26 | ACPICA: Remove global option to serialize all control methods. | Lv Zheng | 5 | -100/+16 |
2014-03-21 | Merge branch 'acpi-processor' | Rafael J. Wysocki | 1 | -21/+57 |
2014-03-20 | Merge branches 'pm-runtime' and 'pm-sleep' | Rafael J. Wysocki | 1 | -3/+38 |
2014-03-20 | Merge branches 'pm-qos', 'pm-domains' and 'pm-drivers' | Rafael J. Wysocki | 3 | -5/+87 |
2014-03-20 | Merge branch 'acpica' | Rafael J. Wysocki | 170 | -491/+770 |
2014-03-20 | Merge branches 'acpi-battery' and 'acpi-video' | Rafael J. Wysocki | 5 | -6/+40 |
2014-03-20 | Merge branches 'acpi-cleanup', 'acpi-thermal', 'acpi-pci', 'acpi-lpss' and 'a... | Rafael J. Wysocki | 17 | -110/+129 |
2014-03-20 | ACPI / video: fix ACPI_VIDEO dependencies | Jean Delvare | 1 | -1/+1 |
2014-03-19 | ACPI / button: Add ACPI Button event via netlink routine | Lan Tianyu | 1 | -0/+4 |
2014-03-19 | ACPI: Remove duplicate definitions of PREFIX | Hanjun Guo | 12 | -22/+1 |
2014-03-19 | ACPI / AC: recheck adapter status upon battery status changes | Alexander Mezin | 1 | -0/+25 |
2014-03-19 | ACPI / battery: call ACPI notifier chain in acpi_battery_notify | Alexander Mezin | 1 | -0/+1 |