summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2015-02-17ACPI / EC: Remove non-standard log emphasisScot Doyle1-2/+2
2015-02-11Revert "ACPI / EC: Add query flushing support"Rafael J. Wysocki1-85/+16
2015-02-11Revert "ACPI / EC: Add GPE reference counting debugging messages"Rafael J. Wysocki1-22/+2
2015-02-06ACPI / EC: Add GPE reference counting debugging messagesLv Zheng1-2/+22
2015-02-06ACPI / EC: Add query flushing supportLv Zheng1-16/+85
2015-02-06ACPI / EC: Refine command storm prevention supportLv Zheng1-19/+36
2015-02-06ACPI / EC: Add command flushing support.Lv Zheng2-3/+66
2015-02-06ACPI / EC: Introduce STARTED/STOPPED flags to replace BLOCKED flagLv Zheng1-11/+54
2015-02-05ACPI / EC: Update revision due to raw handler mode.Lv Zheng1-3/+3
2015-02-05ACPI / EC: Reduce ec_poll() by referencing the last register access timestamp.Lv Zheng1-3/+14
2015-02-05ACPI / EC: Fix several GPE handling issues by deploying ACPI_GPE_DISPATCH_RAW...Lv Zheng1-8/+73
2015-02-05Merge branch 'acpica' into acpi-ecRafael J. Wysocki177-480/+567
2015-02-05ACPICA: Events: Enable APIs to allow interrupt/polling adaptive request based...Lv Zheng1-7/+16
2015-02-05ACPICA: Events: Introduce acpi_set_gpe()/acpi_finish_gpe() to reduce divergencesLv Zheng1-0/+105
2015-02-05ACPICA: Events: Introduce ACPI_GPE_DISPATCH_RAW_HANDLER to fix 2 issues for t...Lv Zheng5-24/+157
2015-02-05ACPICA: Update Copyright headers to 2015David E. Box174-175/+175
2015-02-05ACPICA: Hardware: Cast GPE enable_mask before storingDavid E. Box1-1/+1
2015-02-05ACPICA: Events: Cleanup GPE dispatcher type obtaining codeLv Zheng7-24/+24
2015-02-05ACPICA: Events: Cleanup to move acpi_gbl_global_event_handler invocation out ...Lv Zheng1-13/+26
2015-02-05ACPICA: Events: Cleanup of resetting the GPE handler to NULL before removingLv Zheng1-0/+1
2015-02-05ACPICA: Events: Fix uninitialized variableDavid E. Box1-1/+1
2015-02-05ACPICA: Events: Remove acpi_ev_valid_gpe_event() due to current restrictionLv Zheng3-100/+15
2015-02-05ACPICA: Events: Remove duplicated sanity check in acpi_ev_enable_gpe()Lv Zheng1-11/+0
2015-02-05ACPICA: Events: Back port "ACPICA: Save current masks of enabled GPEs after e...Lv Zheng3-3/+6
2015-01-26ACPICA: Resources: Provide common part for struct acpi_resource_address struc...Lv Zheng6-57/+59
2015-01-26ACPI: Introduce acpi_unload_parent_table() usages in Linux kernelLv Zheng2-90/+0
2015-01-24ACPI / EC: Cleanup QR_EC related codeLv Zheng1-50/+20
2015-01-24ACPI / EC: Fix issues related to the SCI_EVT handlingLv Zheng2-34/+26
2015-01-24ACPI / EC: Fix a code path that global lock is not heldLv Zheng1-0/+10
2015-01-24ACPI / EC: Fix returning values in acpi_ec_sync_query()Lv Zheng1-6/+10
2015-01-24ACPI / EC: Add reference counting for query handlersLv Zheng1-10/+33
2015-01-24ACPI / EC: Cleanup transaction wakeup codeLv Zheng1-8/+9
2015-01-22ACPICA: take ACPI_MTX_INTERPRETER in acpi_unload_table_id()Octavian Purdila1-0/+7
2015-01-13Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds1-4/+7
2015-01-07Merge branches 'acpi-pm', 'acpi-processor' and 'acpi-video'Rafael J. Wysocki4-41/+69
2015-01-07ACPI / video: Add disable_native_backlight quirk for Dell XPS15 L521XHans de Goede1-0/+10
2015-01-06ACPI/int340x_thermal: enumerate INT3401 for Intel SoC DTS thermal driverZhang Rui1-1/+6
2015-01-06ACPI/int340x_thermal: enumerate INT340X devices even if they're not in _ART/_TRTZhang Rui1-4/+2
2015-01-06ACPI / processor: Rename acpi_(un)map_lsapic() to acpi_(un)map_cpu()Hanjun Guo1-3/+3
2015-01-06ACPI / processor: Convert apic_id to phys_id to make it arch agnosticHanjun Guo2-37/+40
2015-01-06ACPI / PM: Fix PM initialization for devices that are not presentRafael J. Wysocki2-6/+9
2014-12-29Merge branch 'acpi-video'Rafael J. Wysocki1-0/+17
2014-12-29Merge branches 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki1-2/+0
2014-12-23ACPI / video: Add some Samsung models to disable_native_backlight listAaron Lu1-0/+17
2014-12-20Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-8/+14
2014-12-19Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-18/+30
2014-12-19Merge tag 'platform-drivers-x86-v3.19-1' of git://git.infradead.org/users/dvh...Linus Torvalds1-54/+0
2014-12-18Merge branches 'acpi-fan', 'acpi-video' and 'acpi-ec'Rafael J. Wysocki3-3/+17
2014-12-18Merge branches 'acpi-scan', 'acpi-utils' and 'acpi-pm'Rafael J. Wysocki3-15/+13
2014-12-17cpuidle / ACPI: remove unused CPUIDLE_FLAG_TIME_INVALIDLen Brown1-2/+0