-
regulator-v3.17-rc3a65c8663 · ·
regulator: Documentation fixes for v3.17 All the fixes people have found for the regulator API have been documentation fixes, avoiding warnings while building the kerneldoc, fixing some errors in one of the DT bindings documents and fixing some typos in the header.
-
gpio-v3.17-30dbc8b7a · ·
GPIO fixes for the v3.17 series: - Some documentation sync - Resource leak in the bt8xx driver - Again fix the way varargs are used to handle the optional flags on the gpiod_* accessors. Now hopefully nailed the entire problem.
-
sound-3.17-rc405244d16 · ·
sound fixes for 3.17-rc4 This time it contains a bunch of small ASoC fixes that slipped from in previous updates, in addition to the usual HD-audio fixes and the regression fixes for FireWire updates in 3.17. All commits are reasonably small fixes.
-
asoc-v3.17-rc3f58f0cba · ·
ASoC: Fixes for v3.17 A few more driver specific fixes on top of the currently pending fixes (which are already in your tree but not Linus').
-
-
pm+acpi-3.17-rc30b4f58b7 · ·
ACPI and power management fixes for 3.17-rc3 - Fix for an ACPI regression related to the handling of fixed events that caused netlink routines to be (incorrectly) run in interrupt context from Lan Tianyu. - Fix for an ACPI EC driver regression on Acer Aspire V5-573G that caused AC/battery plug/unplug and video brightness change notifications to be delayed on that machine from Lv Zheng. - Fix for an ACPI device enumeration regression that caused ACPI driver probe to fail for some devices where it succeeded before (Rafael J Wysocki). - intel_pstate driver fix to prevent it from printing an information message for every CPU in the system on every boot from Andi Kleen. - s5pv210 cpufreq driver fix to remove an __init annotation from a routine that in fact can be called at any time after init too from Mark Brown. - New Intel Braswell device ID for the ACPI LPSS (Low-Power Subsystem) driver from Alan Cox. - New Intel Braswell CPU ID for intel_pstate from Mika Westerberg. /
-
mac80211-next-for-john-2014-08-29d0616613 · ·
Not that much content this time. Some RCU cleanups, crypto performance improvements, and various patches all over, rather than listing them one might as well look into the git log instead.
-
voltage-ev7179569a · ·
regulator: Add voltage event notifications Allow users to synchronize before as well as after a volatge change.
-
mac80211-for-john-2014-08-2914b058bb · ·
Here are a few fixes for mac80211. One has been discussed for a while and adds a terminating NUL-byte to the alpha2 sent to userspace, which shouldn't be necessary but since many places treat it as a string we couldn't move to just sending two bytes. In addition to that, we have two VLAN fixes from Felix, a mesh fix, a fix for the recently introduced RX aggregation offload, a revert for a broken patch (that luckily didn't really cause any harm) and a small fix for alignment in debugfs.
-
sound-3.17-rc31a22e775 · ·
sound fixes for 3.17-rc3 Here contains not many exciting changes but just a few minor ones: An off-by-one proc write fix, a couple of trivial incldue guard fixes, Acer laptop pinconfig fix, and a fix for DSD formats that are still rarely used.
-
-
-
gpio-v3.17-28117bd53 · ·
Fixes for the v3.17 series: - A largeish fix for the IRQ handling in the new Zynq driver. The quite verbose commit message gives the exact details. - Move some defines for gpiod flags outside an ifdef to make stub functions work again. - Various minor fixes that we can accept for -rc1.
-
drm-intel-next-2014-08-22c2813548 · ·
- basic code for execlist, which is the fancy new cmd submission on gen8. Still disabled by default (Ben, Oscar Mateo, Thomas Daniel et al) - remove the useless usage of console_lock for I915_FBDEV=n (Chris) - clean up relations between ctx and ppgtt - clean up ppgtt lifetime handling (Michel Thierry) - various cursor code improvements from Ville - execbuffer code cleanups and secure batch fixes (Chris) - prep work for dev -> dev_priv transition (Chris) - some of the prep patches for the seqno -> request object transition (Chris) - various small improvements all over
-
iommu-fixes-v3.17-rc19db4ad91 · ·
IOMMU Fixes for Linux v3.17-rc1 The fixes include: * A patch to fix a crash in the VT-d driver when devices with a driver attached are hot-unplugged * A patch for the AMD IOMMU driver to fix a crash with device assignment of 32 bit PCI devices to KVM guests * Fix for a copy&paste error in generic IOMMU code. Now the right function pointer is checked before calling.