-
gpio-v5.1-286d07565 · ·
GPIO fixes for the v5.1 series: - Revert the extended use of gpio_set_config() and think about how we can do this properly. - Fix up the SPI CS GPIO handling so it now works properly on the SPI bus children, as intended. - Error paths and driver fixes.
-
pm-5.1-rc331d4c528 · ·
Power management fixes for 5.1-rc3 - Fix the ACPI CPPC library to actually follow the specification when decoding the guaranteed performance register information and make the intel_pstate driver to fall back to the nominal frequency when reporting the base frequency if the guaranteed performance register information is not there (Srinivas Pandruvada). - Fix use-after-free in the exit callback of the scpi-cpufreq left after an update during the 5.0 development cycle (Vincent Stehlé).
-
acpi-5.1-rc3aa9aaa4d · ·
ACPI fix for 5.1-rc3 Correct a previous attempt to make Linux use its own set of ACPI debug flags different from the upstream ACPICA's default (Erik Schmauss).
-
sound-5.1-rc3e2a829b3 · ·
sound fixes for 5.1-rc3 The important fixes at this time are a couple fixes in ALSA core: a fix for PCM is about the OOB access in PCM OSS plugins that has been for long time, but hasn't hit so often until now just because we allocated a large buffer via vmalloc(), and surfaced more often after switching to kvmalloc(). Another fix is for a long-standing PCM problem wrt racy PM resume. Others are trivial nospec coverage and usual HD-audio quirks.
-
sound-5.1-rc2667a8f73 · ·
sound fixes for 5.1-rc2 The only significant change is the regression fixes for the jack detection at resume on HD-audio, while others are all small or trivial fixes like the coverage of missing error code or usual HD-audio quirk.
-
devprop-5.1-rc20e3edd94 · ·
Device properties framework fix for 5.1-rc2 Add missing "static" in two places (YueHaibing).
-
acpi-5.1-rc254e3aca8 · ·
ACPI fix for 5.1-rc2 Prevent device references acquired by bus_find_device() in acpi_dev_present() from being leaked (Andy Shevchenko).