summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2016-05-05ACPICA: Divergence: remove unwanted spaces for typedefLv Zheng74-253/+252
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-25Merge 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-23PCI: 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-17Merge tag 'libnvdimm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-217/+611
2016-03-17Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds48-413/+937
2016-03-16tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra1-2/+2
2016-03-15Merge 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
2016-03-11ACPI / APEI: Fix leaked resourcesJosh Hunt1-2/+4
2016-03-10i2c: designware: Add device HID for future AMD I2C controllerXiangliang Yu1-0/+1
2016-03-10ACPICA / Interpreter: Fix a regression triggered because of wrong Linux ECDT ...Lv Zheng3-39/+32
2016-03-10Merge branch 'for-4.6/pfn' into libnvdimm-for-nextDan Williams3-5/+62
2016-03-10ACPI / OSL: Add support to install tables via initrdLv Zheng3-1/+52
2016-03-10ACPI / OSL: Clean up initrd table override codeLv Zheng1-62/+52
2016-03-10ACPI / util: remove redundant check if element is NULLColin Ian King1-4/+0
2016-03-10ACPI: Add acpi_force_32bit_fadt_addr option to force 32 bit FADT addressesColin Ian King1-0/+10
2016-03-10drivers/acpi: make pmic/intel_pmic_crc.c explicitly non-modularPaul Gortmaker1-5/+2
2016-03-10drivers/acpi: make apei/ghes.c more explicitly non-modularPaul Gortmaker1-16/+7
2016-03-10drivers/acpi: make bgrt driver explicitly non-modularPaul Gortmaker1-7/+3
2016-03-10ACPI / CPPC: use MRTT/MPAR to decide if/when a req can be sentPrakash, Prashanth1-1/+55