aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2018-03-29Merge branches 'x86/amd', 'x86/vt-d', 'arm/rockchip', 'arm/omap', 'arm/mediatek', 'arm/exynos', 'arm/renesas', 'arm/smmu' and 'core' into nextJoerg Roedel9-93/+176
2018-03-28acpi, nfit: rework NVDIMM leaf method detectionDan Williams2-23/+23
2018-03-27Merge tag 'v4.16-rc7' into x86/mm, to fix up conflictIngo Molnar4-54/+18
2018-03-26treewide: Align function definition open/close bracesJoe Perches2-2/+2
2018-03-22Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-7/+13
2018-03-22Merge branch 'acpi-wdat'Rafael J. Wysocki1-2/+2
2018-03-21nfit: skip region registration for incomplete control regionsDan Williams1-7/+6
2018-03-21libnvdimm, nfit: fix persistence domain reportingDan Williams1-3/+7
2018-03-21xen/acpi: upload _PSD info for non Dom0 CPUs tooJoao Martins1-6/+5
2018-03-20ACPI / video: Add quirk to force acpi-video backlight on Samsung 670Z5EHans de Goede1-0/+9
2018-03-20ACPI: Add Time and Alarm Device (TAD) driverRafael J. Wysocki3-0/+487
2018-03-20ACPI / scan: Send change uevent with offine environmental dataLee, Chun-Yi1-1/+2
2018-03-20ACPI / PM: Allow deeper wakeup power states with no _SxD nor _SxWDaniel Drake1-1/+10
2018-03-19ACPI / watchdog: Fix off-by-one error at resource assignmentTakashi Iwai1-2/+2
2018-03-19Revert "ACPI / battery: Add quirk for Asus GL502VSK and UX305LA"Daniel Drake1-45/+3
2018-03-18ACPI / PM: Reduce LPI constraints logging noiseRafael J. Wysocki1-4/+6
2018-03-18ACPI / Kconfig: Update ACPI_PROCFS_POWER help textRandy Dunlap1-4/+4
2018-03-18ACPI / OSI: Add OEM _OSI strings to disable NVidia RTD3Alex Hung1-0/+9
2018-03-18ACPICA: Cleanup/simplify module-level code supportBob Moore8-60/+106
2018-03-18ACPICA: Events: add a return on failure from acpi_hw_register_readErik Schmauss1-2/+7
2018-03-18ACPICA: adding SPDX headersErik Schmauss197-7148/+338
2018-03-18ACPICA: Rename a global for clarity, no functional changeBob Moore7-9/+9
2018-03-18ACPICA: macros: fix ACPI_ERROR_NAMESPACE macroErik Schmauss4-10/+16
2018-03-18ACPICA: Change a compile-time option to a runtime optionBob Moore1-16/+16
2018-03-18ACPICA: Remove calling of _STA from acpi_get_object_info()Hans de Goede3-22/+9
2018-03-18ACPICA: AML Debug Object: Don't ignore output of zero-length stringsBob Moore1-4/+3
2018-03-18ACPICA: Fix memory leak on unusual memory leakBob Moore1-0/+4
2018-03-18ACPICA: Events: Dispatch GPEs after enabling for the first timeErik Schmauss4-13/+49
2018-03-18ACPICA: Events: Add parallel GPE handling support to fix potential redundant _Exx evaluationsErik Schmauss2-105/+132
2018-03-18ACPICA: Events: Stop unconditionally clearing ACPI IRQs during suspend/resumeErik Schmauss4-19/+4
2018-03-18ACPICA: acpi: acpica: fix acpi operand cache leak in nseval.cSeunghun Han1-0/+8
2018-03-15acpi, numa: fix pxm to online numa node associationsDan Williams1-4/+6
2018-03-14acpi, nfit: Add function to look up nvdimm device and provide SMBIOS handleTony Luck1-0/+27
2018-03-13Revert "ACPI: battery: Add the ThinkPad "Not Charging" quirk"Rafael J. Wysocki1-23/+1
2018-03-09Merge tag 'acpi/iort-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/linux into aarch64/for-next/coreWill Deacon1-12/+0
2018-03-08ACPI/IORT: Remove obsolete ACPI_IORT_SMMU_V3_CAVIUM_CN99XX defineLorenzo Pieralisi1-5/+0
2018-03-08ACPI/IORT: Remove temporary iort_get_id_mapping_index() ACPICA guardLorenzo Pieralisi1-7/+0
2018-03-05acpi, nfit: remove redundant __func__ in dev_dbgJohannes Thumshirn2-42/+38
2018-02-27ACPI: battery: do not export degraded capacity values over 100Laszlo Toth1-0/+27
2018-02-27ACPI / PCI: pci_link: Allow the absence of _PRS and change log levelAlex Hung1-2/+2
2018-02-27ACPI: battery: make function __battery_hook_unregister() staticColin Ian King1-1/+1
2018-02-26acpi: Introduce acpi_arch_get_root_pointer() for getting rsdp addressJuergen Gross1-1/+4
2018-02-23ACPI/sleep: Simplify code by using the new dmi_get_bios_year() helperAndy Shevchenko1-3/+1
2018-02-22ACPI / PMIC: Replace license boilerplate with SPDX license identifierrajmohan.mani@intel.com1-9/+1
2018-02-22ACPI / CPPC: Update all pr_(debug/err) messages to log the susbspace idGeorge Cherian1-11/+16
2018-02-22ACPI: add NFIT and HMAT to the initrd override listDan Williams1-1/+1
2018-02-21ACPI / PM: Do not reconfigure GPEs for suspend-to-idleRafael J. Wysocki1-10/+1
2018-02-21ACPICA: Add option to disable Package object name resolution errorsBob Moore1-7/+31
2018-02-21ACPICA: Integrate package handling with module-level codeSchmauss, Erik4-61/+79
2018-02-21ACPICA: Revert "Fix for implicit result conversion for the To____ functions"Bob Moore4-24/+12