summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-53/+87
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+0
2017-08-29acpi/nfit: Fix COMPLETION_INITIALIZER_ONSTACK() abuseBoqun Feng1-1/+1
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar12-26/+127
2017-08-24Merge branches 'acpica-fix', 'acpi-ec-fix' and 'acpi-properties-fix'Rafael J. Wysocki4-13/+8
2017-08-22ACPI: device property: Fix node lookup in acpi_graph_get_child_prop_value()Sakari Ailus1-1/+1
2017-08-22ACPICA: Fix acpi_evaluate_object_typed()Rafael J. Wysocki1-3/+7
2017-08-17ACPI: EC: Fix regression related to wrong ECDT initialization orderLv Zheng3-12/+7
2017-08-13Merge tag 'tty-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+34
2017-08-10ACPI/IORT: Fix build regression without IOMMUArnd Bergmann1-1/+1
2017-08-08ACPI/IORT: numa: Add numa node mapping for smmuv3 devicesGanapatrao Kulkarni1-1/+28
2017-08-08ACPI/IORT: Handle PCI aliases properly for IOMMUsRobin Murphy1-52/+59
2017-08-03Merge branches 'acpi-soc', 'acpi-wdat' and 'acpi-cppc'Rafael J. Wysocki3-3/+22
2017-07-30tty: pl011: fix initialization order of QDF2400 E44Timur Tabi1-2/+34
2017-07-30ACPI: APD: Fix HID for Hisilicon Hip07/08Hanjun Guo1-2/+2
2017-07-27Merge branches 'acpi-pm' and 'acpi-numa'Rafael J. Wysocki2-2/+10
2017-07-26ACPI / watchdog: Fix init failure with overlapping register regionsRyan Kennedy1-1/+6
2017-07-24ACPI: NUMA: Fix typo in the full name of SRATRoss Zwisler1-1/+1
2017-07-20ACPI / PM / EC: Flush all EC work in acpi_freeze_sync()Rafael J. Wysocki3-3/+15
2017-07-20Merge branch 'acpi-ec' into acpi-pmRafael J. Wysocki1-0/+31
2017-07-19ACPI / EC: Add parameter to force disable the GPE on suspendRafael J. Wysocki1-0/+31
2017-07-18Merge branch 'x86/boot' into x86/mm, to pick up interacting changesIngo Molnar79-629/+2474
2017-07-17acpi/nfit: Fix memory corruption/Unregister mce decoder on failurePrarit Bhargava1-1/+9
2017-07-14Merge tag 'acpi-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-26/+40
2017-07-14Merge branches 'acpi-ec', 'acpi-irq' and 'acpi-quirks'Rafael J. Wysocki3-26/+40
2017-07-12Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-20/+63
2017-07-12ACPI / x86: Add KIOX000A accelerometer on GPD win to always_present_ids arrayHans de Goede1-0/+13
2017-07-12ACPI / x86: Add Dell Venue 11 Pro 7130 touchscreen to always_present_idsHans de Goede1-0/+9
2017-07-12ACPI / x86: Allow matching always_present_id array entries by DMIHans de Goede1-4/+15
2017-07-12Revert "ACPI / EC: Enable event freeze mode..." to fix a regressionLv Zheng1-1/+1
2017-07-12ACPI / EC: Drop EC noirq hooks to fix a regressionLv Zheng1-19/+0
2017-07-12ACPI / irq: Fix return code of acpi_gsi_to_irq()Mark Salter1-2/+2
2017-07-10Merge tag 'devprop-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-8/+125
2017-07-10Merge tag 'acpi-extra-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-18/+67
2017-07-10Merge branches 'acpi-spcr', 'acpi-osi', 'acpi-bus', 'acpi-scan' and 'acpi-misc'Rafael J. Wysocki8-18/+67
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-27/+146
2017-07-06ACPI / LPSS: Only call pwm_add_table() for the first PWM controllerHans de Goede1-0/+14
2017-07-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-47/+196
2017-07-05x86/mm: Stop calling leave_mm() in idle codeAndy Lutomirski1-2/+0
2017-07-04Merge tag 'acpi-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds55-394/+1627
2017-07-04Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds9-89/+210
2017-07-04ACPI / DPTF: constify attribute_group structuresArvind Yadav1-1/+1
2017-07-04ACPI / LPSS: constify attribute_group structuresArvind Yadav1-1/+1
2017-07-04ACPI: BGRT: constify attribute_group structuresArvind Yadav1-1/+1
2017-07-04ACPI / power: constify attribute_group structuresArvind Yadav1-5/+5
2017-07-04ACPI / scan: Indicate to platform when hot remove returns busyLee, Chun-Yi1-5/+13
2017-07-04ACPI / bus: handle ACPI hotplug schedule errors completelyLee, Chun-Yi1-2/+6
2017-07-04ACPI / osi: Make local function acpi_osi_dmi_linux() staticColin Ian King1-1/+2
2017-07-04ACPI: SPCR: Workaround for APM X-Gene 8250 UART 32-alignment errataLoc Ho1-0/+22
2017-07-04ACPI: SPCR: Use access width to determine mmio usageLoc Ho1-2/+16