aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/tip/tipLinus Torvalds2-5/+12
2016-03-08ACPICA: Revert "Parser: Fix for SuperName method invocation"Bob Moore1-5/+4
2016-03-04nfit: Continue init even if ARS commands are unimplementedVishal Verma1-4/+11
2016-03-04Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar4-144/+93
2016-02-27Merge tag 'pci-v4.5-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-4/+13
2016-02-27Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"Bjorn Helgaas1-1/+8
2016-02-26Merge tag 'pm+acpi-4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-94/+34
2016-02-24Revert "ACPI, PCI, irq: remove interrupt count restriction"Rafael J. Wysocki1-102/+34
2016-02-24Revert "ACPI / PCI: Simplify acpi_penalize_isa_irq()"Rafael J. Wysocki1-3/+11
2016-02-23nfit: update address range scrub commands to the acpi 6.1 formatDan Williams1-3/+3
2016-02-19libnvdimm, tools/testing/nvdimm: fix 'ars_status' output buffer sizingDan Williams1-6/+7
2016-02-19nfit: fix multi-interface dimm handling, acpi6.1 compatibilityDan Williams1-36/+35
2016-02-17Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed"Bjorn Helgaas1-4/+6
2016-02-06Merge branches 'pm-core' and 'pm-domains'Rafael J. Wysocki1-1/+1
2016-02-03ACPI / LPSS: set PM domain via helper setterAndy Shevchenko1-1/+1
2016-01-30ACPI/EINJ: Allow memory error injection to NVDIMMToshi Kani1-4/+11
2016-01-30drivers: Initialize resource entry to zeroToshi Kani1-1/+1
2016-01-29Merge branches 'acpi-video' and 'acpi-hotplug'Rafael J. Wysocki1-8/+0
2016-01-23ACPI: Revert "ACPI / video: Add Dell Inspiron 5737 to the blacklist"Hans de Goede1-8/+0
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa1-4/+2
2016-01-20Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds194-221/+242
2016-01-21Merge branch 'pm-core'Rafael J. Wysocki2-3/+7
2016-01-21Merge branches 'acpica', 'acpi-video' and 'acpi-fan'Rafael J. Wysocki192-218/+235
2016-01-15ACPICA: Silence a -Wbad-function-cast warning when acpi_uintptr_t is 'uintptr_t'Lv Zheng1-1/+3
2016-01-15ACPICA: Additional 2016 copyright changesBob Moore190-191/+191
2016-01-15ACPICA: Reduce regression fix divergence from upstream ACPICALv Zheng1-6/+7
2016-01-15ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Satellite R830Hans de Goede1-0/+9
2016-01-15ACPI / video: Fix using an uninitialized mutex / list_head in acpi_video_handles_brightness_key_presses()Hans de Goede1-5/+2
2016-01-15ACPI / video: Revert "ACPI / video: driver must be registered before checking for keypresses"Hans de Goede1-14/+13
2016-01-15ACPI / fan: Improve acpi_device_update_power error messageAndy Lutomirski1-1/+1
2016-01-15ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Portege R700Hans de Goede1-0/+9
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+203
2016-01-12Merge branches 'acpi-pnp' and 'pnp'Rafael J. Wysocki1-1/+1
2016-01-12Merge branches 'acpi-pci', 'acpi-irq' and 'acpi-assorted'Rafael J. Wysocki6-66/+130
2016-01-12Merge branches 'acpi-scan', 'acpi-bus', 'acpi-osl' and 'acpi-pm'Rafael J. Wysocki5-12/+87
2016-01-12Merge branch 'acpi-video'Rafael J. Wysocki2-15/+78
2016-01-12Merge branch 'acpica'Rafael J. Wysocki133-2212/+2105
2016-01-12Merge branch 'acpi-debug'Rafael J. Wysocki15-202/+1187
2016-01-12Merge branch 'acpi-soc'Rafael J. Wysocki2-16/+213
2016-01-12Merge branch 'device-properties'Rafael J. Wysocki1-5/+5
2016-01-09libnvdimm: Add a poison list and export badblocksVishal Verma1-0/+203
2016-01-08PM / Domains: add setter for dev.pm_domainTomeu Vizoso2-3/+7
2016-01-08ACPI / property: avoid leaking format string into kobject nameKees Cook1-1/+1
2016-01-07ACPI / APD: Add APM X-Gene ACPI I2C device supportLoc Ho1-1/+15
2016-01-07ACPI / LPSS: change 'does not have' to 'has' in commentAndy Shevchenko1-1/+1
2016-01-07ACPI / LPSS: override power state for LPSS DMA deviceAndy Shevchenko1-7/+146
2016-01-05ACPI, PCI, irq: remove redundant check for null string pointerColin Ian King1-3/+0
2016-01-05ACPI / video: driver must be registered before checking for keypressesAdrien Schildknecht1-13/+14
2016-01-04ACPI: Fix white space in a structure definitionLukas Wunner1-1/+1