aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+48
2019-11-26Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds48-267/+834
2019-11-26Merge tag 'pm-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-6/+15
2019-11-26Merge branch 'acpi-mm'Rafael J. Wysocki7-35/+147
2019-11-26Merge branches 'acpi-utils', 'acpi-platform', 'acpi-video' and 'acpi-doc'Rafael J. Wysocki6-21/+86
2019-11-26Merge branches 'acpi-ec', 'acpi-soc', 'acpi-pmic' and 'acpi-button'Rafael J. Wysocki9-136/+313
2019-11-26Merge branch 'acpica'Rafael J. Wysocki29-72/+285
2019-11-26Merge branch 'pm-cpuidle'Rafael J. Wysocki1-6/+15
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds7-50/+48
2019-11-13ACPI: OSI: Shoot duplicate wordCao jin1-3/+3
2019-11-12ACPI: HMAT: use %u instead of %d to print u32 valuesTao Xu1-9/+9
2019-11-12ACPI: NUMA: HMAT: fix a section mismatchQian Cai1-1/+1
2019-11-07ACPI: HMAT: don't mix pxm and nid when setting memory target processor_pxmBrice Goglin1-1/+1
2019-11-07ACPI: NUMA: HMAT: Register "soft reserved" memory as an "hmem" deviceDan Williams2-12/+125
2019-11-07ACPI: NUMA: HMAT: Register HMAT at device_initcall levelDan Williams1-1/+1
2019-11-07ACPI: NUMA: Establish a new drivers/acpi/numa/ directoryDan Williams7-12/+11
2019-11-01Merge tag 'pm-5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-26/+42
2019-10-28ACPICA: debugger: remove leading whitespaces when converting a string to a bufferErik Schmauss1-0/+4
2019-10-28ACPICA: acpiexec: initialize all simple types and field units from user inputErik Schmauss1-6/+3
2019-10-28ACPICA: debugger: add field unit support for acpi_db_get_next_tokenErik Schmauss1-0/+15
2019-10-28ACPICA: debugger: surround field unit output with braces '{'Erik Schmauss1-1/+6
2019-10-28ACPICA: debugger: add command to dump all fields of particular subtypeErik Schmauss4-0/+141
2019-10-28ACPICA: utilities: add flag to only display data when dumping buffersErik Schmauss2-27/+34
2019-10-28ACPICA: make acpi_load_table() return table indexNikolaus Voss3-4/+10
2019-10-28ACPICA: Add new external interface, acpi_unload_table()Bob Moore1-0/+32
2019-10-28ACPICA: More Clang changesBob Moore8-11/+14
2019-10-28ACPICA: Win OSL: Replace get_tick_count with get_tick_count64Bob Moore1-1/+1
2019-10-28ACPICA: Results from ClangBob Moore13-25/+28
2019-10-28ACPI: EC: add support for hardware-reduced systemsDaniel Drake2-35/+119
2019-10-28ACPI: EC: tweak naming in preparation for GpioInt supportDaniel Drake1-23/+23
2019-10-28ACPI: button: Remove unused acpi_lid_notifier_[un]register() functionsHans de Goede1-26/+1
2019-10-28ACPI: button: Add DMI quirk for Asus T200TAHans de Goede1-0/+12
2019-10-28ACPI: button: Add DMI quirk for Medion Akoya E2215THans de Goede1-0/+11
2019-10-28ACPI: button: Turn lid_blacklst DMI table into a generic quirk tableHans de Goede1-9/+16
2019-10-28ACPI: button: Allow disabling LID support with the lid_init_state module optionHans de Goede1-1/+5
2019-10-28ACPI: button: Refactor lid_init_state module parsing codeHans de Goede1-30/+32
2019-10-25ACPI: LPSS: Add dmi quirk for skipping _DEP check for some device-linksHans de Goede1-3/+19
2019-10-25ACPI: LPSS: Add LNXVIDEO -> BYT I2C1 to lpss_device_linksHans de Goede1-0/+2
2019-10-25ACPI: LPSS: Add LNXVIDEO -> BYT I2C7 to lpss_device_linksHans de Goede1-0/+5
2019-10-25ACPI / PMIC: Add Cherry Trail Crystal Cove PMIC OpRegion driverHans de Goede3-0/+52
2019-10-25ACPI / PMIC: Add byt prefix to Crystal Cove PMIC OpRegion driverHans de Goede3-6/+7
2019-10-25ACPI / PMIC: Do not register handlers for unhandled OpRegionsHans de Goede1-7/+13
2019-10-25ACPI: processor: Add QoS requests for all CPUsRafael J. Wysocki2-26/+42
2019-10-25ACPI: processor_idle: Skip dummy wait if kernel is in guestYin Fengwei1-6/+15
2019-10-24Merge tag 'acpi-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2019-10-22ACPI: NFIT: Fix unlock on error in scrub_show()Dan Carpenter1-1/+1
2019-10-21cpufreq: Use per-policy frequency QoSRafael J. Wysocki3-23/+22
2019-10-18Merge tag 'acpi-5.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-2/+2
2019-10-18acpi: Use pr_warn instead of pr_warningKefeng Wang7-50/+48
2019-10-18Merge branch 'acpi-tables'Rafael J. Wysocki1-1/+1