-
mac80211-for-davem-2015-01-1520658702 · ·
Just two fixes - one for an uninialized variable and one for a deadlock in regulatory processing.
-
mac80211-next-for-davem-2015-01-15baf1b99b · ·
Here's a big pile of changes for this round. We have * a lot of regulatory code changes to deal with the way newer Intel devices handle this * a change to drop packets while disconnecting from an AP instead of trying to wait for them * a new attempt at improving the tailroom accounting to not kick in too much for performance reasons * improvements in wireless link statistics * many other small improvements and small fixes that didn't seem necessary for 3.19 (e.g. in hwsim which is testing only code)
-
gpio-v3.19-396b932b8 · ·
Some GPIO fixes for the v3.19 series: - Three patches fixing IRQ handling for the DLN2 - Null pointer handling for grgpio
-
-
-
vfio-v3.19-rc47c2e211f · ·
VFIO fixes for v3.19-rc4 - Fix PCI header check in vfio_pci_probe() (Wei Yang)
-
wireless-drivers-for-davem-2015-01-09c702674f · ·
* rtlwifi: fix a regression in large skb allocation failure iwlwifi: * fix for 7265D NVM check * fixes for scan: fix long scanning times and network discovery * new firmware API for iwlmvm supported devices * fixes in rate control
-
sound-3.19-rc492cb4658 · ·
sound fixes for 3.19-rc4 All a few small regression or stable fixes: a Nvidia HDMI ID addition, a regression fix for CAIAQ stream count, a typo fix for GPIO setup with STAC/IDT HD-audio codecs, and a Fireworks big-endian fix.
-
pm+acpi-3.19-rc4794c3a0a · ·
Power management and ACPI material for 3.19-rc4 - Fix ACPI power management intialization for device objects corresponding to devices that are not present at the init time (the _STA control method returns 0 for them) and therefore should not be regarded as power manageable (Rafael J Wysocki). - Rename a structure field and two functions used by the ACPI processor driver to make them less tied to architectures that use APICs (both x86 and ia64) and more suitable for ARM64 processors (Hanjun Guo). - Add a disable_native_backlight quirk for Dell XPS15 L521X designed in an unusual way preventing native backlight from working on that machine (Hans de Goede). /
-
iommu-fixes-v3.19-rc32c0ee8b8 · ·
IOMMU Fixes for Linux v3.19-rc3 Including: * A domain structure leak fix in the Intel VT-d driver * Compile error fix for the VMSA IPMMU driver because of the IOMMU_EXEC -> IOMMU_NOEXEC conversion * Two small cleanups as an aftermath of the merge window and the domain-leak fix
-
-
mac80211-for-davem-2015-01-061e359a5d · ·
Here's just a single fix - a revert of a patch that broke the p54 and cw2100 drivers (arguably due to bad assumptions there.) Since this affects kernels since 3.17, I decided to revert for now and we'll revisit this optimisation properly for -next.
-
iio-fixes-for-3.19a65de7654 · ·
First round of IIO fixes for the 3.19 cycle. * ad799x fix ad7991/ad7995/ad7999 setup as they do not have a configuration register to write to. It is written during the convesion sequence. As such we don't want to write to it at other times. * Fix iio_channel_read utility function to return to ensure it is apparent if the relevant element is not there. This avoids using a wrong value if some channels have the element and others do not.