summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* ACPI / button: make module loadable when booted in non-ACPI modeArd Biesheuvel2018-05-091-1/+23
* ACPI / video: Only default only_lcd to true on Win8-ready _desktops_Hans de Goede2018-04-291-2/+25
* ACPI / EC: Restore polling during noirq suspend/resume phasesRafael J. Wysocki2018-04-261-0/+6
* ACPI / scan: Use acpi_bus_get_status() to initialize ACPI_TYPE_DEVICE devsHans de Goede2018-04-261-3/+17
* ACPI / bus: Do not call _STA on battery devices with unmet dependenciesHans de Goede2018-04-261-0/+6
* ACPI: processor_perflib: Do not send _PPC change notification if not readyChen Yu2018-04-261-1/+1
* ACPI / LPSS: Do not instiate platform_dev for devs without MMIO resourcesHans de Goede2018-04-261-0/+2
* nfit: skip region registration for incomplete control regionsDan Williams2018-04-241-7/+6
* nfit, address-range-scrub: fix scrub in-progress reportingDan Williams2018-04-241-1/+4
* ACPI / video: Add quirk to force acpi-video backlight on Samsung 670Z5EHans de Goede2018-04-241-0/+9
* nfit: fix region registration vs block-data-window rangesDan Williams2018-04-191-8/+14
* ACPI: EC: Fix debugfs_create_*() usageGeert Uytterhoeven2018-04-123-3/+3
* ACPI / video: Default lcd_only to true on Win8-ready and newer machinesHans de Goede2018-04-121-2/+12
* ACPI / watchdog: Fix off-by-one error at resource assignmentTakashi Iwai2018-03-281-2/+2
* acpi, numa: fix pxm to online numa node associationsDan Williams2018-03-281-4/+6
* ACPI / bus: Parse tables as term_list for Dell XPS 9570 and Precision M5530Kai Heng Feng2018-03-081-7/+31
* acpi, nfit: fix register dimm error handlingToshi Kani2018-02-161-0/+3
* ACPI: sbshc: remove raw pointer from printk() messageGreg Kroah-Hartman2018-02-161-2/+2
* ACPI / bus: Leave modalias empty for devices which are not presentHans de Goede2018-02-031-0/+4
* acpi, nfit: fix health event notificationDan Williams2017-12-291-1/+8
* ACPI: APEI / ERST: Fix missing error handling in erst_reader()Takashi Iwai2017-12-291-1/+1
* ACPI / APEI: Replace ioremap_page_range() with fixmapJames Morse2017-12-251-30/+14
* ACPI / APEI: remove the unused dead-code for SEA/NMI notification typeDongjiu Geng2017-12-251-28/+5
* ACPI / APEI: adjust a local variable type in ghes_ioremap_pfn_irq()Jan Beulich2017-12-251-1/+2
* ACPI / EC: Fix regression related to PM ops support in ECDT deviceLv Zheng2017-12-053-24/+67
* ACPI / EC: Fix regression related to triggering source of EC event handlingLv Zheng2017-11-301-5/+7
* ACPI / PM: Fix acpi_pm_notifier_lock vs flush_workqueue() deadlockVille Syrjälä2017-11-301-9/+12
* ACPI / PM: Blacklist Low Power S0 Idle _DSM for Dell XPS13 9360Rafael J. Wysocki2017-11-061-0/+28
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-051-0/+2
|\
| * Revert "x86/mm: Stop calling leave_mm() in idle code"Andy Lutomirski2017-11-041-0/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0218-0/+18
|/
* ACPI: properties: Fix __acpi_node_get_property_reference() return codesSakari Ailus2017-10-111-4/+6
* ACPI: properties: Align return codes of __acpi_node_get_property_reference()Sakari Ailus2017-10-111-10/+9
* ACPI/IORT: Fix PCI ACS enablementLorenzo Pieralisi2017-10-041-0/+35
* Merge branch 'acpi-apei'Rafael J. Wysocki2017-09-281-7/+9
|\
| * ACPI / APEI: clear error status before acknowledging the errorTyler Baicar2017-09-271-7/+9
| |
| \
| \
| \
*---. \ Merge branches 'acpi-pmic', 'acpi-bus', 'acpi-wdat' and 'acpi-properties'Rafael J. Wysocki2017-09-222-6/+20
|\ \ \ \
| | | * | ACPI: properties: Return _DSD hierarchical extension (data) sub-nodes correctlySakari Ailus2017-09-191-5/+6
| |_|/ / |/| | |
| | * | ACPI / watchdog: properly initialize resourcesArnd Bergmann2017-09-191-1/+1
| |/ / |/| |
| * | ACPI / bus: Make ACPI_HANDLE() work for non-GPL code againJohn Hubbard2017-09-191-0/+13
|/ /
* | dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2017-09-149-11/+11
* | Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-112-7/+45
|\ \
| * | libnvdimm, nfit: move the check on nd_reserved2 to the endpointMeng Xu2017-09-041-0/+4
| * | Merge branch 'for-4.14/fs' into libnvdimm-for-nextDan Williams2017-08-318-9/+103
| |\ \
| * | | libnvdimm, nd_blk: remove mmio_flush_range()Robin Murphy2017-08-312-2/+2
| * | | libnvdimm, nfit: export an 'ecc_unit_size' sysfs attributeDan Williams2017-08-311-0/+11
| * | | nfit: cleanup long de-reference chains in acpi_nfit_init_interleave_setDan Williams2017-08-071-12/+11
| * | | nfit, libnvdimm, region: export 'position' in mapping infoDan Williams2017-08-041-0/+24
* | | | Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-052-92/+142
|\ \ \ \
| * | | | ACPI: device property: Switch to use new generic UUID APIAndy Shevchenko2017-07-261-25/+25