aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-21ACPICA: Fully deploy ACPI_PRINTF_LIKE macroBob Moore5-54/+57
2019-08-21ACPICA: Fix issues with arg types within printf format stringsBob Moore4-15/+13
2019-08-21ACPICA: Increase total number of possible Owner IDsBob Moore11-21/+27
2019-08-21ACPICA: Debugger: remove redundant assignment on obj_descColin Ian King1-1/+0
2019-08-20ACPI / APEI: Release resources if gen_pool_add() failsLiguang Zhang1-2/+15
2019-08-19acpi: Disable ACPI table override if the kernel is locked downLinn Crosetto1-0/+6
2019-08-19acpi: Ignore acpi_rsdp kernel param when the kernel has been locked downJosh Boyer1-1/+13
2019-08-19ACPI: Limit access to custom_method when the kernel is locked downMatthew Garrett1-0/+6
2019-08-16ia64: remove support for machvecsChristoph Hellwig1-1/+1
2019-08-16ia64: remove support for the SGI SN2 platformChristoph Hellwig1-1/+1
2019-08-13acpi: Use built-in RCU list checking for acpi_ioremaps listJoel Fernandes (Google)1-2/+4
2019-08-12ACPI/PPTT: Add support for ACPI 6.3 thread flagJeremy Linton1-1/+52
2019-08-12HMAT: Skip publishing target info for nodes with no online memoryDan Williams1-4/+10
2019-08-12HMAT: Register attributes for memory hot addKeith Busch1-18/+57
2019-08-12HMAT: Register memory-side cache after parsingKeith Busch1-15/+55
2019-08-09ACPI / processor: don't print errors for processorIDs == 0xffJiri Slaby1-3/+7
2019-08-08ACPI: PM: Print debug messages on device power state changesRafael J. Wysocki1-0/+4
2019-08-08ACPI: PM: s2idle: Execute LPS0 _DSM functions with suspended devicesRafael J. Wysocki1-12/+24
2019-08-08ACPI: EC: PM: Make acpi_ec_dispatch_gpe() print debug messageRafael J. Wysocki1-1/+5
2019-08-08ACPI: EC: PM: Consolidate some code depending on PM_SLEEPRafael J. Wysocki2-29/+27
2019-08-08ACPI: PM: s2idle: Eliminate acpi_sleep_no_ec_events()Rafael J. Wysocki3-12/+1
2019-08-08ACPI: PM: s2idle: Switch EC over to polling during "noirq" suspendRafael J. Wysocki1-4/+2
2019-08-08ACPI: PM: s2idle: Add acpi.sleep_no_lps0 module parameterRafael J. Wysocki1-16/+15
2019-08-08ACPI: PM: s2idle: Rearrange lps0_device_attach()Rafael J. Wysocki1-15/+17
2019-08-05ACPI/IORT: Rename arm_smmu_v3_set_proximity() 'node' local variableLorenzo Pieralisi1-3/+3
2019-08-05ACPI / APEI: Get rid of NULL_UUID_LE constantAndy Shevchenko1-1/+1
2019-08-03drivers/acpi/scan.c: document why we don't need the device_hotplug_lockDavid Hildenbrand1-0/+6
2019-08-01ACPI: PM: Fix regression in acpi_device_set_power()Rafael J. Wysocki1-1/+3
2019-07-30ACPI: PM: Set up EC GPE for system wakeup from drivers that need itRafael J. Wysocki3-14/+8
2019-07-27Merge tag 'libnvdimm-fixes-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-14/+38
2019-07-23ACPI/IORT: Fix off-by-one check in iort_dev_find_its_id()Lorenzo Pieralisi1-2/+2
2019-07-23PM: sleep: Simplify suspend-to-idle control flowRafael J. Wysocki1-22/+25
2019-07-23ACPI: PM: Set s2idle_wakeup earlier and clear it laterRafael J. Wysocki1-2/+4
2019-07-23ACPI: EC: Return bool from acpi_ec_dispatch_gpe()Rafael J. Wysocki2-4/+9
2019-07-23ACPICA: Return u32 from acpi_dispatch_gpe()Rafael J. Wysocki1-3/+3
2019-07-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-15/+4
2019-07-18mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of pfnsDavid Hildenbrand1-15/+4
2019-07-18driver-core, libnvdimm: Let device subsystems add local lockdep coverageDan Williams2-14/+38
2019-07-18Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-2/+2
2019-07-18Merge tag 'acpi-5.3-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds4-17/+52
2019-07-18Merge branches 'acpi-misc' and 'acpi-video'Rafael J. Wysocki2-0/+41
2019-07-16ACPI: video: Add new hw_changes_brightness quirk, set it on PB Easynote MZ35Hans de Goede1-0/+37
2019-07-15Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+12
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-10/+5
2019-07-11Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+9
2019-07-11ACPI: blacklist: fix clang warning for unused DMI tableArnd Bergmann1-0/+4
2019-07-11ACPICA: Update table load object initializationErik Schmauss2-17/+11
2019-07-11Merge tag 'acpi-5.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-9/+17
2019-07-10Revert "ACPICA: Update table load object initialization"Rafael J. Wysocki2-9/+17
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-5/+5