aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-13i2c: imx: ACPI support for NXP i2c controllerChuanhua Han1-0/+7
2019-09-03ACPI / PCI: fix acpi_pci_irq_enable() memory leakWenwen Wang1-1/+3
2019-09-02ACPI: custom_method: fix memory leaksWenwen Wang1-1/+4
2019-09-02ACPI: thermal: Remove redundant acpi_has_method() callsKelsey Skunberg1-8/+3
2019-09-02ACPI / property: Fix acpi_graph_get_remote_endpoint() name in kerneldocGeert Uytterhoeven1-1/+1
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/error-injection', 'for-next/perf', 'for-next/psci-cpuidle', 'for-next/rng', 'for-next/smpboot', 'for-next/tbi' and 'for-next/tlbi' into for-next/coreWill Deacon1-1/+52
2019-08-29libnvdimm/security: Introduce a 'frozen' attributeDan Williams1-27/+32
2019-08-28PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski1-1/+0
2019-08-28x86/intel: Aggregate big core mobile namingPeter Zijlstra1-2/+2
2019-08-28ACPI: cpufreq: Switch to QoS requests instead of cpufreq notifierViresh Kumar3-109/+114
2019-08-28ACPI / CPPC: do not require the _PSD methodAl Stone1-2/+4
2019-08-26ACPI / property: Add two new Thunderbolt property GUIDs to the listMika Westerberg1-0/+6
2019-08-23ACPI: SBS: remove unused const variable 'SMBUS_PEC'YueHaibing1-2/+0
2019-08-23ACPI / LPSS: Save/restore LPSS private registers also on LynxpointJarkko Nikula1-3/+5
2019-08-22Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-2/+4
2019-08-21ACPI: PM: s2idle: Always set up EC GPE for system wakeupRafael J. Wysocki2-3/+13
2019-08-21ACPI: PM: s2idle: Avoid rearming SCI for wakeup unnecessarilyRafael J. Wysocki1-2/+2
2019-08-21PM / wakeup: Show wakeup sources stats in sysfsTri Vo1-1/+2
2019-08-21ACPI/PCI: Remove surplus parentheses from a return statementKrzysztof Wilczynski1-2/+2
2019-08-21ACPICA: Add "Windows 2019" string to _OSI support.Jung-uk Kim1-0/+1
2019-08-21ACPICA: Differentiate Windows 8.1 from Windows 8.Jung-uk Kim1-1/+1
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