summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2016-05-05ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support in acpi_hw_re...Lv Zheng1-13/+62
2016-05-05ACPICA: Executer: Introduce a set of macros to handle bit width mask generationLv Zheng2-10/+14
2016-05-05ACPICA: Hardware: Add optimized access bit width supportLv Zheng1-2/+47
2016-05-05ACPICA: Utilities: Add ACPI_IS_ALIGNED() macroLv Zheng1-1/+2
2016-05-05ACPICA: Renamed some #defined flag constants for clarityBob Moore2-16/+16
2016-05-05ACPICA: ACPI 6.0, tools/iasl: Add support for new resource descriptorsBob Moore2-7/+23
2016-05-05ACPICA: ACPI 6.0: Update _BIX support for new package elementBob Moore2-2/+89
2016-05-05ACPICA: Refactor evaluate_object to reduce nestingBob Moore1-56/+55
2016-05-05ACPICA: Divergence: remove unwanted spaces for typedefLv Zheng74-253/+252
2016-05-05ACPI,PCI,IRQ: remove SCI penalize functionSinan Kaya1-4/+0
2016-05-05ACPI,PCI,IRQ: remove redundant code in acpi_irq_penalty_init()Sinan Kaya1-36/+0
2016-05-05ACPI,PCI,IRQ: reduce static IRQ array size to 16Sinan Kaya1-20/+20
2016-05-05ACPI,PCI,IRQ: reduce resource requirementsSinan Kaya1-29/+68
2016-05-05ACPI / osi: Collect _OSI handling into one single fileLv Zheng5-470/+531
2016-05-05ACPI / osi: Cleanup coding style issues before creating a separate OSI source...Lv Zheng2-50/+36
2016-05-05ACPI / osi: Cleanup OSI handling code to use boolLv Zheng2-25/+15
2016-05-05ACPI / osi: Fix default _OSI(Darwin) supportChen Yu2-7/+74
2016-05-05ACPI / osi: Add acpi_osi=!! to allow reverting acpi_osi=!Lv Zheng1-0/+3
2016-05-05ACPI / osi: Cleanup _OSI("Linux") related code before introducing new supportLv Zheng1-20/+22
2016-05-05ACPI / osi: Fix an issue that acpi_osi=!* cannot disable ACPICA internal stringsLv Zheng1-5/+11
2016-05-05ACPI / device_sysfs: Clean up checkpatch errorsBetty Dall1-7/+9
2016-05-05ACPI / device_sysfs: Change _SUN and _STA show functions error return to EIOBetty Dall1-2/+2
2016-05-05ACPI / device_sysfs: Add sysfs support for _HRV hardware revisionBetty Dall1-0/+24
2016-05-05ACPI/video: export acpi_video_get_levelsAaron Lu1-38/+45
2016-05-05video / backlight: remove the backlight_device_registered APIAaron Lu1-1/+1
2016-05-04ACPICA: Dispatcher: Update thread ID for recursive method callsPrarit Bhargava1-0/+3
2016-05-02nfit: fix translation of command status resultsDan Williams1-1/+4
2016-04-30nfit: export subsystem ids as attributesDan Williams1-1/+32
2016-04-29nfit: fix format interface code byte order per ACPI6.1Dan Williams1-5/+7
2016-04-29nfit, libnvdimm: limited/whitelisted dimm command marshaling mechanismDan Williams2-17/+98
2016-04-29nfit, libnvdimm: clarify "commands" vs "_DSMs"Dan Williams2-10/+15
2016-04-28ACPI / amba: Remove CLK_IS_ROOTStephen Boyd1-2/+1
2016-04-28ACPI / APD: Remove CLK_IS_ROOTStephen Boyd1-2/+1
2016-04-27acpi/nfit: Add sysfs "id" for NVDIMM IDToshi Kani1-0/+19
2016-04-27acpi/nfit: Update nfit driver to comply with ACPI 6.1Toshi Kani1-5/+5
2016-04-26ACPI / ARM64: Remove EXPERT dependency for ACPI on ARM64Mark Brown1-1/+1
2016-04-26ACPI / ARM64: Don't enable ACPI by default on ARM64Mark Brown1-1/+1
2016-04-21ACPI / SRAT: fix SRAT parsing order with both LAPIC and X2APIC presentLukasz Anaczkowski1-4/+12
2016-04-19ACPI / tables: Convert initrd table override to table upgrade mechanismLv Zheng2-18/+38
2016-04-19ACPI / tables: Move table override mechanisms to tables.cLv Zheng3-276/+291
2016-04-12acpi: widen acpi_evaluate_dsm() revision and function-index argumentsJerry Hoemann1-2/+2
2016-04-11libnvdimm, nfit: Use ACPI_SIG_NFIT instead of hard coded stringLee, Chun-Yi1-1/+1
2016-04-11libnvdimm, nfit: report multiple interface codes per-dimmDan Williams2-3/+70
2016-04-09ACPI / utils: Rename acpi_dev_present()Lukas Wunner1-3/+3
2016-04-09ACPI 2.0 / ECDT: Enable correct ECDT initialization orderLv Zheng1-14/+25
2016-04-09ACPI 2.0 / ECDT: Remove early namespace reference from ECLv Zheng1-91/+54
2016-04-09ACPI 2.0 / ECDT: Split EC_FLAGS_HANDLERS_INSTALLEDLv Zheng1-41/+55
2016-04-09ACPI / PM: Introduce efi poweroff for HW-full platforms without _S5Chen Yu1-0/+7
2016-04-09ACPI: implement Generic Event DeviceSinan Kaya2-0/+157
2016-04-05ACPICA: Namespace: Reorder \_SB._INI to make sure it is evaluated before _REG...Lv Zheng1-21/+54