-
pm-turbostat-4.11-rc1
Power management turbostat utility updates for v4.11-rc1 These update turbostat significantly and in particular: - Default output is now verbose, --debug is no longer required to get all counters. As a result, some options have been added to specify exactly what output is wanted. - Added --quiet to skip system configuration output - Added --list, --show and --hide parameters - Added --cpu parameter - Enhanced Baytrail SoC support - Added Gemini Lake SoC support - Added sysfs C-state columns Also the symbol definitions in arch/x86/include/asm/intel-family.h and arch/x86/include/asm/msr-index.h are updated and the intel_idle and intel_pstate drivers are modified to use the updated symbols. Credits to Len Brown for all of these changes.
-
pm-extra-4.11-rc19b5e9cb1 · ·
More power management updates for v4.11-rc1 - Fix for a cpuidle menu governor problem that started to take an unnecessary spinlock after one of the recent updates and that did not play well with the RT patch (Rafael Wysocki). - Fix for the new intel_pstate operation mode switching feature added recently that did not reinitialize P-state limits properly when switching operation modes (Rafael Wysocki). - Removal of unused global notifiers from the PM QoS framework (Viresh Kumar). - Generic power domains framework update to make it handle asynchronous invocations of PM callbacks in the "noirq" phases of system suspend/hibernation correctly (Ulf Hansson). - Two hibernation core cleanups (Rafael Wysocki). - intel_idle cleanup related to the sysfs interface (Len Brown). - Off-by-one bug fix in the OPP (Operating Performance Points) framework (Andrzej Hajda). - OPP framework's documentation fix (Viresh Kumar). - cpufreq qoriq driver cleanup (Tang Yuantian). - Fixes for typos in comments in the device runtime PM framework (Christophe Jaillet).
-
topic/designware-baytrail-2017-03-02264ec1a8 · ·
Baytrail PMIC vs. PMU race fixes from Hans de Goede This time the right version (v4), with the compile fix.
-
wireless-drivers-for-davem-2017-03-021657b8f8 · ·
wireless-drivers fixes for 4.11 Add back a fixed version of an ath10k patch which was reverted during the merge window.
-
mac80211-for-davem-2017-03-02eb1e011a · ·
This contains just the average.h change in order to get it into the tree before adding new users through -next trees.
-
v4.4.49-cts-passf048326e · ·
No CTS test degradation since 880c68e41dd2eab7bdbc64c8061e5b7e0e269cd3
-
sound-fix-4.11-rc1f3ac9f73 · ·
sound fixes for 4.11-rc1 A few last-minute fixes for rc1: - ALSA core timer and sequencer fixes for bugs spotted by syzkaller - A couple of trivial HD-audio fixups - Additional PCI / codec IDs for Intel Geminilake - Fixes for CT-XFi DMA mask bugs
-
iommu-fix-v4.11-rc0-2b7a42b9d · ·
IOMMU Fixes: * Fix and issue introduced this merge window into the AMD and Intel IOMMU drivers that causes an oops when the vendor-specific sysfs-entries are accessed. Reason for this issue is that I forgot to update the sysfs code in the drivers when moving the iommu 'struct device' to the iommu-core.
-
mac80211-for-davem-2017-02-2819d19e96 · ·
First round of fixes - details in the commits: * use a valid hrtimer clock ID in mac80211_hwsim * don't reorder frames prior to BA session * flush a delayed work at suspend so the state is all valid before suspend/resume * fix packet statistics in fast-RX, the RX packets counter increment was simply missing * don't try to re-transmit filtered frames in an aggregation session * shorten (for tracing) a debug message * typo fix in another debug message * fix nul-termination with HWSIM_ATTR_RADIO_NAME in hwsim * fix mgmt RX processing when station is looked up by driver/device
-
drm-misc-next-fixes-2017-02-27888022c0 · ·
Misc fixes for the 4.11 merge window. - vmwgfx drm_control node compat patch - rockchip&zte fix - compat32 support for dma-buf ioctl (cc: stable ofc, since this is a massive fumble. oops)
-
iio-fixes-for-4.11bca1c39ef · ·
Second set of IIO fixes for IIO in the 4.11 cycle. This series consists of fixes that either came in after the merge window had opened or are fixes for work that merged during the merge window so had to wait for that to hit mainline. * 104-quad-8 - Fix an off by one error in the register address for the flag register. * rcar-gyroadc - protect against possible issues in future by dealing with childmode not being in a valid state. This also deals with some build warnings. * xilinx - fix some error handling paths to ensure resources are released in reverse order of being acquired.