summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2015-11-02Merge branch 'acpi-processor'Rafael J. Wysocki5-3/+775
2015-11-02Merge branch 'acpica'Rafael J. Wysocki47-115/+9956
2015-10-26ACPI / CPPC: Fix potential memory leakAshwin Chaugule1-1/+0
2015-10-26ACPI / CPPC: signedness bug in register_pcc_channel()Dan Carpenter1-1/+1
2015-10-26Merge branch 'acpi-pci'Rafael J. Wysocki2-3/+210
2015-10-26Merge branch 'acpi-init'Rafael J. Wysocki1-0/+39
2015-10-26Merge branches 'acpi-scan', 'acpi-tables', 'acpi-ec' and 'acpi-assorted'Rafael J. Wysocki7-74/+162
2015-10-26Merge branch 'device-properties'Rafael J. Wysocki3-101/+466
2015-10-22ACPICA: Debugger: Fix dead lock issue ocurred in single stepping modeLv Zheng1-0/+10
2015-10-22ACPI: Enable build of AML interpreter debuggerLv Zheng14-37/+33
2015-10-22ACPICA: Debugger: Add thread ID support so that single step mode can only app...Lv Zheng4-2/+38
2015-10-22ACPICA: Debugger: Fix "terminate" command by cleaning up subsystem shutdown l...Lv Zheng3-14/+15
2015-10-22ACPICA: Debugger: Fix "quit/exit" command by cleaning up user commands termin...Lv Zheng5-19/+26
2015-10-22ACPICA: Linuxize: Export debugger files to LinuxLv Zheng14-0/+9677
2015-10-22ACPICA: iASL: General cleanup of the file suffix #definesBob Moore1-1/+1
2015-10-22ACPICA: Improve typechecking, both compile-time and runtimeBob Moore10-44/+129
2015-10-22ACPICA: Update NFIT table to rename a flags fieldBob Moore2-4/+4
2015-10-22ACPICA: Debugger: Update mutexes used for multithreaded debuggerBob Moore4-5/+25
2015-10-22ACPICA: Update exception code for "file not found" errorBob Moore1-0/+6
2015-10-22ACPICA: iASL: Add symbolic operator support for Index() operatorBob Moore1-1/+1
2015-10-22ACPICA: Remove unnecessary conditional compilationBob Moore3-4/+7
2015-10-22ACPI / property: Fix subnode lookup scope for data-only subnodesRafael J. Wysocki1-1/+8
2015-10-16PCI/ACPI: Add interface acpi_pci_root_create()Jiang Liu1-0/+204
2015-10-16ACPI/PCI: Enhance ACPI core to support sparse IO spaceJiang Liu1-3/+6
2015-10-15ACPI / tables: test the correct variableDan Carpenter1-1/+2
2015-10-15ACPI / tables: Add acpi_subtable_proc to ACPI table parsersLukasz Anaczkowski1-18/+75
2015-10-14ACPICA: Tables: Fix FADT dependency regressionLv Zheng5-33/+10
2015-10-13ACPI: Allow selection of the ACPI processor driver for ARM64Ashwin Chaugule1-3/+3
2015-10-13CPPC: Probe for CPPC tables for each ACPI Processor objectAshwin Chaugule1-0/+6
2015-10-13ACPI: Add weak routines for ACPI CPU HotplugAshwin Chaugule1-0/+18
2015-10-12ACPI: Introduce CPU performance controls using CPPCAshwin Chaugule3-0/+749
2015-10-01Merge branch 'acpi-ec'Rafael J. Wysocki1-0/+2
2015-10-01ACPI: Add early device probing infrastructureMarc Zyngier1-0/+39
2015-10-01Merge branch 'device-properties' into acpi-initRafael J. Wysocki3-101/+459
2015-09-26ACPI / PCI: Remove duplicated penalty on SCI IRQJiang Liu1-2/+1
2015-09-26ACPI, PCI, irq: Do not share PCI IRQ with ISA IRQJiang Liu2-0/+14
2015-09-26ACPI / EC: Fix a race issue in acpi_ec_guard_event()Lv Zheng1-13/+29
2015-09-26ACPI / EC: Fix query handler related issuesLv Zheng1-28/+45
2015-09-26ACPI / EC: Fix a memory leak issue in acpi_ec_query()Lv Zheng1-0/+2
2015-09-15ACPI: Eliminate CONFIG_.*{, _MODULE} #ifdef in favor of IS_ENABLED()Sudeep Holla2-13/+8
2015-09-15ACPI: change acpi_sleep_proc_init() to return voidRami Rosen2-5/+3
2015-09-15ACPI: change init_acpi_device_notify() to return voidRami Rosen2-4/+3
2015-09-15ACPI / scan: use kstrdup_const() in acpi_add_id()Rasmus Villemoes1-2/+2
2015-09-15ACPI / scan: constify struct acpi_hardware_id::idRasmus Villemoes1-2/+2
2015-09-15ACPI / scan: constify first argument of struct acpi_scan_handler::matchRasmus Villemoes1-2/+2
2015-09-15ACPI: int340x_thermal: add missing CONFIG_ prefixSudeep Holla1-1/+1
2015-09-15ACPI / property: Extend device_get_next_child_node() to data-only nodesRafael J. Wysocki2-28/+80
2015-09-15ACPI / property: Extend fwnode_property_* to data-only subnodesRafael J. Wysocki1-33/+105
2015-09-15ACPI / property: Expose data-only subnodes via sysfsRafael J. Wysocki2-15/+113
2015-09-15ACPI / property: Add support for data-only subnodesRafael J. Wysocki1-1/+132