summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2015-01-16ACPI / PM: Fix PM initialization for devices that are not presentRafael J. Wysocki2-6/+9
2014-10-06ACPI / scan: Correct error return value of create_modalias()Mika Westerberg1-1/+1
2014-10-06ACPI / hotplug: Generate online uevents for ACPI containersRafael J. Wysocki2-0/+11
2014-10-06ACPICA: Update to GPIO region handler interface.Bob Moore6-16/+104
2014-10-06ACPI / RTC: Fix CMOS RTC opregion handler accesses to wrong addressesLee, Chun-Yi1-1/+1
2014-09-17ACPI / cpuidle: fix deadlock between cpuidle_lock and cpu_hotplug.lockJiri Kosina1-2/+2
2014-09-17ACPI / scan: not cache _SUN value in struct acpi_device_pnpYasuaki Ishimatsu1-7/+8
2014-09-17ACPI: Run fixed event device notifications in process contextLan Tianyu1-5/+10
2014-09-17ACPI / hotplug: Check scan handlers in acpi_scan_hot_remove()Tang Chen1-1/+2
2014-09-17ACPICA: Utilities: Fix memory leak in acpi_ut_copy_iobject_to_iobjectDavid E. Box1-0/+6
2014-07-18ACPI / battery: Retry to get battery information if failed during probingLan Tianyu1-1/+26
2014-07-18ACPI / EC: Fix race condition in ec_transaction_completed()Lv Zheng1-13/+17
2014-07-18ACPI / EC: Remove duplicated ec_wait_ibf0() waiterLv Zheng1-26/+1
2014-07-18ACPI / EC: Add asynchronous command byte write supportLv Zheng1-35/+48
2014-07-18ACPI / EC: Avoid race condition related to advance_transaction()Lv Zheng1-6/+6
2014-07-18ACPI / resources: only reject zero length resources based at address zeroAndy Whitcroft1-5/+5
2014-07-18Revert "ACPI / AC: Remove AC's proc directory."Lan Tianyu1-2/+128
2014-07-01ACPI: Fix conflict between customized DSDT and DSDT local copyLv Zheng1-0/+7
2014-07-01ACPICA: utstring: Check array index bound before use.David Binderman1-1/+1
2014-07-01ACPI: add dynamic_debug supportBjørn Mork1-12/+52
2014-06-07ACPI / video: Revert native brightness quirk for ThinkPad T530Hans de Goede1-8/+0
2014-06-07ACPI / video: correct DMI tag for Dell Inspiron 7520Aaron Lu1-1/+1
2014-06-07ACPI: blacklist win8 OSI for Dell Inspiron 7737Edward Lin1-0/+8
2014-06-07ACPI: Revert "ACPI / AC: convert ACPI ac driver to platform bus"Guenter Roeck2-60/+58
2014-06-07ACPI / processor: do not mark present at boot but not onlined CPU as onlinedIgor Mammedov1-1/+0
2014-06-07ACPI / blacklist: Add dmi_enable_osi_linux quirk for Asus EEE PC 1015PXHans de Goede1-0/+13
2014-06-07ACPI / video: Add use_native_backlight quirks for more systemsHans de Goede1-2/+18
2014-06-07ACPI: Revert "ACPI / Battery: Remove battery's proc directory"Lan Tianyu1-1/+328
2014-06-07ACPI: Revert "ACPI: Remove CONFIG_ACPI_PROCFS_POWER and cm_sbsc.c"Lan Tianyu3-0/+123
2014-06-07ACPICA: Tables: Restore old behavor to favor 32-bit FADT addresses.Lv Zheng1-2/+2
2014-06-07ACPICA: Tables: Fix invalid pointer accesses in acpi_tb_parse_root_table().Lv Zheng1-2/+5
2014-06-07ACPI / EC: Process rather than discard events in acpi_ec_clearKieran Clancy1-9/+12
2014-05-13ACPI / processor: Fix failure of loading acpi-cpufreq driverLan Tianyu1-3/+4
2014-05-06ACPICA: Restore code that repairs NULL package elements in return values.Lv Zheng1-4/+21
2014-04-27ACPI / button: Add ACPI Button event via netlink routineLan Tianyu1-0/+4
2014-03-14ACPI / sleep: Add extra checks for HW Reduced ACPI mode sleep statesRafael J. Wysocki1-17/+15
2014-03-10Revert "ACPI / sleep: pm_power_off needs more sanity checks to be installed"Rafael J. Wysocki1-6/+1
2014-03-08Merge branches 'acpi-resources', 'acpi-ec' and 'acpi-sleep'Rafael J. Wysocki3-1/+80
2014-03-06ACPI / EC: Clear stale EC events on Samsung systemsKieran Clancy1-0/+64
2014-03-03ACPI / sleep: pm_power_off needs more sanity checks to be installedLi, Aubrey1-1/+6
2014-03-02ACPI / resources: ignore invalid ACPI device resourcesZhang Rui1-0/+10
2014-02-27ACPI / processor: Rework processor throttling with work_on_cpu()Lan Tianyu1-37/+32
2014-02-21Merge branches 'acpi-pm' and 'acpi-video'Rafael J. Wysocki9-80/+154
2014-02-21Merge branches 'acpi-cleanup', 'acpi-dock', 'acpi-pci' and 'acpi-dsm'Rafael J. Wysocki3-9/+10
2014-02-20Revert "ACPI: Blacklist Win8 OSI for some HP laptop 2013 models"Rafael J. Wysocki1-50/+0
2014-02-20ACPI / video: Add systems that should favour native backlight interfaceAaron Lu3-29/+134
2014-02-20ACPI / video: Filter the _BCL table for duplicate brightness valuesHans de Goede1-1/+7
2014-02-18ACPI / PCI: Fix memory leak in acpi_pci_irq_enable()Tomasz Nowicki1-0/+1
2014-02-15ACPI / dock: Make 'docked' sysfs attribute work as documentedRafael J. Wysocki1-5/+3
2014-02-13ACPI / SBS: Fix incorrect sscanf() stringLuis G.F1-1/+1