aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
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 apply to the debugger threadLv Zheng4-2/+38
2015-10-22ACPICA: Debugger: Fix "terminate" command by cleaning up subsystem shutdown logicLv Zheng3-14/+15
2015-10-22ACPICA: Debugger: Fix "quit/exit" command by cleaning up user commands termination logicLv 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-15move io-64-nonatomic*.h out of asm-genericChristoph Hellwig2-2/+2
2015-10-14ACPICA: Tables: Fix FADT dependency regressionLv Zheng5-33/+10
2015-10-14Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fixIngo Molnar111-2133/+2993
2015-10-14PM / PCI / ACPI: Kick devices that might have been reset by firmwareRafael J. Wysocki2-19/+2
2015-10-14PM / sleep: Add flags to indicate platform firmware involvementRafael J. Wysocki1-0/+3
2015-10-13acpi/gsi: Cleanup acpi_register_gsiMarc Zyngier1-20/+10
2015-10-13acpi/gsi: Add acpi_set_irq_model to initialize the GSI layerMarc Zyngier1-5/+27
2015-10-13acpi/gsi: Always perform an irq domain lookupMarc Zyngier1-13/+13
2015-10-12ACPI: Allow selection of the ACPI processor driver for ARM64Ashwin Chaugule1-3/+3
2015-10-12CPPC: Probe for CPPC tables for each ACPI Processor objectAshwin Chaugule1-0/+6
2015-10-12ACPI: Add weak routines for ACPI CPU HotplugAshwin Chaugule1-0/+18
2015-10-12ACPI: Introduce CPU performance controls using CPPCAshwin Chaugule3-0/+749
2015-10-10linux/thermal.h: rename KELVIN_TO_CELSIUS to DECI_KELVIN_TO_CELSIUSRasmus Villemoes1-6/+6
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar1-1/+1
2015-10-04ACPI / EC: Fix broken 64bit big-endian users of 'global_lock'Viresh Kumar2-2/+2
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