summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2016-05-06Merge back new ACPICA material for v4.7.Rafael J. Wysocki112-1023/+1663
2016-05-05ACPICA: Move all ASCII utilities to a common fileBob Moore11-110/+160
2016-05-05ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support for acpi_hw_w...Lv Zheng1-9/+137
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-04ACPICA: Dispatcher: Update thread ID for recursive method callsPrarit Bhargava1-0/+3
2016-04-05ACPICA: Namespace: Reorder \_SB._INI to make sure it is evaluated before _REG...Lv Zheng1-21/+54
2016-04-05ACPICA: Events: Fix an issue that _REG association can happen before namespac...Lv Zheng3-50/+24
2016-04-05ACPICA: Tables: Fix wrong MLC condition for dynamic table loadingLv Zheng1-1/+3
2016-04-05ACPICA: Interpreter: Fix wrong conditions for acpi_ev_install_region_handlers...Lv Zheng1-1/+1
2016-04-05ACPICA: Hardware: Enhance acpi_hw_validate_register() with access_width/bit_o...Lv Zheng1-10/+15
2016-04-05Utilities: Fix missing parentheses in ACPI_GET_BITS()/ACPI_SET_BITS()Lv Zheng1-2/+2
2016-04-05ACPICA: Utilities: Add ACPI_IS_POWER_OF_TWO()Lv Zheng1-0/+4
2016-04-05ACPICA: iASL/Disassembler: Improve handling of unresolved methodsBob Moore1-0/+1
2016-04-05ACPICA: All: const keyword changes across the ACPICA sourceBob Moore25-111/+111
2016-04-05ACPICA: Utilities: Update for strtoul64 mergerBob Moore5-34/+53
2016-04-05ACPICA: Cleanup some invocation indentations, no functional changeBob Moore1-0/+6
2016-04-05ACPICA: iASL: Cleanup/optimization for ToPLD macro supportBob Moore2-0/+52
2016-04-05ACPICA: Interpreter: Update some function headers, no functional changeBob Moore1-6/+6
2016-04-05ACPICA: Intepreter: Add object extensions to Concatenate operandBob Moore3-290/+440
2016-04-05ACPICA: ACPI 6.1: Add full support for this version of ACPI specBob Moore2-13/+26
2016-04-05ACPICA: Tables: Update FADT handlingBob Moore1-7/+11
2016-04-04ACPICA: Linuxize: reduce divergences for 20160212 releaseLv Zheng3-3/+2
2016-04-02Merge branch 'acpi-processor'Rafael J. Wysocki3-0/+61
2016-03-26ACPI / processor: Request native thermal interrupt handling via _OSCSrinivas Pandruvada3-0/+61
2016-03-24Merge tag 'pm+acpi-4.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-2/+17
2016-03-25Merge branches 'acpi-soc', 'acpi-misc', 'acpi-pci' and 'device-properties'Rafael J. Wysocki4-2/+16
2016-03-25Merge branches 'pm-avs', 'pm-clk', 'pm-devfreq' and 'pm-sleep'Rafael J. Wysocki1-0/+1
2016-03-23ACPI / PM: Runtime resume devices when waking from hibernateLukas Wunner1-0/+1
2016-03-22PCI: ACPI: IA64: fix IO port generic range checkLorenzo Pieralisi1-1/+13
2016-03-22ACPI / util: cast data to u64 before shifting to fix sign extensionColin Ian King1-1/+1
2016-03-17ACPI / property: fix data node parsing in acpi_get_next_subnode()Irina Tirdea1-0/+1
2016-03-17ACPI / APD: Add device HID for future AMD UART controllerWang Hongcheng1-0/+1
2016-03-16Merge tag 'libnvdimm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-217/+611
2016-03-16Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds48-413/+937
2016-03-15tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra1-2/+2
2016-03-14Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-5/+12
2016-03-14Merge branches 'acpi-ec', 'acpi-fan', 'acpi-video' and 'acpi-misc'Rafael J. Wysocki8-40/+26
2016-03-14Merge branches 'acpi-pci', 'acpi-soc' and 'pnp'Rafael J. Wysocki2-4/+26
2016-03-14Merge branches 'acpi-processor' and 'acpi-cppc'Rafael J. Wysocki5-99/+254
2016-03-14Merge branches 'acpi-scan', 'acpi-osl' and 'acpi-apei'Rafael J. Wysocki10-85/+260
2016-03-14Merge branch 'acpica'Rafael J. Wysocki24-185/+371
2016-03-11ACPI / APEI: ERST: Fixed leaked resources in erst_initJosh Hunt1-0/+3