| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-05-05 | ACPI,PCI,IRQ: reduce static IRQ array size to 16 |  Sinan Kaya | 1 | -20/+20 |
| 2016-05-05 | ACPI,PCI,IRQ: reduce resource requirements |  Sinan Kaya | 1 | -29/+68 |
| 2016-05-05 | ACPI / osi: Collect _OSI handling into one single file |  Lv Zheng | 5 | -470/+531 |
| 2016-05-05 | ACPI / osi: Cleanup coding style issues before creating a separate OSI source file |  Lv Zheng | 2 | -50/+36 |
| 2016-05-05 | ACPI / osi: Cleanup OSI handling code to use bool |  Lv Zheng | 2 | -25/+15 |
| 2016-05-05 | ACPI / osi: Fix default _OSI(Darwin) support |  Chen Yu | 2 | -7/+74 |
| 2016-05-05 | ACPI / osi: Add acpi_osi=!! to allow reverting acpi_osi=! |  Lv Zheng | 1 | -0/+3 |
| 2016-05-05 | ACPI / osi: Cleanup _OSI("Linux") related code before introducing new support |  Lv Zheng | 1 | -20/+22 |
| 2016-05-05 | ACPI / osi: Fix an issue that acpi_osi=!* cannot disable ACPICA internal strings |  Lv Zheng | 1 | -5/+11 |
| 2016-05-04 | ACPI / device_sysfs: Clean up checkpatch errors |  Betty Dall | 1 | -7/+9 |
| 2016-05-04 | ACPI / device_sysfs: Change _SUN and _STA show functions error return to EIO |  Betty Dall | 1 | -2/+2 |
| 2016-05-04 | ACPI / device_sysfs: Add sysfs support for _HRV hardware revision |  Betty Dall | 1 | -0/+24 |
| 2016-05-04 | ACPI/video: export acpi_video_get_levels |  Aaron Lu | 1 | -38/+45 |
| 2016-05-04 | video / backlight: remove the backlight_device_registered API |  Aaron Lu | 1 | -1/+1 |
| 2016-05-04 | ACPICA: Dispatcher: Update thread ID for recursive method calls |  Prarit Bhargava | 1 | -0/+3 |
| 2016-05-02 | nfit: fix translation of command status results |  Dan Williams | 1 | -1/+4 |
| 2016-04-29 | nfit: export subsystem ids as attributes |  Dan Williams | 1 | -1/+32 |
| 2016-04-28 | nfit: fix format interface code byte order per ACPI6.1 |  Dan Williams | 1 | -5/+7 |
| 2016-04-28 | nfit, libnvdimm: limited/whitelisted dimm command marshaling mechanism |  Dan Williams | 2 | -17/+98 |
| 2016-04-28 | nfit, libnvdimm: clarify "commands" vs "_DSMs" |  Dan Williams | 2 | -10/+15 |
| 2016-04-27 | ACPI / amba: Remove CLK_IS_ROOT |  Stephen Boyd | 1 | -2/+1 |
| 2016-04-27 | ACPI / APD: Remove CLK_IS_ROOT |  Stephen Boyd | 1 | -2/+1 |
| 2016-04-26 | acpi/nfit: Add sysfs "id" for NVDIMM ID |  Toshi Kani | 1 | -0/+19 |
| 2016-04-26 | acpi/nfit: Update nfit driver to comply with ACPI 6.1 |  Toshi Kani | 1 | -5/+5 |
| 2016-04-26 | ACPI / ARM64: Remove EXPERT dependency for ACPI on ARM64 |  Mark Brown | 1 | -1/+1 |
| 2016-04-26 | ACPI / ARM64: Don't enable ACPI by default on ARM64 |  Mark Brown | 1 | -1/+1 |
| 2016-04-21 | ACPI / SRAT: fix SRAT parsing order with both LAPIC and X2APIC present |  Lukasz Anaczkowski | 1 | -4/+12 |
| 2016-04-18 | ACPI / tables: Convert initrd table override to table upgrade mechanism |  Lv Zheng | 2 | -18/+38 |
| 2016-04-18 | ACPI / tables: Move table override mechanisms to tables.c |  Lv Zheng | 3 | -276/+291 |
| 2016-04-11 | acpi: widen acpi_evaluate_dsm() revision and function-index arguments |  Jerry Hoemann | 1 | -2/+2 |
| 2016-04-11 | libnvdimm, nfit: Use ACPI_SIG_NFIT instead of hard coded string |  Lee, Chun-Yi | 1 | -1/+1 |
| 2016-04-11 | libnvdimm, nfit: report multiple interface codes per-dimm |  Dan Williams | 2 | -3/+70 |
| 2016-04-09 | ACPI / utils: Rename acpi_dev_present() |  Lukas Wunner | 1 | -3/+3 |
| 2016-04-09 | ACPI 2.0 / ECDT: Enable correct ECDT initialization order |  Lv Zheng | 1 | -14/+25 |
| 2016-04-09 | ACPI 2.0 / ECDT: Remove early namespace reference from EC |  Lv Zheng | 1 | -91/+54 |
| 2016-04-09 | ACPI 2.0 / ECDT: Split EC_FLAGS_HANDLERS_INSTALLED |  Lv Zheng | 1 | -41/+55 |
| 2016-04-09 | ACPI / PM: Introduce efi poweroff for HW-full platforms without _S5 |  Chen Yu | 1 | -0/+7 |
| 2016-04-09 | ACPI: implement Generic Event Device |  Sinan Kaya | 2 | -0/+157 |
| 2016-04-05 | ACPICA: Namespace: Reorder \_SB._INI to make sure it is evaluated before _REG evaluations |  Lv Zheng | 1 | -19/+52 |
| 2016-04-05 | ACPICA: Events: Fix an issue that _REG association can happen before namespace is initialized |  Lv Zheng | 3 | -50/+24 |
| 2016-04-05 | ACPICA: Tables: Fix wrong MLC condition for dynamic table loading |  Lv Zheng | 1 | -1/+3 |
| 2016-04-05 | ACPICA: Interpreter: Fix wrong conditions for acpi_ev_install_region_handlers() invocation |  Lv Zheng | 1 | -1/+1 |
| 2016-04-05 | ACPICA: Hardware: Enhance acpi_hw_validate_register() with access_width/bit_offset awareness |  Lv Zheng | 1 | -10/+15 |
| 2016-04-05 | Utilities: Fix missing parentheses in ACPI_GET_BITS()/ACPI_SET_BITS() |  Lv Zheng | 1 | -2/+2 |
| 2016-04-05 | ACPICA: Utilities: Add ACPI_IS_POWER_OF_TWO() |  Lv Zheng | 1 | -0/+4 |
| 2016-04-05 | ACPICA: iASL/Disassembler: Improve handling of unresolved methods |  Bob Moore | 1 | -0/+1 |
| 2016-04-05 | ACPICA: All: const keyword changes across the ACPICA source |  Bob Moore | 25 | -111/+111 |
| 2016-04-05 | ACPICA: Utilities: Update for strtoul64 merger |  Bob Moore | 5 | -34/+53 |
| 2016-04-05 | ACPICA: Cleanup some invocation indentations, no functional change |  Bob Moore | 1 | -0/+6 |
| 2016-04-05 | ACPICA: iASL: Cleanup/optimization for ToPLD macro support |  Bob Moore | 2 | -0/+52 |