summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-20/+17
2017-11-13Merge tag 'acpi-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds34-602/+1485
2017-11-13Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds8-164/+425
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+3
2017-11-13Merge branch 'pm-core'Rafael J. Wysocki2-13/+124
2017-11-13Merge branch 'acpi-pm'Rafael J. Wysocki8-153/+305
2017-11-13Merge branches 'acpi-ec', 'acpi-button', 'acpi-sysfs', 'acpi-lpss' and 'acpi-...Rafael J. Wysocki5-101/+182
2017-11-13Merge branches 'acpi-pmic', 'acpi-apei' and 'acpi-x86'Rafael J. Wysocki6-97/+513
2017-11-13Merge branch 'acpica'Rafael J. Wysocki19-404/+786
2017-11-13Merge branch 'pm-qos'Rafael J. Wysocki1-4/+2
2017-11-09ACPI: Mark expected switch fall-throughsGustavo A. R. Silva4-0/+4
2017-11-09ACPI / LPSS: Remove redundant initialization of clkColin Ian King1-1/+1
2017-11-09ACPI / CPPC: Make CPPC ACPI driver aware of PCC subspace IDsGeorge Cherian1-89/+151
2017-11-09ACPI / sysfs: Make function param_set_trace_method_name() staticColin Ian King1-1/+2
2017-11-09ACPI / button: Delay acpi_lid_initialize_state() until first user space openHans de Goede1-5/+21
2017-11-09ACPI / EC: Fix regression related to triggering source of EC event handlingLv Zheng1-5/+7
2017-11-09APEI / ERST: use 64-bit timestampsArnd Bergmann1-1/+1
2017-11-08ACPI / PM: Fix acpi_pm_notifier_lock vs flush_workqueue() deadlockVille Syrjälä1-9/+12
2017-11-07ACPI / APEI: Remove ghes_ioremap_areaJames Morse1-37/+2
2017-11-07ACPI / APEI: Replace ioremap_page_range() with fixmapJames Morse1-30/+14
2017-11-06ACPI / PM: Blacklist Low Power S0 Idle _DSM for Dell XPS13 9360Rafael J. Wysocki1-0/+28
2017-11-06ACPI / PM: Take SMART_SUSPEND driver flag into accountRafael J. Wysocki2-10/+116
2017-11-06PM / core: Add NEVER_SKIP and SMART_PREPARE driver flagsRafael J. Wysocki1-4/+9
2017-11-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2017-11-04Revert "x86/mm: Stop calling leave_mm() in idle code"Andy Lutomirski1-0/+2
2017-11-02ACPI / APEI: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman18-0/+18
2017-10-24ACPI / LPSS: Consolidate runtime PM and system sleep handlingRafael J. Wysocki1-42/+34
2017-10-23ACPI / APEI: remove the unused dead-code for SEA/NMI notification typeDongjiu Geng1-28/+5
2017-10-21ACPI / x86: Extend KIOX000A quirk to cover all affected BIOS versionsHans de Goede1-1/+17
2017-10-20ACPI / scan: Fix enumeration for special UART devicesFrédéric Danis1-20/+17
2017-10-17ACPI / PM: Combine device suspend routinesRafael J. Wysocki2-50/+17
2017-10-17Merge branch 'pm-qos' into acpi-pmRafael J. Wysocki1-4/+2
2017-10-14PM / QoS: Drop PM_QOS_FLAG_REMOTE_WAKEUPRafael J. Wysocki1-4/+2
2017-10-11ACPI: properties: Fix __acpi_node_get_property_reference() return codesSakari Ailus1-4/+6
2017-10-11ACPI: properties: Align return codes of __acpi_node_get_property_reference()Sakari Ailus1-10/+9
2017-10-11ACPI / LPIT: Add Low Power Idle Table (LPIT) supportSrinivas Pandruvada6-16/+201
2017-10-11ACPI / PM: Split code validating need for runtime resume in ->prepare()Ulf Hansson1-13/+24
2017-10-11ACPI / PM: Restore acpi_subsys_complete()Ulf Hansson2-2/+19
2017-10-11ACPI / PM: Combine two identical device resume routinesRafael J. Wysocki2-32/+9
2017-10-11ACPI / APEI: adjust a local variable type in ghes_ioremap_pfn_irq()Jan Beulich1-1/+2
2017-10-04ACPI/IORT: Fix PCI ACS enablementLorenzo Pieralisi1-0/+35
2017-10-04ACPICA: Update acpi_get_timer for 64-bit interface to acpi_hw_readBob Moore1-1/+9
2017-10-04ACPICA: String conversions: Update to add new behaviorsBob Moore3-21/+78
2017-10-04ACPICA: String conversions: Cleanup/format comments. No functional changesBob Moore2-78/+74
2017-10-04ACPICA: Restructure/cleanup all string-to-integer conversion functionsBob Moore12-249/+673
2017-10-04ACPICA: acpiexec: Add testability of deferred table verificationLv Zheng1-3/+6
2017-10-04ACPICA: Hardware: Enable 64-bit support of hardware accessesLv Zheng5-155/+49
2017-10-03ACPI / PMIC: Add TI PMIC TPS68470 operation region driverRajmohan Mani3-0/+473
2017-09-28Merge branch 'acpi-apei'Rafael J. Wysocki1-7/+9