summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)Author
2019-11-17libnvdimm: Move nd_device_attribute_group to device_typeDan Williams
2019-11-13ACPI: OSI: Shoot duplicate wordCao jin
2019-11-12ACPI: HMAT: use %u instead of %d to print u32 valuesTao Xu
2019-11-12ACPI: NUMA: HMAT: fix a section mismatchQian Cai
2019-11-07ACPI: HMAT: don't mix pxm and nid when setting memory target processor_pxmBrice Goglin
2019-11-07ACPI: NUMA: HMAT: Register "soft reserved" memory as an "hmem" deviceDan Williams
2019-11-07ACPI: NUMA: HMAT: Register HMAT at device_initcall levelDan Williams
2019-11-07ACPI: NUMA: Establish a new drivers/acpi/numa/ directoryDan Williams
2019-11-01Merge tag 'pm-5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-10-28ACPICA: debugger: remove leading whitespaces when converting a string to a bu...Erik Schmauss
2019-10-28ACPICA: acpiexec: initialize all simple types and field units from user inputErik Schmauss
2019-10-28ACPICA: debugger: add field unit support for acpi_db_get_next_tokenErik Schmauss
2019-10-28ACPICA: debugger: surround field unit output with braces '{'Erik Schmauss
2019-10-28ACPICA: debugger: add command to dump all fields of particular subtypeErik Schmauss
2019-10-28ACPICA: utilities: add flag to only display data when dumping buffersErik Schmauss
2019-10-28ACPICA: make acpi_load_table() return table indexNikolaus Voss
2019-10-28ACPICA: Add new external interface, acpi_unload_table()Bob Moore
2019-10-28ACPICA: More Clang changesBob Moore
2019-10-28ACPICA: Win OSL: Replace get_tick_count with get_tick_count64Bob Moore
2019-10-28ACPICA: Results from ClangBob Moore
2019-10-28ACPI: EC: add support for hardware-reduced systemsDaniel Drake
2019-10-28ACPI: EC: tweak naming in preparation for GpioInt supportDaniel Drake
2019-10-28ACPI: button: Remove unused acpi_lid_notifier_[un]register() functionsHans de Goede
2019-10-28ACPI: button: Add DMI quirk for Asus T200TAHans de Goede
2019-10-28ACPI: button: Add DMI quirk for Medion Akoya E2215THans de Goede
2019-10-28ACPI: button: Turn lid_blacklst DMI table into a generic quirk tableHans de Goede
2019-10-28ACPI: button: Allow disabling LID support with the lid_init_state module optionHans de Goede
2019-10-28ACPI: button: Refactor lid_init_state module parsing codeHans de Goede
2019-10-25ACPI: LPSS: Add dmi quirk for skipping _DEP check for some device-linksHans de Goede
2019-10-25ACPI: LPSS: Add LNXVIDEO -> BYT I2C1 to lpss_device_linksHans de Goede
2019-10-25ACPI: LPSS: Add LNXVIDEO -> BYT I2C7 to lpss_device_linksHans de Goede
2019-10-25ACPI / PMIC: Add Cherry Trail Crystal Cove PMIC OpRegion driverHans de Goede
2019-10-25ACPI / PMIC: Add byt prefix to Crystal Cove PMIC OpRegion driverHans de Goede
2019-10-25ACPI / PMIC: Do not register handlers for unhandled OpRegionsHans de Goede
2019-10-25ACPI: processor: Add QoS requests for all CPUsRafael J. Wysocki
2019-10-25ACPI: processor_idle: Skip dummy wait if kernel is in guestYin Fengwei
2019-10-24Merge tag 'acpi-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2019-10-22ACPI: NFIT: Fix unlock on error in scrub_show()Dan Carpenter
2019-10-21cpufreq: Use per-policy frequency QoSRafael J. Wysocki
2019-10-18Merge tag 'acpi-5.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2019-10-18acpi: Use pr_warn instead of pr_warningKefeng Wang
2019-10-18Merge branch 'acpi-tables'Rafael J. Wysocki
2019-10-18ACPI: CPPC: Set pcc_data[pcc_ss_id] to NULL in acpi_cppc_processor_exit()John Garry
2019-10-18Merge branches 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki
2019-10-17ACPI: platform: Unregister stale platform devicesAndy Shevchenko
2019-10-16ACPI: processor: Avoid NULL pointer dereferences at init timeRafael J. Wysocki
2019-10-15ACPI / LPSS: Switch to use acpi_dev_hid_uid_match()Andy Shevchenko
2019-10-15ACPI / utils: Introduce acpi_dev_hid_uid_match() helperAndy Shevchenko
2019-10-15ACPI / utils: Describe function parameters in kernel-docAndy Shevchenko
2019-10-14ACPI: Always build evged inArjan van de Ven