Tags give the ability to mark specific points in history as being important
-
drm-fixes-for-v4.11-rc5
one vc4, some i915, one radeon, and, one etnvaiv
-
mac80211-for-davem-2017-03-31
7d65f829 · ·Two fixes: * don't block netdev queues (indefinitely!) if mac80211 manages traffic queueing itself * check wiphy registration before checking for ops on resume, to avoid crash
-
-
asoc-fix-v4.11-rc4
2ddaa676 · ·ASoC: Fixes for v4.11 A relatively large pile of fixes for mainline, the first since the merge window. The biggest block of changes here by volume is the sun8i-codec set, the driver was newly added in the merge window but it was realized that renaming some of the user visible controls was required so these are being pushed for v4.11 to avoid the original code appearing in a release. Otherwise it's all fairly standard bugfix stuff.
-
-
iommu-fixes-v4.11-rc3
11cd3386 · ·IOMMU Fixes for Linux v4.11-rc3 A few fixes piled up: * Fix a NULL-ptr dereference that happens in VT-d on some platforms * A fix for ARM MSI region reporting, so that a sane interface makes it to a released kernel * Fixes for leaf-checking in ARM io-page-table code * Two fixes for IO/TLB flushing code on ARM Exynos platforms
-
pm-4.11-rc4
90ff2b72 · ·Power management fixes for v4.11-rc4 - Make intel_pstate use one set of global P-state limits in the active mode regardless of the scaling_governor settings for individual CPUs instead of switching back and forth between two of them in a way that is hard to control (Rafael Wysocki). - Drop a useless function from intel_pstate to prevent it from modifying the maximum supported frequency value unexpectedly which may confuse the cpufreq core (Rafael Wysocki). - Fix the cpufreq core to restore policy limits on CPU online so that the limits are not reset over system suspend/resume, among other things (Viresh Kumar). - Fix the initialization of the schedutil cpufreq governor to make the IO-wait boosting mechanism in it actually work on systems with one CPU per cpufreq policy (Rafael Wysocki). - Add a sanity check to the cpuidle core to prevent crashes from happening if the architecture code initialization fails to set up things as expected (Vaidyanathan Srinivasan).
-
drm-fixes-for-v4.11-rc4
i915, amd, exynos and one fbdev regression
-
-
sound-4.11-rc4
3f307834 · ·sound fixes for 4.11-rc4 This contains the collection of small fixes for 4.11 that were pending during my vacation: - A few HD-audio quirks (more Dell headset support, docking station support on HP laptops), - A regression fix for the previous ctxfi DMA mask fix, - A correction of the new CONFIG_SND_X86 menu entry, and - A fix for the races in ALSA sequencer core spotted by syzkaller.